diff --git a/.eslintrc.js b/.eslintrc.js index 8dab053c24..37ed895aa4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -43,6 +43,7 @@ module.exports = { suggestedTextWrappers: { Button: 'ButtonText', 'ToggleButton.Button': 'ToggleButton.ButtonText', + 'SegmentedControl.Item': 'SegmentedControl.ItemText', }, }, ], diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index 3c9c044e36..235aa9af2c 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -15,7 +15,7 @@ jobs: build: if: github.repository == 'bluesky-social/social-app' name: Build and Submit Android - runs-on: ubuntu-latest + runs-on: Linux-x64-32core steps: - name: Check for EXPO_TOKEN run: > diff --git a/__e2e__/flows/create-account.yml b/__e2e__/flows/create-account.yml index eb2f05ca1e..46a9275cc7 100644 --- a/__e2e__/flows/create-account.yml +++ b/__e2e__/flows/create-account.yml @@ -31,9 +31,15 @@ appId: xyz.blueskyweb.app text: "Your account" - tapOn: id: "nextBtn" +- waitForAnimationToEnd - tapOn: - text: "Not Now" - optional: true + # save password thing no longer seems to be in hierarchy + # tap on something else instead + point: 20%,20% + repeat: 2 + delay: 1000 +- tapOn: + id: "handleInput" - inputText: "e2e-test" - extendedWaitUntil: visible: diff --git a/__e2e__/flows/home-screen.yml b/__e2e__/flows/home-screen.yml index 420f68b92b..df2f884693 100644 --- a/__e2e__/flows/home-screen.yml +++ b/__e2e__/flows/home-screen.yml @@ -3,7 +3,7 @@ appId: xyz.blueskyweb.app - runScript: file: ../setupServer.js env: - SERVER_PATH: ?users&follows&posts&feeds + SERVER_PATH: ?users&follows&posts&feeds - runFlow: file: ../setupApp.yml - tapOn: @@ -11,7 +11,7 @@ appId: xyz.blueskyweb.app - extendedWaitUntil: visible: - text: "Feeds ✨" + text: "Feeds ✨" - tapOn: label: "Can go to feeds page using feeds button in tab bar" text: "Feeds ✨" @@ -50,6 +50,6 @@ appId: xyz.blueskyweb.app label: "Can delete posts" id: "postDropdownBtn" childOf: - id: "feedItem-by-alice.test" + id: "feedItem-by-alice.test" - tapOn: "Delete post" - tapOn: "Delete" diff --git a/__e2e__/flows/post-report-flow.yml b/__e2e__/flows/post-report-flow.yml index a509fcc024..7806dba7d6 100644 --- a/__e2e__/flows/post-report-flow.yml +++ b/__e2e__/flows/post-report-flow.yml @@ -17,7 +17,8 @@ appId: xyz.blueskyweb.app index: 0 - tapOn: id: "postDropdownReportBtn" -- tapOn: "Create report for Misleading Post" +- tapOn: "Create report for Misleading" +- tapOn: "Create report for Spam" - tapOn: "Send report to Dev-env Moderation" - tapOn: point: "50%,90%" diff --git a/__e2e__/flows/report-dialog/account.default.yml b/__e2e__/flows/report-dialog/account.default.yml index 0d42254737..372fc31c7e 100644 --- a/__e2e__/flows/report-dialog/account.default.yml +++ b/__e2e__/flows/report-dialog/account.default.yml @@ -3,7 +3,7 @@ appId: xyz.blueskyweb.app - runScript: file: ../../setupServer.js env: - SERVER_PATH: ?users&follows&posts&feeds + SERVER_PATH: ?users&follows&posts&feeds - runFlow: file: ../../setupApp.yml - tapOn: @@ -15,9 +15,11 @@ appId: xyz.blueskyweb.app - tapOn: id: "profileHeaderDropdownReportBtn" - tapOn: - id: "report:option:com.atproto.moderation.defs#reasonSpam" + id: "report:category:Misleading" +- tapOn: + id: "report:option:Spam" - assertVisible: - id: "report:labeler:mod-authority.test" + text: "Send report to Dev-env Moderation" - tapOn: id: "report:submit" - assertNotVisible: diff --git a/__e2e__/flows/report-dialog/post.default.yml b/__e2e__/flows/report-dialog/post.default.yml index 955177b594..be3ac6b68a 100644 --- a/__e2e__/flows/report-dialog/post.default.yml +++ b/__e2e__/flows/report-dialog/post.default.yml @@ -3,7 +3,7 @@ appId: xyz.blueskyweb.app - runScript: file: ../../setupServer.js env: - SERVER_PATH: ?users&follows&posts&feeds + SERVER_PATH: ?users&follows&posts&feeds - runFlow: file: ../../setupApp.yml - tapOn: @@ -15,9 +15,11 @@ appId: xyz.blueskyweb.app - tapOn: id: "postDropdownReportBtn" - tapOn: - id: "report:option:com.atproto.moderation.defs#reasonSpam" + id: "report:category:Misleading" +- tapOn: + id: "report:option:Spam" - assertVisible: - id: "report:labeler:mod-authority.test" + text: "Send report to Dev-env Moderation" - tapOn: id: "report:submit" - assertNotVisible: diff --git a/__e2e__/flows/report-dialog/post.edit-reason.yml b/__e2e__/flows/report-dialog/post.edit-reason.yml index 3c612d4bad..eec5794c4f 100644 --- a/__e2e__/flows/report-dialog/post.edit-reason.yml +++ b/__e2e__/flows/report-dialog/post.edit-reason.yml @@ -3,7 +3,7 @@ appId: xyz.blueskyweb.app - runScript: file: ../../setupServer.js env: - SERVER_PATH: ?users&follows&posts&feeds + SERVER_PATH: ?users&follows&posts&feeds - runFlow: file: ../../setupApp.yml - tapOn: @@ -15,20 +15,28 @@ appId: xyz.blueskyweb.app - tapOn: id: "postDropdownReportBtn" - tapOn: - id: "report:option:com.atproto.moderation.defs#reasonOther" + id: "report:category:Misleading" +- tapOn: + id: "report:option:Other misleading content" - assertVisible: - id: "report:labeler:mod-authority.test" + text: Your report will be sent to Dev-env Moderation.* # reason "other" defaults with details open - assertVisible: id: "report:details" - tapOn: - id: "report:clearOption" + id: "report:clearReportOption" - assertNotVisible: id: "report:details" - tapOn: - id: "report:option:com.atproto.moderation.defs#reasonSpam" + id: "report:clearCategory" +- assertNotVisible: + id: "report:option:Other misleading content" +- tapOn: + id: "report:category:Misleading" +- tapOn: + id: "report:option:Spam" - assertVisible: - id: "report:labeler:mod-authority.test" + text: Your report will be sent to Dev-env Moderation.* - tapOn: id: "report:submit" - assertNotVisible: diff --git a/__e2e__/flows/report-dialog/post.reason-other.yml b/__e2e__/flows/report-dialog/post.reason-other.yml index 39c0e7084d..72da5a9fdf 100644 --- a/__e2e__/flows/report-dialog/post.reason-other.yml +++ b/__e2e__/flows/report-dialog/post.reason-other.yml @@ -3,7 +3,7 @@ appId: xyz.blueskyweb.app - runScript: file: ../../setupServer.js env: - SERVER_PATH: ?users&follows&posts&feeds + SERVER_PATH: ?users&follows&posts&feeds - runFlow: file: ../../setupApp.yml - tapOn: @@ -15,9 +15,11 @@ appId: xyz.blueskyweb.app - tapOn: id: "postDropdownReportBtn" - tapOn: - id: "report:option:com.atproto.moderation.defs#reasonOther" + id: "report:category:Misleading" +- tapOn: + id: "report:option:Other misleading content" - assertVisible: - id: "report:labeler:mod-authority.test" + text: "Send report to Dev-env Moderation" # reason "other" defaults with details open - assertVisible: id: "report:details" diff --git a/__e2e__/perf-test.yml b/__e2e__/perf-test.yml index 7a7b7a18c9..c27bab26e4 100644 --- a/__e2e__/perf-test.yml +++ b/__e2e__/perf-test.yml @@ -1,4 +1,3 @@ - # flow.yaml appId: xyz.blueskyweb.app @@ -33,7 +32,7 @@ appId: xyz.blueskyweb.app direction: "LEFT" - swipe: direction: "LEFT" -- swipe: +- swipe: direction: "LEFT" - swipe: direction: "RIGHT" diff --git a/assets/icons/tinyChevronBottom_stroke2_corner0_rounded.svg b/assets/icons/tinyChevronBottom_stroke2_corner0_rounded.svg new file mode 100644 index 0000000000..c8d9d51d0e --- /dev/null +++ b/assets/icons/tinyChevronBottom_stroke2_corner0_rounded.svg @@ -0,0 +1 @@ + diff --git a/modules/bottom-sheet/android/src/main/java/expo/modules/bottomsheet/BottomSheetView.kt b/modules/bottom-sheet/android/src/main/java/expo/modules/bottomsheet/BottomSheetView.kt index 6db6e35fac..fa42e37d5a 100644 --- a/modules/bottom-sheet/android/src/main/java/expo/modules/bottomsheet/BottomSheetView.kt +++ b/modules/bottom-sheet/android/src/main/java/expo/modules/bottomsheet/BottomSheetView.kt @@ -243,13 +243,18 @@ class BottomSheetView( val bottomSheet = dialog.findViewById(com.google.android.material.R.id.design_bottom_sheet) bottomSheet?.let { val behavior = BottomSheetBehavior.from(it) + val currentState = behavior.state - behavior.halfExpandedRatio = getHalfExpandedRatio(contentHeight) + val oldRatio = behavior.halfExpandedRatio + var newRatio = getHalfExpandedRatio(contentHeight) + behavior.halfExpandedRatio = newRatio if (contentHeight > this.safeScreenHeight && behavior.state != BottomSheetBehavior.STATE_EXPANDED) { behavior.state = BottomSheetBehavior.STATE_EXPANDED } else if (contentHeight < this.safeScreenHeight && behavior.state != BottomSheetBehavior.STATE_HALF_EXPANDED) { behavior.state = BottomSheetBehavior.STATE_HALF_EXPANDED + } else if (currentState == BottomSheetBehavior.STATE_HALF_EXPANDED && oldRatio != newRatio) { + behavior.state = BottomSheetBehavior.STATE_HALF_EXPANDED } } } diff --git a/modules/bottom-sheet/index.ts b/modules/bottom-sheet/index.ts index 4009f2ab28..a52b4201ac 100644 --- a/modules/bottom-sheet/index.ts +++ b/modules/bottom-sheet/index.ts @@ -1,8 +1,8 @@ import {BottomSheet} from './src/BottomSheet' import { BottomSheetSnapPoint, - BottomSheetState, - BottomSheetViewProps, + type BottomSheetState, + type BottomSheetViewProps, } from './src/BottomSheet.types' import {BottomSheetNativeComponent} from './src/BottomSheetNativeComponent' import { diff --git a/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx b/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx index d367ac300c..aa69cfd599 100644 --- a/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx +++ b/modules/bottom-sheet/src/BottomSheetNativeComponent.tsx @@ -112,9 +112,21 @@ export class BottomSheetNativeComponent extends React.Component< onStateChange={this.onStateChange} extraStyles={extraStyles} onLayout={e => { - const {height} = e.nativeEvent.layout - this.setState({viewHeight: height}) - this.updateLayout() + if (isIOS15) { + const {height} = e.nativeEvent.layout + this.setState({viewHeight: height}) + } + if (Platform.OS === 'android') { + // TEMP HACKFIX: I had to timebox this, but this is Bad. + // On Android, if you run updateLayout() immediately, + // it will take ages to actually run on the native side. + // However, adding literally any delay will fix this, including + // a console.log() - just sending the log to the CLI is enough. + // TODO: Get to the bottom of this and fix it properly! -sfn + setTimeout(() => this.updateLayout()) + } else { + this.updateLayout() + } }} /> diff --git a/package.json b/package.json index 4ca2b3833f..c11ae7685c 100644 --- a/package.json +++ b/package.json @@ -143,7 +143,7 @@ "expo-font": "~14.0.9", "expo-haptics": "~15.0.7", "expo-image": "~3.0.10", - "expo-image-crop-tool": "^0.1.8", + "expo-image-crop-tool": "^0.4.0", "expo-image-manipulator": "~14.0.7", "expo-image-picker": "~17.0.8", "expo-intent-launcher": "~13.0.7", diff --git a/src/alf/typography.tsx b/src/alf/typography.tsx index 3c3bb95489..2def71a290 100644 --- a/src/alf/typography.tsx +++ b/src/alf/typography.tsx @@ -25,7 +25,8 @@ export function normalizeTextStyles( fontFamily: Alf['fonts']['family'] } & Pick, ) { - const s = flatten(styles) + const s = flatten(styles) ?? {} + // should always be defined on these components s.fontSize = (s.fontSize || atoms.text_md.fontSize) * fontScale diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 2fdcd64914..efac8468d0 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -798,6 +798,7 @@ export function ButtonIcon({ * also so that we can calculate transforms. */ const iconSize = { + '2xs': 8, xs: 12, sm: 16, md: 18, @@ -842,7 +843,7 @@ export function ButtonIcon({ style={[ a.z_20, { - width: iconContainerSize, + width: size === '2xs' ? 10 : iconContainerSize, height: iconContainerSize, marginLeft: iconNegativeMargin, marginRight: iconNegativeMargin, diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index 3c895e4d8e..762223fc35 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -163,7 +163,10 @@ export function MenuButton() { shape="square" onPress={onPress} hitSlop={HITSLOP_30} - style={[{marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET}]}> + style={[ + {marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET}, + a.bg_transparent, + ]}> diff --git a/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx b/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx index 52449698c2..add2a7afb4 100644 --- a/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx +++ b/src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx @@ -7,7 +7,6 @@ import type * as HlsTypes from 'hls.js' import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' import {atoms as a} from '#/alf' -import {MediaInsetBorder} from '#/components/MediaInsetBorder' import * as BandwidthEstimate from './bandwidth-estimate' import {Controls} from './web-controls/VideoControls' @@ -102,7 +101,6 @@ export function VideoEmbedInnerWeb({ hasSubtitleTrack={hasSubtitleTrack} /> - ) } diff --git a/src/components/Post/Embed/VideoEmbed/index.tsx b/src/components/Post/Embed/VideoEmbed/index.tsx index 2212be83d3..9de292b4ad 100644 --- a/src/components/Post/Embed/VideoEmbed/index.tsx +++ b/src/components/Post/Embed/VideoEmbed/index.tsx @@ -7,7 +7,7 @@ import {useLingui} from '@lingui/react' import {ErrorBoundary} from '#/view/com/util/ErrorBoundary' import {ConstrainedImage} from '#/view/com/util/images/AutoSizedImage' -import {atoms as a, useTheme} from '#/alf' +import {atoms as a} from '#/alf' import {Button} from '#/components/Button' import {useThrottledValue} from '#/components/hooks/useThrottledValue' import {PlayButtonIcon} from '#/components/video/PlayButtonIcon' @@ -16,11 +16,9 @@ import * as VideoFallback from './VideoEmbedInner/VideoFallback' interface Props { embed: AppBskyEmbedVideo.View - crop?: 'none' | 'square' | 'constrained' } -export function VideoEmbed({embed, crop}: Props) { - const t = useTheme() +export function VideoEmbed({embed}: Props) { const [key, setKey] = useState(0) const renderError = useCallback( @@ -40,13 +38,10 @@ export function VideoEmbed({embed, crop}: Props) { } let constrained: number | undefined - let max: number | undefined if (aspectRatio !== undefined) { const ratio = 1 / 2 // max of 1:2 ratio in feeds constrained = Math.max(aspectRatio, ratio) - max = Math.max(aspectRatio, 0.25) // max of 1:4 in thread } - const cropDisabled = crop === 'none' const contents = ( @@ -56,28 +51,13 @@ export function VideoEmbed({embed, crop}: Props) { return ( - {cropDisabled ? ( - - {contents} - - ) : ( - - {contents} - - )} + + {contents} + ) } diff --git a/src/components/Post/Embed/VideoEmbed/index.web.tsx b/src/components/Post/Embed/VideoEmbed/index.web.tsx index 8965e8b90e..3de5a99687 100644 --- a/src/components/Post/Embed/VideoEmbed/index.web.tsx +++ b/src/components/Post/Embed/VideoEmbed/index.web.tsx @@ -17,6 +17,7 @@ import {ConstrainedImage} from '#/view/com/util/images/AutoSizedImage' import {atoms as a, useTheme} from '#/alf' import {useIsWithinMessage} from '#/components/dms/MessageContext' import {useFullscreen} from '#/components/hooks/useFullscreen' +import {MediaInsetBorder} from '#/components/MediaInsetBorder' import { HLSUnsupportedError, VideoEmbedInnerWeb, @@ -25,13 +26,7 @@ import { import {useActiveVideoWeb} from './ActiveVideoWebContext' import * as VideoFallback from './VideoEmbedInner/VideoFallback' -export function VideoEmbed({ - embed, - crop, -}: { - embed: AppBskyEmbedVideo.View - crop?: 'none' | 'square' | 'constrained' -}) { +export function VideoEmbed({embed}: {embed: AppBskyEmbedVideo.View}) { const t = useTheme() const ref = useRef(null) const {active, setActive, sendPosition, currentActiveView} = @@ -76,13 +71,10 @@ export function VideoEmbed({ } let constrained: number | undefined - let max: number | undefined if (aspectRatio !== undefined) { const ratio = 1 / 2 // max of 1:2 ratio in feeds constrained = Math.max(aspectRatio, ratio) - max = Math.max(aspectRatio, 0.25) // max of 1:4 in thread } - const cropDisabled = crop === 'none' const contents = ( evt.stopPropagation()}> @@ -114,28 +109,15 @@ export function VideoEmbed({ - {cropDisabled ? ( - - {contents} - - ) : ( - - {contents} - - )} + + {contents} + + ) diff --git a/src/components/Post/Embed/index.tsx b/src/components/Post/Embed/index.tsx index 1462ef542f..6382412b56 100644 --- a/src/components/Post/Embed/index.tsx +++ b/src/components/Post/Embed/index.tsx @@ -112,7 +112,7 @@ function MediaEmbed({ - + ) } diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx index 41626ff399..55bef226b3 100644 --- a/src/components/ProfileCard.tsx +++ b/src/components/ProfileCard.tsx @@ -48,11 +48,15 @@ export function Default({ moderationOpts, logContext = 'ProfileCard', testID, + position, + contextProfileDid, }: { profile: bsky.profile.AnyProfileView moderationOpts: ModerationOpts logContext?: 'ProfileCard' | 'StarterPackProfilesList' testID?: string + position?: number + contextProfileDid?: string }) { return ( @@ -60,6 +64,8 @@ export function Default({ profile={profile} moderationOpts={moderationOpts} logContext={logContext} + position={position} + contextProfileDid={contextProfileDid} /> ) @@ -69,10 +75,14 @@ export function Card({ profile, moderationOpts, logContext = 'ProfileCard', + position, + contextProfileDid, }: { profile: bsky.profile.AnyProfileView moderationOpts: ModerationOpts logContext?: 'ProfileCard' | 'StarterPackProfilesList' + position?: number + contextProfileDid?: string }) { return ( @@ -83,6 +93,8 @@ export function Card({ profile={profile} moderationOpts={moderationOpts} logContext={logContext} + position={position} + contextProfileDid={contextProfileDid} /> @@ -437,6 +449,8 @@ export type FollowButtonProps = { colorInverted?: boolean onFollow?: () => void withIcon?: boolean + position?: number + contextProfileDid?: string } & Partial export function FollowButton(props: FollowButtonProps) { @@ -453,6 +467,8 @@ export function FollowButtonInner({ onFollow, colorInverted, withIcon = true, + position, + contextProfileDid, ...rest }: FollowButtonProps) { const {_} = useLingui() @@ -461,6 +477,8 @@ export function FollowButtonInner({ const [queueFollow, queueUnfollow] = useProfileFollowMutationQueue( profile, logContext, + position, + contextProfileDid, ) const isRound = Boolean(rest.shape && rest.shape === 'round') diff --git a/src/components/RichText.tsx b/src/components/RichText.tsx index 40683523c0..9908679c57 100644 --- a/src/components/RichText.tsx +++ b/src/components/RichText.tsx @@ -1,5 +1,5 @@ import React from 'react' -import {type TextStyle} from 'react-native' +import {type StyleProp, type TextStyle} from 'react-native' import {AppBskyRichtextFacet, RichText as RichTextAPI} from '@atproto/api' import {toShortUrl} from '#/lib/strings/url-helpers' @@ -21,7 +21,7 @@ export type RichTextProps = TextStyleProp & enableTags?: boolean authorHandle?: string onLinkPress?: LinkProps['onPress'] - interactiveStyle?: TextStyle + interactiveStyle?: StyleProp emojiMultiplier?: number shouldProxyLinks?: boolean } @@ -55,7 +55,7 @@ export function RichText({ if (!facets?.length) { if (isOnlyEmoji(text)) { - const flattenedStyle = flatten(style) + const flattenedStyle = flatten(style) ?? {} const fontSize = (flattenedStyle.fontSize ?? a.text_sm.fontSize) * emojiMultiplier return ( diff --git a/src/components/Select/index.web.tsx b/src/components/Select/index.web.tsx index f53749ef0d..995f9d412e 100644 --- a/src/components/Select/index.web.tsx +++ b/src/components/Select/index.web.tsx @@ -1,4 +1,4 @@ -import {createContext, forwardRef, useContext, useMemo} from 'react' +import {createContext, forwardRef, Fragment, useContext, useMemo} from 'react' import {View} from 'react-native' import {Select as RadixSelect} from 'radix-ui' @@ -96,8 +96,7 @@ export function Trigger({children, label}: TriggerProps) { style={flatten([ a.flex, a.relative, - t.atoms.bg_contrast_25, - a.rounded_sm, + t.atoms.bg_contrast_50, a.w_full, a.align_center, a.gap_sm, @@ -106,15 +105,14 @@ export function Trigger({children, label}: TriggerProps) { a.px_md, a.pointer, { + borderRadius: 10, maxWidth: 400, outline: 0, borderWidth: 2, borderStyle: 'solid', borderColor: focused ? t.palette.primary_500 - : hovered - ? t.palette.contrast_100 - : t.palette.contrast_25, + : t.palette.contrast_50, }, ])}> {children} @@ -140,7 +138,11 @@ export function Icon({style}: IconProps) { ) } -export function Content({items, renderItem}: ContentProps) { +export function Content({ + items, + renderItem, + valueExtractor = defaultItemValueExtractor, +}: ContentProps) { const t = useTheme() const selectedValue = useContext(SelectedValueContext) @@ -198,7 +200,11 @@ export function Content({items, renderItem}: ContentProps) { - {items.map((item, index) => renderItem(item, index, selectedValue))} + {items.map((item, index) => ( + + {renderItem(item, index, selectedValue)} + + ))} @@ -209,6 +215,10 @@ export function Content({items, renderItem}: ContentProps) { ) } +function defaultItemValueExtractor(item: any) { + return item.value +} + const ItemContext = createContext<{ hovered: boolean focused: boolean diff --git a/src/components/Tooltip/index.e2e.tsx b/src/components/Tooltip/index.e2e.tsx new file mode 100644 index 0000000000..905da174c1 --- /dev/null +++ b/src/components/Tooltip/index.e2e.tsx @@ -0,0 +1,19 @@ +export function SheetCompatProvider({children}: {children: React.ReactNode}) { + return children +} + +export function Outer({children}: {children: React.ReactNode}) { + return children +} + +export function Target({children}: {children: React.ReactNode}) { + return children +} + +export function Content() { + return null +} + +export function TextBubble() { + return null +} diff --git a/src/components/Tooltip/index.tsx b/src/components/Tooltip/index.tsx index a7d1510205..e916ee0ed3 100644 --- a/src/components/Tooltip/index.tsx +++ b/src/components/Tooltip/index.tsx @@ -12,9 +12,11 @@ import {useWindowDimensions, View} from 'react-native' import Animated, {Easing, ZoomIn} from 'react-native-reanimated' import {useSafeAreaInsets} from 'react-native-safe-area-context' +import {useIsKeyboardVisible} from '#/lib/hooks/useIsKeyboardVisible' +import {GlobalGestureEventsProvider} from '#/state/global-gesture-events' import {atoms as a, select, useTheme} from '#/alf' import {useOnGesture} from '#/components/hooks/useOnGesture' -import {Portal} from '#/components/Portal' +import {createPortalGroup, Portal as RootPortal} from '#/components/Portal' import { ARROW_HALF_SIZE, ARROW_SIZE, @@ -23,6 +25,33 @@ import { } from '#/components/Tooltip/const' import {Text} from '#/components/Typography' +const TooltipPortal = createPortalGroup() +const TooltipProviderContext = + createContext | null>(null) + +/** + * Provider for Tooltip component. Only needed when you need to position the tooltip relative to a container, + * such as in the composer sheet. + * + * Only really necessary on iOS but can work on Android. + */ +export function SheetCompatProvider({children}: {children: React.ReactNode}) { + const ref = useRef(null) + return ( + + + + + {children} + + + + + + ) +} +SheetCompatProvider.displayName = 'TooltipSheetCompatProvider' + /** * These are native specific values, not shared with web */ @@ -120,22 +149,46 @@ export function Outer({ export function Target({children}: {children: React.ReactNode}) { const {shouldMeasure, setTargetMeasurements} = useContext(TargetContext) + const [hasLayedOut, setHasLayedOut] = useState(false) const targetRef = useRef(null) + const containerRef = useContext(TooltipProviderContext) + const keyboardIsOpen = useIsKeyboardVisible() useEffect(() => { - if (!shouldMeasure) return + if (!shouldMeasure || !hasLayedOut) return /* * Once opened, measure the dimensions and position of the target */ - targetRef.current?.measure((_x, _y, width, height, pageX, pageY) => { - if (pageX !== undefined && pageY !== undefined && width && height) { - setTargetMeasurements({x: pageX, y: pageY, width, height}) - } - }) - }, [shouldMeasure, setTargetMeasurements]) + + if (containerRef?.current) { + targetRef.current?.measureLayout( + containerRef.current, + (x, y, width, height) => { + if (x !== undefined && y !== undefined && width && height) { + setTargetMeasurements({x, y, width, height}) + } + }, + ) + } else { + targetRef.current?.measure((_x, _y, width, height, x, y) => { + if (x !== undefined && y !== undefined && width && height) { + setTargetMeasurements({x, y, width, height}) + } + }) + } + }, [ + shouldMeasure, + setTargetMeasurements, + hasLayedOut, + containerRef, + keyboardIsOpen, + ]) return ( - + setHasLayedOut(true)}> {children} ) @@ -150,12 +203,15 @@ export function Content({ }) { const {position, visible, onVisibleChange} = useContext(TooltipContext) const {targetMeasurements} = useContext(TargetContext) + const isWithinProvider = !!useContext(TooltipProviderContext) const requestClose = useCallback(() => { onVisibleChange(false) }, [onVisibleChange]) if (!visible || !targetMeasurements) return null + const Portal = isWithinProvider ? TooltipPortal.Portal : RootPortal + return ( {children}> +} +Provider.displayName = 'TooltipProvider' + type TooltipContextType = { position: 'top' | 'bottom' onVisibleChange: (open: boolean) => void } -const TooltipContext = createContext({ +const TooltipContext = createContext>({ position: 'bottom', - onVisibleChange: () => {}, }) TooltipContext.displayName = 'TooltipContext' @@ -33,10 +38,7 @@ export function Outer({ visible: boolean onVisibleChange: (visible: boolean) => void }) { - const ctx = useMemo( - () => ({position, onVisibleChange}), - [position, onVisibleChange], - ) + const ctx = useMemo(() => ({position}), [position]) return ( {children} @@ -60,7 +62,7 @@ export function Content({ label: string }) { const t = useTheme() - const {position, onVisibleChange} = useContext(TooltipContext) + const {position} = useContext(TooltipContext) return ( onVisibleChange(false)} + onInteractOutside={evt => { + if (evt.type === 'dismissableLayer.focusOutside') { + evt.preventDefault() + } + }} style={flatten([ a.rounded_sm, select(t.name, { diff --git a/src/components/WhoCanReply.tsx b/src/components/WhoCanReply.tsx index a10508f2e4..005236417a 100644 --- a/src/components/WhoCanReply.tsx +++ b/src/components/WhoCanReply.tsx @@ -1,4 +1,4 @@ -import {Fragment, useMemo} from 'react' +import {Fragment, useMemo, useRef} from 'react' import { Keyboard, Platform, @@ -17,12 +17,13 @@ import {useLingui} from '@lingui/react' import {HITSLOP_10} from '#/lib/constants' import {makeListLink, makeProfileLink} from '#/lib/routes/links' +import {logger} from '#/logger' import {isNative} from '#/platform/detection' import { type ThreadgateAllowUISetting, threadgateViewToAllowUISetting, } from '#/state/queries/threadgate' -import {atoms as a, useTheme, web} from '#/alf' +import {atoms as a, native, useTheme, web} from '#/alf' import {Button, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' import {useDialogControl} from '#/components/Dialog' @@ -30,13 +31,13 @@ import { PostInteractionSettingsDialog, usePrefetchPostInteractionSettings, } from '#/components/dialogs/PostInteractionSettingsDialog' -import {CircleBanSign_Stroke2_Corner0_Rounded as CircleBanSign} from '#/components/icons/CircleBanSign' -import {Earth_Stroke2_Corner0_Rounded as Earth} from '#/components/icons/Globe' -import {Group3_Stroke2_Corner0_Rounded as Group} from '#/components/icons/Group' +import {TinyChevronBottom_Stroke2_Corner0_Rounded as TinyChevronDownIcon} from '#/components/icons/Chevron' +import {CircleBanSign_Stroke2_Corner0_Rounded as CircleBanSignIcon} from '#/components/icons/CircleBanSign' +import {Earth_Stroke2_Corner0_Rounded as EarthIcon} from '#/components/icons/Globe' +import {Group3_Stroke2_Corner0_Rounded as GroupIcon} from '#/components/icons/Group' import {InlineLinkText} from '#/components/Link' import {Text} from '#/components/Typography' import * as bsky from '#/types/bsky' -import {PencilLine_Stroke2_Corner0_Rounded as PencilLine} from './icons/Pencil' interface WhoCanReplyProps { post: AppBskyFeedDefs.PostView @@ -69,6 +70,11 @@ export function WhoCanReply({post, isThreadAuthor, style}: WhoCanReplyProps) { postUri: post.uri, rootPostUri: rootUri, }) + const prefetchPromise = useRef>(Promise.resolve()) + + const prefetch = () => { + prefetchPromise.current = prefetchPostInteractionSettings() + } const anyoneCanReply = settings.length === 1 && settings[0].type === 'everybody' @@ -84,8 +90,19 @@ export function WhoCanReply({post, isThreadAuthor, style}: WhoCanReplyProps) { Keyboard.dismiss() } if (isThreadAuthor) { - editDialogControl.open() + logger.metric('thread:click:editOwnThreadgate', {}) + + // wait on prefetch if it manages to resolve in under 200ms + // otherwise, proceed immediately and show the spinner -sfn + Promise.race([ + prefetchPromise.current, + new Promise(res => setTimeout(res, 200)), + ]).finally(() => { + editDialogControl.open() + }) } else { + logger.metric('thread:click:viewSomeoneElsesThreadgate', {}) + infoDialogControl.open() } } @@ -100,18 +117,27 @@ export function WhoCanReply({post, isThreadAuthor, style}: WhoCanReplyProps) { {...(isThreadAuthor ? Platform.select({ web: { - onHoverIn: prefetchPostInteractionSettings, + onHoverIn: prefetch, }, native: { - onPressIn: prefetchPostInteractionSettings, + onPressIn: prefetch, }, }) : {})} hitSlop={HITSLOP_10}> - {({hovered}) => ( - + {({hovered, focused, pressed}) => ( + @@ -119,14 +145,16 @@ export function WhoCanReply({post, isThreadAuthor, style}: WhoCanReplyProps) { style={[ a.text_sm, a.leading_tight, - t.atoms.text_contrast_medium, - hovered && a.underline, + isThreadAuthor + ? {color: t.palette.primary_500} + : t.atoms.text_contrast_medium, + (hovered || focused || pressed) && web(a.underline), ]}> {description} {isThreadAuthor && ( - + )} )} @@ -164,7 +192,11 @@ function Icon({ settings.length === 0 || settings.every(setting => setting.type === 'everybody') const isNobody = !!settings.find(gate => gate.type === 'nobody') - const IconComponent = isEverybody ? Earth : isNobody ? CircleBanSign : Group + const IconComponent = isEverybody + ? EarthIcon + : isNobody + ? CircleBanSignIcon + : GroupIcon return } diff --git a/src/components/activity-notifications/SubscribeProfileButton.tsx b/src/components/activity-notifications/SubscribeProfileButton.tsx index 71253dca9b..84d8c80518 100644 --- a/src/components/activity-notifications/SubscribeProfileButton.tsx +++ b/src/components/activity-notifications/SubscribeProfileButton.tsx @@ -1,4 +1,4 @@ -import {useCallback} from 'react' +import {useCallback, useEffect, useState} from 'react' import {type ModerationOpts} from '@atproto/api' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' @@ -27,8 +27,21 @@ export function SubscribeProfileButton({ const subscribeDialogControl = useDialogControl() const [activitySubscriptionsNudged, setActivitySubscriptionsNudged] = useActivitySubscriptionsNudged() + const [showTooltip, setShowTooltip] = useState(false) - const onDismissTooltip = () => { + useEffect(() => { + if (!activitySubscriptionsNudged) { + const timeout = setTimeout(() => { + setShowTooltip(true) + }, 500) + return () => clearTimeout(timeout) + } + }, [activitySubscriptionsNudged]) + + const onDismissTooltip = (visible: boolean) => { + if (visible) return + + setShowTooltip(false) setActivitySubscriptionsNudged(true) } @@ -56,7 +69,7 @@ export function SubscribeProfileButton({ return ( <> @@ -65,7 +78,6 @@ export function SubscribeProfileButton({ testID="dmBtn" size="small" color="secondary" - variant="solid" shape="round" label={_(msg`Get notified when ${name} posts`)} onPress={wrappedOnPress}> diff --git a/src/components/dialogs/Embed.tsx b/src/components/dialogs/Embed.tsx index a61004fd2e..048cf208ba 100644 --- a/src/components/dialogs/Embed.tsx +++ b/src/components/dialogs/Embed.tsx @@ -10,8 +10,8 @@ import {toShareUrl} from '#/lib/strings/url-helpers' import {atoms as a, useTheme} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' +import * as SegmentedControl from '#/components/forms/SegmentedControl' import * as TextField from '#/components/forms/TextField' -import * as ToggleButton from '#/components/forms/ToggleButton' import {Check_Stroke2_Corner0_Rounded as CheckIcon} from '#/components/icons/Check' import { ChevronBottom_Stroke2_Corner0_Rounded as ChevronBottomIcon, @@ -150,26 +150,27 @@ function EmbedDialogInner({ Color theme - setColorMode(value as ColorModeValues)}> - - + type="radio" + value={colorMode} + onChange={setColorMode}> + + System - - - - + + + + Light - - - - + + + + Dark - - - + + + )} diff --git a/src/components/dialogs/PostInteractionSettingsDialog.tsx b/src/components/dialogs/PostInteractionSettingsDialog.tsx index 5b9fc262dc..9f7ff85268 100644 --- a/src/components/dialogs/PostInteractionSettingsDialog.tsx +++ b/src/components/dialogs/PostInteractionSettingsDialog.tsx @@ -1,16 +1,18 @@ -import React from 'react' -import {type StyleProp, View, type ViewStyle} from 'react-native' +import {useCallback, useMemo, useState} from 'react' +import {LayoutAnimation, Text as NestedText, View} from 'react-native' import { type AppBskyFeedDefs, type AppBskyFeedPostgate, AtUri, } from '@atproto/api' -import {msg, Trans} from '@lingui/macro' +import {msg, Plural, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {useQueryClient} from '@tanstack/react-query' -import isEqual from 'lodash.isequal' +import {useHaptics} from '#/lib/haptics' +import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' import {logger} from '#/logger' +import {isIOS} from '#/platform/detection' import {STALE} from '#/state/queries' import {useMyListsQuery} from '#/state/queries/my-lists' import {useGetPost} from '#/state/queries/post' @@ -37,13 +39,17 @@ import { } from '#/state/queries/usePostThread' import {useAgent, useSession} from '#/state/session' import * as Toast from '#/view/com/util/Toast' -import {atoms as a, useTheme} from '#/alf' +import {UserAvatar} from '#/view/com/util/UserAvatar' +import {atoms as a, useTheme, web} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' -import {Divider} from '#/components/Divider' import * as Toggle from '#/components/forms/Toggle' -import {Check_Stroke2_Corner0_Rounded as Check} from '#/components/icons/Check' +import { + ChevronBottom_Stroke2_Corner0_Rounded as ChevronDownIcon, + ChevronTop_Stroke2_Corner0_Rounded as ChevronUpIcon, +} from '#/components/icons/Chevron' import {CircleInfo_Stroke2_Corner0_Rounded as CircleInfo} from '#/components/icons/CircleInfo' +import {CloseQuote_Stroke2_Corner1_Rounded as QuoteIcon} from '#/components/icons/Quote' import {Loader} from '#/components/Loader' import {Text} from '#/components/Typography' @@ -52,6 +58,10 @@ export type PostInteractionSettingsFormProps = { onSave: () => void isSaving?: boolean + isDirty?: boolean + persist?: boolean + onChangePersist?: (v: boolean) => void + postgate: AppBskyFeedPostgate.Record onChangePostgate: (v: AppBskyFeedPostgate.Record) => void @@ -61,57 +71,52 @@ export type PostInteractionSettingsFormProps = { replySettingsDisabled?: boolean } +/** + * Threadgate settings dialog. Used in the composer. + */ export function PostInteractionSettingsControlledDialog({ control, ...rest }: PostInteractionSettingsFormProps & { control: Dialog.DialogControlProps }) { - const t = useTheme() - const {_} = useLingui() + const onClose = useNonReactiveCallback(() => { + logger.metric('composer:threadgate:save', { + hasChanged: !!rest.isDirty, + persist: !!rest.persist, + replyOptions: + rest.threadgateAllowUISettings?.map(gate => gate.type)?.join(',') ?? '', + quotesEnabled: !rest.postgate?.embeddingRules?.find( + v => v.$type === embeddingRules.disableRule.$type, + ), + }) + }) return ( - + - - - - - - - You can set default interaction settings in{' '} - - Settings → Moderation → Interaction settings - - . - - - - - + ) } -export function Header() { +function DialogInner(props: Omit) { + const {_} = useLingui() + return ( - - - Post interaction settings - - - Customize who can interact with this post. - - - + + + + + ) } @@ -134,12 +139,17 @@ export type PostInteractionSettingsDialogProps = { initialThreadgateView?: AppBskyFeedDefs.ThreadgateView } +/** + * Threadgate settings dialog. Used in the thread. + */ export function PostInteractionSettingsDialog( props: PostInteractionSettingsDialogProps, ) { const postThreadContext = usePostThreadContext() return ( - + @@ -153,7 +163,7 @@ export function PostInteractionSettingsDialogControlledInner( ) { const {_} = useLingui() const {currentAccount} = useSession() - const [isSaving, setIsSaving] = React.useState(false) + const [isSaving, setIsSaving] = useState(false) const {data: threadgateViewLoaded, isLoading: isLoadingThreadgate} = useThreadgateViewQuery({postUri: props.rootPostUri}) @@ -165,28 +175,28 @@ export function PostInteractionSettingsDialogControlledInner( const {mutateAsync: setThreadgateAllow} = useSetThreadgateAllowMutation() const [editedPostgate, setEditedPostgate] = - React.useState() + useState() const [editedAllowUISettings, setEditedAllowUISettings] = - React.useState() + useState() const isLoading = isLoadingThreadgate || isLoadingPostgate const threadgateView = threadgateViewLoaded || props.initialThreadgateView - const isThreadgateOwnedByViewer = React.useMemo(() => { + const isThreadgateOwnedByViewer = useMemo(() => { return currentAccount?.did === new AtUri(props.rootPostUri).host }, [props.rootPostUri, currentAccount?.did]) - const postgateValue = React.useMemo(() => { + const postgateValue = useMemo(() => { return ( editedPostgate || postgate || createPostgateRecord({post: props.postUri}) ) }, [postgate, editedPostgate, props.postUri]) - const allowUIValue = React.useMemo(() => { + const allowUIValue = useMemo(() => { return ( editedAllowUISettings || threadgateViewToAllowUISetting(threadgateView) ) }, [threadgateView, editedAllowUISettings]) - const onSave = React.useCallback(async () => { + const onSave = useCallback(async () => { if (!editedPostgate && !editedAllowUISettings) { props.control.close() return @@ -248,15 +258,24 @@ export function PostInteractionSettingsDialogControlledInner( return ( - - - - {isLoading ? ( - - - - ) : ( + style={[web({maxWidth: 400}), a.w_full]}> + {isLoading ? ( + + + + Loading post interaction settings... + + + ) : ( + <> + - )} - + > + )} + ) } @@ -281,11 +301,20 @@ export function PostInteractionSettingsForm({ threadgateAllowUISettings, onChangeThreadgateAllowUISettings, replySettingsDisabled, + isDirty, + persist, + onChangePersist, }: PostInteractionSettingsFormProps) { const t = useTheme() const {_} = useLingui() - const {data: lists} = useMyListsQuery('curate') - const [quotesEnabled, setQuotesEnabled] = React.useState( + const playHaptic = useHaptics() + const [showLists, setShowLists] = useState(false) + const { + data: lists, + isPending: isListsPending, + isError: isListsError, + } = useMyListsQuery('curate') + const [quotesEnabled, setQuotesEnabled] = useState( !( postgate.embeddingRules && postgate.embeddingRules.find( @@ -294,27 +323,7 @@ export function PostInteractionSettingsForm({ ), ) - const onPressAudience = (setting: ThreadgateAllowUISetting) => { - // remove boolean values - let newSelected: ThreadgateAllowUISetting[] = - threadgateAllowUISettings.filter( - v => v.type !== 'nobody' && v.type !== 'everybody', - ) - // toggle - const i = newSelected.findIndex(v => isEqual(v, setting)) - if (i === -1) { - newSelected.push(setting) - } else { - newSelected.splice(i, 1) - } - if (newSelected.length === 0) { - newSelected.push({type: 'everybody'}) - } - - onChangeThreadgateAllowUISettings(newSelected) - } - - const onChangeQuotesEnabled = React.useCallback( + const onChangeQuotesEnabled = useCallback( (enabled: boolean) => { setQuotesEnabled(enabled) onChangePostgate( @@ -330,229 +339,346 @@ export function PostInteractionSettingsForm({ const noOneCanReply = !!threadgateAllowUISettings.find( v => v.type === 'nobody', ) + const everyoneCanReply = !!threadgateAllowUISettings.find( + v => v.type === 'everybody', + ) + const numberOfListsSelected = threadgateAllowUISettings.filter( + v => v.type === 'list', + ).length + + const toggleGroupValues = useMemo(() => { + const values: string[] = [] + for (const setting of threadgateAllowUISettings) { + switch (setting.type) { + case 'everybody': + case 'nobody': + // no granularity, early return with nothing + return [] + case 'followers': + values.push('followers') + break + case 'following': + values.push('following') + break + case 'mention': + values.push('mention') + break + case 'list': + values.push(`list:${setting.list}`) + break + default: + break + } + } + return values + }, [threadgateAllowUISettings]) + + const toggleGroupOnChange = (values: string[]) => { + const settings: ThreadgateAllowUISetting[] = [] + + if (values.length === 0) { + settings.push({type: 'everybody'}) + } else { + for (const value of values) { + if (value.startsWith('list:')) { + const listId = value.slice('list:'.length) + settings.push({type: 'list', list: listId}) + } else { + settings.push({type: value as 'followers' | 'following' | 'mention'}) + } + } + } + + onChangeThreadgateAllowUISettings(settings) + } return ( - - - - - - Quote settings - - - - - Allow quote posts - - - - - - - - {replySettingsDisabled && ( - - - - - Reply settings are chosen by the author of the thread - - - - )} - + + + {replySettingsDisabled && ( - - Reply settings + + + + Reply settings are chosen by the author of the thread + - - - Allow replies from: - - - - v.type === 'everybody') - } - onPress={() => - onChangeThreadgateAllowUISettings([{type: 'everybody'}]) - } - style={{flex: 1}} - disabled={replySettingsDisabled} - /> - - onChangeThreadgateAllowUISettings([{type: 'nobody'}]) - } - style={{flex: 1}} - disabled={replySettingsDisabled} - /> - - - {!noOneCanReply && ( - <> - - Or combine these options: - - - - v.type === 'mention', - ) - } - onPress={() => onPressAudience({type: 'mention'})} - disabled={replySettingsDisabled} - /> - v.type === 'following', - ) - } - onPress={() => onPressAudience({type: 'following'})} - disabled={replySettingsDisabled} - /> - v.type === 'followers', - ) - } - onPress={() => onPressAudience({type: 'followers'})} - disabled={replySettingsDisabled} - /> - {lists && lists.length > 0 - ? lists.map(list => ( - v.type === 'list' && v.list === list.uri, - ) - } - onPress={() => - onPressAudience({type: 'list', list: list.uri}) - } - disabled={replySettingsDisabled} - /> - )) - : // No loading states to avoid jumps for the common case (no lists) - null} - - > - )} + )} + + + + Who can reply + + + { + if (val.includes('everyone')) { + onChangeThreadgateAllowUISettings([{type: 'everybody'}]) + } else if (val.includes('nobody')) { + onChangeThreadgateAllowUISettings([{type: 'nobody'}]) + } else { + onChangeThreadgateAllowUISettings([{type: 'mention'}]) + } + }}> + + + {({selected}) => ( + + + + Anyone + + + )} + + + {({selected}) => ( + + + + Nobody + + + )} + + + + + + + + {({selected}) => ( + + + + Your followers + + + )} + + + {({selected}) => ( + + + + People you follow + + + )} + + + {({selected}) => ( + + + + People you mention + + + )} + + + { + playHaptic('Light') + if (isIOS && !showLists) { + LayoutAnimation.configureNext({ + ...LayoutAnimation.Presets.linear, + duration: 175, + }) + } + setShowLists(s => !s) + }}> + 0} + adjacent={showLists ? 'both' : 'leading'}> + + {numberOfListsSelected === 0 ? ( + Select from your lists + ) : ( + + Select from your lists{' '} + + + + + )} + + + + + {showLists && + (isListsPending ? ( + + + Loading lists... + + + ) : isListsError ? ( + + + + An error occurred while loading your lists :/ + + + + ) : lists.length === 0 ? ( + + + You don't have any lists yet. + + + ) : ( + lists.map((list, i) => ( + + {({selected}) => ( + + + + {list.name} + + )} + + )) + ))} + + + + {({selected}) => ( + + + Allow quote posts + + + + )} + + + {typeof persist !== 'undefined' && ( + + {isDirty ? ( + onChangePersist?.(!persist)}> + + + Save these options for next time + + + ) : ( + + These are your default settings + + )} + + )} + - {_(msg`Save`)} - {isSaving && } + size="large"> + + Save + + {isSaving && } ) } -function Selectable({ - label, - isSelected, - onPress, - style, - disabled, -}: { - label: string - isSelected: boolean - onPress: () => void - style?: StyleProp - disabled?: boolean -}) { - const t = useTheme() +function Header() { return ( - - {({hovered, focused}) => ( - - - {label} - - {isSelected ? ( - - ) : ( - - )} - - )} - + + + Post interaction settings + + ) } @@ -567,7 +693,7 @@ export function usePrefetchPostInteractionSettings({ const agent = useAgent() const getPost = useGetPost() - return React.useCallback(async () => { + return useCallback(async () => { try { await Promise.all([ queryClient.prefetchQuery({ diff --git a/src/view/com/auth/server-input/index.tsx b/src/components/dialogs/ServerInput.tsx similarity index 73% rename from src/view/com/auth/server-input/index.tsx rename to src/components/dialogs/ServerInput.tsx index c79b8a5794..d7c02bb9f4 100644 --- a/src/view/com/auth/server-input/index.tsx +++ b/src/components/dialogs/ServerInput.tsx @@ -5,18 +5,20 @@ import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {BSKY_SERVICE} from '#/lib/constants' -import {logEvent} from '#/lib/statsig/statsig' +import {logger} from '#/logger' import * as persisted from '#/state/persisted' import {useSession} from '#/state/session' -import {atoms as a, useBreakpoints, useTheme} from '#/alf' +import {atoms as a, platform, useBreakpoints, useTheme, web} from '#/alf' import {Admonition} from '#/components/Admonition' import {Button, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' +import * as SegmentedControl from '#/components/forms/SegmentedControl' import * as TextField from '#/components/forms/TextField' -import * as ToggleButton from '#/components/forms/ToggleButton' import {Globe_Stroke2_Corner0_Rounded as Globe} from '#/components/icons/Globe' import {InlineLinkText} from '#/components/Link' -import {P, Text} from '#/components/Typography' +import {Text} from '#/components/Typography' + +type SegmentedControlOptions = typeof BSKY_SERVICE | 'custom' export function ServerInputDialog({ control, @@ -29,7 +31,8 @@ export function ServerInputDialog({ const formRef = useRef(null) // persist these options between dialog open/close - const [fixedOption, setFixedOption] = useState(BSKY_SERVICE) + const [fixedOption, setFixedOption] = + useState(BSKY_SERVICE) const [previousCustomAddress, setPreviousCustomAddress] = useState('') const onClose = useCallback(() => { @@ -40,7 +43,7 @@ export function ServerInputDialog({ setPreviousCustomAddress(result) } } - logEvent('signin:hostingProviderPressed', { + logger.metric('signin:hostingProviderPressed', { hostingProviderDidChange: fixedOption !== BSKY_SERVICE, }) }, [onSelect, fixedOption]) @@ -49,7 +52,10 @@ export function ServerInputDialog({ + nativeOptions={platform({ + android: {minHeight: height / 2}, + ios: {preventExpansion: true}, + })}> - fixedOption: string - setFixedOption: (opt: string) => void + fixedOption: SegmentedControlOptions + setFixedOption: (opt: SegmentedControlOptions) => void initialCustomAddress: string }) { const control = Dialog.useDialogContext() @@ -124,45 +130,49 @@ function DialogInner({ return ( + accessibilityLabelledBy="dialog-title" + style={web({maxWidth: 500})}> - + Choose your account provider - setFixedOption(values[0])}> - - {_(msg`Bluesky`)} - - + + + {_(msg`Bluesky`)} + + + - {_(msg`Custom`)} - - + + {_(msg`Custom`)} + + + {fixedOption === BSKY_SERVICE && isFirstTimeUser && ( - - - 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. - - + + + + 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. + + + )} {fixedOption === 'custom' && ( - + Server address @@ -197,13 +207,8 @@ function DialogInner({ )} - + {isFirstTimeUser ? ( If you're a developer, you can host your own server. @@ -219,18 +224,23 @@ function DialogInner({ to="https://atproto.com/guides/self-hosting"> Learn more. - + control.close()} label={_(msg`Done`)}> - {_(msg`Done`)} + + Done + diff --git a/src/components/forms/DateField/index.shared.tsx b/src/components/forms/DateField/index.shared.tsx index b0522175c6..24344b4417 100644 --- a/src/components/forms/DateField/index.shared.tsx +++ b/src/components/forms/DateField/index.shared.tsx @@ -73,8 +73,8 @@ export function DateFieldButton({ a.flex_row, a.flex_1, a.w_full, - a.rounded_sm, - t.atoms.bg_contrast_25, + {borderRadius: 10}, + t.atoms.bg_contrast_50, a.align_center, hovered ? chromeHover : {}, focused || pressed ? chromeFocus : {}, diff --git a/src/components/forms/HostingProvider.tsx b/src/components/forms/HostingProvider.tsx index 1100900176..b7d23ba3ab 100644 --- a/src/components/forms/HostingProvider.tsx +++ b/src/components/forms/HostingProvider.tsx @@ -4,10 +4,10 @@ import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' import {toNiceDomain} from '#/lib/strings/url-helpers' -import {ServerInputDialog} from '#/view/com/auth/server-input' import {atoms as a, tokens, useTheme} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import {useDialogControl} from '#/components/Dialog' +import {ServerInputDialog} from '#/components/dialogs/ServerInput' import {Globe_Stroke2_Corner0_Rounded as GlobeIcon} from '#/components/icons/Globe' import {PencilLine_Stroke2_Corner0_Rounded as PencilIcon} from '#/components/icons/Pencil' import {Text} from '#/components/Typography' diff --git a/src/components/forms/SegmentedControl.tsx b/src/components/forms/SegmentedControl.tsx new file mode 100644 index 0000000000..68f57c83a3 --- /dev/null +++ b/src/components/forms/SegmentedControl.tsx @@ -0,0 +1,287 @@ +import { + createContext, + useCallback, + useContext, + useLayoutEffect, + useMemo, + useState, +} from 'react' +import {type StyleProp, View, type ViewStyle} from 'react-native' +import Animated, {Easing, LinearTransition} from 'react-native-reanimated' + +import {useHaptics} from '#/lib/haptics' +import {useNonReactiveCallback} from '#/lib/hooks/useNonReactiveCallback' +import {atoms as a, native, platform, useTheme} from '#/alf' +import { + Button, + type ButtonProps, + ButtonText, + type ButtonTextProps, +} from '../Button' + +const InternalContext = createContext<{ + type: 'tabs' | 'radio' + size: 'small' | 'large' + selectedValue: string + selectedPosition: {width: number; x: number} | null + onSelectValue: ( + value: string, + position: {width: number; x: number} | null, + ) => void + updatePosition: (position: {width: number; x: number}) => void +} | null>(null) + +/** + * Segmented control component. + * + * @example + * ```tsx + * + * + * + * One + * + * + * + * + * Two + * + * + * + * ``` + */ +export function Root({ + label, + type = 'radio', + size = 'large', + value, + onChange, + children, + style, + accessibilityHint, +}: { + label: string + type: 'tabs' | 'radio' + size?: 'small' | 'large' + value: T + onChange: (value: T) => void + children: React.ReactNode + style?: StyleProp + accessibilityHint?: string +}) { + const t = useTheme() + const [selectedPosition, setSelectedPosition] = useState<{ + width: number + x: number + } | null>(null) + + const contextValue = useMemo(() => { + return { + type, + size, + selectedValue: value, + selectedPosition, + onSelectValue: ( + val: string, + position: {width: number; x: number} | null, + ) => { + onChange(val as T) + if (position) setSelectedPosition(position) + }, + updatePosition: (position: {width: number; x: number}) => { + setSelectedPosition(currPos => { + if ( + currPos && + currPos.width === position.width && + currPos.x === position.x + ) { + return currPos + } + return position + }) + }, + } + }, [value, selectedPosition, setSelectedPosition, onChange, type, size]) + + return ( + + {selectedPosition !== null && ( + + )} + + {children} + + + ) +} + +const InternalItemContext = createContext<{ + active: boolean + pressed: boolean + hovered: boolean + focused: boolean +} | null>(null) + +export function Item({ + value, + style, + children, + onPress: onPressProp, + ...props +}: {value: string; children: React.ReactNode} & Omit) { + const playHaptic = useHaptics() + const [position, setPosition] = useState<{x: number; width: number} | null>( + null, + ) + + const ctx = useContext(InternalContext) + if (!ctx) + throw new Error( + 'SegmentedControl.Item must be used within a SegmentedControl.Root', + ) + + const active = ctx.selectedValue === value + + // update position if change was external, and not due to onPress + const needsUpdate = + active && + position && + (ctx.selectedPosition?.x !== position.x || + ctx.selectedPosition?.width !== position.width) + + // can't wait for `useEffectEvent` + const update = useNonReactiveCallback(() => { + if (position) ctx.updatePosition(position) + }) + + useLayoutEffect(() => { + if (needsUpdate) { + update() + } + }, [needsUpdate, update]) + + const onPress = useCallback( + (evt: any) => { + playHaptic('Light') + ctx.onSelectValue(value, position) + onPressProp?.(evt) + }, + [ctx, value, position, onPressProp, playHaptic], + ) + + return ( + { + const measuredPosition = { + x: evt.nativeEvent.layout.x, + width: evt.nativeEvent.layout.width, + } + if (!ctx.selectedPosition && active) { + ctx.onSelectValue(value, measuredPosition) + } + setPosition(measuredPosition) + }}> + + {({pressed, hovered, focused}) => ( + + {children} + + )} + + + ) +} + +export function ItemText({style, ...props}: ButtonTextProps) { + const t = useTheme() + const ctx = useContext(InternalItemContext) + if (!ctx) + throw new Error( + 'SegmentedControl.ItemText must be used within a SegmentedControl.Item', + ) + return ( + + ) +} + +function Slider({x, width}: {x: number; width: number}) { + const t = useTheme() + + return ( + + ) +} diff --git a/src/components/forms/TextField.tsx b/src/components/forms/TextField.tsx index 48f71e73a0..62f30db47b 100644 --- a/src/components/forms/TextField.tsx +++ b/src/components/forms/TextField.tsx @@ -266,7 +266,7 @@ export function createInput(Component: typeof TextInput) { a.z_10, a.absolute, a.inset_0, - a.rounded_sm, + {borderRadius: 10}, t.atoms.bg_contrast_50, {borderColor: 'transparent', borderWidth: 2}, ctx.hovered ? chromeHover : {}, diff --git a/src/components/forms/Toggle/Panel.tsx b/src/components/forms/Toggle/Panel.tsx new file mode 100644 index 0000000000..d874750db6 --- /dev/null +++ b/src/components/forms/Toggle/Panel.tsx @@ -0,0 +1,120 @@ +import {createContext, useContext} from 'react' +import {View, type ViewStyle} from 'react-native' + +import {atoms as a, tokens, useTheme} from '#/alf' +import {type Props as SVGIconProps} from '#/components/icons/common' +import {Text} from '#/components/Typography' + +const PanelContext = createContext<{active: boolean}>({active: false}) + +/** + * A nice container for Toggles. See the Threadgate dialog for an example. + */ +export function Panel({ + children, + active = false, + adjacent, +}: { + children: React.ReactNode + active?: boolean + adjacent?: 'leading' | 'trailing' | 'both' +}) { + const t = useTheme() + + const leading = adjacent === 'leading' || adjacent === 'both' + const trailing = adjacent === 'trailing' || adjacent === 'both' + const rounding = { + borderTopLeftRadius: leading + ? tokens.borderRadius.xs + : tokens.borderRadius.md, + borderTopRightRadius: leading + ? tokens.borderRadius.xs + : tokens.borderRadius.md, + borderBottomLeftRadius: trailing + ? tokens.borderRadius.xs + : tokens.borderRadius.md, + borderBottomRightRadius: trailing + ? tokens.borderRadius.xs + : tokens.borderRadius.md, + } satisfies ViewStyle + + return ( + + {children} + + ) +} + +export function PanelText({ + children, + icon, +}: { + children: React.ReactNode + icon?: React.ComponentType +}) { + const t = useTheme() + const ctx = useContext(PanelContext) + + const text = ( + + {children} + + ) + + if (icon) { + // eslint-disable-next-line bsky-internal/avoid-unwrapped-text + return ( + + + {text} + + ) + } + + return text +} + +export function PanelIcon({ + icon: Icon, +}: { + icon: React.ComponentType +}) { + const t = useTheme() + const ctx = useContext(PanelContext) + return ( + + ) +} + +/** + * A group of panels. TODO: auto-leading/trailing + */ +export function PanelGroup({children}: {children: React.ReactNode}) { + return {children} +} diff --git a/src/components/forms/Toggle.tsx b/src/components/forms/Toggle/index.tsx similarity index 68% rename from src/components/forms/Toggle.tsx rename to src/components/forms/Toggle/index.tsx index 849e014fac..60fa50478a 100644 --- a/src/components/forms/Toggle.tsx +++ b/src/components/forms/Toggle/index.tsx @@ -1,12 +1,20 @@ -import React from 'react' -import {Pressable, type StyleProp, View, type ViewStyle} from 'react-native' -import Animated, {LinearTransition} from 'react-native-reanimated' +import {createContext, useCallback, useContext, useMemo} from 'react' +import { + Pressable, + type PressableProps, + type StyleProp, + View, + type ViewStyle, +} from 'react-native' +import Animated, {Easing, LinearTransition} from 'react-native-reanimated' import {HITSLOP_10} from '#/lib/constants' +import {useHaptics} from '#/lib/haptics' import {isNative} from '#/platform/detection' import { atoms as a, native, + platform, type TextStyleProp, useTheme, type ViewStyleProp, @@ -15,6 +23,8 @@ import {useInteractionState} from '#/components/hooks/useInteractionState' import {CheckThick_Stroke2_Corner0_Rounded as Checkmark} from '#/components/icons/Check' import {Text} from '#/components/Typography' +export * from './Panel' + export type ItemState = { name: string selected: boolean @@ -25,7 +35,7 @@ export type ItemState = { focused: boolean } -const ItemContext = React.createContext({ +const ItemContext = createContext({ name: '', selected: false, disabled: false, @@ -36,7 +46,7 @@ const ItemContext = React.createContext({ }) ItemContext.displayName = 'ToggleItemContext' -const GroupContext = React.createContext<{ +const GroupContext = createContext<{ values: string[] disabled: boolean type: 'radio' | 'checkbox' @@ -70,10 +80,11 @@ export type ItemProps = ViewStyleProp & { onChange?: (selected: boolean) => void isInvalid?: boolean children: ((props: ItemState) => React.ReactNode) | React.ReactNode + hitSlop?: PressableProps['hitSlop'] } export function useItemContext() { - return React.useContext(ItemContext) + return useContext(ItemContext) } export function Group({ @@ -88,9 +99,8 @@ export function Group({ }: GroupProps) { const groupRole = type === 'radio' ? 'radiogroup' : undefined const values = type === 'radio' ? providedValues.slice(0, 1) : providedValues - const [maxReached, setMaxReached] = React.useState(false) - const setFieldValue = React.useCallback< + const setFieldValue = useCallback< (props: {name: string; value: boolean}) => void >( ({name, value}) => { @@ -105,25 +115,13 @@ export function Group({ [type, onChange, values], ) - React.useEffect(() => { - if (type === 'checkbox') { - if ( - maxSelections && - values.length >= maxSelections && - maxReached === false - ) { - setMaxReached(true) - } else if ( - maxSelections && - values.length < maxSelections && - maxReached === true - ) { - setMaxReached(false) - } - } - }, [type, values.length, maxSelections, maxReached, setMaxReached]) + const maxReached = !!( + type === 'checkbox' && + maxSelections && + values.length >= maxSelections + ) - const context = React.useMemo( + const context = useMemo( () => ({ values, type, @@ -170,7 +168,7 @@ export function Item({ disabled: groupDisabled, setFieldValue, maxSelectionsReached, - } = React.useContext(GroupContext) + } = useContext(GroupContext) const { state: hovered, onIn: onHoverIn, @@ -182,19 +180,21 @@ export function Item({ onOut: onPressOut, } = useInteractionState() const {state: focused, onIn: onFocus, onOut: onBlur} = useInteractionState() + const playHaptic = useHaptics() const role = groupType === 'radio' ? 'radio' : type const selected = selectedValues.includes(name) || !!value const disabled = groupDisabled || itemDisabled || (!selected && maxSelectionsReached) - const onPress = React.useCallback(() => { + const onPress = useCallback(() => { + playHaptic('Light') const next = !selected setFieldValue({name, value: next}) onChange?.(next) - }, [name, selected, onChange, setFieldValue]) + }, [playHaptic, name, selected, onChange, setFieldValue]) - const state = React.useMemo( + const state = useMemo( () => ({ name, selected, @@ -250,8 +250,8 @@ export function LabelText({ style={[ a.font_semi_bold, a.leading_tight, + a.user_select_none, { - userSelect: 'none', color: disabled ? t.atoms.text_contrast_low.color : t.atoms.text_contrast_high.color, @@ -287,21 +287,26 @@ export function createSharedToggleStyles({ if (selected) { base.push({ - backgroundColor: t.palette.primary_25, + backgroundColor: t.palette.primary_500, borderColor: t.palette.primary_500, }) if (hovered) { baseHover.push({ - backgroundColor: t.palette.primary_100, - borderColor: t.palette.primary_600, + backgroundColor: t.palette.primary_400, + borderColor: t.palette.primary_400, }) } } else { + base.push({ + backgroundColor: t.palette.contrast_25, + borderColor: t.palette.contrast_100, + }) + if (hovered) { baseHover.push({ backgroundColor: t.palette.contrast_50, - borderColor: t.palette.contrast_500, + borderColor: t.palette.contrast_200, }) } } @@ -318,6 +323,20 @@ export function createSharedToggleStyles({ borderColor: t.palette.negative_600, }) } + + if (selected) { + base.push({ + backgroundColor: t.palette.negative_500, + borderColor: t.palette.negative_500, + }) + + if (hovered) { + baseHover.push({ + backgroundColor: t.palette.negative_400, + borderColor: t.palette.negative_400, + }) + } + } } if (disabled) { @@ -325,6 +344,13 @@ export function createSharedToggleStyles({ backgroundColor: t.palette.contrast_100, borderColor: t.palette.contrast_400, }) + + if (selected) { + base.push({ + backgroundColor: t.palette.primary_100, + borderColor: t.palette.contrast_400, + }) + } } return { @@ -350,66 +376,125 @@ export function Checkbox() { style={[ a.justify_center, a.align_center, - a.rounded_xs, t.atoms.border_contrast_high, + a.transition_color, { borderWidth: 1, height: 24, width: 24, + borderRadius: 6, }, baseStyles, hovered ? baseHoverStyles : {}, ]}> - {selected ? : null} + {selected && } ) } export function Switch() { const t = useTheme() - const {selected, hovered, focused, disabled, isInvalid} = useItemContext() - const {baseStyles, baseHoverStyles, indicatorStyles} = - createSharedToggleStyles({ - theme: t, - hovered, - focused, - selected, - disabled, - isInvalid, - }) + const {selected, hovered, disabled, isInvalid} = useItemContext() + const {baseStyles, baseHoverStyles, indicatorStyles} = useMemo(() => { + const base: ViewStyle[] = [] + const baseHover: ViewStyle[] = [] + const indicator: ViewStyle[] = [] + + if (selected) { + base.push({ + backgroundColor: t.palette.primary_500, + }) + + if (hovered) { + baseHover.push({ + backgroundColor: t.palette.primary_400, + }) + } + } else { + base.push({ + backgroundColor: t.palette.contrast_200, + }) + + if (hovered) { + baseHover.push({ + backgroundColor: t.palette.contrast_100, + }) + } + } + + if (isInvalid) { + base.push({ + backgroundColor: t.palette.negative_200, + }) + + if (hovered) { + baseHover.push({ + backgroundColor: t.palette.negative_100, + }) + } + + if (selected) { + base.push({ + backgroundColor: t.palette.negative_500, + }) + + if (hovered) { + baseHover.push({ + backgroundColor: t.palette.negative_400, + }) + } + } + } + + if (disabled) { + base.push({ + backgroundColor: t.palette.contrast_50, + }) + + if (selected) { + base.push({ + backgroundColor: t.palette.primary_100, + }) + } + } + + return { + baseStyles: base, + baseHoverStyles: disabled ? [] : baseHover, + indicatorStyles: indicator, + } + }, [t, hovered, disabled, selected, isInvalid]) + return ( @@ -420,7 +505,7 @@ export function Switch() { export function Radio() { const t = useTheme() const {selected, hovered, focused, disabled, isInvalid} = - React.useContext(ItemContext) + useContext(ItemContext) const {baseStyles, baseHoverStyles, indicatorStyles} = createSharedToggleStyles({ theme: t, @@ -437,29 +522,27 @@ export function Radio() { a.align_center, a.rounded_full, t.atoms.border_contrast_high, + a.transition_color, { borderWidth: 1, - height: 24, - width: 24, + height: 25, + width: 25, + margin: -1, }, baseStyles, hovered ? baseHoverStyles : {}, ]}> - {selected ? ( + {selected && ( - ) : null} + )} ) } diff --git a/src/components/forms/ToggleButton.tsx b/src/components/forms/ToggleButton.tsx index 367122585b..77e12b2046 100644 --- a/src/components/forms/ToggleButton.tsx +++ b/src/components/forms/ToggleButton.tsx @@ -1,4 +1,4 @@ -import React from 'react' +import {useMemo} from 'react' import { type AccessibilityProps, type TextStyle, @@ -20,6 +20,9 @@ export type GroupProps = Omit & { multiple?: boolean } +/** + * @deprecated - use SegmentedControl + */ export function Group({children, multiple, ...props}: GroupProps) { const t = useTheme() return ( @@ -39,6 +42,9 @@ export function Group({children, multiple, ...props}: GroupProps) { ) } +/** + * @deprecated - use SegmentedControl + */ export function Button({children, ...props}: ItemProps) { return ( @@ -51,7 +57,7 @@ function ButtonInner({children}: React.PropsWithChildren<{}>) { const t = useTheme() const state = Toggle.useItemContext() - const {baseStyles, hoverStyles, activeStyles} = React.useMemo(() => { + const {baseStyles, hoverStyles, activeStyles} = useMemo(() => { const base: ViewStyle[] = [] const hover: ViewStyle[] = [] const active: ViewStyle[] = [] @@ -112,11 +118,14 @@ function ButtonInner({children}: React.PropsWithChildren<{}>) { ) } +/** + * @deprecated - use SegmentedControl + */ export function ButtonText({children}: {children: React.ReactNode}) { const t = useTheme() const state = Toggle.useItemContext() - const textStyles = React.useMemo(() => { + const textStyles = useMemo(() => { const text: TextStyle[] = [] if (state.selected) { text.push(t.atoms.text_inverted) diff --git a/src/components/icons/Chevron.tsx b/src/components/icons/Chevron.tsx index 4d252ee3ca..b033e3c66b 100644 --- a/src/components/icons/Chevron.tsx +++ b/src/components/icons/Chevron.tsx @@ -19,3 +19,10 @@ export const ChevronBottom_Stroke2_Corner0_Rounded = createSinglePathSVG({ export const ChevronTopBottom_Stroke2_Corner0_Rounded = createSinglePathSVG({ path: 'M11.293 4.293a1 1 0 0 1 1.414 0l4 4a1 1 0 0 1-1.414 1.414L12 6.414 8.707 9.707a1 1 0 0 1-1.414-1.414l4-4Zm-4 10a1 1 0 0 1 1.414 0L12 17.586l3.293-3.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4a1 1 0 0 1 0-1.414Z', }) + +/** + * NOTE: Use with size `2xs` + */ +export const TinyChevronBottom_Stroke2_Corner0_Rounded = createSinglePathSVG({ + path: 'M10.928 18.882c.757.499 1.786.417 2.452-.25l9-9a1.953 1.953 0 0 0-2.76-2.76L12 14.493l-7.62-7.62a1.952 1.952 0 0 0-2.76 2.76l9 9 .308.25Z', +}) diff --git a/src/components/icons/common.tsx b/src/components/icons/common.tsx index bc1e045a48..0f208240f3 100644 --- a/src/components/icons/common.tsx +++ b/src/components/icons/common.tsx @@ -13,6 +13,7 @@ export type Props = { } & Omit export const sizes = { + '2xs': 8, xs: 12, sm: 16, md: 20, diff --git a/src/components/moderation/ReportDialog/index.tsx b/src/components/moderation/ReportDialog/index.tsx index a264d12bc2..2331db3ea6 100644 --- a/src/components/moderation/ReportDialog/index.tsx +++ b/src/components/moderation/ReportDialog/index.tsx @@ -685,7 +685,7 @@ function CategoryCard({ }, [onSelect, option]) return ( diff --git a/src/components/verification/VerificationsDialog.tsx b/src/components/verification/VerificationsDialog.tsx index 7e6b66c816..4091b80531 100644 --- a/src/components/verification/VerificationsDialog.tsx +++ b/src/components/verification/VerificationsDialog.tsx @@ -34,7 +34,7 @@ export function VerificationsDialog({ verificationState: FullVerificationState }) { return ( - + in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}0> t'han seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "A {firstAuthorLink} y a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}0> les ha feito goyo la tuya canal personalizada" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "A {firstAuthorLink} y a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}0> les ha feito goyo la tuya publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}0> ha republicau la tuya publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}}0> s'han rechistrau con o tuyo paquet d'inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} t'ha seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} t'ha seguiu tamién" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "A {firstAuthorLink} le ha feito goyo la tuya canal personalizada" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "A {firstAuthorLink} le ha feito goyo la tuya publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ha republicau la tuya publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} s'ha rechistrau con o tuyo paquet d'inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} t'han seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "A {firstAuthorName} y a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} les ha feito goyo la tuya canal personalizada" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "A {firstAuthorName} y a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} les ha feito goyo la tuya publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} han republicau la tuya publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} mas} other {{formattedAuthorsCount} mas}} s'han rechistrau con o tuyo paquet d'inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} t'ha seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} tamién t'ha seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "A {firstAuthorName} le ha feito goyo la tuya canal personalizada" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "A {firstAuthorName} le ha feito goyo la tuya publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ha republicau la tuya publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} s'ha rechistau con o tuyo paquet d'inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} seguindo" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> and<1> 1><2>{1} 2>s'incluyen en o tuyo paquet d'inicio" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> s'incluye en o tuyo paquet d'inicio" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> miembros" @@ -515,7 +519,7 @@ msgstr "⚠Identificador no valido" msgid "24 hours" msgstr "24 horas" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmación 2FA" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Cuanto a" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Achustes d'accesibilidat" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Cuenta silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Cuenta silenciada" @@ -627,11 +635,15 @@ msgstr "Cuenta silenciada per lista" msgid "Account options" msgstr "Opcions de cuenta" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Cuenta sacada de l'acceso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Anyadir-ne {0} mas pa continar" msgid "Add {displayName} to starter pack" msgstr "Anyadir {displayName} a lo paquet d'inicio" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Anyadir advertencia de conteniu" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Anyadir una atra clau" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Anyadir clau d'app" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Anyadir mas detalles (opcional)" @@ -783,7 +795,7 @@ msgstr "Anyadir bella canal ta lo tuyo paquet d'inicio!" msgid "Add the default feed of only people you follow" msgstr "Anyade la canal predeterminada de solo personas que sigue" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Anyade lo siguient rechistro DNS a lo tuyo dominio:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Detalles adicionals (limite 300 carácters)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adulto" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Conteniu adulto" @@ -846,11 +862,15 @@ msgstr "Lo conteniu pa adultos nomás se puede habilitar a traviés d'a web en < msgid "Adult content is disabled." msgstr "Lo conteniu adulto ye desactivau." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etiquetas de conteniu d'adultos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Abanzau" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permitir nuevos mensaches de" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Permitir publicacions citadas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permitir respuestas de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permitir acceso a mensaches directos" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Ya tiens un codigo?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "I ha habiu una error en chenerar lo suyo paquet d'inicio. Quiers intentar-lo de nuevo?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "I ha habiu una error en alzar lo codigo QR!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Un problema no incluyiu en estas opcions" @@ -1050,10 +1089,10 @@ msgstr "I ha habiu un problema mientres intentaba ubrir lo chat." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "I ha habiu un problema. Intenta de nuevo." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un etiquetador desconoixiu" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "y" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportamiento antisocial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Cualsequiera puede interactuar" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Idioma d'interficie" msgid "App Password" msgstr "Clau d'aplicación" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Clau de l'app eliminada" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Claus d'aplicación" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Claus de l'app" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Apelar" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Apelar la etiqueta de \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Apelar esta decisión" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Aplicar canals recomendadas predeterminadas" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archivau dende {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Publicación archivada" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Yes seguro de querer borrar la clau d'aplicación \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Yes seguro que quiers eliminar este mensache? Lo mensache s'eliminará pa tu, pero no pas pa l'atro participant." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Yes seguro que quiers eliminar este paquet d'inicio?" @@ -1252,7 +1298,7 @@ msgstr "Yes escribindo en <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Arte" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Desnudez artistica u no erotica." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "Autorreproducir videos y GIFs" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Dezaga" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Antes de crear un paquet d'inicio has de verificar lo tuyo correu." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Aniversario" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blocar" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Blocar la cuenta?" msgid "Block accounts" msgstr "Blocar cuentas" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blocar y borrar" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Blocar y/u borrar la conversa" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blocar lista" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "Blocar estas cuentas?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Blocar usuario" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Blocar usuario" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blocau" @@ -1449,25 +1503,25 @@ msgstr "Si blocas a etiquetador encara podrán seguir aplicando etiquetas a la t msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no puede confirmar l'autenticidat d'a data declarada." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 ye un ret ubierto an que puez triar lo furnidor d'aloch. Si yes un desenrollador, puez alochar lo tuyo propio servidor." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky ye un ret ubierto an que puez trigar lo tuyo propio proveidor. Si yes nuevo aquí, te recomendamos que te quedes con a opción per defecto Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Desenfocar imáchens y filtrar dende las canals" msgid "Books" msgstr "Libros" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Explorar mas cuentas" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Negocios" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Per {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Per <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Camera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Cancelar la reactivación y zarrar la sesión" msgid "Cancel search" msgstr "Cancelar busqueda" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "No se puede interactuar con un usuario blocau" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Cambiar identificador" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Cambiar servicio de moderación" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Cambiar la razón d'o reporte" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Conversa" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chat silenciau" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Achustes de chat" msgid "Chat Settings" msgstr "Configuración de chat" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chat no silenciau" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "Verificar lo mío estau" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Compreba lo tuyo correu electronico pa obtener un codigo d'inicio de sesión y escrebi-lo aquí." @@ -1805,6 +1868,14 @@ msgstr "Compreba lo tuyo correu electronico pa obtener un codigo d'inicio de ses msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "T'hemos ninviau un codigo de verificación a lo tuyo correu. Escribe-lo aquí:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Triar un metodo de verificación de dominio" @@ -1833,7 +1904,7 @@ msgstr "Triar los algorismos pa usar en as tuyas canals." msgid "Choose this color as your avatar" msgstr "Tría esta color como lo tuyo avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Tría lo tuyo proveyedor de cuenta" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Fe clic pa deshabilitar las citas pa esta publicación." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Fe clic pa habilitar las citas pa esta publicación." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Fe clic pa ubrir lo menu de {tag}" @@ -1919,9 +1982,11 @@ msgstr "Tacatot🐴 tacatat 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Tacatot🐴 tacatat 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Zarrar" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Zarrar dialogo activo" @@ -2018,16 +2083,16 @@ msgstr "Zarrar lo selector d'emojis" msgid "Closes viewer for header image" msgstr "Zarra lo visor d'a imachen d'o capitero" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Comprimir la lista d'usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Comprimir la lista d'usuarios pa una notificación en particular" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Modo de color" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Codigo de confirmación" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Connectando..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Idiomas de conteniu" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Conteniu no disponible" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Advertencia de conteniu" @@ -2212,7 +2281,7 @@ msgstr "Fondo d'o menú contextual, faga clic pa zarrar lo menú." msgid "Continue" msgstr "Continar" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continar como {0} (actualment ha iniciau sesión)" @@ -2236,8 +2305,8 @@ msgstr "Contina con o siguient paso" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversa eliminada" @@ -2254,7 +2323,7 @@ msgstr "Cocinando" msgid "Copied build version to clipboard" msgstr "Versión de compilación copiada a lo portafuellas" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Versión de compilación copiada a lo portafuellas" msgid "Copied to clipboard" msgstr "Copiau a lo portafuellas" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copiau!" @@ -2290,23 +2359,23 @@ msgstr "Copiar at:// URI" msgid "Copy author DID" msgstr "Copiar DID de l'autor" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copiar codigo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copiar DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copiar host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copiar vinclo" @@ -2331,12 +2400,12 @@ msgstr "Copiar lo vinclo a la publicación" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copiar texto d'o mensache" @@ -2354,7 +2423,7 @@ msgstr "Copiar texto d'a publicación" msgid "Copy QR code" msgstr "Copiar codigo QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copiar valor de rechistro TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "No s'ha puesto salir d'este chat " @@ -2392,7 +2461,7 @@ msgstr "No s'ha puesto cargar esta canal" msgid "Could not load list" msgstr "No s'ha puesto cargar esta lista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "No s'ha puesto silenciar lo chat" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Crear una cuenta nueva" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Crea un reporte de {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Creau {0}" @@ -2503,8 +2573,8 @@ msgstr "Lo creador ha estau blocau" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalizau" @@ -2512,18 +2582,22 @@ msgstr "Personalizau" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personaliza quí puede interactuar con esta publicación." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personaliza la tuya experiencia en Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Fosco" @@ -2536,7 +2610,7 @@ msgstr "Fosco" msgid "Dark mode" msgstr "Modo Fosco" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tema fosco" @@ -2558,7 +2632,11 @@ msgstr "Moderacion de depuración" msgid "Debug panel" msgstr "Panel de depuración" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Per Defecto" @@ -2566,14 +2644,14 @@ msgstr "Per Defecto" msgid "Default icons" msgstr "Iconos per defecto" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Borrar" @@ -2586,16 +2664,16 @@ msgstr "Borrar la cuenta" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Borrar cuenta <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Borrar la clau d'a app" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Borrar la clau d'a app?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "Borrar lo rechistro de declaracion de conversa" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Borrar conversa" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Borrar conversa" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Borrar pa yo" @@ -2623,11 +2701,11 @@ msgstr "Borrar pa yo" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Borrar mensache" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Borrar mensache pa yo" @@ -2641,12 +2719,12 @@ msgstr "Borrar la mía cuenta" msgid "Delete post" msgstr "Borrar una publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Borrar paquet d'inicio" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Borrar paquet d'inicio?" @@ -2709,11 +2787,11 @@ msgstr "Modo desenrollador activau" msgid "Developer options" msgstr "Desenrollar opcions" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Achustar quí puede interactuar con esta publicación" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tenue" @@ -2735,6 +2813,14 @@ msgstr "Desactivar Correu 2FA" msgid "Disable haptic feedback" msgstr "Desactivar la retroalimentación haptica" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Desactivar subtitulos" @@ -2778,7 +2864,7 @@ msgstr "Privar que las aplicacions amuestren la mía cuenta a los usuarios desco msgid "Discover new custom feeds" msgstr "Descubre nuevas canals personalizadas" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Descubrir nuevas canals" @@ -2817,8 +2903,8 @@ msgstr "Amostrar lo nombre" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Con panel de DNS" @@ -2830,7 +2916,7 @@ msgstr "No aplicar esta parola silenciada a los usuarios que sigues" msgid "Does not include nudity." msgstr "No incluye desnudez." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Dominio verificau!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "Dople toque pa zarrar lo dialogo" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Toca dos vegadas pa indicar que te fa goyo" @@ -2903,6 +2990,10 @@ msgstr "Descargar Bluesky" msgid "Download CAR file" msgstr "Descargar fichero CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Arrociega pa anyadir imagenes" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Editar Personas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Editar achustes d'interacción d'a publicación" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Editar lo perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Editar lo perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Editar paquet d'inicio" @@ -3034,7 +3129,7 @@ msgstr "Editar paquet d'inicio" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Editar quí puede responder" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "Correu electronico verificau" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Incrustar codigo HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Reproductor de video incrustau" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Activar subtítols" @@ -3200,7 +3299,7 @@ msgstr "Escribe lo dominio que quiers utilizar" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Escribe lo correu electronico que utilicés pa crear la tuya cuenta. Te ninviaremos un \"codigo de restablimiento\" pa que puedas establir una nueva clau." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "Escribe la tuya data de naixencia" msgid "Enter your email address" msgstr "Escribe l'adreza de correu electronico" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Escribe la tuya clau" @@ -3258,22 +3357,18 @@ msgstr "Error en recibir la respuesta d'o captcha." msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Toz" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Toz pueden responder" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Toz pueden responder a esta publicación." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Toz" @@ -3282,16 +3377,6 @@ msgstr "Toz" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Mencions u respuestas excesivas" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Mensaches excesivos u no deseyaus" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Excluyir a los usuarios que sigues" @@ -3316,7 +3401,7 @@ msgstr "Salir d'a vista d'imachen" msgid "Expand alt text" msgstr "Expandir lo texto alt" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Expandir lista d'usuarios" @@ -3328,7 +3413,7 @@ msgstr "Expandir u comprimir la publicación completa a la cual yes respondendo" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Ixampla u reduce lo texto d'a publicación" @@ -3348,7 +3433,7 @@ msgstr "Expirau" msgid "Expires {0}" msgstr "Expira {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Expira en {0}" @@ -3407,13 +3492,17 @@ msgstr "Ye posible que fichers multimedia externos permitan que atros puestos re msgid "External Media Preferences" msgstr "Fichers multimedia externos" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "No s'ha puesto cambiar l'identificador. Torna-lo a intentar." @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "Error en crear lo paquet d'inicio" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Error en eliminar lo mensache" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Error en eliminar lo paquet d'inicio" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Error en cargar las preferencias de canals" @@ -3498,14 +3587,14 @@ msgstr "Error en cargar los mensaches anteriors" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Error en cargar las canals sucheridas" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Error en cargar las sucherencias de seguimiento" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Error en clavar la publicación." #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Error en alzar la imachen: {0}" @@ -3557,7 +3647,7 @@ msgstr "Error en ninviar" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Error en ninviar l'apelación, per favor intenta de nuevo." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "No s'ha puesto verificar la identificación. Torna-lo a intentar." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Canal" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menú d'a canal" @@ -3635,8 +3733,8 @@ msgstr "Alternar canal" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Comentarios" @@ -3696,7 +3794,7 @@ msgstr "Filtrar la busqueda per idioma (actualment: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Buscar cuentas pa seguir" msgid "Find people to follow" msgstr "Trobar chent a qui seguir" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "Rematar" msgid "Fitness" msgstr "Exercicio" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexible" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Seguir" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Seguir" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Seguir {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Seguir {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Seguir tamién" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Seguir tamién" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Seguidors que conoixes" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Seguindo" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Seguindo" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Seguindo {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Seguindo {handle}" @@ -3894,11 +3988,11 @@ msgstr "Te sigue" msgid "Follows You" msgstr "Te sigue" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Fuent" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Grandaria de fuent" @@ -3919,7 +4013,7 @@ msgstr "Per razons de seguranza, habremos de ninviar-te un codigo de confirmaci msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Per razons de seguranza, no podrás tornar-lo a veyer. Si pierdes esta clau d'aplicación, habrás de chenerar-ne una de nueva." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Pa una millor experiencia, recomendamos que uses la fuent d'o tema." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "He olbidau la mía clau" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Has olbidau la tuya clau?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "La has olbidada?" @@ -3953,12 +4047,7 @@ msgstr "La has olbidada?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "A sobén publica contenius no deseyaus" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Da-le una cara a lo tuyo perfil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Violacions flagrants d'a Lei u d'os termens de servicio" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Violacions flagrants d'a Lei u d'os termens de servicio" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Tornar" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Tornar" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Tornar ta lo paso anterior" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Ir ta lo siguient" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Ir ta lo perfil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ir ta lo perfil de l'usuario" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Conteniu Grafico" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Ya yes a metat camín!" msgid "Handle" msgstr "Identificador" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Identificador ya emplegau. Tría-ne un atro diferent." @@ -4182,7 +4279,7 @@ msgstr "Identificador ya emplegau. Tría-ne un atro diferent." msgid "Handle changed!" msgstr "L'identificador ha cambiau!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Identificador masiau largo. Intenta-lo con uno mas curto." @@ -4190,10 +4287,17 @@ msgstr "Identificador masiau largo. Intenta-lo con uno mas curto." msgid "Haptics" msgstr "Vibración" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Acoso, troleyo u intolerancia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Etiqueta" msgid "Hashtag {tag}" msgstr "Etiqueta {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Tiens problemas?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Aduya" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "Amagau" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Amagau per la tuya configuración de moderación." @@ -4248,7 +4356,7 @@ msgstr "Lista amagada" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Lista amagada" msgid "Hide" msgstr "Amagar" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Amagar" @@ -4269,6 +4377,10 @@ msgstr "Amagar" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Quiers amagar las tendencias?" msgid "Hide trending videos?" msgstr "Quiers amagar los videos en tendencias?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Amagar lista d'usuarios" @@ -4320,7 +4432,7 @@ msgstr "Amagar lista d'usuarios" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Amaga lo conteniu" @@ -4365,12 +4477,12 @@ msgstr "Aguarte! Somos dando acceso a videos gradualment, y encara yes en a list msgid "Home" msgstr "Inicio" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Aloch:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Furnidor d'aloch" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "Cómo habríanos d'ubrir este vinclo?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Si deseyas cambiar la tuya clau, te ninviaremos un codigo pa verificar q msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Si yes un desenrollador/a, puez alochar lo tuyo propio servidor." @@ -4443,12 +4559,7 @@ msgstr "Si yes un desenrollador/a, puez alochar lo tuyo propio servidor." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Ilegal y urchent" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imachen" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Suplantación d'identidat u afirmacions falsas sobre identidat u afiliación" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Suplantación d'identidat, desinformación u afirmacions falsas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Mensaches inadecuaus u vinclos explicitos" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nombre d'usuario u clau no validos" @@ -4537,11 +4638,11 @@ msgstr "Escribe una nueva clau" msgid "Input password for account deletion" msgstr "Escribe la clau pa la eliminación d'a cuenta" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Escribe lo codigo que se t'ha ninviau per correu electronico" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interacción limitada" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Codigo de confirmación 2FA no ye valido." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Identificador no valido. Intenta-lo con un atro." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Obchecto de reporte invalido" @@ -4626,8 +4727,8 @@ msgstr "Fayenas" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Une-te a Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Etiquetado per {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Etiquetau per l'autor." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etiquetas" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "S'han anyadiu las etiquetas" @@ -4678,11 +4779,11 @@ msgstr "S'han anyadiu las etiquetas" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Las etiquetas son anotacions sobre usuarios y conteniu. Pueden usar-se pa amagar, advertir y categorizar lo ret." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etiquetas en a tuya cuenta" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etiquetas en o tuyo conteniu" @@ -4696,7 +4797,7 @@ msgstr "Achustes d'Idiomas" msgid "Languages" msgstr "Idiomas" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Mas gran" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Aprender mas de Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Mas información sobre lo que ye publico en Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Aprender-ne mas." @@ -4787,10 +4888,10 @@ msgstr "Deixar" msgid "Leave chat" msgstr "Deixar chat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Deixar conversa" @@ -4822,9 +4923,9 @@ msgstr "Imos a restablir la tuya clau!" msgid "Let's go!" msgstr "Imos!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Liuchero" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Liuchero" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Me fa goyo ({0, plural, one {# me-fa-goyo} other {# me-fa-goyos}})" @@ -4855,7 +4956,7 @@ msgstr "Da-le «me fa goyo» a 10 publicacions pa entrenar la canal de descubrim msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Dar «me fa goyo» a esta noticia" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Le fa goyo a {0, plural, one {# usuario} other {# usuarios}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Me fa goyo en esta publicación" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Cargar-ne mas" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Cargar mas canals sucheridas" @@ -5041,6 +5142,14 @@ msgstr "Cargar notificacions nuevas" msgid "Load new posts" msgstr "Cargar publicacions nuevas" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Cargando..." @@ -5049,15 +5158,19 @@ msgstr "Cargando..." msgid "Log" msgstr "Rechistro" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilidat de desconnexión" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo de @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo de <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Chestiona las tuyas parolas y etiquetas silenciadas" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcar como leyiu" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "Multimedia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Fichers multipedia que pueden estar perturbadors u no adecuaus pa ciertas audiencias." @@ -5140,14 +5253,10 @@ msgstr "Fichers multipedia que pueden estar perturbadors u no adecuaus pa cierta msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "usuarios mencionaus" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Usuarios mencionaus" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menú" msgid "Message {0}" msgstr "Mensache {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mensache eliminau" @@ -5172,7 +5281,7 @@ msgstr "Mensache eliminau" msgid "Message deleted" msgstr "Mensache eliminau" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "Campo de dentrada de mensache" msgid "Message is too long" msgstr "Lo mensache ye masiau largo" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "Mensaches" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Cuenta enganyosa" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Publicación enganyosa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Ferramientas de moderación" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Mas canals" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silenciar {tag}" @@ -5332,8 +5439,8 @@ msgstr "Cuenta muda" msgid "Mute accounts" msgstr "Silenciar cuentas" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silenciar conversación" @@ -5396,7 +5503,7 @@ msgstr "Cuentas silenciadas" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "En silenciar una cuenta no veyerás las suyas publicacions en a tuya canal u notificacions. Dengún puede veyer a qui silencias." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silenciau per \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Los mías canals" msgid "Name" msgstr "Nombre" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nombre u descripción que violan los estándard d'a comunidat" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navega a la siguient pantalla" @@ -5455,20 +5551,16 @@ msgstr "Navega a la siguient pantalla" msgid "Navigates to your profile" msgstr "Navega a lo tuyo perfil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Quiers reportar una violación de copyright?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Nunca no pierdas acceso d'os tuyos seguidors u los tuyos datos." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "No importa, crea un identificador per yo" @@ -5476,17 +5568,17 @@ msgstr "No importa, crea un identificador per yo" msgid "New" msgstr "Nuevo" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nuevo" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nueva publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Finestra d'información pa nuevo usuario" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Respuestas nuevas primer" @@ -5587,8 +5679,8 @@ msgstr "Noticias" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Noticias" msgid "Next" msgstr "Siguient" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Siguient" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Imachen nueva" @@ -5616,12 +5703,12 @@ msgstr "Imachen nueva" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Encara sin claus de l'aplicación" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Sin panel de DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Encara sini \"me-fa-goyos\"" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Ya no sigues a {0}" @@ -5671,7 +5759,7 @@ msgstr "Encara no i hai notificacions!" msgid "No one" msgstr "Dengún" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Dengún, fueras de l'autor, puede citar esta publicación." @@ -5701,7 +5789,7 @@ msgstr "Sin resultau" msgid "No results" msgstr "Sin resultaus" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "No s'ha trobau resultaus pa \"{query}\"" msgid "No results found for {query}" msgstr "No s'ha trobau resultaus pa {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "No s'ha trobau resultaus pa \"{search}\"." msgid "No thanks" msgstr "No gracias" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Dengún" @@ -5753,6 +5841,10 @@ msgstr "Dengún ha tornau a publicar esto encara. Talment habrías d'estar lo pr msgid "Nobody was found. Try searching for someone else." msgstr "No se trobó a dengún. Mira de buscar a unatra persona." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Desnudez no sexual" @@ -5843,16 +5935,11 @@ msgstr "agora" msgid "Now" msgstr "Agora" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Desnudez" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Desnudez u conteniu pa adultos no etiquetau como tal" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "D'acuerdo" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Ye bien" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Respuestas antigas primero" @@ -5916,7 +6003,7 @@ msgstr "Falta lo texto alternativo d'uno u mas videos." msgid "Only .jpg and .png files are supported" msgstr "Nomás s'admite fichers .jpg y .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Nomás {0} puede responder." @@ -5941,7 +6028,7 @@ msgstr "Ups, bella cosa ha saliu mal!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Ubrir lo creyador de avatares" msgid "Open conversation options" msgstr "Ubrir opcions de conversación" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Ubrir lo menú lateral" @@ -5973,8 +6060,8 @@ msgstr "Ubrir selector d'emoji" msgid "Open feed info screen" msgstr "Ubrir la pantalla d'información d'a canal" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Ubrir menú d'opcions d'a canal" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Ubrir menú d'o paquet d'inicio" @@ -6032,9 +6119,9 @@ msgstr "Ubrir rechistro d'o sistema" msgid "Opens a dialog to add a content warning to your post" msgstr "Ubre un dialogo pa anyadir una advertencia de conteniu a la tuya publicación" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Ubre un dialogo pa triar quí puede responder a este filo" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Ubre lo formulario de restablimiento de clau" @@ -6103,24 +6190,15 @@ msgstr "Ubre lo formulario de restablimiento de clau" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Ubre este perfil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Opcionalment, proporciona información adicional contino:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opcions:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "U combina estas opcions:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "U, contina con unatra cuenta." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Unatro" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Unatra cuenta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "L'equipo de moderación ha recibiu la denuncia." @@ -6176,7 +6283,7 @@ msgstr "Pachina no trobada" msgid "Page Not Found" msgstr "Pachina no trobada" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Personas seguidas per @{0}" msgid "People following @{0}" msgstr "Personas seguindo a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Mascotas" msgid "Photography" msgstr "Fotografía" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Imáchens destinadas a adultos." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Clavar la canal" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Clavar en inicio" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Clavar en inicio" @@ -6275,7 +6390,7 @@ msgstr "Clavar en inicio" msgid "Pin to your profile" msgstr "Clavar en o tuyo perfil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Clavau" @@ -6302,7 +6417,7 @@ msgstr "Reproducir" msgid "Play {0}" msgstr "Reproducir {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Reproducir video" @@ -6327,7 +6442,7 @@ msgstr "Reproducir GIF" msgid "Plays the video" msgstr "Reproduce lo video" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Escribe lo tuyo codigo d'invitación." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Escribe la tuya clau" @@ -6421,11 +6536,11 @@ msgstr "Escribe la tuya clau" msgid "Please enter your password as well:" msgstr "Escribe la tuya clau, tamién:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Escribe la tuya clau" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Per favor explica per qué creyes que esta etiqueta ye estada aplicada incorrectament per {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Tría un servicio de moderación" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Tría una razón pa esta denuncia" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Politica" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografía" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "La publicación ye estada eliminada" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Publicación amagada per parola silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Publicación amagada per tu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Achustes d'interacción d'a publicación" @@ -6614,13 +6729,8 @@ msgstr "Imachen previa" msgid "Primary Language" msgstr "Idioma primario" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Priorizar los tuyos seguius" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacidat" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Politica de privacidat" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Procesando video..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Perfil actualizau" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Publico" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "La publicación citada s'ha deseparau correctament" msgid "Quote posts disabled" msgstr "Citas deshabilitadas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Configuración de citas" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Configuración de citas" msgid "Quotes" msgstr "Citas" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citas d'esta publicación" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "S'ha excediu lo limite de frecuencia - has mirau de cambiar lo tuyo identificador masiadas vegadas en un curto tiempo. Per favor, aguarda un minuto antes de tornar-lo a intentar." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Amostrar-ne menos" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Amostrar-ne mas" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Motivo d'o recurso" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Razón:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Reconnectar" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "Eliminar la canal" msgid "Remove feed?" msgstr "Eliminar la canal?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Respuestas" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Respuestas deshabilitadas" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Las respuestas en esta publicación son deshabilitadas." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responder ({0, plural, one {# respuesta} other {# respuestas}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Respuesta amagada per l'autor d'o filo" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Respuesta amagada per tu" @@ -7120,11 +7234,7 @@ msgstr "Respuesta amagada per tu" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Achustes de respuesta" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 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" @@ -7141,7 +7251,7 @@ msgstr "Visibilidat d'a respuesta actualizada" msgid "Reply was successfully hidden" msgstr "La respuesta s'ha amagau correctament" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Denunciar" msgid "Report account" msgstr "Denunciar cuenta" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Denunciar conversación" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Finestra de denuncia" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Denunciar canal" @@ -7176,7 +7285,7 @@ msgstr "Denunciar canal" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Denunciar mensache" @@ -7185,48 +7294,41 @@ msgstr "Denunciar mensache" msgid "Report post" msgstr "Denunciar publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Denunciar paquet d'inicio" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Denuncia ninviada" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Denunciar este conteniu" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Denunciar esta canal" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Denunciar esta lista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Denunciar este mensache" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Denunciar esta publicación" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Denunciar este paquet d'inicio" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Denunciar este usuario" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Republicar u citar publicación" @@ -7277,7 +7379,7 @@ msgstr "Tornau a publicar per tu" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Republicacions d'esta publicación" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Restablir l'estau d'incorporación" msgid "Reset password" msgstr "Restablir clau" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Torna a intentar iniciar sesión" @@ -7360,12 +7462,12 @@ msgstr "Reintenta la zaguera acción, que presentó una error" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Reintenta la zaguera acción, que presentó una error" msgid "Retry" msgstr "Reintentar" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Torna a intentar cargar las opcions de denuncia" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Tornar ta la pachina anterior" @@ -7399,8 +7501,8 @@ msgstr "Tornar ta la pachina d'inicio" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Tornar ta la pachina anterior" @@ -7412,8 +7514,8 @@ msgstr "Torna ta lo paso anterior" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Torna ta lo paso anterior" msgid "Save" msgstr "Alzar" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Alzar" @@ -7459,8 +7561,13 @@ msgstr "Alzar nuevo identificador" msgid "Save QR code" msgstr "Alzar codigo QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Alzar en as mías canals" @@ -7487,21 +7594,25 @@ msgstr "Alzau en as tuyas canals" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Di ola!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Ciencia" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Desplazar enta alto" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Buscar" @@ -7553,11 +7664,11 @@ msgstr "Buscar \"{searchText}\"" msgid "Search for feeds that you want to suggest to others." msgstr "Buscar canals que quieras sucherir a atros." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "Mira perfils" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Veyer las publicacions sobre {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Veyer publicacions sobre {tag} per usuario" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Veyer las publicacions sobre #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Veyer publicacions sobre #{tag} per usuario" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Control eslisant de busqueda. Fe servir las teclas de flecha mirar entabant y entazaga, y espacio pa reproducir/pausa" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Tría una color" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Triar cuenta" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Tría d'una cuenta existent" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Triar GIF" @@ -7727,14 +7850,10 @@ msgstr "Triar idioma..." msgid "Select languages" msgstr "Triar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Triar un servicio de moderación" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Triar moderador" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Triar subtítol (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Triar lo emoji {emojiName} como lo tuyo avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Triar los servicios de moderación a los cuals reportar" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Tría los tuyos intereses d'as opcions contino" msgid "Select your preferred language for translations in your feed." msgstr "Tría en qué idioma deseyas traducir las publicacions d'a tuya canal." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Ninvia un puesto web interesant!" @@ -7818,7 +7937,7 @@ msgstr "Ninviar comentarios" msgid "Send message" msgstr "Ninviar mensache" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Ninviar publicación a..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Ninviar reporte" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Ninviar reporte a {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Ninviar denuncia a {title}" @@ -7858,7 +7966,7 @@ msgstr "Ninviar vía mensache directo" msgid "Sends email with confirmation code for account deletion" msgstr "Ninvia un correu con o codigo de confirmación pa la eliminación d'a cuenta" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Adreza d'o servidor" @@ -7874,10 +7982,18 @@ msgstr "Establir aniversario" msgid "Set new password" msgstr "Establir la clau nueva" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configura la tuya cuenta" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Estableix lo correu electronico pa restablir la clau" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Configuración alzada" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Actividat sexual u desnudez erotica." @@ -7953,7 +8069,7 @@ msgstr "Sexualment suchestivo" msgid "Share" msgstr "Compartir" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Compartir" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Compartir codigo QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Comparte esta canal" @@ -8012,8 +8128,8 @@ msgstr "Comparte este paquet d'inicio y aduya a las personas a unir-se a la tuya #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Comparte la tuya canal favorita!" msgid "Shared Preferences Tester" msgstr "Prebador de Preferencias Compartidas" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Veyer texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Veyer de totas trazas" @@ -8067,6 +8183,10 @@ msgstr "Amostrar menos como este" msgid "Show list anyway" msgstr "Amostrar lista de totas trazas" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Veyer mas" @@ -8080,7 +8200,7 @@ msgstr "Amostrar-ne mas como este" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Amostrar respuestas" msgid "Show replies as" msgstr "Amostrar las respuestas como" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Amostrar respuestas de chent a qui sigues antes que las de demás" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Amostrar advertencia" msgid "Show warning and filter from feeds" msgstr "Amostrar advertencia y filtrar d'as canals" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Amuestra información sobre cuán se va crear esta publicación" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Amuestra lo conteniu" @@ -8145,7 +8261,7 @@ msgstr "Amuestra lo conteniu" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Amuestra lo conteniu" msgid "Sign in" msgstr "Iniciar sesión" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Iniciar sesión como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Iniciar sesión como ..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Inicia sesión u crea una cuenta pa unir-te a la conversación!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Entrar con una cuenta que no ye en a lista" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Mas chicot" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Belatras canals que podrían fer-te goyo" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Cualques personas pueden responder" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Bella cosa no yera bien en os datos que yes mirando de denunciar. Contacta con o soporte." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "I ha habiu una error" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "I ha habiu una error, per favor intenta de nuevo" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "I ha habiu una error!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "I ha habiu una error. Intenta-lo atra vegada." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Bella cosa va mal? Fe-nos-lo saber." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "La tuya sesión ha caducau. Torna a iniciar sesión." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Respuestas curtas" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordenar respuestas por" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordenar respuestas a la mesma publicación per:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Fuent:<0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Vasuera" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; mencions u respuestas excesivas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; mencions u respuestas excesivas" msgid "Sports" msgstr "Esportes" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "Paquet d'inicio de <0/>" msgid "Starter pack by you" msgstr "Paquet d'inicio creau per tu" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Lo paquet d'inicio ye invalido" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Paquez d'inicio" @@ -8436,8 +8547,8 @@ msgstr "Libro de cuentos" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Ninviar recurso" msgid "Submit Appeal" msgstr "Ninviar recurso" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Ninviar denuncia" @@ -8494,7 +8605,7 @@ msgstr "Exito!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Sucheriu pa tu" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suchestivo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "Cambiar cuentas" msgid "Switch to {0}" msgstr "Cambiar a {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "Toca pa descartar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Fayena completa - seguindo 10 cuentas!" @@ -8620,8 +8735,8 @@ msgstr "Contanos una miqueta sobre tu" msgid "Tell us a little more" msgstr "Conta-nos un poquet mas" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Condicions" @@ -8637,26 +8752,11 @@ msgstr "Condicions" msgid "Terms of Service" msgstr "Condicions de servicio" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Los termins utilizaus violan las normas d'a comunidat" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Texto y etiquetas" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Campo de texto" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Campo d'introducción de texto" @@ -8665,10 +8765,6 @@ msgstr "Campo d'introducción de texto" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Gracias. La tuya denuncia ha estau ninviada." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Gracias, has verificau la tuya adreza de correu electronico con exito. P msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Ixo contiene lo siguient:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Ixo ye tot, amigos!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Ixo ye tot!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar con tu dimpués de desblocar-la." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Se va a reiniciar l'aplicación" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "L'autor d'este filo ha amagau esta respuesta." @@ -8750,11 +8846,11 @@ msgstr "La experiencia ye millor en l'aplicación. Descarga Bluesky agora y cont msgid "The feed has been replaced with Discover." msgstr "La canal ha estau reemplazada per Descubrir." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Las siguients etiquetas s'aplicoron a la tuya cuenta." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Las siguients etiquetas s'aplicoron a lo tuyo conteniu." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Las condicions de servicio s'han tresladau a" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "I ha habiu un problema en connectar-se a Tenor." msgid "There was an issue contacting the server" msgstr "I ha habiu un problema en contactar con o servidor" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "I ha habiu un problema en contactar con o servidor, compreba la tuya con 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "I ha habiu un problema en obtener las publicacions. Toca aquí pa intent msgid "There was an issue fetching the list. Tap here to try again." msgstr "I ha habiu un problema en obtener la lista. Toca aquí pa intentar de nuevo." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "I ha habiu un problema trayendo las tuyas claus de l'aplicación" @@ -8862,11 +8958,6 @@ msgstr "I ha habiu un problema trayendo la tuya información de servicio" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "I ha habiu un problema eliminando esta canal. Compreba la tuya connexión y torna-lo a intentar." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "I ha habiu un problema en ninviar lo tuyo reporte. Compreba la tuya connexión a internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "I ha habiu un problema en actualizar las tuyas canals, compreba la tuya #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "I ha habiu un problema en actualizar las tuyas canals, compreba la tuya msgid "There was an issue! {0}" msgstr "I ha habiu un problema {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "I ha habiu un problema inasperau en l'aplicación. Per favor, grita-nos 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Estes achustes nomás afectan a la canal \"Seguindo\"" @@ -8941,7 +9036,7 @@ msgstr "Esta cuenta ye blocada per una u mas d'as tuyas listas de moderación. P msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Esta apelación será ninviada a <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Este conteniu ye alochau per {0}. Quiers habilitar fichers multimedia externos?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Este conteniu no ye disponible perque un d'os usuarios involucraus ha blocau a l'atro." @@ -9006,7 +9101,7 @@ msgstr "Esta caracteristica no ye disponible cuan s'emplega una clau d'aplicaci msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Esta canal ye recibindo muito tráfico y no ye disponible temporalment. Torna a intentar-lo mas enta debant." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Esta canal ye vueda! Ye posible que amenestas seguir a mas usuarios u achustar la configuración d'idioma." @@ -9020,7 +9115,7 @@ msgstr "Esta canal ye vueda." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Esta canal ya no ye en linia. Somos amostrando <0>Descubrir0> en cuenta." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Este identificador ye reservau. Intenta-lo con una diferent." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Esta etiqueta ye estada aplicada per l'autor." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Esta etiqueta ye estada aplicada per tu." @@ -9065,11 +9160,11 @@ msgstr "Esta lista ye vueda." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Este servicio de moderación no ye disponible. Consulta mas detalles contino. Si lo problema persiste, contacta-nos." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Esta publicación diz haber estau creada lo <0>{0}0>, pero la hemos vista en Bluesky lo <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Esta respuesta será clasificada en una sección amagada a la fin d'o tu 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Esto habría de crear un rechistro de dominio en:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Este usuario no tiene seguidors." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Este usuario t'ha blocau" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Este usuario t'ha blocau. No puez veyer lo suyo conteniu." @@ -9142,7 +9237,7 @@ msgstr "Este usuario ye incluyiu en a lista <0>{0}0> que has silenciau." msgid "This user is new here. Press for more info about when they joined." msgstr "Este usuario ye nuevo aquí. Presiona pa mas información sobre cuán s'unió." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Este usuario no sigue a dengún." @@ -9168,7 +9263,7 @@ msgstr "Opcions de filos" msgid "Thread preferences" msgstr "Preferencias de filos" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferencias de filos" @@ -9181,6 +9276,10 @@ msgstr "En filos" msgid "Threads Preferences" msgstr "Preferencias de filos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Tiempo restant: {0, plural, one {# segundo} other {# segundos}}" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Pa denunciar una conversación, per favor denuncia un d'os suyos mensaches a traviés d'a pantalla d'a conversación. Esto permite a los nuestros moderadors entender lo contexto d'o tuyo problema." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "A quí te faría goyo de ninviar este reporte?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hue" @@ -9222,8 +9317,8 @@ msgstr "Alto" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traducir" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "Tendencia" msgid "Trending Videos" msgstr "Vídeos populars" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "Autorización con dos factors (2FA)" msgid "Type your message here" msgstr "Escribe lo tuyo mensache aquí" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipo:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "No se puede eliminar" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Desblocar" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Desblocar" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Desblocar cuenta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Desblocar cuenta?" @@ -9369,12 +9468,7 @@ msgstr "Desfer republicación" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfer la republicación ({0, plural, one {# republicación} other {# republicaciones}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Deixar de seguir" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Deixar de seguir a {0}" @@ -9383,7 +9477,7 @@ msgstr "Deixar de seguir a {0}" msgid "Unfollow account" msgstr "Deixar de seguir esta cuenta" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Deixa de seguir a l'usuario" @@ -9391,7 +9485,7 @@ msgstr "Deixa de seguir a l'usuario" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Garra d'os tuyos etiquetadors subscritos soporta este tipo de denuncia." @@ -9399,12 +9493,20 @@ msgstr "Garra d'os tuyos etiquetadors subscritos soporta este tipo de denuncia." msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ya no me fa goyo ({0, plural, one {# me-fa-goyo} other {# me-fa-goyos}})" @@ -9419,8 +9521,8 @@ msgstr "Deixar de silenciar" msgid "Unmute" msgstr "Deixar de silenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Deixar de silenciar {tag}" @@ -9431,7 +9533,7 @@ msgstr "Deixar de silenciar {tag}" msgid "Unmute account" msgstr "Deixar de silenciar cuenta" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Deixar de silenciar conversación" @@ -9454,8 +9556,8 @@ msgstr "Deixar de silenciar video" msgid "Unpin" msgstr "Desclavar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Desclavar la canal" @@ -9464,8 +9566,8 @@ msgstr "Desclavar la canal" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Desclavar d'inicio" @@ -9517,13 +9619,6 @@ msgstr "Dau de baixa d'a lista" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Conteniu sexual no deseyau" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Actualizar <0>{displayName}0> en Listas" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Actualizar a {domain}" @@ -9567,7 +9662,7 @@ msgstr "Actualizando..." msgid "Upload a photo instead" msgstr "Puya una foto en cuenta" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Carga un fichero de texto en:" @@ -9603,11 +9698,11 @@ msgstr "Cargando thumbnail d'o vinclo..." msgid "Uploading video..." msgstr "Cargando video..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Usar claus de l'aplicación pa dentrar en atros clients de Bluesky que dan acceso con a tuya cuenta u clau." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Utilizar lo furnidor predeterminau" @@ -9638,17 +9733,17 @@ msgstr "Fe-lo servir pa iniciar sesión en l'atra app chunto a lo tuyo identific msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Usuario blocau" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Usuario blocau" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Usuario blocau per \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Usuario blocau per lista" msgid "User Blocked by List" msgstr "Usuario blocau per Lista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Usuario te ye blocando" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nombre d'usuario u adreza de correu electronico" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "usuarios seguius per <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "usuarios que siguen a <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "usuarios que siguen a <0>@{0}0>" msgid "Users I follow" msgstr "Usuarios que sigo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Usuarios en \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Usuarios que sigues" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valor:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verificar rechistro DNS" @@ -9786,8 +9873,8 @@ msgstr "Finestra de verificación de correu electronico" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verificar fichero de texto" @@ -9841,15 +9928,15 @@ msgstr "Video de {0}: {text}" msgid "Video Games" msgstr "Videojuegos" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Lo video ye en pausa" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Lo video se ye reproducindo" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video no trobau." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Veyer l'avatar de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Veyer lo perfil de {0}" @@ -9906,16 +9993,11 @@ msgstr "Veyer la dentrada d'o blog pa mas detalles" msgid "View debug entry" msgstr "Veyer dentrada de depuración" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Veyer detalles" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Veyer mas detalles sobre cómo reportar una violación de Dreitos d'Autor" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Veyer filo completo" @@ -9960,7 +10042,7 @@ msgstr "Veyer lo servicio de etiquetau proporcionau per @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Veyer usuarios a qui les fa goyo esta canal" @@ -9993,8 +10075,8 @@ msgstr "Veyer las tuyas cuentas silenciadas" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Veyer la imachen completa" @@ -10002,6 +10084,14 @@ msgstr "Veyer la imachen completa" msgid "Views video in immersive mode" msgstr "Veyer lo video en o modo immersivo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Qué idiomas te faría goyo veyer en as tuyas canals?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Quí puede interactuar con esta publicación?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Quí puede responder" @@ -10249,40 +10340,38 @@ msgstr "Vai! No s'han puesto cargar los videos populars." msgid "Why are you appealing?" msgstr "Per qué quiers apelar?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Per qué creyes que este conteniu ha d'estar revisau?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Per qué creyes que esta canal ha d'estar revisada?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Per qué creyes que esta lista ha d'estar revisada?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Per qué creyes que este mensache ha d'estar revisau?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Per qué creyes que esta publicación ha d'estar revisada?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Per qué creyes que este paquet d'inicio ha d'estar revisau?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Per qué creyes que este usuario ha d'estar revisau?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Sí xxxxxxxxxxxxxxxxxxx" msgid "Yes, deactivate" msgstr "Sí, desactivar" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Sí, eliminar este paquet d'inicio" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "No tiens permiso pa puyar videos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "No yes seguindo a dengún." @@ -10445,17 +10534,13 @@ msgstr "Puez reactivar la tuya cuenta pa continar iniciando sesión. Lo tuyo per msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Puez establir la tuya configuración per defecto en as interaccions en <0>Configuración→ Moderación→ Configuración d'interaccions0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Puez actualizar-lo mas enta debant dende la tuya configuración." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "No tiens garra seguidor." @@ -10467,6 +10552,10 @@ msgstr "No sigues a garra usuario que sigue a @{name}." msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "No tiens garra canal clavada." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Has blocau a este usuario" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Has blocau a este usuario. No puez veyer lo suyo conteniu." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Has amagau esta publicación" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Has amagau esta publicación." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Has silenciau esta cuenta." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Has silenciau esta cuenta" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Encara no has silenciau garra parola u etiqueta" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Has amagau esta respuesta." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Puez apelar etiquetas no propias si creyes que son estadas mesas per error." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Puez apelar estas etiquetas si sientes que estioron colocadas per error." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Has de triar a lo menos un etiquetador pa un informe" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Ixo ye tot!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Has iniciau sesión con una clau d'aplicación. Per favor, inicia sesión con a tuya clau principal pa continar con a desactivación d'a tuya cuenta." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Has triau amagar una parola u etiqueta endentro d'esta publicación." @@ -10750,7 +10839,7 @@ msgstr "Has alcanzau lo tuyo limite diario de carga de videos (masiaus bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Hemos recibiu lo tuyo recurso. Si s'acepta, t'avisaremos per correu elec msgid "Your birth date" msgstr "La tuya data de naixencia" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Lo tuyo navegador no soporta este formato de video. Per favor intenta-lo con un navegador diferent." @@ -10798,7 +10887,7 @@ msgstr "Los tuyos chats son estau deshabilitaus" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Lo tuyo identificador actual <0>{0}0> quedará automaticament reservau pa tu. Puez tornar-ie en cualsequier momento dende esta cuenta." @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "Lo tuyo primer \"me fa goyo\"!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Los tuyos seguidors" @@ -10905,14 +10994,10 @@ msgstr "Lo tuyo perfil, publicacions, canals y listas no tornarán a estar visib msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "La tuya denuncia se ninviará a <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Lo tuyo reporte s'ha ninviau a lo servicio de moderación de Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/ar/messages.po b/src/locale/locales/ar/messages.po index de0feecbee..f3e60378c3 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -108,15 +108,15 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -398,7 +402,7 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "" @@ -490,7 +494,7 @@ msgstr "" msgid "<0>{0}0> is included in your starter pack" msgstr "" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:346 msgid "<0>{0}0> members" msgstr "" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -597,7 +605,7 @@ msgid "Account" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "" @@ -627,11 +635,15 @@ msgstr "" msgid "Account options" msgstr "" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "" msgid "Add {displayName} to starter pack" msgstr "" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "" msgid "Add the default feed of only people you follow" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "" @@ -846,11 +862,15 @@ msgstr "" msgid "Adult content is disabled." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "" @@ -903,6 +923,10 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:431 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,15 +942,27 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:617 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:579 +msgid "Allow users in {0} to reply" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:470 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:562 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "" @@ -1052,8 +1091,6 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:50 #: src/components/ProfileCard.tsx:484 #: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 msgid "An issue occurred, please try again." msgstr "" @@ -1062,14 +1099,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:367 msgid "and" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,13 +1133,12 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:129 +msgid "Anybody can interact" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:437 +msgid "Anyone" msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 @@ -1118,7 +1162,7 @@ msgstr "" msgid "App Password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "" @@ -1141,20 +1185,20 @@ msgid "App passwords" msgstr "" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1221,7 @@ msgid "Appeal this decision" msgstr "" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1237,24 @@ msgstr "" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1252,7 +1296,7 @@ msgstr "" msgid "Art" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "" @@ -1269,7 +1313,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,10 +1328,10 @@ msgstr "" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/LoginForm.tsx:310 @@ -1308,6 +1352,14 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1375,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1408,17 @@ msgid "Birthday" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1434,10 @@ msgstr "" msgid "Block accounts" msgstr "" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "" @@ -1402,15 +1450,19 @@ msgstr "" msgid "Block these accounts?" msgstr "" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "" @@ -1449,25 +1501,25 @@ msgstr "" msgid "Blog" msgstr "" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1565,10 @@ msgstr "" msgid "Books" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "" @@ -1560,13 +1616,13 @@ msgid "Business" msgstr "" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,13 +1668,14 @@ msgstr "" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 @@ -1659,9 +1716,9 @@ msgstr "" msgid "Cancel search" msgstr "" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "" @@ -1697,7 +1754,7 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" @@ -1710,7 +1767,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1800,8 @@ msgstr "" msgid "Chat" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1814,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "" @@ -1769,7 +1830,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1842,7 @@ msgstr "" msgid "Chat Settings" msgstr "" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "" @@ -1805,6 +1866,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "" @@ -1833,7 +1902,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1951,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1980,11 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,8 +1995,8 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 +#: src/components/WhoCanReply.tsx:229 +#: src/components/WhoCanReply.tsx:236 #: src/screens/Settings/components/ChangePasswordDialog.tsx:286 #: src/screens/Settings/components/ChangePasswordDialog.tsx:291 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 @@ -1943,7 +2006,7 @@ msgid "Close" msgstr "" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "" @@ -2027,7 +2090,7 @@ msgid "Collapses list of users for a given notification" msgstr "" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "" @@ -2184,14 +2247,18 @@ msgid "Content Languages" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "" @@ -2212,7 +2279,7 @@ msgstr "" msgid "Continue" msgstr "" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "" @@ -2236,8 +2303,8 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "" @@ -2254,7 +2321,7 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2330,7 @@ msgstr "" msgid "Copied to clipboard" msgstr "" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "" @@ -2290,23 +2357,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "" @@ -2331,12 +2398,12 @@ msgstr "" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "" @@ -2354,7 +2421,7 @@ msgstr "" msgid "Copy QR code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "" @@ -2377,8 +2444,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "" @@ -2392,7 +2459,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "" @@ -2476,8 +2543,9 @@ msgstr "" msgid "Create new account" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "" @@ -2490,7 +2558,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "" @@ -2503,8 +2571,8 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "" @@ -2512,18 +2580,22 @@ msgstr "" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "" @@ -2536,7 +2608,7 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "" @@ -2558,7 +2630,11 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "" @@ -2566,14 +2642,14 @@ msgstr "" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "" @@ -2586,16 +2662,16 @@ msgstr "" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2679,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "" @@ -2623,11 +2699,11 @@ msgstr "" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "" @@ -2641,12 +2717,12 @@ msgstr "" msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "" @@ -2709,11 +2785,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:215 msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -2735,6 +2811,14 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:609 +msgid "Disable quote posts of this post." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "" @@ -2778,7 +2862,7 @@ msgstr "" msgid "Discover new custom feeds" msgstr "" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "" @@ -2817,8 +2901,8 @@ msgstr "" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "" @@ -2830,7 +2914,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "" @@ -2853,19 +2937,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2975,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2988,10 @@ msgstr "" msgid "Download CAR file" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "" @@ -2943,9 +3032,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3102,24 @@ msgstr "" msgid "Edit People" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:100 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:246 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "" @@ -3034,7 +3127,7 @@ msgstr "" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:109 msgid "Edit who can reply" msgstr "" @@ -3085,7 +3178,7 @@ msgstr "" msgid "Email Verified" msgstr "" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "" @@ -3100,7 +3193,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3141,6 +3234,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:610 +msgid "Enable quote posts of this post." +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "" @@ -3258,22 +3355,18 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:82 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:272 msgid "Everybody can reply to this post." msgstr "" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "" @@ -3282,16 +3375,6 @@ msgstr "" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "" @@ -3328,7 +3411,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3431,7 @@ msgstr "" msgid "Expires {0}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3490,17 @@ msgstr "" msgid "External Media Preferences" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3508,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "" @@ -3438,13 +3525,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "" @@ -3452,7 +3539,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "" @@ -3465,10 +3552,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "" @@ -3498,14 +3585,14 @@ msgstr "" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "" @@ -3519,7 +3606,7 @@ msgid "Failed to pin post" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3622,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "" @@ -3557,7 +3645,7 @@ msgstr "" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "" @@ -3606,6 +3694,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "" @@ -3623,7 +3719,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3731,8 @@ msgstr "" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "" @@ -3696,7 +3792,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3809,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3821,7 @@ msgstr "" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3837,17 @@ msgstr "" msgid "Fitness" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3765,22 +3861,17 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3813,12 +3904,7 @@ msgstr "" #. User is not following this account, click to follow back #: src/components/ProfileCard.tsx:518 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 msgid "Follow back" msgstr "" @@ -3856,8 +3942,8 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 msgid "Following" msgstr "" @@ -3868,11 +3954,11 @@ msgid "Following" msgstr "" #: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 msgid "Following {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3980,11 @@ msgstr "" msgid "Follows You" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "" @@ -3919,7 +4005,7 @@ msgstr "" msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "" @@ -3953,12 +4039,7 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4092,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4108,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,9 +4133,8 @@ msgstr "" msgid "Give your profile a face" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 @@ -4067,8 +4147,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4159,13 @@ msgstr "" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "" @@ -4146,23 +4223,35 @@ msgstr "" msgid "Go to next" msgstr "" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4262,7 @@ msgstr "" msgid "Handle" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "" @@ -4182,7 +4271,7 @@ msgstr "" msgid "Handle changed!" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "" @@ -4190,9 +4279,16 @@ msgstr "" msgid "Haptics" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" msgstr "" #: src/Navigation.tsx:539 @@ -4203,6 +4299,10 @@ msgstr "" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4314,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "" @@ -4238,7 +4338,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4348,7 @@ msgstr "" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4269,6 +4369,10 @@ msgstr "" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:513 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4320,7 +4424,7 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,7 +4469,7 @@ msgstr "" msgid "Home" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "" @@ -4383,6 +4487,10 @@ msgstr "" msgid "How should we open this link?" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4543,7 @@ msgstr "" msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4551,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "" @@ -4461,29 +4564,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,11 +4605,6 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" @@ -4541,7 +4634,7 @@ msgstr "" msgid "Input the code which has been emailed to you" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:130 msgid "Interaction limited" msgstr "" @@ -4562,7 +4655,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "" @@ -4571,7 +4664,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4719,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "" @@ -4657,20 +4750,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "" @@ -4678,11 +4771,11 @@ msgstr "" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "" @@ -4696,7 +4789,7 @@ msgstr "" msgid "Languages" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "" @@ -4736,12 +4829,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4866,8 @@ msgstr "" msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "" @@ -4787,10 +4880,10 @@ msgstr "" msgid "Leave chat" msgstr "" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "" @@ -4822,9 +4915,9 @@ msgstr "" msgid "Let's go!" msgstr "" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "" @@ -4833,12 +4926,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4948,7 @@ msgstr "" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "" @@ -4880,7 +4973,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +4996,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "" @@ -5021,12 +5114,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "" @@ -5041,6 +5134,14 @@ msgstr "" msgid "Load new posts" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:556 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:259 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "" @@ -5049,15 +5150,19 @@ msgstr "" msgid "Log" msgstr "" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "" @@ -5113,8 +5218,8 @@ msgstr "" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "" @@ -5132,7 +5237,7 @@ msgstr "" msgid "Media" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" @@ -5140,14 +5245,10 @@ msgstr "" msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:313 msgid "mentioned users" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5264,7 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "" @@ -5172,7 +5273,7 @@ msgstr "" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5290,7 @@ msgstr "" msgid "Message is too long" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,23 +5298,21 @@ msgstr "" msgid "Messages" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" msgstr "" #: src/Navigation.tsx:177 @@ -5273,12 +5372,12 @@ msgid "Moderation tools" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:104 +#: src/view/shell/desktop/Feeds.tsx:114 msgid "More feeds" msgstr "" @@ -5315,8 +5414,8 @@ msgctxt "video" msgid "Mute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5431,8 @@ msgstr "" msgid "Mute accounts" msgstr "" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "" @@ -5396,7 +5495,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "" @@ -5421,17 +5520,6 @@ msgstr "" msgid "Name" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5455,20 +5543,16 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "" @@ -5476,7 +5560,7 @@ msgstr "" msgid "New" msgstr "" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" @@ -5574,8 +5658,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "" @@ -5603,11 +5687,6 @@ msgstr "" msgid "Next" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "" @@ -5616,12 +5695,12 @@ msgstr "" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "" @@ -5647,7 +5726,7 @@ msgid "No likes yet" msgstr "" #: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 msgid "No longer following {0}" msgstr "" @@ -5671,7 +5750,7 @@ msgstr "" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:296 msgid "No one but the author can quote this post." msgstr "" @@ -5701,7 +5780,7 @@ msgstr "" msgid "No results" msgstr "" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5798,7 @@ msgstr "" msgid "No results found for {query}" msgstr "" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5811,7 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 msgid "Nobody" msgstr "" @@ -5753,6 +5832,10 @@ msgstr "" msgid "Nobody was found. Try searching for someone else." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "" @@ -5843,16 +5926,11 @@ msgstr "" msgid "Now" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5951,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "" @@ -5916,7 +5994,7 @@ msgstr "" msgid "Only .jpg and .png files are supported" msgstr "" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:276 msgid "Only {0} can reply." msgstr "" @@ -5941,7 +6019,7 @@ msgstr "" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6038,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6051,8 @@ msgstr "" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "" @@ -6015,7 +6093,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "" @@ -6032,8 +6110,8 @@ msgstr "" msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:146 +msgid "Opens a dialog to choose who can interact with this post" msgstr "" #: src/screens/Log.tsx:83 @@ -6108,19 +6186,10 @@ msgstr "" msgid "Opens this profile" msgstr "" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "" @@ -6145,21 +6214,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6225,12 +6323,20 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6353,12 @@ msgstr "" msgid "Photography" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6372,7 @@ msgstr "" msgid "Pin to home" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "" @@ -6275,7 +6381,7 @@ msgstr "" msgid "Pin to your profile" msgstr "" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "" @@ -6302,7 +6408,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "" @@ -6327,7 +6433,7 @@ msgstr "" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6425,7 +6531,7 @@ msgstr "" msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -6446,11 +6552,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6579,7 @@ msgstr "" msgid "Politics" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "" @@ -6512,24 +6618,24 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:666 msgid "Post interaction settings" msgstr "" @@ -6614,13 +6720,8 @@ msgstr "" msgid "Primary Language" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "" @@ -6652,6 +6753,10 @@ msgstr "" msgid "Privacy Policy" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "" @@ -6678,6 +6783,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:155 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "" @@ -6714,7 +6827,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6877,6 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6884,11 @@ msgstr "" msgid "Quotes" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6914,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6958,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6983,11 @@ msgid "Reconnect" msgstr "" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7051,8 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7193,11 @@ msgstr "" msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:84 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:274 msgid "Replies to this post are disabled." msgstr "" @@ -7102,17 +7207,17 @@ msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "" @@ -7120,11 +7225,7 @@ msgstr "" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:398 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -7141,7 +7242,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7253,21 @@ msgstr "" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "" @@ -7176,7 +7276,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "" @@ -7185,48 +7285,41 @@ msgstr "" msgid "Report post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "" @@ -7250,7 +7343,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "" @@ -7277,7 +7370,7 @@ msgstr "" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "" @@ -7360,7 +7453,7 @@ msgstr "" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 @@ -7382,14 +7475,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "" @@ -7399,8 +7492,8 @@ msgstr "" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "" @@ -7412,8 +7505,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:654 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7523,7 @@ msgstr "" msgid "Save" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "" @@ -7459,8 +7552,13 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:636 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "" @@ -7492,16 +7590,20 @@ msgstr "" msgid "Say hello!" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7615,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "" @@ -7553,11 +7655,11 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7712,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7750,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7767,15 @@ msgstr "" msgid "Select a color" msgstr "" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7807,14 @@ msgstr "" msgid "Select from an existing account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:534 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "" @@ -7727,14 +7841,10 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7862,6 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7891,7 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7899,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "" @@ -7818,7 +7928,7 @@ msgstr "" msgid "Send message" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7936,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7957,7 @@ msgstr "" msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "" @@ -7874,10 +7973,18 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:461 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:411 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "" @@ -7938,7 +8045,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "" @@ -7953,7 +8060,7 @@ msgstr "" msgid "Share" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "" @@ -7996,7 +8103,7 @@ msgstr "" msgid "Share QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8119,8 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8134,7 @@ msgstr "" msgid "Shared Preferences Tester" msgstr "" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8147,8 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "" @@ -8067,6 +8174,10 @@ msgstr "" msgid "Show list anyway" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:514 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "" @@ -8080,7 +8191,7 @@ msgstr "" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8209,6 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8232,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8240,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8160,11 +8267,11 @@ msgstr "" msgid "Sign in" msgstr "" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "" @@ -8177,7 +8284,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8350,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "" @@ -8268,7 +8375,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:85 msgid "Some people can reply" msgstr "" @@ -8280,7 +8387,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8396,13 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8416,11 @@ msgstr "" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,33 +8433,29 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 @@ -8362,7 +8464,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8505,11 @@ msgstr "" msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "" @@ -8436,8 +8538,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8553,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8596,7 @@ msgstr "" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8608,17 @@ msgstr "" msgid "Suggested for you" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8649,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "" @@ -8591,6 +8693,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8726,8 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "" @@ -8637,26 +8743,11 @@ msgstr "" msgid "Terms of Service" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "" @@ -8665,10 +8756,6 @@ msgstr "" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" @@ -8678,7 +8765,7 @@ msgstr "" msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "" @@ -8699,11 +8786,11 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -8714,7 +8801,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "" @@ -8750,11 +8837,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "" @@ -8784,11 +8871,11 @@ msgid "The selected video is larger than 100 MB. Please try again with a smalle msgstr "" #: src/lib/hooks/useCleanError.ts:40 -#: src/lib/strings/errors.ts:18 +#: src/lib/strings/errors.ts:19 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -8808,7 +8895,7 @@ msgstr "" 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 "" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "" @@ -8827,7 +8914,7 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -8836,7 +8923,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -8845,7 +8932,7 @@ msgstr "" msgid "There was an issue fetching the list. Tap here to try again." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "" @@ -8862,11 +8949,6 @@ msgstr "" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8960,9 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8972,7 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:224 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +8995,10 @@ msgstr "" 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:641 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "" @@ -8941,7 +9027,7 @@ msgstr "" msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "" @@ -8970,7 +9056,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -8998,7 +9084,7 @@ msgstr "" msgid "This feature is not available while using an app password. Please sign in with your main password." msgstr "" -#: src/lib/strings/errors.ts:21 +#: src/lib/strings/errors.ts:22 msgid "This feature is not available while using an App Password. Please sign in with your main password." msgstr "" @@ -9006,7 +9092,7 @@ msgstr "" msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" @@ -9020,7 +9106,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "" @@ -9037,7 +9123,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "" @@ -9065,11 +9151,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:267 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9187,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "" @@ -9122,7 +9208,7 @@ msgid "This user has blocked you" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -9168,7 +9254,7 @@ msgstr "" msgid "Thread preferences" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "" @@ -9181,6 +9267,10 @@ msgstr "" msgid "Threads Preferences" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,14 +9288,14 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:516 +msgid "Toggle showing lists" +msgstr "" + #: src/screens/Moderation/index.tsx:398 msgid "Toggle to enable or disable adult content" msgstr "" @@ -9222,8 +9312,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9321,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9343,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9368,7 @@ msgstr "" msgid "Type your message here" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "" @@ -9283,7 +9377,7 @@ msgid "Unable to access location. You'll need to visit your system settings to e msgstr "" #: src/lib/hooks/useCleanError.ts:27 -#: src/lib/strings/errors.ts:11 +#: src/lib/strings/errors.ts:12 msgid "Unable to connect. Please check your internet connection and try again." msgstr "" @@ -9300,7 +9394,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "" @@ -9324,27 +9418,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "" @@ -9369,12 +9463,7 @@ msgstr "" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "" @@ -9383,7 +9472,7 @@ msgstr "" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9480,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9488,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9516,8 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9528,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "" @@ -9454,8 +9551,8 @@ msgstr "" msgid "Unpin" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9561,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "" @@ -9517,13 +9614,6 @@ msgstr "" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9630,8 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "" @@ -9567,7 +9657,7 @@ msgstr "" msgid "Upload a photo instead" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "" @@ -9603,11 +9693,11 @@ msgstr "" msgid "Uploading video..." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "" @@ -9638,17 +9728,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "" @@ -9660,7 +9750,7 @@ msgstr "" msgid "User Blocked by List" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "" @@ -9702,11 +9792,11 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:330 msgid "users followed by <0>@{0}0>" msgstr "" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:317 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9805,7 @@ msgstr "" msgid "Users I follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "" @@ -9767,8 +9849,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "" @@ -9786,8 +9868,8 @@ msgstr "" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "" @@ -9841,15 +9923,15 @@ msgstr "" msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "" @@ -9883,9 +9965,9 @@ msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 +#: src/screens/VideoFeed/index.tsx:797 #: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "View {0}'s profile" msgstr "" @@ -9906,16 +9988,11 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "" @@ -9960,7 +10037,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "" @@ -9993,8 +10070,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10079,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10307,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:219 msgid "Who can interact with this post?" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:407 +#: src/components/WhoCanReply.tsx:109 msgid "Who can reply" msgstr "" @@ -10249,40 +10335,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10404,7 @@ msgstr "" msgid "Yes, deactivate" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "" @@ -10445,10 +10529,6 @@ msgstr "" msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 @@ -10467,6 +10547,10 @@ msgstr "" msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:570 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "" @@ -10480,8 +10564,8 @@ msgid "You have blocked this user" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "" @@ -10495,7 +10579,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "" @@ -10504,11 +10588,11 @@ msgid "You have hidden this post." msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "" @@ -10558,7 +10642,7 @@ msgid "You haven't muted any words or tags yet" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "" @@ -10574,11 +10658,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -10614,10 +10698,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10797,12 @@ msgstr "" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -10750,7 +10834,7 @@ msgstr "" msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10870,7 @@ msgstr "" msgid "Your birth date" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -10798,7 +10882,7 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10911,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:476 msgid "Your followers" msgstr "" @@ -10905,14 +10989,10 @@ msgstr "" msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/ast/messages.po b/src/locale/locales/ast/messages.po index 95bc04c405..99d3ba5c42 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Asturian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {siguidor} other {siguidores}}" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {préstame} other {préstames}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {préstame} other {préstames}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {publicación} other {publicaciones}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {cita} other {cites}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {republicación} other {republicaciones}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minutu} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> siguiéronte" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> prestó-yos la publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> republicaron la publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> rexistróse col to paquete d'iniciación" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} siguióte" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} siguióte tamién" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "A {firstAuthorLink} prestó-y el to feed personalizáu" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "A {firstAuthorLink} prestó-y la publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} republicó la publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} rexistróse col to paquete d'iniciación" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} siguiéronte" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} prestó-yos la publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} republicaron la publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} siguióte" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} siguióte tamién" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "A {firstAuthorName} prestó-y la publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} republicó la publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} rexistróse col to paquete d'iniciación" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "Sigue a {following}" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> y <1>1><2>{1}2> inclúinse nel paquete d'iniciación" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> inclúise nel to paquete d'iniciación" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> miembros" @@ -515,7 +519,7 @@ msgstr "⚠L'indicador ye inválidu" msgid "24 hours" msgstr "24 hores" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Tocante a" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Configuración d'accesibilidá" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "" @@ -627,11 +635,15 @@ msgstr "" msgid "Account options" msgstr "" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Quitóse la cuenta del accesu rápidu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Amiesta {0} más pa siguir" msgid "Add {displayName} to starter pack" msgstr "" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Crear una contraseña d'aplicación" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "¡Amiesta dalgunos feeds al paquete d'iniciación!" msgid "Add the default feed of only people you follow" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Amiesta'l rexistru DNS siguiente al to dominiu:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "P'adultos" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Conteníu p'adultos" @@ -846,11 +862,15 @@ msgstr "El conteníu p'adultos namás se pue activar pela web en <0>bsky.app0> msgid "Adult content is disabled." msgstr "El conteníu p'adultos ta desactiváu." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etiquetes de conteníu p'adultos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Opciones avanzaes" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permitir los mensaxes nuevos de:" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permitir les rempuestes de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permite l'accesu a los mensaxes direutos" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "¿Yá tienes un códigu?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Prodúxose un error mentanto se xeneraba'l paquete d'iniciación. ¿Quies volver tentalo?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "¡Prodúxose un error mentanto se guardaba'l códigu QR!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Un problema que nun s'inclúi nestes opciones" @@ -1050,10 +1089,10 @@ msgstr "Prodúxose un error al tentar d'abrir la charra" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Prodúxose un problema. Volvi tentalo." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un etiquetador desconocíu" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "y" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportamientu antisocial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Tol mundu pue interactuar" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Llingua de l'aplicación" msgid "App Password" msgstr "Contraseña d'aplicación" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Desanicióse la contraseña d'aplicación" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Contraseñes d'aplicación" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Contraseñes d'aplicación" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Apellar esta decisión" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Archivóse la publicación" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "¿De xuru que quies desaniciar la contraseña d'aplicación «{0}»?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "¿De xuru que quies desaniciar esti elementu del paquete d'iniciación?" @@ -1252,7 +1298,7 @@ msgstr "¿Tas escribiendo na llingua «<0>{suggestedLanguageName}0>»?" msgid "Art" msgstr "Arte" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Desnudos artísticos o que nun son eróticos." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "Reproducir automáticamente vídeos y GIFs" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Atrás" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Enantes de crear un paquete d'iniciación, tienes de verificar primero la direición de corréu." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Aniversariu" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "¿Quies bloquiar la cuenta?" msgid "Block accounts" msgstr "Bloquiar les cuentes" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Bloquiar la llista" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "¿Quies bloquiar estes cuentes?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bloquióse" @@ -1449,25 +1503,25 @@ msgstr "El bloquéu nun impide que les etiquetes s'apliquen a la to cuenta, mas msgid "Blog" msgstr "Blogue" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nun pue verificar l'autenticidá de la data indicada." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 ye una rede abierta onde pues escoyer l'agospiador. Si yes desendolcador, pues agospiar un sirvidor." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky ye una rede abierta onde pues escoyer el to fornidor. Si ye la primer vegada que tas equí, aconseyámoste que seleiciones la opción predeterminada de Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "" msgid "Books" msgstr "Llibros" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Restolar más cuentes na páxina «Esploración»" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Negocios" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Por «{0}»" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,19 +1670,20 @@ msgstr "Cámara" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "" msgid "Cancel search" msgstr "" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Nun se pue interactuar con un usuariu bloquiáu" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Cambéu del identificador" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Charra" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Silencióse la charra" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Configuración de la charra" msgid "Chat Settings" msgstr "Configuración de les charres" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "La charra dexó de tar silenciada" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "" @@ -1805,6 +1868,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "" @@ -1833,7 +1904,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Calca pa desactivar les cites d'esta publicación." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Calca pa activar les cites d'esta publicación." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1982,11 @@ msgstr "Tocotó 🐴 tocotó 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Tocotó 🐴 tocotó 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Zarrar" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Zarrar el diálogu activu" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "Zarra'l visor de la imaxe de la testera" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Contrayer la llista d'usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Contrái la llista d'usuarios d'una notificación apurrida" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Mou de color" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Códigu de confirmación" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Conectando…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Llingües del conteníu" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "El conteníu nun ta disponible" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "" @@ -2212,7 +2281,7 @@ msgstr "" msgid "Continue" msgstr "Siguir" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "" @@ -2236,8 +2305,8 @@ msgstr "Dir al pasu siguiente" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Desanicióse la conversación" @@ -2254,7 +2323,7 @@ msgstr "Cocina" msgid "Copied build version to clipboard" msgstr "La versión de la compilación copióse nel cartafueyu" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "La versión de la compilación copióse nel cartafueyu" msgid "Copied to clipboard" msgstr "Copióse nel cartafueyu" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "¡Copióse!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copiar el códigu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copiar el DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copiar l'agospiador" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copiar l'enllaz" @@ -2331,12 +2400,12 @@ msgstr "Copiar l'enllaz de la publicación" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copiar el testu del mensaxe" @@ -2354,7 +2423,7 @@ msgstr "Copiar el testu de la publicación" msgid "Copy QR code" msgstr "Copiar el códigu QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copiar el valor de rexistru TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Nun se pudo colar de la charra" @@ -2392,7 +2461,7 @@ msgstr "Nun se pudo cargar el feed" msgid "Could not load list" msgstr "Nun se pudo cargar la llista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Nun se pudo silenciar la charra" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Data de creación: {0}" @@ -2503,8 +2573,8 @@ msgstr "" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalizáu" @@ -2512,18 +2582,22 @@ msgstr "Personalizáu" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personaliza quién pue interactuar con esta publicación." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Escuru" @@ -2536,7 +2610,7 @@ msgstr "Escuru" msgid "Dark mode" msgstr "Mou escuru" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Estilu escuru" @@ -2558,7 +2632,11 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "La predeterminada" @@ -2566,14 +2644,14 @@ msgstr "La predeterminada" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Desaniciar" @@ -2586,16 +2664,16 @@ msgstr "Desaniciar la cuenta" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Desaniciu de la cuenta <0>«0><1>{0}1><2>»2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Desaniciar la contraseña d'aplicación" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "¿Quies desaniciar la contraseña d'aplicación?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Desaniciar pa min" @@ -2623,11 +2701,11 @@ msgstr "Desaniciar pa min" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "" @@ -2641,12 +2719,12 @@ msgstr "" msgid "Delete post" msgstr "Desaniciar la publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "¿Quies desaniciar el paquete d'iniciación?" @@ -2709,11 +2787,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Diálogu: configura quién pue interactuar con esta publicación" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Lleve" @@ -2735,6 +2813,14 @@ msgstr "" msgid "Disable haptic feedback" msgstr "Desactivar la rempuesta háptica" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Desactivar los sotítulos" @@ -2778,7 +2864,7 @@ msgstr "" msgid "Discover new custom feeds" msgstr "" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Descubri feeds nuevos" @@ -2817,8 +2903,8 @@ msgstr "Nome visible" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panel de DNS" @@ -2830,7 +2916,7 @@ msgstr "" msgid "Does not include nudity." msgstr "Nun inclúin desnudos." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "¡Verificóse'l dominiu!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "" msgid "Download CAR file" msgstr "Baxar el ficheru CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Edición de les persones" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Edición del perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Editar el perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "" @@ -3034,7 +3129,7 @@ msgstr "" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "" @@ -3200,7 +3299,7 @@ msgstr "Introduz el dominiu que quies usar" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Introduz la direición de corréu electrónicu qu'usesti pa crear la cuenta. Vamos unviate un «códigu de restauración» pa que puedas afitar una contraseña nueva." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "" msgid "Enter your email address" msgstr "Introduz la to direición de corréu electrónicu" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Tol mundu" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Tol mundu pue responder" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Tol mundu pue responder a esta publicación." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Tol mundu" @@ -3282,16 +3377,6 @@ msgstr "Tol mundu" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Menciones o rempuestes escesives" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Mensaxes escesivos o non deseaos" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "" @@ -3316,7 +3401,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "" @@ -3328,7 +3413,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "" msgid "Expires {0}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "El conteníu multimedia esternu pue permitir que los sitios web recueyan msgid "External Media Preferences" msgstr "Preferencies del conteníu multimedia esternu" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "El cambéu del identificador falló. Volvi tentalo." @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "La creación del paquete d'iniciación falló" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "El desaniciu del mensaxe falló" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "El desaniciu del paquete d'iniciación falló" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "La carga de les preferencies de los feeds falló" @@ -3498,14 +3587,14 @@ msgstr "La carga de los mensaxes anteriores falló" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "La carga de los feeds suxeríos falló" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "La carga de los perfiles suxeríos falló" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Nun se pudo fixar la publicación" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Nun se pudo guardar la imaxe: {0}" @@ -3557,7 +3647,7 @@ msgstr "L'unviu falló" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "L'unviu de l'apellación falló. Volvi tentalo." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "La verificación del identificador falló. Volvi tentalo." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3733,8 @@ msgstr "" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Opinar" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Atopar cuentes pa siguir" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "" msgid "Fitness" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexible" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Siguir" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Siguir" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Siguir tamién" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Siguir tamién" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Siguidores que conoces" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Siguiendo" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Siguiendo" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "Síguete" msgid "Follows You" msgstr "Síguete" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Fonte" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Tamañu de la fonte" @@ -3919,7 +4013,7 @@ msgstr "Por motivos de seguranza, tenemos d'unviate un códigu de confirmación msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Por motivos de seguranza, nun vas ser a volver vela. Si pierdes esta contraseña, vas tener de xenerar una nueva." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Pa tener la meyor esperiencia, aconseyamos usar la fonte del estilu." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Contraseña escaecida" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "¿Escaeciesti la contraseña?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "¿Escaeciéstila?" @@ -3953,12 +4047,7 @@ msgstr "¿Escaeciéstila?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publica conteníu non deseáu frecuentemente" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Pon cara al perfil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Incumplimientos evidentes de la llei o de los términos del serviciu" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Incumplimientos evidentes de la llei o de los términos del serviciu" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Dir p'atrás" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Dir p'atrás" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Dir al pasu anterior" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Dir al perfil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Dir al perfil del usuariu" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Conteníu gráficu" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "¡Tas a metá de camín!" msgid "Handle" msgstr "Identificador" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "L'identificador yá ta asignáu. Prueba con otru." @@ -4182,7 +4279,7 @@ msgstr "L'identificador yá ta asignáu. Prueba con otru." msgid "Handle changed!" msgstr "¡L'identificador camudó!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "L'identificador ye mui llongu. Prueba con otru." @@ -4190,10 +4287,17 @@ msgstr "L'identificador ye mui llongu. Prueba con otru." msgid "Haptics" msgstr "Función háptica" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Acosu, troléu o intolerancia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Etiqueta" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "¿Tienes dalgún problema?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Ayuda" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "" msgid "Hide" msgstr "Esconder" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Esconder" @@ -4269,6 +4377,10 @@ msgstr "Esconder" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "¿Quies esconder los temes en tendencia?" msgid "Hide trending videos?" msgstr "¿Quies esconder los vídeos en tendencia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Esconder la llista d'usuarios" @@ -4320,7 +4432,7 @@ msgstr "Esconder la llista d'usuarios" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "" msgid "Home" msgstr "Aniciu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Agospiador:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Agospiador" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "¿Cómo habríemos abrir esti enllaz?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Si quies camudar la contraseña, vamos unviate un códigu pa verificar q msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Illegal y urxente" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imaxe" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Suplantación d'identidá o afirmaciones falses tocante a la identidá o afiliación" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Suplantación d'identidá, desinformación o afirmaciones falses" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Enllaces esplícitos o mensaxes que nun son afayadizos" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "" @@ -4537,11 +4638,11 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Llendóse la interaición" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "L'identificador ye inválidu. Prueba con otru." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "Trabayu" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etiquetes" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Amestáronse les etiquetes" @@ -4678,11 +4779,11 @@ msgstr "Amestáronse les etiquetes" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "" @@ -4696,7 +4797,7 @@ msgstr "Configuración de llingua" msgid "Languages" msgstr "Llingües" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Grande" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Saber más tocante a Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "Saber más tocante a qué ye público en Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Saber más." @@ -4787,10 +4888,10 @@ msgstr "Colar" msgid "Leave chat" msgstr "" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Colar de la conversación" @@ -4822,9 +4923,9 @@ msgstr "¡Restauremos l'accesu a la cuenta!" msgid "Let's go!" msgstr "¡Vamos!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Claru" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claru" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4956,7 @@ msgstr "" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {Prestó-y a # usuariu} other {Prestó-yos a # usuarios}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Préstames d'esta publicación" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Cargar más" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Cargar más feeds suxeríos" @@ -5041,6 +5142,14 @@ msgstr "Cargar los avisos nuevos" msgid "Load new posts" msgstr "Cargar les publicaciones nueves" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Cargando…" @@ -5049,15 +5158,19 @@ msgstr "Cargando…" msgid "Log" msgstr "Rexistru" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logotipu de <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcar como lleíu" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "Conteníu multimedia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Elementos multimedia que puen molestar o nun ser afayadizos pa dalgunos públicos." @@ -5140,14 +5253,10 @@ msgstr "Elementos multimedia que puen molestar o nun ser afayadizos pa dalgunos msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Usuarios mentaos" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menú" msgid "Message {0}" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Desanicióse'l mensaxe" @@ -5172,7 +5281,7 @@ msgstr "Desanicióse'l mensaxe" msgid "Message deleted" msgstr "Desanicióse'l mensaxe" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "" msgid "Message is too long" msgstr "El mensaxe ye mui llongu" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "Mensaxes" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Cuenta engañosa" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Publicación engañosa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Ferramientes de moderación" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Más feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Desactivar el volume" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "" msgid "Mute accounts" msgstr "" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silenciar la conversación" @@ -5396,7 +5503,7 @@ msgstr "Cuentes silenciaes" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "" @@ -5421,17 +5528,6 @@ msgstr "Los mios feeds" msgid "Name" msgstr "Nome" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "El nome o la descripción incumplen los estándares de la comunidá" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "" @@ -5455,20 +5551,16 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "¿Precises informar d'un incumplimientu de derechos d'autor?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Crear un identificador" @@ -5476,17 +5568,17 @@ msgstr "Crear un identificador" msgid "New" msgstr "Nueva" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nueva" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Publicación nueva" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Les rempuestes nueves primero" @@ -5587,8 +5679,8 @@ msgstr "Noticies" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Noticies" msgid "Next" msgstr "Siguiente" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Siguiente" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Imaxe siguiente" @@ -5616,12 +5703,12 @@ msgstr "Imaxe siguiente" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Nun hai nenguna contraseña d'aplicación" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Ensin panel de DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Nun hai nengún préstame" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Yá nun sigues a {0}" @@ -5671,7 +5759,7 @@ msgstr "¡Nun hai nengún avisu!" msgid "No one" msgstr "Naide" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Naide más que l'autor pue citar esta publicación." @@ -5701,7 +5789,7 @@ msgstr "Nun hai nengún resultáu" msgid "No results" msgstr "Nun hai nengún resultáu" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "Nun s'atopó nengún resultáu pa: {query}" msgid "No results found for {query}" msgstr "Nun s'atopó nengún resultáu pa: {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "Nun s'atopó nengún resultáu de busca pa «{search}»." msgid "No thanks" msgstr "Non, gracies" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Naide" @@ -5753,6 +5841,10 @@ msgstr "" msgid "Nobody was found. Try searching for someone else." msgstr "Nun s'atopó a naide. Prueba a buscar otra cuenta." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "" @@ -5843,16 +5935,11 @@ msgstr "agora" msgid "Now" msgstr "Agora" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Desnudos" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Desnudos o conteníu p'adultos que nun s'etiquetó como tal" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "D'acuerdu" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Les rempuestes antigües primero" @@ -5916,7 +6003,7 @@ msgstr "A unu o más vídeos fálta-yos el testu alternativu." msgid "Only .jpg and .png files are supported" msgstr "Namás son compatibles los ficheros .jpg y .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "" @@ -5941,7 +6028,7 @@ msgstr "¡Meca! Prodúxose dalgún error." #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Abrir el creador d'avatares" msgid "Open conversation options" msgstr "" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6060,8 @@ msgstr "Abrir el selector de fustaxes" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "" @@ -6032,9 +6119,9 @@ msgstr "" msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Abre un diálogu pa escoyer quién pue responder a esti filu" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "" @@ -6103,24 +6190,15 @@ msgstr "" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Abre esti perfil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Opcionalmente, forni más información abaxo:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opciones:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "O combina con estes opciones:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "O sigue con otra cuenta." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Otru tipu" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Otra cuenta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "Nun s'atopó la páxina" msgid "Page Not Found" msgstr "Nun s'atopó la páxina" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Persones siguíes por @{0}" msgid "People following @{0}" msgstr "Persones que siguen a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Animales de compaña" msgid "Photography" msgstr "Fotografía" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Semeyes destinaes a adultos." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fixar el feed" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Fixar nel aniciu" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fixar nel aniciu" @@ -6275,7 +6390,7 @@ msgstr "Fixar nel aniciu" msgid "Pin to your profile" msgstr "Fixar nel to perfil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fixóse" @@ -6302,7 +6417,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "" @@ -6327,7 +6442,7 @@ msgstr "Reproduz el GIF" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Introduz el to códigu d'invitación." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Introduz la contraseña tamién:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Política" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornu" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Configuración de les interaiciones de la publicación" @@ -6614,13 +6729,8 @@ msgstr "Imaxe anterior" msgid "Primary Language" msgstr "Llingua primaria" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacidá" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Política de privacidá" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Procesando'l videu…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Anovóse'l perfil" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Públicu" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "La cita separtóse correutamente" msgid "Quote posts disabled" msgstr "Desactiváronse les cites" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Configuración de les cites" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Configuración de les cites" msgid "Quotes" msgstr "Cites" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Cites d'esta publicación" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Motivu:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "" msgid "Remove feed?" msgstr "¿Quies quitar el feed?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Rempuestes" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "" @@ -7120,11 +7234,7 @@ msgstr "" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Configuración de les rempuestes" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -7141,7 +7251,7 @@ msgstr "Anovóse la visibilidá de les rempuestes" msgid "Reply was successfully hidden" msgstr "La rempuesta escondióse correutamente" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Informar de la conversación" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Informar del feed" @@ -7176,7 +7285,7 @@ msgstr "Informar del feed" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "" @@ -7185,48 +7294,41 @@ msgstr "" msgid "Report post" msgstr "Informar de la publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Informe d'esti conteníu" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Informe d'esti feed" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Informe d'esta llista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Informe d'esti mensaxe" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Informe d'esta aplicación" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Reespubluzar o citar" @@ -7277,7 +7379,7 @@ msgstr "Republiquesti" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Republicaciones d'esta publicación" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "" msgid "Reset password" msgstr "" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "Volvi tentar la última aición, la que produxo l'error" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Volvi tentar la última aición, la que produxo l'error" msgid "Retry" msgstr "Retentar" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "" @@ -7399,8 +7501,8 @@ msgstr "" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "Guardar" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Guardar" @@ -7459,8 +7561,13 @@ msgstr "Guardar l'identificador nuevu" msgid "Save QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Guardar nos mios feeds" @@ -7487,21 +7594,25 @@ msgstr "Guardóse nos tos feeds" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "¡Saluda!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Ciencia" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Buscar" @@ -7553,11 +7664,11 @@ msgstr "" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Seleiciona una cuenta esistente" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "" @@ -7727,14 +7850,10 @@ msgstr "" msgid "Select languages" msgstr "Seleicionar llingües" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Seleiciona los servicios de moderación a los que quies informar" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "Seleiciona la llingua que prefieres pa les traducciones del feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "¡Unvia un sitiu web curiosu!" @@ -7818,7 +7937,7 @@ msgstr "" msgid "Send message" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Unviar la publicación a…" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Unviar l'informe" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "Unviar per mensaxe direutu" msgid "Sends email with confirmation code for account deletion" msgstr "Unvia un mensaxe col códigu de confirmación pa desaniciar la cuenta" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Direición del sirvidor" @@ -7874,10 +7982,18 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Actividá sexual o desnudos eróticos." @@ -7953,7 +8069,7 @@ msgstr "" msgid "Share" msgstr "Compartir" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Compartir" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Compartir el códigu QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8128,8 @@ msgstr "Comparti esti paquete d'iniciación y ayuda a la xente a xunise a la to #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "¡Comparti'l to feed preferíu!" msgid "Shared Preferences Tester" msgstr "" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Amosar el testu alternativu" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Amosar de toes toes" @@ -8067,6 +8183,10 @@ msgstr "Amosar menos d'esto" msgid "Show list anyway" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Amosar más" @@ -8080,7 +8200,7 @@ msgstr "Amosar más d'esto" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Amosar les rempuestes" msgid "Show replies as" msgstr "Amosar les rempuestes como" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "Aniciar la sesión" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Aniciar la sesión como…" @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "¡Anicia la sesión o crea una cuenta pa xunite a la conversación!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Pequeña" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Dalgunes persones puen responder" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Prodúxose dalgún error" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Prodúxose dalgún error, volvi tentalo" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "¡Prodúxose dalgún error!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "¿Hai daqué mal? Coméntanoslo." @@ -8327,33 +8442,29 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "La sesión caducó. Volvi aniciala." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 @@ -8362,7 +8473,7 @@ msgstr "" msgid "Sports" msgstr "Deportes" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "" msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "El paquete d'iniciación ye inválidu" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Paquetes d'iniciación" @@ -8436,8 +8547,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Suxerencies pa ti" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suxerente" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Del sistema" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8735,8 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Términos" @@ -8637,26 +8752,11 @@ msgstr "Términos" msgid "Terms of Service" msgstr "Términos del serviciu" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Los terminos usaos incumplen los estándares de la comunidá" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Testu y etiquetes" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Campu de testu" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Campu pa introducir testu" @@ -8665,10 +8765,6 @@ msgstr "Campu pa introducir testu" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Gracies. Unvióse l'informe." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Gracies, verifiquesti la direición de corréu correutamente. Pues zarra msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Que contenga lo siguiente:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Alón." -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta va ser a interactuar contigo dempués de desbloquiala." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Va reaniciase l'aplicación" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "L'autor d'esti filu escondió esta rempuesta." @@ -8750,11 +8846,11 @@ msgstr "La esperiencia ye meyor na aplicación. Baxa Bluesky agora y llevámoste msgid "The feed has been replaced with Discover." msgstr "El feed sustituyóse por «Descubrimientu»." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Aplicáronse les etiquetes siguientes a la to cuenta." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Aplicáronse les etiquetes siguientes al to conteníu." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -8808,7 +8904,7 @@ msgstr "Los términos del serviciu treslladáronse a" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Del estilu" @@ -8827,7 +8923,7 @@ msgstr "Hebo un problema al conectase con Tenor." msgid "There was an issue contacting the server" msgstr "Hebo un problema al conectase col sirvidor" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Hebo un problema al conectase col sirvidor. Comprueba la conexón a inte 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Hebo un problema al catar les publicaciones. Toca equí pa volver tental msgid "There was an issue fetching the list. Tap here to try again." msgstr "Hebo un problema al catar la llista. Toca equí pa volver tentalo." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Hebo un problema al catar les contraseñes d'aplicación" @@ -8862,11 +8958,6 @@ msgstr "Hebo un problema al catar la información del serviciu" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Hebo un problema al quitar esti feed. Comprueba la conexón a internet y volvi tentalo." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Hebo un problema al unviar l'informe. Comprueba la conexón a internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Hebo un error al anovar los feeds. Comprueba la conexón a internet y vo #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Hebo un error al anovar los feeds. Comprueba la conexón a internet y vo msgid "There was an issue! {0}" msgstr "¡Hebo un problema! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Hebo un problema inesperáu na aplicación. ¡Coméntanos si te pasó!" 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Esta configuración namás s'aplica al feed «Siguiendo»." @@ -8941,7 +9036,7 @@ msgstr "Esta cuenta ta bloquiada por una o más llistes de moderación. Pa desbl msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Esta apellación va unviase a <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "«{0}» agospia esti conteníu. ¿Quies activar el conteníu multimedia esternu?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -9006,7 +9101,7 @@ msgstr "Esta función nun ta disponible mentanto uses una contraseña d'aplicaci msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Esti feed ta recibiendo munchu tránsitu y nun ta disponible temporalmente. Volvi tentalo dempués." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "¡Esti feed ta baleru! Ye posible que tengas de siguir más usuarios o camudar la configuración de llingua." @@ -9020,7 +9115,7 @@ msgstr "Esti feed ta baleru." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Esti identificador ta acutáu. Prueba con otru." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "L'autor aplicó esta etiqueta." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Apliquesti esta etiqueta." @@ -9065,11 +9160,11 @@ msgstr "Esta llista ta balera." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Esti serviciu de moderación nun ta disponible. Consulta abaxo los detalles y si sigue'l problema, ponte en contautu con nós." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Indicóse qu'esta publicación se creó'l <0>{0}0> mas la primer vegada que se creó en Bluesky foi'l <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Esto habría crear un rexistru de dominiu en:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Esti usuariu nun tien nengún siguidor." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Esti usuariu bloquióte" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Esti usuariu bloquióte. Nun pues ver el so conteníu." @@ -9142,7 +9237,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "Esti usuariu ye nuevu. Primi pa consiguir más información tocante a cuándo se xunió." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Esti usuariu nun sigue a naide." @@ -9168,7 +9263,7 @@ msgstr "" msgid "Thread preferences" msgstr "Peferencies de los filos" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferencies de los filos" @@ -9181,6 +9276,10 @@ msgstr "Filos" msgid "Threads Preferences" msgstr "Preferencies de los filos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Pa informar d'una conversación, informa d'unu de los sos mensaxes pela pantalla de conversación. Esta aición va permitir a los moderadores entender el contestu del problema." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "¿A quién quies unviar esti informe?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Güei" @@ -9222,8 +9317,8 @@ msgstr "Lo destacao" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traducir" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "En tendencia" msgid "Trending Videos" msgstr "Vídeos en tendencia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "Autenticación en dos pasos (2FA)" msgid "Type your message here" msgstr "Escribi'l to mensaxe equí" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipu:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Nun ye posible desaniciar" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Desbloquiar la cuenta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "¿Quies desbloquiar la cuenta?" @@ -9369,12 +9468,7 @@ msgstr "Desfacer la republicación" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Dexar de siguir" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "" @@ -9383,7 +9477,7 @@ msgstr "" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Dexa de siguir al usuariu" @@ -9391,7 +9485,7 @@ msgstr "Dexa de siguir al usuariu" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Dexar de silenciar la conversación" @@ -9454,8 +9556,8 @@ msgstr "" msgid "Unpin" msgstr "Lliberar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Lliberar el feed" @@ -9464,8 +9566,8 @@ msgstr "Lliberar el feed" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Lliberar del aniciu" @@ -9517,13 +9619,6 @@ msgstr "Diéstite de baxa d'esta llista" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Conteníu sexual non deseáu" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "" @@ -9567,7 +9662,7 @@ msgstr "Anovando…" msgid "Upload a photo instead" msgstr "Xubir una semeya" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Xubi un ficheru de testu a:" @@ -9603,11 +9698,11 @@ msgstr "Xubiendo la miniatura del enllaz…" msgid "Uploading video..." msgstr "Xubiendo'l videu…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "{0} bloquió al usuariu" @@ -9660,7 +9755,7 @@ msgstr "La llista bloquió al usuariu" msgid "User Blocked by List" msgstr "Usuariu bloquiáu por una llista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Identificador o direición de corréu" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "usuarios siguíos por <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "Usuarios que sigo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valor:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verificar el rexistru DNS" @@ -9786,8 +9873,8 @@ msgstr "" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verificar el ficheru de testu" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "Videoxuegos" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Nun s'atopó'l videu." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Ver l'avatar de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Ver el perfil de {0}" @@ -9906,16 +9993,11 @@ msgstr "Ver la entrada del blogue pa consultar los detalles" msgid "View debug entry" msgstr "Ver la entrada de depuración" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Ver los detalles" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Ver los detalles pa informar d'un incumplimientu de los derechos d'autor" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Ver el filu completu" @@ -9960,7 +10042,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Ver a qué usuarios-yos prestó esti feed" @@ -9993,8 +10075,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "¿Quién pue interactuar con esta publicación?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Quién pue responder" @@ -10249,40 +10340,38 @@ msgstr "¡Meca! La carga de los vídeos en tendencia falló." msgid "Why are you appealing?" msgstr "¿Por qué apelles?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "¿Por qué habría revisase esti conteníu?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "¿Por qué habría revisase esti feed?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "¿Por qué habría revisase esta llista?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "¿Por qué habría revisase esti mensaxe?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "¿Por qué habría revisase esta publicación?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "¿Por qué habría revisase esti paquete d'iniciación?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "¿Por qué habría revisase esti usuariu?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Sí" msgid "Yes, deactivate" msgstr "Sí, desactivar" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Sí, desanicialu" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Nun tienes permisu pa xubir vídeos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Nun sigues a naide." @@ -10445,17 +10534,13 @@ msgstr "Pues volver activar la cuenta pa siguir aniciando la sesión. El perfil msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Nun te sigue nenguna cuenta." @@ -10467,6 +10552,10 @@ msgstr "Nun sigues a nengún usuariu que sigua a @{name}." msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Nun tienes nengún feed fixáu." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Bloquiesti a esti usuariu" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Bloquiesti a esti usuariu. Nun pues ver el so conteníu." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Escondiesti esti artículu" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Escondiesti esti artículu." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Silenciesti esta cuenta." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Silenciesti esti usuariu" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Nun silenciesti nenguna pallabra nin etiqueta" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Escondiesti esta rempuesta." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Pues apellar estes etiquetes si te paez que s'aplicaron por error." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Tienes de seleicionar polo menos un etiquetador pa informar" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Escoyesti esconder una pallabra o una etiqueta d'esta publicación." @@ -10750,7 +10839,7 @@ msgstr "Algamesti la llende diaria de vídeos xubíos (milenta bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "Unvióse l'apellación. Si s'acepta, vas recibir un mensaxe per corréu msgid "Your birth date" msgstr "Data de nacencia" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "El restolador nun ye compatible col formatu del videu. Prueba con otru restolador." @@ -10798,7 +10887,7 @@ msgstr "Desactiváronse les charres" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "L'identificador actual <0>{0}0> vas tenelu acutáu. Pues volver usalu en cualesquier momentu dende esta cuenta." @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "¡El to primer préstame!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "El perfil, les publicaciones, los feeds y les llistes yá nun van ser vi msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "L'informe va unviase al serviciu de moderación de Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/az/messages.po b/src/locale/locales/az/messages.po index 16aed0517d..021e3adcdb 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Azerbaijani\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -108,15 +108,15 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -398,7 +402,7 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "" @@ -490,7 +494,7 @@ msgstr "" msgid "<0>{0}0> is included in your starter pack" msgstr "" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:346 msgid "<0>{0}0> members" msgstr "" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -597,7 +605,7 @@ msgid "Account" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "" @@ -627,11 +635,15 @@ msgstr "" msgid "Account options" msgstr "" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "" msgid "Add {displayName} to starter pack" msgstr "" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "" msgid "Add the default feed of only people you follow" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "" @@ -846,11 +862,15 @@ msgstr "" msgid "Adult content is disabled." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "" @@ -903,6 +923,10 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:431 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,15 +942,27 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:617 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:579 +msgid "Allow users in {0} to reply" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:470 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:562 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "" @@ -1052,8 +1091,6 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:50 #: src/components/ProfileCard.tsx:484 #: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 msgid "An issue occurred, please try again." msgstr "" @@ -1062,14 +1099,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:367 msgid "and" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,13 +1133,12 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:129 +msgid "Anybody can interact" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:437 +msgid "Anyone" msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 @@ -1118,7 +1162,7 @@ msgstr "" msgid "App Password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "" @@ -1141,20 +1185,20 @@ msgid "App passwords" msgstr "" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1221,7 @@ msgid "Appeal this decision" msgstr "" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1237,24 @@ msgstr "" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1252,7 +1296,7 @@ msgstr "" msgid "Art" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "" @@ -1269,7 +1313,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,10 +1328,10 @@ msgstr "" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/LoginForm.tsx:310 @@ -1308,6 +1352,14 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1375,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1408,17 @@ msgid "Birthday" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1434,10 @@ msgstr "" msgid "Block accounts" msgstr "" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "" @@ -1402,15 +1450,19 @@ msgstr "" msgid "Block these accounts?" msgstr "" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "" @@ -1449,25 +1501,25 @@ msgstr "" msgid "Blog" msgstr "" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1565,10 @@ msgstr "" msgid "Books" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "" @@ -1560,13 +1616,13 @@ msgid "Business" msgstr "" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,13 +1668,14 @@ msgstr "" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 @@ -1659,9 +1716,9 @@ msgstr "" msgid "Cancel search" msgstr "" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "" @@ -1697,7 +1754,7 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" @@ -1710,7 +1767,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1800,8 @@ msgstr "" msgid "Chat" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1814,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "" @@ -1769,7 +1830,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1842,7 @@ msgstr "" msgid "Chat Settings" msgstr "" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "" @@ -1805,6 +1866,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "" @@ -1833,7 +1902,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1951,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1980,11 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,8 +1995,8 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 +#: src/components/WhoCanReply.tsx:229 +#: src/components/WhoCanReply.tsx:236 #: src/screens/Settings/components/ChangePasswordDialog.tsx:286 #: src/screens/Settings/components/ChangePasswordDialog.tsx:291 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 @@ -1943,7 +2006,7 @@ msgid "Close" msgstr "" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "" @@ -2027,7 +2090,7 @@ msgid "Collapses list of users for a given notification" msgstr "" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "" @@ -2184,14 +2247,18 @@ msgid "Content Languages" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "" @@ -2212,7 +2279,7 @@ msgstr "" msgid "Continue" msgstr "" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "" @@ -2236,8 +2303,8 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "" @@ -2254,7 +2321,7 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2330,7 @@ msgstr "" msgid "Copied to clipboard" msgstr "" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "" @@ -2290,23 +2357,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "" @@ -2331,12 +2398,12 @@ msgstr "" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "" @@ -2354,7 +2421,7 @@ msgstr "" msgid "Copy QR code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "" @@ -2377,8 +2444,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "" @@ -2392,7 +2459,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "" @@ -2476,8 +2543,9 @@ msgstr "" msgid "Create new account" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "" @@ -2490,7 +2558,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "" @@ -2503,8 +2571,8 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "" @@ -2512,18 +2580,22 @@ msgstr "" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "" @@ -2536,7 +2608,7 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "" @@ -2558,7 +2630,11 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "" @@ -2566,14 +2642,14 @@ msgstr "" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "" @@ -2586,16 +2662,16 @@ msgstr "" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2679,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "" @@ -2623,11 +2699,11 @@ msgstr "" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "" @@ -2641,12 +2717,12 @@ msgstr "" msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "" @@ -2709,11 +2785,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:215 msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -2735,6 +2811,14 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:609 +msgid "Disable quote posts of this post." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "" @@ -2778,7 +2862,7 @@ msgstr "" msgid "Discover new custom feeds" msgstr "" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "" @@ -2817,8 +2901,8 @@ msgstr "" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "" @@ -2830,7 +2914,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "" @@ -2853,19 +2937,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2975,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2988,10 @@ msgstr "" msgid "Download CAR file" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "" @@ -2943,9 +3032,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3102,24 @@ msgstr "" msgid "Edit People" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:100 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:246 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "" @@ -3034,7 +3127,7 @@ msgstr "" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:109 msgid "Edit who can reply" msgstr "" @@ -3085,7 +3178,7 @@ msgstr "" msgid "Email Verified" msgstr "" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "" @@ -3100,7 +3193,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3141,6 +3234,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:610 +msgid "Enable quote posts of this post." +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "" @@ -3258,22 +3355,18 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:82 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:272 msgid "Everybody can reply to this post." msgstr "" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "" @@ -3282,16 +3375,6 @@ msgstr "" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "" @@ -3328,7 +3411,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3431,7 @@ msgstr "" msgid "Expires {0}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3490,17 @@ msgstr "" msgid "External Media Preferences" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3508,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "" @@ -3438,13 +3525,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "" @@ -3452,7 +3539,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "" @@ -3465,10 +3552,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "" @@ -3498,14 +3585,14 @@ msgstr "" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "" @@ -3519,7 +3606,7 @@ msgid "Failed to pin post" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3622,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "" @@ -3557,7 +3645,7 @@ msgstr "" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "" @@ -3606,6 +3694,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "" @@ -3623,7 +3719,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3731,8 @@ msgstr "" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "" @@ -3696,7 +3792,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3809,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3821,7 @@ msgstr "" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3837,17 @@ msgstr "" msgid "Fitness" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3765,22 +3861,17 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3813,12 +3904,7 @@ msgstr "" #. User is not following this account, click to follow back #: src/components/ProfileCard.tsx:518 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 msgid "Follow back" msgstr "" @@ -3856,8 +3942,8 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 msgid "Following" msgstr "" @@ -3868,11 +3954,11 @@ msgid "Following" msgstr "" #: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 msgid "Following {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3980,11 @@ msgstr "" msgid "Follows You" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "" @@ -3919,7 +4005,7 @@ msgstr "" msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "" @@ -3953,12 +4039,7 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4092,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4108,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,9 +4133,8 @@ msgstr "" msgid "Give your profile a face" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 @@ -4067,8 +4147,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4159,13 @@ msgstr "" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "" @@ -4146,23 +4223,35 @@ msgstr "" msgid "Go to next" msgstr "" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4262,7 @@ msgstr "" msgid "Handle" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "" @@ -4182,7 +4271,7 @@ msgstr "" msgid "Handle changed!" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "" @@ -4190,9 +4279,16 @@ msgstr "" msgid "Haptics" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" msgstr "" #: src/Navigation.tsx:539 @@ -4203,6 +4299,10 @@ msgstr "" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4314,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "" @@ -4238,7 +4338,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4348,7 @@ msgstr "" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4269,6 +4369,10 @@ msgstr "" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:513 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4320,7 +4424,7 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,7 +4469,7 @@ msgstr "" msgid "Home" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "" @@ -4383,6 +4487,10 @@ msgstr "" msgid "How should we open this link?" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4543,7 @@ msgstr "" msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4551,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "" @@ -4461,29 +4564,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,11 +4605,6 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" @@ -4541,7 +4634,7 @@ msgstr "" msgid "Input the code which has been emailed to you" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:130 msgid "Interaction limited" msgstr "" @@ -4562,7 +4655,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "" @@ -4571,7 +4664,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4719,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "" @@ -4657,20 +4750,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "" @@ -4678,11 +4771,11 @@ msgstr "" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "" @@ -4696,7 +4789,7 @@ msgstr "" msgid "Languages" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "" @@ -4736,12 +4829,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4866,8 @@ msgstr "" msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "" @@ -4787,10 +4880,10 @@ msgstr "" msgid "Leave chat" msgstr "" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "" @@ -4822,9 +4915,9 @@ msgstr "" msgid "Let's go!" msgstr "" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "" @@ -4833,12 +4926,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4948,7 @@ msgstr "" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "" @@ -4880,7 +4973,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +4996,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "" @@ -5021,12 +5114,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "" @@ -5041,6 +5134,14 @@ msgstr "" msgid "Load new posts" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:556 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:259 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "" @@ -5049,15 +5150,19 @@ msgstr "" msgid "Log" msgstr "" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "" @@ -5113,8 +5218,8 @@ msgstr "" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "" @@ -5132,7 +5237,7 @@ msgstr "" msgid "Media" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" @@ -5140,14 +5245,10 @@ msgstr "" msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:313 msgid "mentioned users" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5264,7 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "" @@ -5172,7 +5273,7 @@ msgstr "" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5290,7 @@ msgstr "" msgid "Message is too long" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,23 +5298,21 @@ msgstr "" msgid "Messages" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" msgstr "" #: src/Navigation.tsx:177 @@ -5273,12 +5372,12 @@ msgid "Moderation tools" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:104 +#: src/view/shell/desktop/Feeds.tsx:114 msgid "More feeds" msgstr "" @@ -5315,8 +5414,8 @@ msgctxt "video" msgid "Mute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5431,8 @@ msgstr "" msgid "Mute accounts" msgstr "" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "" @@ -5396,7 +5495,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "" @@ -5421,17 +5520,6 @@ msgstr "" msgid "Name" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5455,20 +5543,16 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "" @@ -5476,7 +5560,7 @@ msgstr "" msgid "New" msgstr "" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" @@ -5574,8 +5658,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "" @@ -5603,11 +5687,6 @@ msgstr "" msgid "Next" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "" @@ -5616,12 +5695,12 @@ msgstr "" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "" @@ -5647,7 +5726,7 @@ msgid "No likes yet" msgstr "" #: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 msgid "No longer following {0}" msgstr "" @@ -5671,7 +5750,7 @@ msgstr "" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:296 msgid "No one but the author can quote this post." msgstr "" @@ -5701,7 +5780,7 @@ msgstr "" msgid "No results" msgstr "" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5798,7 @@ msgstr "" msgid "No results found for {query}" msgstr "" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5811,7 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 msgid "Nobody" msgstr "" @@ -5753,6 +5832,10 @@ msgstr "" msgid "Nobody was found. Try searching for someone else." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "" @@ -5843,16 +5926,11 @@ msgstr "" msgid "Now" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5951,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "" @@ -5916,7 +5994,7 @@ msgstr "" msgid "Only .jpg and .png files are supported" msgstr "" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:276 msgid "Only {0} can reply." msgstr "" @@ -5941,7 +6019,7 @@ msgstr "" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6038,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6051,8 @@ msgstr "" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "" @@ -6015,7 +6093,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "" @@ -6032,8 +6110,8 @@ msgstr "" msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:146 +msgid "Opens a dialog to choose who can interact with this post" msgstr "" #: src/screens/Log.tsx:83 @@ -6108,19 +6186,10 @@ msgstr "" msgid "Opens this profile" msgstr "" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "" @@ -6145,21 +6214,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6225,12 +6323,20 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6353,12 @@ msgstr "" msgid "Photography" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6372,7 @@ msgstr "" msgid "Pin to home" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "" @@ -6275,7 +6381,7 @@ msgstr "" msgid "Pin to your profile" msgstr "" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "" @@ -6302,7 +6408,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "" @@ -6327,7 +6433,7 @@ msgstr "" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6425,7 +6531,7 @@ msgstr "" msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -6446,11 +6552,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6579,7 @@ msgstr "" msgid "Politics" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "" @@ -6512,24 +6618,24 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:666 msgid "Post interaction settings" msgstr "" @@ -6614,13 +6720,8 @@ msgstr "" msgid "Primary Language" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "" @@ -6652,6 +6753,10 @@ msgstr "" msgid "Privacy Policy" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "" @@ -6678,6 +6783,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:155 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "" @@ -6714,7 +6827,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6877,6 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6884,11 @@ msgstr "" msgid "Quotes" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6914,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6958,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6983,11 @@ msgid "Reconnect" msgstr "" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7051,8 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7193,11 @@ msgstr "" msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:84 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:274 msgid "Replies to this post are disabled." msgstr "" @@ -7102,17 +7207,17 @@ msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "" @@ -7120,11 +7225,7 @@ msgstr "" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:398 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -7141,7 +7242,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7253,21 @@ msgstr "" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "" @@ -7176,7 +7276,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "" @@ -7185,48 +7285,41 @@ msgstr "" msgid "Report post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "" @@ -7250,7 +7343,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "" @@ -7277,7 +7370,7 @@ msgstr "" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "" @@ -7360,7 +7453,7 @@ msgstr "" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 @@ -7382,14 +7475,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "" @@ -7399,8 +7492,8 @@ msgstr "" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "" @@ -7412,8 +7505,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:654 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7523,7 @@ msgstr "" msgid "Save" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "" @@ -7459,8 +7552,13 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:636 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "" @@ -7492,16 +7590,20 @@ msgstr "" msgid "Say hello!" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7615,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "" @@ -7553,11 +7655,11 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7712,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7750,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7767,15 @@ msgstr "" msgid "Select a color" msgstr "" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7807,14 @@ msgstr "" msgid "Select from an existing account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:534 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "" @@ -7727,14 +7841,10 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7862,6 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7891,7 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7899,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "" @@ -7818,7 +7928,7 @@ msgstr "" msgid "Send message" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7936,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7957,7 @@ msgstr "" msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "" @@ -7874,10 +7973,18 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:461 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:411 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "" @@ -7938,7 +8045,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "" @@ -7953,7 +8060,7 @@ msgstr "" msgid "Share" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "" @@ -7996,7 +8103,7 @@ msgstr "" msgid "Share QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8119,8 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8134,7 @@ msgstr "" msgid "Shared Preferences Tester" msgstr "" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8147,8 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "" @@ -8067,6 +8174,10 @@ msgstr "" msgid "Show list anyway" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:514 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "" @@ -8080,7 +8191,7 @@ msgstr "" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8209,6 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8232,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8240,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8160,11 +8267,11 @@ msgstr "" msgid "Sign in" msgstr "" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "" @@ -8177,7 +8284,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8350,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "" @@ -8268,7 +8375,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:85 msgid "Some people can reply" msgstr "" @@ -8280,7 +8387,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8396,13 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8416,11 @@ msgstr "" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,33 +8433,29 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 @@ -8362,7 +8464,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8505,11 @@ msgstr "" msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "" @@ -8436,8 +8538,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8553,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8596,7 @@ msgstr "" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8608,17 @@ msgstr "" msgid "Suggested for you" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8649,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "" @@ -8591,6 +8693,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8726,8 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "" @@ -8637,26 +8743,11 @@ msgstr "" msgid "Terms of Service" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "" @@ -8665,10 +8756,6 @@ msgstr "" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" @@ -8678,7 +8765,7 @@ msgstr "" msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "" @@ -8699,11 +8786,11 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -8714,7 +8801,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "" @@ -8750,11 +8837,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "" @@ -8784,11 +8871,11 @@ msgid "The selected video is larger than 100 MB. Please try again with a smalle msgstr "" #: src/lib/hooks/useCleanError.ts:40 -#: src/lib/strings/errors.ts:18 +#: src/lib/strings/errors.ts:19 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -8808,7 +8895,7 @@ msgstr "" 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 "" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "" @@ -8827,7 +8914,7 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -8836,7 +8923,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -8845,7 +8932,7 @@ msgstr "" msgid "There was an issue fetching the list. Tap here to try again." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "" @@ -8862,11 +8949,6 @@ msgstr "" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8960,9 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8972,7 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:224 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +8995,10 @@ msgstr "" 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:641 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "" @@ -8941,7 +9027,7 @@ msgstr "" msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "" @@ -8970,7 +9056,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -8998,7 +9084,7 @@ msgstr "" msgid "This feature is not available while using an app password. Please sign in with your main password." msgstr "" -#: src/lib/strings/errors.ts:21 +#: src/lib/strings/errors.ts:22 msgid "This feature is not available while using an App Password. Please sign in with your main password." msgstr "" @@ -9006,7 +9092,7 @@ msgstr "" msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" @@ -9020,7 +9106,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "" @@ -9037,7 +9123,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "" @@ -9065,11 +9151,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:267 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9187,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "" @@ -9122,7 +9208,7 @@ msgid "This user has blocked you" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -9168,7 +9254,7 @@ msgstr "" msgid "Thread preferences" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "" @@ -9181,6 +9267,10 @@ msgstr "" msgid "Threads Preferences" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,14 +9288,14 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:516 +msgid "Toggle showing lists" +msgstr "" + #: src/screens/Moderation/index.tsx:398 msgid "Toggle to enable or disable adult content" msgstr "" @@ -9222,8 +9312,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9321,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9343,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9368,7 @@ msgstr "" msgid "Type your message here" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "" @@ -9283,7 +9377,7 @@ msgid "Unable to access location. You'll need to visit your system settings to e msgstr "" #: src/lib/hooks/useCleanError.ts:27 -#: src/lib/strings/errors.ts:11 +#: src/lib/strings/errors.ts:12 msgid "Unable to connect. Please check your internet connection and try again." msgstr "" @@ -9300,7 +9394,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "" @@ -9324,27 +9418,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "" @@ -9369,12 +9463,7 @@ msgstr "" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "" @@ -9383,7 +9472,7 @@ msgstr "" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9480,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9488,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9516,8 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9528,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "" @@ -9454,8 +9551,8 @@ msgstr "" msgid "Unpin" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9561,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "" @@ -9517,13 +9614,6 @@ msgstr "" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9630,8 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "" @@ -9567,7 +9657,7 @@ msgstr "" msgid "Upload a photo instead" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "" @@ -9603,11 +9693,11 @@ msgstr "" msgid "Uploading video..." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "" @@ -9638,17 +9728,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "" @@ -9660,7 +9750,7 @@ msgstr "" msgid "User Blocked by List" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "" @@ -9702,11 +9792,11 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:330 msgid "users followed by <0>@{0}0>" msgstr "" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:317 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9805,7 @@ msgstr "" msgid "Users I follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "" @@ -9767,8 +9849,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "" @@ -9786,8 +9868,8 @@ msgstr "" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "" @@ -9841,15 +9923,15 @@ msgstr "" msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "" @@ -9883,9 +9965,9 @@ msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 +#: src/screens/VideoFeed/index.tsx:797 #: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "View {0}'s profile" msgstr "" @@ -9906,16 +9988,11 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "" @@ -9960,7 +10037,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "" @@ -9993,8 +10070,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10079,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10307,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:219 msgid "Who can interact with this post?" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:407 +#: src/components/WhoCanReply.tsx:109 msgid "Who can reply" msgstr "" @@ -10249,40 +10335,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10404,7 @@ msgstr "" msgid "Yes, deactivate" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "" @@ -10445,10 +10529,6 @@ msgstr "" msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 @@ -10467,6 +10547,10 @@ msgstr "" msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:570 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "" @@ -10480,8 +10564,8 @@ msgid "You have blocked this user" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "" @@ -10495,7 +10579,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "" @@ -10504,11 +10588,11 @@ msgid "You have hidden this post." msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "" @@ -10558,7 +10642,7 @@ msgid "You haven't muted any words or tags yet" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "" @@ -10574,11 +10658,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -10614,10 +10698,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10797,12 @@ msgstr "" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -10750,7 +10834,7 @@ msgstr "" msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10870,7 @@ msgstr "" msgid "Your birth date" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -10798,7 +10882,7 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10911,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:476 msgid "Your followers" msgstr "" @@ -10905,14 +10989,10 @@ msgstr "" msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/bn/messages.po b/src/locale/locales/bn/messages.po index 1ca88f4c70..cd1e7dd500 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Bengali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -108,15 +108,15 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -398,7 +402,7 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "" @@ -490,7 +494,7 @@ msgstr "" msgid "<0>{0}0> is included in your starter pack" msgstr "" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:346 msgid "<0>{0}0> members" msgstr "" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -597,7 +605,7 @@ msgid "Account" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "" @@ -627,11 +635,15 @@ msgstr "" msgid "Account options" msgstr "" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "" msgid "Add {displayName} to starter pack" msgstr "" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "" msgid "Add the default feed of only people you follow" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "" @@ -846,11 +862,15 @@ msgstr "" msgid "Adult content is disabled." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "" @@ -903,6 +923,10 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:431 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,15 +942,27 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:617 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:579 +msgid "Allow users in {0} to reply" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:470 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:562 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "" @@ -1052,8 +1091,6 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:50 #: src/components/ProfileCard.tsx:484 #: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 msgid "An issue occurred, please try again." msgstr "" @@ -1062,14 +1099,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:367 msgid "and" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,13 +1133,12 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:129 +msgid "Anybody can interact" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:437 +msgid "Anyone" msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 @@ -1118,7 +1162,7 @@ msgstr "" msgid "App Password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "" @@ -1141,20 +1185,20 @@ msgid "App passwords" msgstr "" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1221,7 @@ msgid "Appeal this decision" msgstr "" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1237,24 @@ msgstr "" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1252,7 +1296,7 @@ msgstr "" msgid "Art" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "" @@ -1269,7 +1313,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,10 +1328,10 @@ msgstr "" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/LoginForm.tsx:310 @@ -1308,6 +1352,14 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1375,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1408,17 @@ msgid "Birthday" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1434,10 @@ msgstr "" msgid "Block accounts" msgstr "" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "" @@ -1402,15 +1450,19 @@ msgstr "" msgid "Block these accounts?" msgstr "" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "" @@ -1449,25 +1501,25 @@ msgstr "" msgid "Blog" msgstr "" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1565,10 @@ msgstr "" msgid "Books" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "" @@ -1560,13 +1616,13 @@ msgid "Business" msgstr "" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,13 +1668,14 @@ msgstr "" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 @@ -1659,9 +1716,9 @@ msgstr "" msgid "Cancel search" msgstr "" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "" @@ -1697,7 +1754,7 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" @@ -1710,7 +1767,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1800,8 @@ msgstr "" msgid "Chat" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1814,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "" @@ -1769,7 +1830,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1842,7 @@ msgstr "" msgid "Chat Settings" msgstr "" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "" @@ -1805,6 +1866,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "" @@ -1833,7 +1902,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1951,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1980,11 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,8 +1995,8 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 +#: src/components/WhoCanReply.tsx:229 +#: src/components/WhoCanReply.tsx:236 #: src/screens/Settings/components/ChangePasswordDialog.tsx:286 #: src/screens/Settings/components/ChangePasswordDialog.tsx:291 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 @@ -1943,7 +2006,7 @@ msgid "Close" msgstr "" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "" @@ -2027,7 +2090,7 @@ msgid "Collapses list of users for a given notification" msgstr "" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "" @@ -2184,14 +2247,18 @@ msgid "Content Languages" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "" @@ -2212,7 +2279,7 @@ msgstr "" msgid "Continue" msgstr "" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "" @@ -2236,8 +2303,8 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "" @@ -2254,7 +2321,7 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2330,7 @@ msgstr "" msgid "Copied to clipboard" msgstr "" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "" @@ -2290,23 +2357,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "" @@ -2331,12 +2398,12 @@ msgstr "" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "" @@ -2354,7 +2421,7 @@ msgstr "" msgid "Copy QR code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "" @@ -2377,8 +2444,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "" @@ -2392,7 +2459,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "" @@ -2476,8 +2543,9 @@ msgstr "" msgid "Create new account" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "" @@ -2490,7 +2558,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "" @@ -2503,8 +2571,8 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "" @@ -2512,18 +2580,22 @@ msgstr "" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "" @@ -2536,7 +2608,7 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "" @@ -2558,7 +2630,11 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "" @@ -2566,14 +2642,14 @@ msgstr "" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "" @@ -2586,16 +2662,16 @@ msgstr "" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2679,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "" @@ -2623,11 +2699,11 @@ msgstr "" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "" @@ -2641,12 +2717,12 @@ msgstr "" msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "" @@ -2709,11 +2785,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:215 msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -2735,6 +2811,14 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:609 +msgid "Disable quote posts of this post." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "" @@ -2778,7 +2862,7 @@ msgstr "" msgid "Discover new custom feeds" msgstr "" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "" @@ -2817,8 +2901,8 @@ msgstr "" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "" @@ -2830,7 +2914,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "" @@ -2853,19 +2937,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2975,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2988,10 @@ msgstr "" msgid "Download CAR file" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "" @@ -2943,9 +3032,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3102,24 @@ msgstr "" msgid "Edit People" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:100 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:246 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "" @@ -3034,7 +3127,7 @@ msgstr "" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:109 msgid "Edit who can reply" msgstr "" @@ -3085,7 +3178,7 @@ msgstr "" msgid "Email Verified" msgstr "" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "" @@ -3100,7 +3193,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3141,6 +3234,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:610 +msgid "Enable quote posts of this post." +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "" @@ -3258,22 +3355,18 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:82 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:272 msgid "Everybody can reply to this post." msgstr "" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "" @@ -3282,16 +3375,6 @@ msgstr "" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "" @@ -3328,7 +3411,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3431,7 @@ msgstr "" msgid "Expires {0}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3490,17 @@ msgstr "" msgid "External Media Preferences" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3508,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "" @@ -3438,13 +3525,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "" @@ -3452,7 +3539,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "" @@ -3465,10 +3552,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "" @@ -3498,14 +3585,14 @@ msgstr "" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "" @@ -3519,7 +3606,7 @@ msgid "Failed to pin post" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3622,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "" @@ -3557,7 +3645,7 @@ msgstr "" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "" @@ -3606,6 +3694,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "" @@ -3623,7 +3719,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3731,8 @@ msgstr "" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "" @@ -3696,7 +3792,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3809,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3821,7 @@ msgstr "" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3837,17 @@ msgstr "" msgid "Fitness" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3765,22 +3861,17 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3813,12 +3904,7 @@ msgstr "" #. User is not following this account, click to follow back #: src/components/ProfileCard.tsx:518 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 msgid "Follow back" msgstr "" @@ -3856,8 +3942,8 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 msgid "Following" msgstr "" @@ -3868,11 +3954,11 @@ msgid "Following" msgstr "" #: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 msgid "Following {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3980,11 @@ msgstr "" msgid "Follows You" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "" @@ -3919,7 +4005,7 @@ msgstr "" msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "" @@ -3953,12 +4039,7 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4092,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4108,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,9 +4133,8 @@ msgstr "" msgid "Give your profile a face" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 @@ -4067,8 +4147,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4159,13 @@ msgstr "" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "" @@ -4146,23 +4223,35 @@ msgstr "" msgid "Go to next" msgstr "" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4262,7 @@ msgstr "" msgid "Handle" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "" @@ -4182,7 +4271,7 @@ msgstr "" msgid "Handle changed!" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "" @@ -4190,9 +4279,16 @@ msgstr "" msgid "Haptics" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" msgstr "" #: src/Navigation.tsx:539 @@ -4203,6 +4299,10 @@ msgstr "" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4314,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "" @@ -4238,7 +4338,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4348,7 @@ msgstr "" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4269,6 +4369,10 @@ msgstr "" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:513 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4320,7 +4424,7 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,7 +4469,7 @@ msgstr "" msgid "Home" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "" @@ -4383,6 +4487,10 @@ msgstr "" msgid "How should we open this link?" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4543,7 @@ msgstr "" msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4551,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "" @@ -4461,29 +4564,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,11 +4605,6 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" @@ -4541,7 +4634,7 @@ msgstr "" msgid "Input the code which has been emailed to you" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:130 msgid "Interaction limited" msgstr "" @@ -4562,7 +4655,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "" @@ -4571,7 +4664,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4719,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "" @@ -4657,20 +4750,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "" @@ -4678,11 +4771,11 @@ msgstr "" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "" @@ -4696,7 +4789,7 @@ msgstr "" msgid "Languages" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "" @@ -4736,12 +4829,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4866,8 @@ msgstr "" msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "" @@ -4787,10 +4880,10 @@ msgstr "" msgid "Leave chat" msgstr "" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "" @@ -4822,9 +4915,9 @@ msgstr "" msgid "Let's go!" msgstr "" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "" @@ -4833,12 +4926,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4948,7 @@ msgstr "" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "" @@ -4880,7 +4973,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +4996,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "" @@ -5021,12 +5114,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "" @@ -5041,6 +5134,14 @@ msgstr "" msgid "Load new posts" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:556 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:259 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "" @@ -5049,15 +5150,19 @@ msgstr "" msgid "Log" msgstr "" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "" @@ -5113,8 +5218,8 @@ msgstr "" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "" @@ -5132,7 +5237,7 @@ msgstr "" msgid "Media" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" @@ -5140,14 +5245,10 @@ msgstr "" msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:313 msgid "mentioned users" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5264,7 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "" @@ -5172,7 +5273,7 @@ msgstr "" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5290,7 @@ msgstr "" msgid "Message is too long" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,23 +5298,21 @@ msgstr "" msgid "Messages" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" msgstr "" #: src/Navigation.tsx:177 @@ -5273,12 +5372,12 @@ msgid "Moderation tools" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:104 +#: src/view/shell/desktop/Feeds.tsx:114 msgid "More feeds" msgstr "" @@ -5315,8 +5414,8 @@ msgctxt "video" msgid "Mute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5431,8 @@ msgstr "" msgid "Mute accounts" msgstr "" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "" @@ -5396,7 +5495,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "" @@ -5421,17 +5520,6 @@ msgstr "" msgid "Name" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5455,20 +5543,16 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "" @@ -5476,7 +5560,7 @@ msgstr "" msgid "New" msgstr "" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" @@ -5574,8 +5658,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "" @@ -5603,11 +5687,6 @@ msgstr "" msgid "Next" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "" @@ -5616,12 +5695,12 @@ msgstr "" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "" @@ -5647,7 +5726,7 @@ msgid "No likes yet" msgstr "" #: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 msgid "No longer following {0}" msgstr "" @@ -5671,7 +5750,7 @@ msgstr "" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:296 msgid "No one but the author can quote this post." msgstr "" @@ -5701,7 +5780,7 @@ msgstr "" msgid "No results" msgstr "" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5798,7 @@ msgstr "" msgid "No results found for {query}" msgstr "" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5811,7 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 msgid "Nobody" msgstr "" @@ -5753,6 +5832,10 @@ msgstr "" msgid "Nobody was found. Try searching for someone else." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "" @@ -5843,16 +5926,11 @@ msgstr "" msgid "Now" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5951,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "" @@ -5916,7 +5994,7 @@ msgstr "" msgid "Only .jpg and .png files are supported" msgstr "" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:276 msgid "Only {0} can reply." msgstr "" @@ -5941,7 +6019,7 @@ msgstr "" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6038,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6051,8 @@ msgstr "" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "" @@ -6015,7 +6093,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "" @@ -6032,8 +6110,8 @@ msgstr "" msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:146 +msgid "Opens a dialog to choose who can interact with this post" msgstr "" #: src/screens/Log.tsx:83 @@ -6108,19 +6186,10 @@ msgstr "" msgid "Opens this profile" msgstr "" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "" @@ -6145,21 +6214,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6225,12 +6323,20 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6353,12 @@ msgstr "" msgid "Photography" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6372,7 @@ msgstr "" msgid "Pin to home" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "" @@ -6275,7 +6381,7 @@ msgstr "" msgid "Pin to your profile" msgstr "" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "" @@ -6302,7 +6408,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "" @@ -6327,7 +6433,7 @@ msgstr "" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6425,7 +6531,7 @@ msgstr "" msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -6446,11 +6552,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6579,7 @@ msgstr "" msgid "Politics" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "" @@ -6512,24 +6618,24 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:666 msgid "Post interaction settings" msgstr "" @@ -6614,13 +6720,8 @@ msgstr "" msgid "Primary Language" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "" @@ -6652,6 +6753,10 @@ msgstr "" msgid "Privacy Policy" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "" @@ -6678,6 +6783,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:155 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "" @@ -6714,7 +6827,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6877,6 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6884,11 @@ msgstr "" msgid "Quotes" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6914,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6958,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6983,11 @@ msgid "Reconnect" msgstr "" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7051,8 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7193,11 @@ msgstr "" msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:84 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:274 msgid "Replies to this post are disabled." msgstr "" @@ -7102,17 +7207,17 @@ msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "" @@ -7120,11 +7225,7 @@ msgstr "" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:398 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -7141,7 +7242,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7253,21 @@ msgstr "" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "" @@ -7176,7 +7276,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "" @@ -7185,48 +7285,41 @@ msgstr "" msgid "Report post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "" @@ -7250,7 +7343,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "" @@ -7277,7 +7370,7 @@ msgstr "" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "" @@ -7360,7 +7453,7 @@ msgstr "" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 @@ -7382,14 +7475,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "" @@ -7399,8 +7492,8 @@ msgstr "" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "" @@ -7412,8 +7505,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:654 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7523,7 @@ msgstr "" msgid "Save" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "" @@ -7459,8 +7552,13 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:636 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "" @@ -7492,16 +7590,20 @@ msgstr "" msgid "Say hello!" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7615,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "" @@ -7553,11 +7655,11 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7712,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7750,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7767,15 @@ msgstr "" msgid "Select a color" msgstr "" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7807,14 @@ msgstr "" msgid "Select from an existing account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:534 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "" @@ -7727,14 +7841,10 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7862,6 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7891,7 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7899,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "" @@ -7818,7 +7928,7 @@ msgstr "" msgid "Send message" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7936,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7957,7 @@ msgstr "" msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "" @@ -7874,10 +7973,18 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:461 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:411 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "" @@ -7938,7 +8045,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "" @@ -7953,7 +8060,7 @@ msgstr "" msgid "Share" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "" @@ -7996,7 +8103,7 @@ msgstr "" msgid "Share QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8119,8 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8134,7 @@ msgstr "" msgid "Shared Preferences Tester" msgstr "" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8147,8 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "" @@ -8067,6 +8174,10 @@ msgstr "" msgid "Show list anyway" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:514 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "" @@ -8080,7 +8191,7 @@ msgstr "" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8209,6 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8232,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8240,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8160,11 +8267,11 @@ msgstr "" msgid "Sign in" msgstr "" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "" @@ -8177,7 +8284,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8350,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "" @@ -8268,7 +8375,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:85 msgid "Some people can reply" msgstr "" @@ -8280,7 +8387,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8396,13 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8416,11 @@ msgstr "" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,33 +8433,29 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 @@ -8362,7 +8464,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8505,11 @@ msgstr "" msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "" @@ -8436,8 +8538,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8553,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8596,7 @@ msgstr "" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8608,17 @@ msgstr "" msgid "Suggested for you" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8649,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "" @@ -8591,6 +8693,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8726,8 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "" @@ -8637,26 +8743,11 @@ msgstr "" msgid "Terms of Service" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "" @@ -8665,10 +8756,6 @@ msgstr "" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" @@ -8678,7 +8765,7 @@ msgstr "" msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "" @@ -8699,11 +8786,11 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -8714,7 +8801,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "" @@ -8750,11 +8837,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "" @@ -8784,11 +8871,11 @@ msgid "The selected video is larger than 100 MB. Please try again with a smalle msgstr "" #: src/lib/hooks/useCleanError.ts:40 -#: src/lib/strings/errors.ts:18 +#: src/lib/strings/errors.ts:19 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -8808,7 +8895,7 @@ msgstr "" 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 "" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "" @@ -8827,7 +8914,7 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -8836,7 +8923,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -8845,7 +8932,7 @@ msgstr "" msgid "There was an issue fetching the list. Tap here to try again." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "" @@ -8862,11 +8949,6 @@ msgstr "" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8960,9 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8972,7 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:224 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +8995,10 @@ msgstr "" 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:641 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "" @@ -8941,7 +9027,7 @@ msgstr "" msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "" @@ -8970,7 +9056,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -8998,7 +9084,7 @@ msgstr "" msgid "This feature is not available while using an app password. Please sign in with your main password." msgstr "" -#: src/lib/strings/errors.ts:21 +#: src/lib/strings/errors.ts:22 msgid "This feature is not available while using an App Password. Please sign in with your main password." msgstr "" @@ -9006,7 +9092,7 @@ msgstr "" msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" @@ -9020,7 +9106,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "" @@ -9037,7 +9123,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "" @@ -9065,11 +9151,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:267 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9187,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "" @@ -9122,7 +9208,7 @@ msgid "This user has blocked you" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -9168,7 +9254,7 @@ msgstr "" msgid "Thread preferences" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "" @@ -9181,6 +9267,10 @@ msgstr "" msgid "Threads Preferences" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,14 +9288,14 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:516 +msgid "Toggle showing lists" +msgstr "" + #: src/screens/Moderation/index.tsx:398 msgid "Toggle to enable or disable adult content" msgstr "" @@ -9222,8 +9312,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9321,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9343,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9368,7 @@ msgstr "" msgid "Type your message here" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "" @@ -9283,7 +9377,7 @@ msgid "Unable to access location. You'll need to visit your system settings to e msgstr "" #: src/lib/hooks/useCleanError.ts:27 -#: src/lib/strings/errors.ts:11 +#: src/lib/strings/errors.ts:12 msgid "Unable to connect. Please check your internet connection and try again." msgstr "" @@ -9300,7 +9394,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "" @@ -9324,27 +9418,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "" @@ -9369,12 +9463,7 @@ msgstr "" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "" @@ -9383,7 +9472,7 @@ msgstr "" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9480,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9488,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9516,8 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9528,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "" @@ -9454,8 +9551,8 @@ msgstr "" msgid "Unpin" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9561,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "" @@ -9517,13 +9614,6 @@ msgstr "" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9630,8 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "" @@ -9567,7 +9657,7 @@ msgstr "" msgid "Upload a photo instead" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "" @@ -9603,11 +9693,11 @@ msgstr "" msgid "Uploading video..." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "" @@ -9638,17 +9728,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "" @@ -9660,7 +9750,7 @@ msgstr "" msgid "User Blocked by List" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "" @@ -9702,11 +9792,11 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:330 msgid "users followed by <0>@{0}0>" msgstr "" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:317 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9805,7 @@ msgstr "" msgid "Users I follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "" @@ -9767,8 +9849,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "" @@ -9786,8 +9868,8 @@ msgstr "" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "" @@ -9841,15 +9923,15 @@ msgstr "" msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "" @@ -9883,9 +9965,9 @@ msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 +#: src/screens/VideoFeed/index.tsx:797 #: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "View {0}'s profile" msgstr "" @@ -9906,16 +9988,11 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "" @@ -9960,7 +10037,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "" @@ -9993,8 +10070,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10079,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10307,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:219 msgid "Who can interact with this post?" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:407 +#: src/components/WhoCanReply.tsx:109 msgid "Who can reply" msgstr "" @@ -10249,40 +10335,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10404,7 @@ msgstr "" msgid "Yes, deactivate" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "" @@ -10445,10 +10529,6 @@ msgstr "" msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 @@ -10467,6 +10547,10 @@ msgstr "" msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:570 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "" @@ -10480,8 +10564,8 @@ msgid "You have blocked this user" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "" @@ -10495,7 +10579,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "" @@ -10504,11 +10588,11 @@ msgid "You have hidden this post." msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "" @@ -10558,7 +10642,7 @@ msgid "You haven't muted any words or tags yet" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "" @@ -10574,11 +10658,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -10614,10 +10698,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10797,12 @@ msgstr "" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -10750,7 +10834,7 @@ msgstr "" msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10870,7 @@ msgstr "" msgid "Your birth date" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -10798,7 +10882,7 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10911,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:476 msgid "Your followers" msgstr "" @@ -10905,14 +10989,10 @@ msgstr "" msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/ca/messages.po b/src/locale/locales/ca/messages.po index aded90b826..a7a659f6f4 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Catalan\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" categoria (activa)A" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {seguidor} other {seguidors}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguint} other {seguint}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {m'agrada} other {m'agrades}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {m'agrada} other {m'agrades}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {publicació} other {publicacions}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citació} other {citacions}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {republicació} other {republicacions}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {desada} other {desades}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {}other {{1} publicacions}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# persones han}} utilitzat aquest starter pack!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# persones han}} utilitzat aquest starter pack!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {}other {+# més}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Compte)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {hores}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minuts}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> t'han seguit" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> els ha agradat el teu canal personalitzat" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> els ha agradat la teva publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> els ha agradat la teva republicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> han tret la seva verificació del teu compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> han republicat la teva publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> han republicat la teva republicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> s'han registrat amb el teu starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0> t'han verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} t'ha seguit" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} t'ha seguit de tornada" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} li ha agradat el teu canal personalitzat" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} li ha agradat la teva publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} li ha agradat la teva republicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ha tret la seva verificació del teu compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ha republicat la teva publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ha republicat la teva republicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} s'ha registrat amb el teu starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} t'ha verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} t'han seguit" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat el teu canal personalitzat" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat la teva publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} els ha agradat la teva republicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han tret la seva verificació del teu compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han republicat la teva publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} han republicat la teva republicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} s'han registrat amb el teu starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} i{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}} t'han verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} t'ha seguit" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} t'ha seguit de tornada" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} li ha agradat el teu canal personalitzat" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} li ha agradat la teva publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} li ha agradat la teva republicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ha tret la seva verificació del teu compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ha republicat la teva publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ha republicat la teva republicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} s'ha registrat amb el teu starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} t'ha verificat" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} seguint" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> i<1> 1><2>{1} 2>estan inclosos al teu starter pack" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> està inclòs al teu starter pack" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> membres" @@ -515,7 +519,7 @@ msgstr "⚠Identificador invàlid" msgid "24 hours" msgstr "24 hores" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmació 2FA" @@ -560,12 +564,16 @@ msgstr "Una captura de pantalla d'una pàgina de perfil amb una icona de campana msgid "About" msgstr "Sobre" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Comportament abusiu o discriminatori" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Accepta" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Accepta la sol·licitud de xat" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Configuració d'accessibilitat" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Compte silenciat" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Compte silenciat" @@ -627,11 +635,15 @@ msgstr "Compte silenciat per una llista" msgid "Account options" msgstr "Opcions del compte" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Proveïdor de comptes" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Compte eliminat de l'accés ràpid" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Afegeix-ne {0} més per a continuar" msgid "Add {displayName} to starter pack" msgstr "Afegeix {displayName} al teu starter pack" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Afegeix una advertència de contingut" @@ -730,8 +742,8 @@ msgstr "Afegeix una altra publicació al fil" msgid "Add app password" msgstr "Afegeix una contrasenya d'aplicació" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Afegeix una contrasenya d'aplicació" @@ -745,8 +757,8 @@ msgstr "Afegeix una reacció d'emoji" msgid "Add media to post" msgstr "Afegeix imatges a la publicació" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Afegeix més detalls (opcional)" @@ -783,7 +795,7 @@ msgstr "Afegiu alguns canals al teu starter pack" msgid "Add the default feed of only people you follow" msgstr "Afegeix el canal per defecte només de la gent que segueixes" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Afegeix el següent registre DNS al teu domini:" @@ -823,18 +835,22 @@ msgstr "Afegit al teu starter pack" msgid "Additional details (limit 1000 characters)" msgstr "Detalls addicionals (límit de 1000 caràcters)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Detalls addicionals (límit de 300 caràcters)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adults" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Contingut per a adults" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Contingut per a adults" @@ -846,11 +862,15 @@ msgstr "El contingut per a adults només es pot activar a través del web a <0>b msgid "Adult content is disabled." msgstr "El contingut per a adults està deshabilitat." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etiquetes de contingut per a adults" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Contingut d'abús sexual per a adults" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avançat" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Permet respondre a tothom" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permet missatges nou de" 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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "Permet respondre a la gent a qui segueixes" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "Permet respondre a la gent que menciones" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Permet citacions" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permet respostes de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "Permet respondre als usuaris de {0}" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Permet respondre als teus seguidors" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permet l'accés als missatges directes" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Ja tens un codi?" @@ -1003,14 +1039,18 @@ msgstr "S'ha produït un error en anar a buscar el canal." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "S'ha produït un error en generar el teu starter pack. Vols tornar-ho a provar?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "S'ha produït un error en carregar les teves llistes :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "S'ha produït un error en desar el codi QR!" @@ -1035,8 +1075,7 @@ msgstr "Una il·lustració de diverses publicacions de Bluesky juntament amb ico 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Un problema que no està inclòs en aquestes opcions" @@ -1050,10 +1089,10 @@ msgstr "Hi ha hagut un problema en provar d'obrir el xat" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Hi ha hagut un problema, prova-ho de nou." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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ó." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un etiquetador desconegut" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "i" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Abús sexual animal" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Benestar animal" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Comunicat" msgid "Announcing verification on Bluesky" msgstr "Anunciant la verificació a Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportament antisocial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "Qualsevol" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Qualsevol pot interactuar" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Idioma de l'aplicació" msgid "App Password" msgstr "Contrasenya de l'aplicació" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Contrasenya de l'aplicació esborrada" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Contrasenyes de l'aplicació" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Contrasenyes de l'aplicació" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Apel·la" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Apel·la \"{0}\" etiqueta" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Apel·la aquesta decisió" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Aplica els canals recomanats per defecte" msgid "Apply Pull Request" msgstr "Aplica la petició d'integració Pull Request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arxivat del dia {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Publicació arxivada" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Segur que voleu suprimir la contrasenya de l'aplicació \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." 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:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Estàs segur que vols eliminar aquest starter pack?" @@ -1252,7 +1298,7 @@ msgstr "Estàs escrivint en <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Art" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Nuesa artística o no eròtica." @@ -1269,7 +1315,7 @@ msgstr "Assigna un tema per a l'algoritme" msgid "At least 8 characters" msgstr "Almenys 8 caràcters" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Reprodueix automàticament vídeos i GIFs" msgid "Available" msgstr "Disponible" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Endarrere" msgid "Back to Chats" msgstr "Torna als xats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Activitats prohibides o infraccions de seguretat" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Usuari prohibit que torna" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Abans de crear una publicació o respondre-la, primer has de verificar e msgid "Before creating a starter pack, you must first verify your email." msgstr "Abans de crear un starter pack, primer has de verificar el teu correu." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Abans d'acceptar aquest xat, primer has de verificar el teu correu." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Abans de poder rebre notificacions de les publicacions de {name}, primer has de verificar el teu correu electrònic." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Aniversari" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bloqueja" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Vols bloquejar el compte?" msgid "Block accounts" msgstr "Bloqueja comptes" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bloqueja i elimina" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bloqueja i/o elimina la conversa" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Bloqueja una llista" @@ -1402,15 +1452,19 @@ msgstr "Bloqueja o denuncia" msgid "Block these accounts?" msgstr "Vols bloquejar aquests comptes?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bloqueja l'usuari" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bloqueja l'usuari" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Bloqueja l'usuari i/o elimina aquesta conversa" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bloquejada" @@ -1449,25 +1503,25 @@ msgstr "Bloquejar no evitarà que s'apliquin etiquetes al teu compte, però no d msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no pot confirmar l'autenticitat de la data declarada." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 és una xarxa oberta on pots escollir el teu proveïdor d'allotjament. Si ets un desenvolupador pots allotjar el teu propi servidor." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky és una xarxa oberta on pots triar el proveïdor. Si estàs començant, et recomanem l'opció per defecte, Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Difumina les imatges i filtra-ho dels canals" msgid "Books" msgstr "Llibres" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Incompliment de les normes del lloc" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Explora més comptes a la pàgina Explora" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Negocis" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Per {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Per <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Càmera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Cancel·la la reactivació i surt" msgid "Cancel search" msgstr "Cancel·la la cerca" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "No pots interactuar amb un usuari bloquejat" @@ -1697,12 +1756,12 @@ msgstr "Canvia l'idioma de l'aplicació" msgid "Change Handle" msgstr "Canvia l'identificador" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Canvia el servei de moderació" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Canvia la contrasenya" @@ -1710,7 +1769,11 @@ msgstr "Canvia la contrasenya" msgid "Change password dialog" msgstr "Diàleg de canvi de contrasenya" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Canvia la categoria de l'informe" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Canvia" @@ -1739,8 +1802,8 @@ msgstr "Canvis desats" msgid "Chat" msgstr "Xat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Xat esborrat" @@ -1753,7 +1816,7 @@ msgstr "Missatges del xat - silenciats" msgid "Chat messages - sound" msgstr "Missatges del xat - amb so" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Xat silenciat" @@ -1769,7 +1832,7 @@ msgstr "Safata de sol·licituds de xat" msgid "Chat requests" msgstr "Sol·licituds de xat" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Configuració del xat" msgid "Chat Settings" msgstr "Configuració del xat" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Xat no silenciat" @@ -1797,7 +1860,7 @@ msgstr "Xats" msgid "Check my status" msgstr "Comprova el meu estat" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Comprova el teu correu electrònic per a obtenir un codi d'inici de sessió i introdueix-lo aquí." @@ -1805,6 +1868,14 @@ msgstr "Comprova el teu correu electrònic per a obtenir un codi d'inici de sess msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Comprova el teu correu per a rebre el codi de confirmació i entra'l aquí sota:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Seguretat infantil" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Material d'abús sexual infantil (CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Tria el mètode de verificació del domini" @@ -1833,7 +1904,7 @@ msgstr "Tria els algoritmes que alimentaran els teus canals personalitzats." msgid "Choose this color as your avatar" msgstr "Tria aquest color com el teu avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Tria el teu proveïdor de compte" @@ -1882,14 +1953,6 @@ msgstr "Fes clic aquí per reiniciar el procés de verificació." msgid "Click here to update your email" msgstr "Fes clic aquí per actualitzar el teu correu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Clica per a deshabilitar les citacions d'aquesta publicació." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Clica per a habilitar les citacions d'aquesta publicació." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Fes clic per a obrir el menú d'etiquetes per a {tag}" @@ -1919,9 +1982,11 @@ msgstr "Clop 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clop 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Tanca" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Tanca el diàleg actiu" @@ -2018,16 +2083,16 @@ msgstr "Tanca el selector d'emojis" msgid "Closes viewer for header image" msgstr "Tanca la visualització de la imatge de la capçalera" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Plega la llista d'usuaris" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Plega la llista d'usuaris per una notificació concreta" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Mode de color" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Confirma la ubicació amb GPS. No es rastregen les dades d'ubicació ni abandonen el teu dispositiu." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Confirma la ubicació amb GPS. No es rastregen les dades d'ubicació ni msgid "Confirmation code" msgstr "Codi de confirmació" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Connectant…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Idiomes del contingut" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Contingut no disponible" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Contingut que promou o representa l'autolesió" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Advertència del contingut" @@ -2212,7 +2281,7 @@ msgstr "Teló de fons del menú contextual, fes clic per a tancar-lo." msgid "Continue" msgstr "Continua" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continua com a {0} (sessió actual)" @@ -2236,8 +2305,8 @@ msgstr "Continua" msgid "Conversation" msgstr "Conversa" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversa esborrada" @@ -2254,7 +2323,7 @@ msgstr "Cuina" msgid "Copied build version to clipboard" msgstr "Número de versió copiat en memòria" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Número de versió copiat en memòria" msgid "Copied to clipboard" msgstr "Copiat en memòria" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copiat" @@ -2290,23 +2359,23 @@ msgstr "Copia at:// URI" msgid "Copy author DID" msgstr "Copia DID de l'autor" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copia el codi" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copia DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copia l'amfitrió" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copia l'enllaç" @@ -2331,12 +2400,12 @@ msgstr "Copia l'enllaç a la publicació" msgid "Copy link to profile" msgstr "Copia l'enllaç al perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copia l'enllaç a l'starter pack" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copia el text del missatge" @@ -2354,7 +2423,7 @@ msgstr "Copia el text de la publicació" msgid "Copy QR code" msgstr "Copia el codi QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copia el valor del registre TXT" @@ -2377,8 +2446,8 @@ msgstr "No s'ha pogut connectar al servei de canals" msgid "Could not find profile" msgstr "No s'ha pogut trobar el perfil" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "No s'ha pogut abandonar el xat" @@ -2392,7 +2461,7 @@ msgstr "No s'ha pogut carregar el canal" msgid "Could not load list" msgstr "No s'ha pogut carregar la llista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "No s'ha pogut silenciar el xat" @@ -2476,8 +2545,9 @@ msgstr "Crea una llista de moderació" msgid "Create new account" msgstr "Crea un nou compte" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Crea un informe per a {0}" @@ -2490,7 +2560,7 @@ msgstr "Crea un starter pack" msgid "Create user list" msgstr "Crea una llista d'usuaris" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Creat {0}" @@ -2503,8 +2573,8 @@ msgstr "S'ha bloquejat al creador" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalitzat" @@ -2512,18 +2582,22 @@ msgstr "Personalitzat" msgid "Customization options" msgstr "Opcions de personalització" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personalitza qui pot interactuar amb aquesta publicació." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personalitza la teva experiència a Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Reptes o activitats perilloses" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Substàncies perilloses o abús de drogues" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Fosc" @@ -2536,7 +2610,7 @@ msgstr "Fosc" msgid "Dark mode" msgstr "Mode fosc" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tema fosc" @@ -2558,7 +2632,11 @@ msgstr "Moderació de depuració" msgid "Debug panel" msgstr "Panell de depuració" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Contingut per a adults deepfake" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Per defecte" @@ -2566,14 +2644,14 @@ msgstr "Per defecte" msgid "Default icons" msgstr "Icones per defecte" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Elimina" @@ -2586,16 +2664,16 @@ msgstr "Elimina el compte" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Elimina el compte <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Elimina la contrasenya d'aplicació" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Vols eliminar la contrasenya d'aplicació?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Elimina el xat" @@ -2603,18 +2681,18 @@ msgstr "Elimina el xat" msgid "Delete chat declaration record" msgstr "Suprimeix el registre de declaració de xat" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Elimina la conversa" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Elimina la conversa" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Elimina-ho per mi" @@ -2623,11 +2701,11 @@ msgstr "Elimina-ho per mi" msgid "Delete list" msgstr "Elimina la llista" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Elimina el missatge" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Elimina el missatge per mi" @@ -2641,12 +2719,12 @@ msgstr "Elimina el meu compte" msgid "Delete post" msgstr "Elimina la publicació" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Elimina l'starter pack" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Vols eliminar l'starter pack?" @@ -2709,11 +2787,11 @@ msgstr "Mode desenvolupador habilitat" msgid "Developer options" msgstr "Opcions de desenvolupador" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Diàleg: ajusta qui pot interactuar amb aquesta publicació" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tènue" @@ -2735,6 +2813,14 @@ msgstr "Desactiva el correu 2FA" msgid "Disable haptic feedback" msgstr "Desactiva la retroalimentació hàptica" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Desactiva del tot les respostes" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Deshabilita els subtítols" @@ -2778,7 +2864,7 @@ msgstr "Evita que les aplicacions mostrin el meu compte als usuaris no connectat msgid "Discover new custom feeds" msgstr "Descobreix nous canals personalitzats" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Descobreix nous canals" @@ -2817,8 +2903,8 @@ msgstr "Nom mostrat" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Deixa de banda els trolls i els pesca-clics. Troba persones reals i converses que t'importin." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panell de DNS" @@ -2830,7 +2916,7 @@ msgstr "No silenciïs aquesta paraula als usuaris que segueixo" msgid "Does not include nudity." msgstr "No inclou nuesa." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domini verificat!" @@ -2853,19 +2939,20 @@ msgstr "No pateixis! Tots els missatges i la configuració existents es desen i #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Fes un toc doble o premeu llargament el missatge per a afegir una reacci msgid "Double tap to close the dialog" msgstr "Fes doble toc per tancar el diàleg" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Fes dos tocs per a fer m'agrada" @@ -2903,6 +2990,10 @@ msgstr "Descarrega Bluesky" msgid "Download CAR file" msgstr "Descarrega el fitxer CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Comportament depredador o de manipulació grooming" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Deixa anar a afegir imatges" @@ -2943,9 +3034,13 @@ msgstr "p. ex. Els que mai fallen." msgid "e.g. Users that repeatedly reply with ads." msgstr "p. ex. Usuaris que sempre responen amb anuncis." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Trastorns alimentaris" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Edita les notificacions de {0}" msgid "Edit People" msgstr "Edita les persones" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Edita les preferències de les interaccions a la publicació" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Edita el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Edita el perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Edita l'starter pack" @@ -3034,7 +3129,7 @@ msgstr "Edita l'starter pack" msgid "Edit user list" msgstr "Edita la llista d'usuaris" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Edita qui pot respondre" @@ -3085,7 +3180,7 @@ msgstr "Verificació per correu completada!" msgid "Email Verified" msgstr "Correu verificat" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Incrusta el codi HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Incrusta el reproductor de vídeo" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Habilita els subtítols" @@ -3200,7 +3299,7 @@ msgstr "Introdueix el domini que vols utilitzar" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Introdueix el correu que vas fer servir per a crear el teu compte. T'enviarem un \"codi de restabliment\" perquè puguis posar una nova contrasenya." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Entra el nom d'usuari o el correu que vas utilitzar per a crear el teu compte" @@ -3213,7 +3312,7 @@ msgstr "Introdueix la teva data de naixement" msgid "Enter your email address" msgstr "Introdueix el teu correu" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Introdueix la teva contrasenya" @@ -3258,22 +3357,18 @@ msgstr "Error en rebre la resposta al captcha." msgid "Error: {error}" msgstr "Error: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Tothom" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Tothom pot respondre" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Tothom pot respondre a aquesta publicació." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Tothom" @@ -3282,16 +3377,6 @@ msgstr "Tothom" msgid "Everything else" msgstr "Tota la resta" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Mencions o respostes excessives" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Missatges excessius o no desitjats" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Exclou els usuaris que segueixes" @@ -3316,7 +3401,7 @@ msgstr "Surt de la visualització de la imatge" msgid "Expand alt text" msgstr "Expandeix el text alternatiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Expandeix la llista d'usuaris" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Amplia o redueix el text de la publicació" @@ -3348,7 +3433,7 @@ msgstr "Caducada" msgid "Expires {0}" msgstr "Caduca {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Caduca {0}" @@ -3407,13 +3492,17 @@ msgstr "El contingut extern pot permetre que algunes webs recullin informació s msgid "External Media Preferences" msgstr "Preferència del contingut extern" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Contingut extremista" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "No s'ha pogut acceptar el xat" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "No s'ha pogut afegir la reacció d'emoji" @@ -3421,7 +3510,7 @@ msgstr "No s'ha pogut afegir la reacció d'emoji" msgid "Failed to add to starter pack" msgstr "No s'ha pogut afegir a l'starter pack" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "No s'ha pogut canviar l'identificador. Torna-ho a provar." @@ -3438,13 +3527,13 @@ msgstr "No s'ha pogut crear la conversa" msgid "Failed to create starter pack" msgstr "No s'ha pogut crear l'starter pack" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "No s'ha pogut esborrar el xat" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "No s'ha pogut esborrar el missatge" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "No s'ha pogut eliminar l'starter pack" @@ -3465,10 +3554,10 @@ msgstr "No s'han pogut seguir tots els comptes suggerits. Torna-ho a provar" msgid "Failed to load conversations" msgstr "No s'han pogut carregar les converses" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "No s'han pogut carregar les preferències dels canals" @@ -3498,14 +3587,14 @@ msgstr "No s'han pogut carregar els missatges anteriors" msgid "Failed to load preference." msgstr "No s'ha pogut carregar la preferència." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "No s'han pogut carregar els canals suggerits" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "No s'han pogut carregar els comptes suggerits" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "No s'ha pogut fixar la publicació" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "No s'ha pogut eliminar la reacció d'emoji" @@ -3535,7 +3624,8 @@ msgstr "No s'ha pogut eliminar la verificació" msgid "Failed to resolve location. Please try again." msgstr "La ubicació ha fallat. Torna-ho a provar." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Error en desar la imatge: {0}" @@ -3557,7 +3647,7 @@ msgstr "No s'ha pogut enviar" msgid "Failed to send email, please try again." msgstr "No s'ha pogut enviar el correu. Torna-ho a provar." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "No s'ha pogut enviar l'apel·lació, torna-ho a provar." @@ -3606,6 +3696,14 @@ msgstr "No s'ha pogut verificar el correu. Torna-ho a provar." msgid "Failed to verify handle. Please try again." msgstr "No s'ha pogut verificar l'identificador. Torna-ho a provar." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Compte fals o bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Informació falsa sobre les eleccions" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Canal" @@ -3623,7 +3721,7 @@ msgstr "Creador del canal" msgid "Feed identifier" msgstr "Identificador del canal" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menú del canal" @@ -3635,8 +3733,8 @@ msgstr "Alterna el canal" msgid "Feed unavailable" msgstr "Canal no disponible" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Comentaris" @@ -3696,7 +3794,7 @@ msgstr "Filtra la cerca per idioma (actualment: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtra qui pot optar per rebre notificacions de la teva activitat" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtra de qui reps notificacions" @@ -3713,7 +3811,7 @@ msgstr "Per fi! Tingues a mà les publicacions que t'interessen. Desa-les per a msgid "Finance" msgstr "Finances" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Troba comptes per a seguir" msgid "Find people to follow" msgstr "Troba gent per seguir" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Troba publicacions, usuaris i canals a Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Finalitza" msgid "Fitness" msgstr "Exercici" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Negre pla" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Blau pla" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Blanc pla" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexible" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Segueix" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Segueix" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Segueix {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Segueix {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Segueix tots els comptes" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Segueix" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Segueix" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Seguidors que coneixes" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Seguint" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Seguint" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Seguint {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Seguint {handle}" @@ -3894,11 +3988,11 @@ msgstr "Et segueix" msgid "Follows You" msgstr "Et segueix" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Tipus de lletra" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Mida de la lletra" @@ -3919,7 +4013,7 @@ msgstr "Per motius de seguretat necessitem enviar-te un codi de confirmació al msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Per motius de seguretat, no podràs tornar a veure això. Si perds aquesta contrasenya d'aplicació, n'hauràs de generar una de nova." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Per obtenir la millor experiència, et recomanem utilitzar el tipus de lletra del tema." @@ -3941,11 +4035,11 @@ msgstr "Oblida't del soroll" msgid "Forgot Password" msgstr "He oblidat la contrasenya" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Has oblidat la contrasenya?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Oblidada?" @@ -3953,12 +4047,7 @@ msgstr "Oblidada?" msgid "Free your feed" msgstr "Allibera el teu canal" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publica contingut no desitjat freqüentment" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "De" @@ -4011,7 +4100,7 @@ msgstr "Rep notificacions quan la gent republiqui publicacions que has republica msgid "Get notifications when people repost your posts." msgstr "Rep notificacions quan la gent republiqui les teves publicacions." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Rep notificacions sobre noves publicacions" @@ -4027,7 +4116,7 @@ msgstr "Rep notificacions de les noves publicacions de {name}" msgid "Get notified of this account’s activity" msgstr "Rep notificacions de l'activitat d'aquest compte" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Rep una notificació quan {name} publiqui" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Posa una cara al teu perfil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Infraccions flagrants de la llei o les condicions del servei" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Glorificació de la violència" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Infraccions flagrants de la llei o les condicions del servei" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Ves enrere" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Ves enrere" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Ves al pas anterior" @@ -4123,7 +4208,7 @@ msgstr "Emet en directe" msgid "Go live for" msgstr "Emet en directe durant" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Vés al perfil de {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "Ves al canal" msgid "Go to next" msgstr "Ves al següent" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Ves al perfil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ves al perfil de l'usuari" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Mitjans gràfics" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Contingut gràficament violent" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Comportament depredador o de manipulació grooming" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hacking o atacs al sistema" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Ja ets a mig camí!" msgid "Handle" msgstr "Identificador" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Aquest identificador ja està agafat. Si us plau, prova'n un altre." @@ -4182,7 +4279,7 @@ msgstr "Aquest identificador ja està agafat. Si us plau, prova'n un altre." msgid "Handle changed!" msgstr "S'ha canviat l'identificador!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "L'identificador és massa llarg. Si us plau, prova'n un de més curt." @@ -4190,10 +4287,17 @@ msgstr "L'identificador és massa llarg. Si us plau, prova'n un de més curt." msgid "Haptics" msgstr "Hàptics" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Assetjament, troleig o intolerància" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Assetjament o odi" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Activitats nocives o d'alt risc" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Perjudicar o posar en perill els menors" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Etiqueta" msgid "Hashtag {tag}" msgstr "Etiqueta: {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Discurs d'odi" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Tens problemes?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Ajuda" @@ -4238,7 +4346,7 @@ msgstr "Hola 👋" msgid "Hidden" msgstr "Amagat" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Amagat per la teva configuració de moderació." @@ -4248,7 +4356,7 @@ msgstr "Llista amagada" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Llista amagada" msgid "Hide" msgstr "Amaga" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Amaga" @@ -4269,6 +4377,10 @@ msgstr "Amaga" msgid "Hide customization options" msgstr "Amaga les opcions de personalització" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Amaga les llistes" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Vols amagar els temes del moment?" msgid "Hide trending videos?" msgstr "Vols amagar els vídeos populars?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Amaga la llista d'usuaris" @@ -4320,7 +4432,7 @@ msgstr "Amaga la llista d'usuaris" msgid "Hide verification badges" msgstr "Amaga les insígnies de verificació" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Amaga el contingut" @@ -4365,12 +4477,12 @@ msgstr "Espera! A poc a poc estem donant accés al vídeo i encara estàs a la c msgid "Home" msgstr "Inici" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Allotjament:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Proveïdor d'allotjament" @@ -4383,6 +4495,10 @@ msgstr "Candent" msgid "How should we open this link?" msgstr "Com hem d'obrir aquest enllaç?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Tràfic de persones" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Si vols canviar la contrasenya t'enviarem un codi per a verificar que aq msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Si vols restringir qui pot rebre notificacions de l'activitat del teu compte, pots canviar-ho a <0>Configuració → Privacitat i seguretat0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Si ets desenvolupador, pots allotjar el teu propi servidor." @@ -4443,12 +4559,7 @@ msgstr "Si ets desenvolupador, pots allotjar el teu propi servidor." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Il·legal i urgent" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imatge" @@ -4461,29 +4572,24 @@ msgstr "S'ha esborrat la memòria cau d'imatges" msgid "Image cache cleared, freed {0}" msgstr "S'ha esborrat la memòria cau d'imatges, s'ha alliberat {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Imatge desada" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Les imatges no es poden desar si no es concedeix permís per a accedir a la biblioteca de fotos." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Suplantació d'identitat o afirmacions falses sobre identitat o afiliació" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Suplantació d'identitat, desinformació o afirmacions falses" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Suplantació d'identitat" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Integrades a l'aplicació" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notificacions integrades a l'aplicació" @@ -4507,17 +4613,12 @@ msgstr "Integrades a l'aplicació, push, tothom" msgid "In-app, Push, People you follow" msgstr "Integrades a l'aplicació, push, gent a qui segueixes" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Missatges inapropiats o enllaços explícits" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "La safata està buida" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nom d'usuari o contrasenya incorrectes" @@ -4537,11 +4638,11 @@ msgstr "Introdueix una nova contrasenya" msgid "Input password for account deletion" msgstr "Introdueix la contrasenya per a eliminar el compte" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Introdueix el codi que has rebut per correu" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interacció limitada" @@ -4557,12 +4658,12 @@ msgstr "Introducció a les notificacions d'activitat" msgid "Introducing saved posts AKA bookmarks" msgstr "Presentem les publicacions desades, més conegudes com a marcadors" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "El codi de confirmació 2FA no és vàlid." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Identificador no vàlid. Si us plau, prova'n un altre." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Configuració de les interaccions invàlida." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "El tema de l'informe no és vàlid" @@ -4626,8 +4727,8 @@ msgstr "Tasques" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Uneix-te a Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Condicions d'ús de KWS" msgid "KWS website" msgstr "Lloc web de KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Etiquetat per {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Etiquetat per l'autor." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etiquetes" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etiquetes afegides" @@ -4678,11 +4779,11 @@ msgstr "Etiquetes afegides" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Les etiquetes són anotacions sobre els usuaris i el contingut. Poden ser utilitzades per a ocultar, advertir i categoritzar la xarxa." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etiquetes al teu compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etiquetes al teu contingut" @@ -4696,7 +4797,7 @@ msgstr "Configuració d'idioma" msgid "Languages" msgstr "Idiomes" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Més gran" @@ -4736,12 +4837,12 @@ msgstr "Més informació sobre la garantia d'edat" msgid "Learn more about Bluesky" msgstr "Més informació sobre Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Més informació sobre com allotjament el teu PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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ó" @@ -4773,8 +4874,8 @@ msgstr "Més informació sobre què és públic a Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Més informació a la <0>configuració del compte.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Més informació." @@ -4787,10 +4888,10 @@ msgstr "Surt" msgid "Leave chat" msgstr "Surt del xat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Surt de la conversa" @@ -4822,9 +4923,9 @@ msgstr "Restablirem la teva contrasenya!" msgid "Let's go!" msgstr "Som-hi!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Clar" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Clar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "M'agrada ({0, plural, one {# m'agrada} other {# m'agrades}})" @@ -4855,7 +4956,7 @@ msgstr "Fes m'agrada a 10 publicacions per a entrenar el canal Discover" msgid "Like notifications" msgstr "Notificacions de \"M'agrada\"" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Fes m'agrada a aquest canal" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Li ha agradat a {0, plural, one {# usuari} other {# usuaris}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "M'agrades de les teves republicacions" msgid "Likes of your reposts notifications" msgstr "Notificacions de m'agrades de les teves republicacions" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "M'agrades a aquesta publicació" @@ -5021,12 +5122,12 @@ msgstr "La funció en directe està en fase beta de proves" msgid "Live link" msgstr "Enllaç de l'emissió en directe" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Carrega'n més" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Carrega més canals suggerits" @@ -5041,6 +5142,14 @@ msgstr "Carrega noves notificacions" msgid "Load new posts" msgstr "Carrega noves publicacions" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Carregant les llistes..." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Carregant la configuració d'interaccions de la publicació..." + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Carregant…" @@ -5049,15 +5158,19 @@ msgstr "Carregant…" msgid "Log" msgstr "Registre" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Sessió tancada" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilitat pels usuaris no connectats" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo per @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo per <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Gestiona les teves etiquetes i paraules silenciades" msgid "Mark all as read" msgstr "Marca-ho tot com a llegit" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marca com a llegit" @@ -5132,7 +5245,7 @@ msgstr "Potser més tard" msgid "Media" msgstr "Imatges" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Continguts que poden ser inquietants o inadequats per a alguns públics." @@ -5140,14 +5253,10 @@ msgstr "Continguts que poden ser inquietants o inadequats per a alguns públics. msgid "Mention notifications" msgstr "Notificacions de mencions" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "usuaris mencionats" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Usuaris mencionats" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menú" msgid "Message {0}" msgstr "Missatge {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Missatge esborrat" @@ -5172,7 +5281,7 @@ msgstr "Missatge esborrat" msgid "Message deleted" msgstr "Missatge esborrat" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Missatge de @ {0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Camp d'entrada del missatge" msgid "Message is too long" msgstr "El missatge és massa llarg" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Opcions del missatge" @@ -5197,24 +5306,22 @@ msgstr "Opcions del missatge" msgid "Messages" msgstr "Missatges" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Mitjanit" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Assetjament o intimidació lleu" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Notificacions diverses" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Compte enganyós" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Publicació enganyosa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Enganyós" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Eines de moderació" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Més canals" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silencia" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silencia {tag}" @@ -5332,8 +5439,8 @@ msgstr "Silencia el compte" msgid "Mute accounts" msgstr "Silencia els comptes" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silencia la conversa" @@ -5396,7 +5503,7 @@ msgstr "Comptes silenciats" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Les publicacions dels comptes silenciats seran eliminats del teu canal i de les teves notificacions. Silenciar comptes és completament privat." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silenciat per \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Els meus canals" msgid "Name" msgstr "Nom" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "El nom o la descripció infringeixen els estàndards comunitaris" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Ves a l'starter pack" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navega a la pantalla següent" @@ -5455,20 +5551,16 @@ msgstr "Navega a la pantalla següent" msgid "Navigates to your profile" msgstr "Navega al teu perfil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Necessites informar d'una infracció dels drets d'autor?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "No perdis mai accés als teus seguidors i les teves dades." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Tant hi fa, crea'm un identificador" @@ -5476,17 +5568,17 @@ msgstr "Tant hi fa, crea'm un identificador" msgid "New" msgstr "Nou" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nova" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "Nou {postsCount, plural, one {publicació} other{publicacions}} de {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "Nou {postsCount, plural, one {publicació} other{publicacions}} de {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nova publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Noves publicacions de {firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Noves publicacions de {firstAuthorName} i{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altre} other {{formattedAuthorsCount} altres}}" @@ -5574,8 +5666,8 @@ msgstr "Diàleg d'informació d'usuari nou" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Les respostes més noves primer" @@ -5587,8 +5679,8 @@ msgstr "Notícies" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Notícies" msgid "Next" msgstr "Següent" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Següent" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Següent imatge" @@ -5616,12 +5703,12 @@ msgstr "Següent imatge" 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ó." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Encara no hi ha contrasenyes d'aplicació" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "No hi ha panell de DNS" @@ -5646,8 +5733,9 @@ msgstr "Sense imatge" msgid "No likes yet" msgstr "Encara no té cap m'agrada" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Ja no segueixes a {0}" @@ -5671,7 +5759,7 @@ msgstr "Encara no tens cap notificació" msgid "No one" msgstr "Ningú" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Ningú més que l'autor pot citar aquesta publicació." @@ -5701,7 +5789,7 @@ msgstr "Cap resultat" msgid "No results" msgstr "Cap resultat" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "No s'han trobat resultats per \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "No s'han trobat resultats per \"{query}\"" msgid "No results found for {query}" msgstr "No s'han trobat resultats per {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Cap resultat." @@ -5732,7 +5820,7 @@ msgstr "No s'han trobat resultats de cerca per a \"{search}\"." msgid "No thanks" msgstr "No, gràcies" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Ningú" @@ -5753,6 +5841,10 @@ msgstr "Ningú ha republicat això encara. Potser hauries de ser el primer!" msgid "Nobody was found. Try searching for someone else." msgstr "No s'ha trobat ningú. Intenta cercar algú altre." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Imatges íntimes no consentides" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nuesa no sexual" @@ -5843,16 +5935,11 @@ msgstr "ara" msgid "Now" msgstr "Ara" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nuesa" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nuesa o contingut per a adults no etiquetat com a tal" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "D'acord" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "D'acord" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Respostes més antigues primer" @@ -5916,7 +6003,7 @@ msgstr "Falta el text alternatiu a un o més videos." msgid "Only .jpg and .png files are supported" msgstr "Només s'accepten fitxers .jpg i .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Només {0} poden respondre." @@ -5941,7 +6028,7 @@ msgstr "Ostres, alguna cosa ha anat malament!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Obre el creador d'avatars" msgid "Open conversation options" msgstr "Obre les opcions de les converses" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Obre el menú del calaix" @@ -5973,8 +6060,8 @@ msgstr "Obre el selector d'emojis" msgid "Open feed info screen" msgstr "Obre la pantalla d'informació del canal" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Obre el menú de les opcions del canal" @@ -6015,7 +6102,7 @@ msgstr "Obre el perfil" msgid "Open share menu" msgstr "Obre el menú de compatir" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Obre el menú de l'starter pack" @@ -6032,9 +6119,9 @@ msgstr "Obre el registre del sistema" msgid "Opens a dialog to add a content warning to your post" msgstr "Obre un diàleg per afegir un avís de contingut a la teva publicació" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Obre un diàleg per triar qui pot respondre a aquest fil" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Obre un quadre de diàleg per triar qui pot interactuar amb aquesta publicació" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Obre l'enllaç {0}" msgid "Opens live status dialog" msgstr "Obre el quadre de diàleg d'estat en directe" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Obre el formulari de restabliment de la contrasenya" @@ -6103,24 +6190,15 @@ msgstr "Obre el formulari de restabliment de la contrasenya" msgid "Opens post language settings" msgstr "Obre la configuració d'idioma de la publicació" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Obre aquest perfil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Opcionalment, proporciona informació addicional a continuació:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opcions:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "O combina aquestes opcions:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "O continua amb un altre compte." @@ -6145,21 +6223,50 @@ msgstr "Estat de l'OTA: No s'han pogut cercar actualitzacions" msgid "OTA status: None available" msgstr "Estat de l'OTA: Cap disponible" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Un altre" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Un altre compte" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Altres problemes de seguretat infantil" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Altres continguts perillosos" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Altres continguts assetjadors o d'odi" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Altres continguts enganyosos" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Altres infraccions de les normes de la xarxa" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Altres continguts de violència sexual" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Altres continguts violents" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "La nostra entrada de blog" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "L'equip de moderació ha rebut la denúncia." @@ -6176,7 +6283,7 @@ msgstr "Pàgina no trobada" msgid "Page Not Found" msgstr "Pàgina no trobada" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Persones seguides per @{0}" msgid "People following @{0}" msgstr "Persones seguint a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Gent que segueixo" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Persones que segueixes" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Persones que menciones" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Mascotes" msgid "Photography" msgstr "Fotografia" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Imatges destinades a adults." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fixa el canal" @@ -6266,7 +6381,7 @@ msgstr "Fixa el canal" msgid "Pin to home" msgstr "Fixa a l'inici" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fixa a l'Inici" @@ -6275,7 +6390,7 @@ msgstr "Fixa a l'Inici" msgid "Pin to your profile" msgstr "Fixa-ho al teu perfil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fixat" @@ -6302,7 +6417,7 @@ msgstr "Reprodueix" msgid "Play {0}" msgstr "Reprodueix {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Reprodueix el vídeo" @@ -6327,7 +6442,7 @@ msgstr "Reprodueix el GIF" msgid "Plays the video" msgstr "Reprodueix el vídeo" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Afegeix les etiquetes d'advertència de contingut aplicables als continguts multimèdia que publiques." @@ -6413,7 +6528,7 @@ msgstr "Entra el teu codi d'invitació." msgid "Please enter your new email address." msgstr "Introdueix la teva nova adreça de correu." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Introdueix la contrasenya" @@ -6421,11 +6536,11 @@ msgstr "Introdueix la contrasenya" msgid "Please enter your password as well:" msgstr "Introdueix la teva contrasenya també:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Introdueix el nom d'usuari" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Explica per què creieu que aquesta etiqueta ha estat aplicada incorrectament per {0}" @@ -6446,11 +6561,11 @@ msgstr "Proporciona qualsevol detall addicional que creguis que els moderadors p msgid "Please select a language" msgstr "Selecciona un idioma" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Selecciona un servei de moderació" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Selecciona un motiu per a aquest informe" @@ -6473,7 +6588,7 @@ msgstr "Escriu el teu missatge a continuació:" msgid "Politics" msgstr "Política" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografia" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "La publicació s'ha eliminat" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Publicació amagada per una paraula silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Publicació amagada per tu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Configuració de les interaccions de la publicació" @@ -6614,13 +6729,8 @@ msgstr "Imatge anterior" msgid "Primary Language" msgstr "Idioma principal" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioritza els usuaris que segueixes" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacitat" @@ -6652,6 +6762,10 @@ msgstr "Configuració de privadesa i seguretat" msgid "Privacy Policy" msgstr "Política de privacitat" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Violació de la privadesa d'un menor" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Processant el vídeo..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Perfil actualitzat" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Promoció o venda d'articles o serveis prohibits" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Psst! Pots editar qui pot interactuar amb aquesta publicació." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Públic" @@ -6714,7 +6836,7 @@ msgstr "Publica la resposta" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Notificacions push" @@ -6764,10 +6886,6 @@ msgstr "La publicació citada s'ha desenganxat amb èxit" msgid "Quote posts disabled" msgstr "S'han deshabilitat les citacions" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Configuració de les citacions" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Configuració de les citacions" msgid "Quotes" msgstr "Citacions" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citacions d'aquesta publicació" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Has superat el límit – has intentat canviar l'identificador massa vegades en poc temps. Si us plau, espera un minut abans de tornar-ho a provar." @@ -6805,11 +6923,11 @@ msgstr "Llegeix {0, plural, one {# resposta més} other {# respostes més}}" msgid "Read blog post" msgstr "Llegeix la publicació del blog" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Mostra'n menys" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Mostra'n més" @@ -6849,15 +6967,11 @@ msgstr "Persones reals." msgid "Reason for appeal" msgstr "Motiu de l'apel·lació" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Raó:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Rebre notificacions integrades a l'aplicació" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Rebre notificacions push" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Torna a connectar" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Rebutja" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Rebutja la sol·licitud de xat" @@ -6946,8 +7060,8 @@ msgstr "Elimina el canal" msgid "Remove feed?" msgstr "Vols eliminar el canal?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "T'ha respost" msgid "Replies" msgstr "Respostes" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Respostes deshabilitades" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Les respostes a aquesta publicació estan deshabilitades." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Respon" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Respostes ({0, plural, one {# resposta} other {# respostes}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Aquesta resposta ha estat amagada per l'autor del fil de debat" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Has amagat aquesta resposta" @@ -7120,11 +7234,7 @@ msgstr "Has amagat aquesta resposta" msgid "Reply notifications" msgstr "Notificacions de respostes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Configuració de les respostes" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 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" @@ -7141,7 +7251,7 @@ msgstr "S'ha actualitzat la visibilitat de la resposta" msgid "Reply was successfully hidden" msgstr "La resposta s'ha amagat amb èxit" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Informa" msgid "Report account" msgstr "Informa del compte" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Informa d'aquesta conversa" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Diàleg de l'informe" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Informa del canal" @@ -7176,7 +7285,7 @@ msgstr "Informa del canal" msgid "Report list" msgstr "Denuncia la llista" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Informa del missatge" @@ -7185,48 +7294,41 @@ msgstr "Informa del missatge" msgid "Report post" msgstr "Informa de la publicació" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Informa sobre l'starter pack" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "S'ha enviat la denúncia" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Informa d'aquest contingut" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Informa sobre aquesta conversa" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Informa d'aquest canal" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Informa d'aquesta llista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Informa d'aquest missatge" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Informa d'aquesta publicació" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Informa sobre aquest starter pack" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Informa d'aquest usuari" @@ -7250,7 +7352,7 @@ msgstr "Notificacions de republicacions" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Republica o cita la publicació" @@ -7277,7 +7379,7 @@ msgstr "Republicat per tu" msgid "Reposts" msgstr "Republicacions" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Republicacions d'aquesta publicació" @@ -7291,8 +7393,8 @@ msgstr "Republicacions de les teves republicacions" msgid "Reposts of your reposts notifications" msgstr "Notificacions de les republicacions de les teves republicacions" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Demana un codi" @@ -7348,7 +7450,7 @@ msgstr "Restableix l'estat de la incorporació" msgid "Reset password" msgstr "Restableix la contrasenya" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Torna a intentar iniciar sessió" @@ -7360,12 +7462,12 @@ msgstr "Torna a intentar l'última acció, que ha donat error" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,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:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Torna a provar de carregar les opcions d'informe" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Torna a la pàgina anterior" @@ -7399,8 +7501,8 @@ msgstr "Torna a la pàgina d'inici" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Torna a la pàgina anterior" @@ -7412,8 +7514,8 @@ msgstr "Ves al pas anterior" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Ves al pas anterior" msgid "Save" msgstr "Desa" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Desa" @@ -7459,8 +7561,13 @@ msgstr "Desa el nou identificador" msgid "Save QR code" msgstr "Desa el codi QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Desa aquestes opcions per a la propera vegada" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Desa-ho als meus canals" @@ -7487,21 +7594,25 @@ msgstr "S'ha desat als teus canals." #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Digues hola!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Estafa" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Ciència" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Desplaça't a l'esquerra" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Desplaça't a la dreta" @@ -7513,7 +7624,7 @@ msgstr "Desplaça't cap a dalt" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Cerca" @@ -7553,11 +7664,11 @@ msgstr "Cerca per \"{searchText}\"" msgid "Search for feeds that you want to suggest to others." msgstr "Cerca canals que vulgueu suggerir als altres." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Cerca més comptes" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Cerca més canals" @@ -7610,19 +7721,19 @@ msgstr "Cerca perfils" msgid "Security step required" msgstr "Es requereix un pas de seguretat" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Mostra les publicacions amb {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Mostra les publicacions amb {tag} de l'usuari" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Mostra les publicacions amb #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Mostra les publicacions amb #{tag} de l'usuari" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Cerca el control lliscant. Utilitza les tecles de fletxa per cercar cap endavant i cap enrere, i l'espai per reproduir/pausar" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Selecciona la categoria \"{interestsDisplayName}\"" @@ -7665,11 +7776,15 @@ msgstr "Selecciona {langName}" msgid "Select a color" msgstr "Selecciona un color" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Tria un motiu" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Selecciona el compte" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Selecciona un idioma de l'aplicació" @@ -7701,6 +7816,14 @@ msgstr "Tria la durada" msgid "Select from an existing account" msgstr "Selecciona d'un compte existent" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Selecciona de les teves llistes" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Selecciona de les teves llistes <0>{numberOfListsSelected, plural, one{(una seleccionada)}other{(# seleccionades)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Selecciona GIF" @@ -7727,14 +7850,10 @@ msgstr "Selecciona l'idioma..." msgid "Select languages" msgstr "Selecciona els idiomes" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Selecciona un servei de moderació" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Selecciona el moderador" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Selecciona l'idioma de la publicació" @@ -7752,10 +7871,6 @@ msgstr "Tria el fitxer de subtítols (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecciona el {emojiName} emoji com al teu avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Selecciona els serveis de moderació als quals voleu informar" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Selecciona fins a 3 idiomes utilitzats en aquesta publicació" @@ -7785,7 +7900,7 @@ msgstr "Selecciona els teus interessos d'entre aquestes opcions" msgid "Select your preferred language for translations in your feed." msgstr "Selecciona el teu idioma preferit per a les traduccions al teu canal." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Selecciona els teus canals de notificació preferits" @@ -7793,6 +7908,10 @@ msgstr "Selecciona els teus canals de notificació preferits" msgid "Selecting multiple media types is not supported." msgstr "No es permet seleccionar diversos tipus de suports." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Autolesions o comportaments perillosos" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Envia un lloc web net!" @@ -7818,7 +7937,7 @@ msgstr "Envia comentari" msgid "Send message" msgstr "Envia el missatge" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Envia la publicació a {name}" @@ -7826,18 +7945,7 @@ msgstr "Envia la publicació a {name}" msgid "Send post to..." msgstr "Envia el missatge a..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Envia informe" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Envia informe a {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Envia l'informe a {title}" @@ -7858,7 +7966,7 @@ msgstr "Envia per missatge directe" msgid "Sends email with confirmation code for account deletion" msgstr "Envia un correu amb el codi de confirmació per l'eliminació del compte" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Adreça del servidor" @@ -7874,10 +7982,18 @@ msgstr "Estableix la data de naixement" msgid "Set new password" msgstr "Estableix una nova contrasenya" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +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ó" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configura el teu compte" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Defineix qui pot respondre a la teva publicació" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Estableix un correu per a restablir la contrasenya" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Configuració desada" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Activitat sexual o nu eròtic." @@ -7953,7 +8069,7 @@ msgstr "Suggerent sexualment" msgid "Share" msgstr "Comparteix" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Comparteix" @@ -7996,7 +8112,7 @@ msgstr "Comparteix l'URI at:// de la publicació" msgid "Share QR code" msgstr "Comparteix el codi QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Comparteix aquest canal" @@ -8012,8 +8128,8 @@ msgstr "Comparteix aquest starter pack i ajuda la gent de la teva comunitat a un #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Comparteix el teu canal preferit!" msgid "Shared Preferences Tester" msgstr "Comprovador de preferències compartides" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Mostra el text alternatiu" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Mostra igualment" @@ -8067,6 +8183,10 @@ msgstr "Mostra'n menys com aquest" msgid "Show list anyway" msgstr "Mostra la llista de totes maneres" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Mostra llistes d'usuaris per seleccionar" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Mostra més" @@ -8080,7 +8200,7 @@ msgstr "Mostra'n més com aquest" msgid "Show more replies" msgstr "Mostra més respostes" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Mostra les respostes a les publicacions en una vista d'arbre en fils" @@ -8098,10 +8218,6 @@ msgstr "Mostra les respostes" msgid "Show replies as" msgstr "Mostra les respostes com a" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Mostra les respostes dels comptes que segueixes abans que les altres" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Mostra l'advertiment" msgid "Show warning and filter from feeds" msgstr "Mostra l'advertiment i filtra-ho dels canals" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Mostra informació sobre quan es va crear aquesta publicació" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Mostra el contingut" @@ -8145,7 +8261,7 @@ msgstr "Mostra el contingut" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Mostra el contingut" msgid "Sign in" msgstr "Inicia sessió" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Inicia sessió com a {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Inicia sessió com a …" @@ -8177,7 +8293,7 @@ msgstr "Inicia sessió o crea un compte" msgid "Sign in or create your account to join the conversation!" msgstr "Inicia sessió o crea el teu compte per a unir-te a la conversa" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Inicia sessió a un compte que no està llistat" @@ -8243,7 +8359,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/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Més petit" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Algunes persones poden respondre" @@ -8280,7 +8396,7 @@ msgstr "Algú ha reaccionat amb {0}" msgid "Someone reacted {0} to {1}" msgstr "Algú ha reaccionat amb {0} a {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Hi ha alguna cosa que no va bé amb les dades que intenteu informar. Contacteu amb suport." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Alguna cosa ha fallat" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Alguna cosa ha fallat, torna-ho a provar" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Alguna cosa ha fallat." msgid "Something went wrong. Please try again in a moment." msgstr "Alguna cosa ha fallat, torna-ho a provar d'aquí una estona." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Alguna cosa ha fallat, torna-ho a provar." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Alguna cosa no va a l'hora? Fes-nos-ho saber." @@ -8327,34 +8442,30 @@ msgstr "Ho sentim, ara mateix no podem carregar els suggeriments de comptes." msgid "Sorry! Your session expired. Please sign in again." msgstr "La teva sessió ha caducat. Torna a iniciar-la." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordena les respostes" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordena les respostes per" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordena les respostes a la mateixa publicació per:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Font:<0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Brossa" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Brossa; excessives mencions o respostes" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +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/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Brossa; excessives mencions o respostes" msgid "Sports" msgstr "Esports" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Enceta una conversa i apareixerà aquí." @@ -8403,11 +8514,11 @@ msgstr "Starter pack de <0/>" msgid "Starter pack by you" msgstr "Starter pack fet per tu" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Aquest starter pack és invàlid" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Starter packs" @@ -8436,8 +8547,8 @@ msgstr "Historial" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Envia l'apel·lació" msgid "Submit Appeal" msgstr "Envia l'apel·lació" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Envia l'informe" @@ -8494,7 +8605,7 @@ msgstr "Verificat" msgid "Successfully verified" msgstr "Verificat correctament" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Comptes suggerits" @@ -8506,17 +8617,17 @@ msgstr "Comptes suggerits" msgid "Suggested for you" msgstr "Suggeriments per tu" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggerent" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Alba" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Ocàs" @@ -8547,10 +8658,10 @@ msgstr "Canvia de compte" msgid "Switch to {0}" msgstr "Canvia a {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "Toca per a tancar el menú contextual" msgid "Tap to dismiss" msgstr "Toca per a ignorar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Assetjament dirigit" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tasca completa - 10 seguint!" @@ -8620,8 +8735,8 @@ msgstr "Explica'ns més coses sobre tu" msgid "Tell us a little more" msgstr "Explica'ns una mica més" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Condicions" @@ -8637,26 +8752,11 @@ msgstr "Condicions" msgid "Terms of Service" msgstr "Condicions del servei" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Els termes utilitzats infringeixen els estàndards de la comunitat" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Text i etiquetes" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Camp de text" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Camp d'introducció de text" @@ -8665,10 +8765,6 @@ msgstr "Camp d'introducció de text" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Gràcies pels teus comentaris! S'han enviat a l'operador del canal." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Gràcies. El teu informe s'ha enviat." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Gràcies, has verificat correctament el teu correu. Pots tancar aquest d msgid "Thanks! You're all set." msgstr "Gràcies! Ja ho tenim tot." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Això conté els següents:" @@ -8699,11 +8795,11 @@ msgstr "Aquest nom d'usuari ja està agafat" msgid "That's all, folks!" msgstr "Això és tot, amics!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Això és tot!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "El compte podrà interactuar amb tu després del desbloqueig." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr ";'aplicació es reiniciarà" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "L'autor d'aquest fil de debat ha amagat aquesta resposta." @@ -8750,11 +8846,11 @@ msgstr "L'experiència és millor a l'aplicació. Baixa Bluesky ara i tornarem a msgid "The feed has been replaced with Discover." msgstr "S'ha canviat el canal per Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Les següents etiquetes s'han aplicat al teu compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Les següents etiquetes s'han aplicat als teus continguts." @@ -8788,7 +8884,7 @@ msgstr "El vídeo seleccionat té una mida superior a 100 MB. Torna-ho a provar 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Les condicions del servei han estat traslladades a" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Hi ha hagut un problema per a connectar amb Tenor." msgid "There was an issue contacting the server" msgstr "Hi ha hagut un problema per a contactar amb el servidor" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "S'ha produït un problema en contactar amb el servidor, comprova la teva 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Hi ha hagut un problema en obtenir les notificacions. Toca aquí per a t msgid "There was an issue fetching the list. Tap here to try again." msgstr "Hi ha hagut un problema en obtenir la llista. Toca aquí per a tornar-ho a provar." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Hi ha hagut un problema en recuperar les contrasenyes de l'aplicació" @@ -8862,11 +8958,6 @@ msgstr "Hi ha hagut un problema en recuperar la informació del teu servei" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "S'ha produït un problema en eliminar aquest canal. Comprova la teva connexió a Internet i torna-ho a provar." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "S'ha produït un problema en enviar el teu informe. Comprova la teva connexió a Internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "S'ha produït un problema actualitzant els teus canals. Comprova la teva #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "S'ha produït un problema actualitzant els teus canals. Comprova la teva msgid "There was an issue! {0}" msgstr "Hi ha hagut un problema! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "S'ha produït un problema inesperat a l'aplicació. Fes-nos saber si aix 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:654 +msgid "These are your default settings" +msgstr "Aquesta és la teva configuració predeterminada" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Aquests paràmetres només s'apliquen al canal Seguint." @@ -8941,7 +9036,7 @@ msgstr "Aquest compte està bloquejat per una o més de les teves llistes de mod msgid "This action can be undone at any time." msgstr "Aquesta acció es pot desfer en qualsevol moment." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Aquesta apel·lació s'enviarà a <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Aquest contingut està allotjat a {0}. Vols habilitat els continguts externs?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Aquest contingut no està disponible per culpa que un dels usuaris involucrats ha bloquejat a l'altre." @@ -9006,7 +9101,7 @@ msgstr "Aquesta funció no està disponible mentre s'utilitza una contrasenya d' msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Aquest canal està rebent moltes visites actualment i està temporalment inactiu. Prova-ho més tard." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Aquest canal està buit! Necessites seguir més usuaris o modificar la teva configuració d'idiomes." @@ -9020,7 +9115,7 @@ msgstr "Aquest canal és buit." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Aquest canal ja no està en línia. En el seu lloc et mostrem <0>Discover0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Aquest identificador està reservat. Si us plau, provi un altre." @@ -9037,7 +9132,7 @@ msgstr "Aquest enllaç no és vàlid" msgid "This label was applied by the author." msgstr "Aquesta etiqueta ha estat aplicada per l'autor." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Aquesta etiqueta ha estat aplicada per tu." @@ -9065,11 +9160,11 @@ msgstr "Aquesta llista està buida." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Aquest servei de moderació no està disponible. Mira a continuació per a obtenir més detalls. Si aquest problema persisteix, posa't en contacte amb nosaltres." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Aquesta publicació afirma haver estat creada el <0>{0}0>, però va ser vista per primera vegada per Bluesky el <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Aquesta resposta s'ordenarà en una secció oculta a la part inferior de 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Això hauria de crear un registre de domini a:" @@ -9113,7 +9208,7 @@ msgstr "Això només hauria de tardar uns minuts." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Aquest usuari no té un nom de visualització i, per tant, no es pot verificar." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Aquest usuari no té cap seguidor." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Aquest usuari t'ha bloquejat" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Aquest usuari t'ha bloquejat. No pots veure les seves publicacions." @@ -9142,7 +9237,7 @@ msgstr "Aquest usuari està inclòs a la llista <0>{0}0> que has silenciat." msgid "This user is new here. Press for more info about when they joined." msgstr "Aquest usuari és nou aquí. Prem per obtenir més informació sobre quan es van unir." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Aquest usuari no segueix a ningú." @@ -9168,7 +9263,7 @@ msgstr "Opcions dels fils de debat" msgid "Thread preferences" msgstr "Preferències dels fils de debat" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferències dels fils de debat" @@ -9181,6 +9276,10 @@ msgstr "En mode fils de debat" msgid "Threads Preferences" msgstr "Preferències dels fils de debat" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Amenaces o incitació" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Temps restant: {0, plural, one {# segon} other {# segons}}" @@ -9198,10 +9297,6 @@ msgstr "Per a desactivar el mètode 2FA de correu, verifica el teu accés a <0>{ msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Per informar d'una conversa, informa d'un dels seus missatges a través de la pantalla de conversa. Això permet als nostres moderadors entendre el context del teu problema." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "A qui vols enviar aquest informe?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Avui" @@ -9222,8 +9317,8 @@ msgstr "Superior" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Primer les respostes principals" @@ -9231,17 +9326,17 @@ msgstr "Primer les respostes principals" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Tradueix" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Vista d'arbre" @@ -9253,6 +9348,10 @@ msgstr "Tendència" msgid "Trending Videos" msgstr "Vídeos populars" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolejar" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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ça0>: organitzacions que poden emetre directament la verificació." @@ -9274,7 +9373,7 @@ msgstr "Autenticació de dos factors (2FA)" msgid "Type your message here" msgstr "Escriu aquí el teu missatge" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipus:" @@ -9294,13 +9393,13 @@ msgstr "No es pot contactar amb el teu servei. Comprova la teva connexió a inte #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "No s'ha pogut eliminar" @@ -9324,27 +9423,27 @@ msgstr "Informació del canal no disponible" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Desbloqueja" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Desbloqueja" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Desbloqueja el compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Vols desbloquejar el compte?" @@ -9369,12 +9468,7 @@ msgstr "Desfés la republicació" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfés republicacions ({0, plural, one {# republicació} other {# republicacions}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Deixa de seguir" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" @@ -9383,7 +9477,7 @@ msgstr "Deixa de seguir a {0}" msgid "Unfollow account" msgstr "Deixa de seguir el compte" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Deixa de seguir l'usuari" @@ -9391,7 +9485,7 @@ msgstr "Deixa de seguir l'usuari" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Malauradament, Bluesky no està disponible a Mississipí ara mateix." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Malauradament, cap dels vostres etiquetadora subscrits admet aquest tipus d'informe." @@ -9399,12 +9493,20 @@ msgstr "Malauradament, cap dels vostres etiquetadora subscrits admet aquest tipu msgid "Unknown verifier" msgstr "Verificador desconegut" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Contingut per a adults sense etiquetar" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Contingut per a adults sense etiquetar, abusiu o no consentit" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Desfés els m'agrades ({0, plural, one {# m'agrada} other {# m'agrades}})" @@ -9419,8 +9521,8 @@ msgstr "Deixa de silenciar" msgid "Unmute" msgstr "Deixa de silenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Deixa de silenciar {tag}" @@ -9431,7 +9533,7 @@ msgstr "Deixa de silenciar {tag}" msgid "Unmute account" msgstr "Deixa de silenciar el compte" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Deixa de silenciar la conversa" @@ -9454,8 +9556,8 @@ msgstr "Deixa de silenciar el vídeo" msgid "Unpin" msgstr "Deixa de fixar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Deixa de fixar el canal" @@ -9464,8 +9566,8 @@ msgstr "Deixa de fixar el canal" msgid "Unpin Feed" msgstr "Deixa de fixar el canal" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Deixa de fixar a l'inici" @@ -9517,13 +9619,6 @@ msgstr "T'has dona't de baixa de la llista" msgid "Unsupported video type: {mimeType}" msgstr "Tipus de vídeo no compatible: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Contingut sexual no desitjat" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Actualitza <0>{displayName}0> a les Llistes" msgid "Update email" msgstr "Actualitza el correu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Actualitza a {domain}" @@ -9567,7 +9662,7 @@ msgstr "Actualitzant…" msgid "Upload a photo instead" msgstr "Enlloc d'això, penja una foto" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Puja un fitxer de text a:" @@ -9603,11 +9698,11 @@ msgstr "S'està penjant la miniatura de l'enllaç..." msgid "Uploading video..." msgstr "S'està penjant el vídeo..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Utilitza contrasenyes d'aplicació per iniciar sessió a altres clients de Bluesky, sense haver de donar accés total al teu compte o contrasenya." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Utilitza el proveïdor predeterminat" @@ -9638,17 +9733,17 @@ msgstr "Utilitza-ho per a iniciar sessió a l'altra aplicació, juntament amb el msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Fes servir l'adreça electrònica del teu compte o una altra adreça electrònica real que controlis, en cas que KWS o Bluesky necessitin contactar amb tu." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Usuari bloquejat" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Usuari bloquejat" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Usuari bloquejat per \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Usuari bloquejat per una llista" msgid "User Blocked by List" msgstr "Usuari bloquejat per una llista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "L'usuari t'ha bloquejat" @@ -9698,15 +9793,15 @@ msgstr "El nom d'usuari no pot començar ni acabar amb un guionet" 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nom d'usuari o correu" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "usuaris seguits per <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "usuaris seguint <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "usuaris seguint <0>@{0}0>" msgid "Users I follow" msgstr "Els usuaris als quals segueixo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Usuaris a \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Els usuaris als quals segueixes" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valor:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Verifica el codi" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verifica els registres de DNS" @@ -9786,8 +9873,8 @@ msgstr "Diàleg de verificació del correu" msgid "Verify now" msgstr "Verifica ara" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verifica el fitxer de text" @@ -9841,15 +9928,15 @@ msgstr "Vídeo de: {0}: {text}" msgid "Video Games" msgstr "Videojocs" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Vídeo en pausa" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Vídeo en reproducció" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "No s'ha trobat el vídeo." @@ -9882,11 +9969,11 @@ msgstr "Veure" msgid "View {0}'s avatar" msgstr "Veure l'avatar de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Veure el perfil de {0}" @@ -9906,16 +9993,11 @@ msgstr "Veure l'entrada al blog per a més detalls" msgid "View debug entry" msgstr "Veure el registre de depuració" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Veure els detalls" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Mostra els detalls per a informar d'una infracció dels drets d'autor" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Veure el fil de debat complet" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Veure els usuaris a qui els agrada aquest canal" @@ -9993,8 +10075,8 @@ msgstr "Veure els teus comptes silenciats" msgid "View your verifications" msgstr "Veure les teves verificacions" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Veure la imatge completa" @@ -10002,6 +10084,14 @@ msgstr "Veure la imatge completa" msgid "Views video in immersive mode" msgstr "Veure el vídeo en el mode immersiu" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Violència" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Contingut violent o amenaçador" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Quan toques un xec, veuràs quines organitzacions han concedit la verifi msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Quins idiomes t'agradaria veure en els teus canals algorítmics?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Qui pot interactuar amb aquesta publicació?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Qui hi pot respondre" @@ -10249,40 +10340,38 @@ msgstr "Vaja! No s'han pogut carregar els vídeos populars." msgid "Why are you appealing?" msgstr "Per què vols apel·lar?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Per què s'hauria de revisar aquest contingut?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Per què s'hauria de revisar aquesta conversa?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Per què s'hauria de revisar aquest canal?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Per què s'hauria de revisar aquesta llista?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Per què s'hauria de revisar aquest missatge?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Per què s'hauria de revisar aquesta publicació?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Per què s'hauria de revisar aquest starter pack?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Per què s'hauria de revisar aquest usuari?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Vols bloquejar aquest usuari i/o eliminar aquesta conversa?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Sí" msgid "Yes, deactivate" msgstr "Sí, desactiva'l" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Sí, elimina aquest starter pack" @@ -10373,7 +10462,7 @@ msgstr "No t'és permès emetre en directe" msgid "You are not allowed to upload videos." msgstr "No t'és permès pujar vídeos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "No segueixes a ningú." @@ -10445,17 +10534,13 @@ msgstr "Pots reactivar el teu compte per continuar iniciant la sessió. El teu p msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Pots seleccionar fins a {MAX_IMAGES, plural, other {# imatges}} en total." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Pots establir la teva configuració per defecte a les interaccions a <0>Configuració→ Moderació→ Configuració d'interaccions0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Pots actualitzar-ho més tard des de la teva configuració." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "No tens cap seguidor." @@ -10467,6 +10552,10 @@ msgstr "No segueixes cap usuari que segueixi @{name}." msgid "You don't have any chat requests at the moment." msgstr "No tens cap sol·licitud de xat ara mateix." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Encara no tens cap llista." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "No tens cap canal fixat." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Has bloquejat aquest usuari" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Has bloquejat aquest usuari. No pots veure el seu contingut." @@ -10495,7 +10584,7 @@ msgstr "Has desactivat completament les notificacions de resposta, cita i menci 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Has amagat aquesta publicació" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Has amagat aquesta publicació." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Has silenciat aquest compte." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Has silenciat aquest usuari" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Encara no has silenciat cap paraula ni etiqueta" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Has amagat aquesta resposta." @@ -10574,11 +10663,11 @@ msgstr "Et vas unir a Bluesky fa {timeAgoString}" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Et vas unir a Bluesky, utilitzant un Starter Pack, fa {timeAgoString}" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Pots apel·lar les etiquetes que no són pròpies si creus que s'han col·locat per error." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Pots apel·lar aquestes etiquetes si creus que s'han col·locat per error." @@ -10614,10 +10703,6 @@ msgstr "Has de completar la garantia d'edat per accedir a aquesta pantalla." 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Has d'escollir almenys un etiquetador per a un informe" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Ja està tot llest!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Has iniciat sessió amb una contrasenya d'aplicació. Inicia sessió amb la teva contrasenya principal per continuar la desactivació del teu compte." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Ja has apel·lat aquesta etiqueta i el nostre equip de moderació l'està revisant." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Has triat amagar una paraula o una etiqueta d'aquesta publicació." @@ -10750,7 +10839,7 @@ msgstr "Has assolit el teu límit diari de pujades de vídeos (massa bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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." @@ -10786,7 +10875,7 @@ msgstr "S'ha enviat l'apel·lació. Si s'accepta l'apel·lació, rebràs un corr msgid "Your birth date" msgstr "La teva data de naixement" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "El teu navegador no admet el format de vídeo. Prova amb un altre navegador." @@ -10798,7 +10887,7 @@ msgstr "Els teus xats s'han desactivat" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "La teva elecció es recordarà per a futurs enllaços. Pots canviar-la en qualsevol moment a la configuració." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "El teu identificador actual <0>{0}0> romandrà automàticament reservat per a tu. Pots tornar-hi en qualsevol moment des d'aquest compte." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Els teus seguidors" @@ -10905,14 +10994,10 @@ msgstr "El teu perfil, publicacions, canals i llistes ja no seran visibles per a msgid "Your reply was sent" msgstr "La teva resposta s'ha enviat" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "El teu informe s'enviarà a <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "El teu informe s'enviarà al servei de moderació de Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/cy/messages.po b/src/locale/locales/cy/messages.po index 4e53db044d..9135e2a227 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categori \"{interestsDisplayName}\" (gweithredol)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {dilynwr} other {dilynwr}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {yn dilyn} other {yn dilyn}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {hoffi} other {hoffi}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {hoffi} other {hoffi}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {postiad} other {postiad}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {dyfyniad} other {dyfyniad}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {ail bostiad} other {ail bostiad}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, zero {}one {cadw} two {cadw} few {cadw} many {cadw} other {cadw}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, zero {} one {{1} postiad} two {{1} bostiad} few {{1} postiad} many {{1} postiad}other {{1} postiad}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# person wedi}} defnyddio'r tecyn cychwyn hwn!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# person wedi}} defnyddio'r tecyn cychwyn hwn!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, zero {} one {+# yn rhagor} two {+# yn rhagor} few {+# yn rhagor} many {+# yn rhagor}other {+# yn rhagor}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Cyfrif)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {awr} other {awr}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {munud} other {munud}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other{{formattedAuthorsCount} arall}}0> wedi'ch dilyn chi" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0> wedi hoffi eich llif cyfaddas" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0> wedi hoffi eich postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0> wedi hoffi eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0> wedi tynnu eu dilysiad o'ch cyfrif" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "Mae {firstAuthorLink} ad <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0> wedi ailbostio eich postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "Mae {firstAuthorLink} a <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0> wedi ail bostio eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "Mae {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0> wedi ymuno â'ch pecyn cychwyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "Mae {firstAuthorLink} and <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0> wedi'ch dilysu" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "Mae {firstAuthorLink} wedi eich dilyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "Mae {firstAuthorLink} wedi eich dilyn yn ôl" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "Hoffodd {firstAuthorLink} eich ffrwd gyfaddas" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "Hoffodd {firstAuthorLink} eich postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "Mae {firstAuthorLink} wedi hoffi eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "Mae {firstAuthorLink} wedi tynnu eu dilysiad o'ch cyfrif" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "Mae {firstAuthorLink} wedi ailbostio'ch postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "Mae {firstAuthorLink} wedi ail bostio eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "Mae {firstAuthorLink} wedi cofrestru gyda'ch pecyn cychwyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "Mae {firstAuthorLink} wedi'ch dilysu" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi eich dilyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich ffrwd gyfaddas" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi hoffi eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi tynnu eu dilysiad o'ch cyfrif" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ail bostio eich postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ail bostio eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, one {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi ymuno â'ch pecyn cychwyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "Mae {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}} wedi'ch dilysu chi" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "Mae {firstAuthorName} wedi eich dilyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "Mae {firstAuthorName} wedi eich dilyn yn ôl" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "Hoffodd {firstAuthorName} eich ffrwd gyfaddas" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "Hoffodd {firstAuthorName} eich postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "Mae {firstAuthorName} wedi hoffi eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "Mae {firstAuthorName} wedi tynnu eu dilysiad o'ch cyfrif" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "Mae {firstAuthorName} wedi ailbostio'ch postiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "Mae {firstAuthorName} wedi ail bostio eich ail bostiad" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "Mae {firstAuthorName} wedi ymuno â'ch pecyn cychwyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "Mae {firstAuthorName} wedi'ch gwirio" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} yn dilyn" @@ -490,7 +494,7 @@ msgstr "Mae <0>{0}0> a<1> 1><2>{1} 2>wedi eu cynnwys yn eich pecyn cychwyn msgid "<0>{0}0> is included in your starter pack" msgstr "Mae <0>{0}0> wedi'i gynnwys yn eich pecyn cychwyn" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> aelod" @@ -515,7 +519,7 @@ msgstr "⚠Enw Dangos Annilys" msgid "24 hours" msgstr "24 awr" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Cadarnhad 2FA" @@ -560,12 +564,16 @@ msgstr "Llun sgrin o dudalen proffil gydag eicon cloch wrth ymyl y botwm dilyn, msgid "About" msgstr "Ynghylch" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Ymddygiad bygythiol a gwahaniaethol eraill" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Derbyn" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Derbyn cais am sgwrs" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Gosodiadau Hygyrchedd" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Cyfrif" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Cyfrif wedi'i dewi" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Wedi Tewi'r Cyfrif" @@ -627,11 +635,15 @@ msgstr "Cyfrif wedi'i Dewi gan y Rhestr" msgid "Account options" msgstr "Dewisiadau cyfrif" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Cyfrif wedi'i dynnu o fynediad cyflym" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Ychwanegu {0} arall i barhau" msgid "Add {displayName} to starter pack" msgstr "Ychwanegu {displayName} at y pecyn cychwyn" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Ychwanegu rhybudd cynnwys" @@ -730,8 +742,8 @@ msgstr "Ychwanegu postiad arall i edefyn" msgid "Add app password" msgstr "Ychwanegu cyfrinair apiau" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Ychwanegu Cyfrinair Apiau" @@ -745,8 +757,8 @@ msgstr "Ychwanegu adwaith emoji" msgid "Add media to post" msgstr "Ychwanegu cyfrwng i bostiad" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Ychwanegu rhagor o fanylion (dewisol)" @@ -783,7 +795,7 @@ msgstr "Ychwanegu'r ychydig o lifau i'ch pecyn cychwyn!" msgid "Add the default feed of only people you follow" msgstr "Ychwanegu'r ffrwd ragosodedig dim ond y bobl rydych chi'n eu dilyn" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Ychwanegwch y cofnod DNS canlynol i'ch parth:" @@ -823,18 +835,22 @@ msgstr "Wedi'i ychwanegu at becyn cychwyn" msgid "Additional details (limit 1000 characters)" msgstr "Manylion ychwanegol (terfyn o 1000 nod)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Manylion ychwanegol (terfyn o 300 nod)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Oedolyn" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Cynnwys oedolion" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Cynnwys Oedolion" @@ -846,11 +862,15 @@ msgstr "Dim ond trwy'r We yn <0>bsky.app0> y mae modd galluogi cynnwys oedolio msgid "Adult content is disabled." msgstr "Mae cynnwys oedolion wedi'i analluogi." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Labeli Cynnwys Oedolion" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Cynnwys camdriniaeth rywiol oedolion" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Uwch" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Caniatáu negeseuon newydd oddi wrth" msgid "Allow others to be notified of your posts" msgstr "Caniatáu i eraill gael clywed am eich postiadau" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Caniatáu postiadau dyfynnu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Caniatáu atebion gan:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Yn caniatáu mynediad i negeseuon uniongyrchol" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Oes gennych chi god yn barod?" @@ -1003,14 +1039,18 @@ msgstr "Digwyddodd gwall wrth nôl y ffrwd." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Digwyddodd gwall wrth gynhyrchu'ch pecyn cychwyn. Eisiau ceisio eto?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Digwyddodd gwall wrth gadw'r cod QR!" @@ -1035,8 +1075,7 @@ msgstr "Darlun o nifer o bostiadau Bluesky ynghyd ag eiconau ailbostiadau, hoffi 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Mater nad yw wedi'i gynnwys yn yr opsiynau hyn" @@ -1050,10 +1089,10 @@ msgstr "Digwyddodd mater wrth geisio agor y sgwrs" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Digwyddodd mater, ceisiwch eto." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "Darlun bras o iPhone yn dangos ap Bluesky ar agor i broffil defnyddiwr dilys gyda marc ticio nesaf at eu henw dangos." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "labelwr anhysbys" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "a" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Camdriniaeth rywiol anifeiliaid" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Lles anifeiliaid" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Cyhoeddiad" msgid "Announcing verification on Bluesky" msgstr "Mae dilysu nawr ar gael ar Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Ymddygiad Gwrthgymdeithasol" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Gall unrhyw un ryngweithio" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Iaith Ap" msgid "App Password" msgstr "Cyfrinair Ap" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Cyfrinair ap wedi'i ddileu" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Cyfrineiriau apiau" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Cyfrineiriau Apiau" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Apêl" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Apelio label \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Apelio'r penderfyniad hwn" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Gosod y ffrydiau rhagosodedig sy'n cael eu hargymell" msgid "Apply Pull Request" msgstr "Gosod Cais Tynnu" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Wedi'i archifo o {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Post wedi'i archifo" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Ydych chi'n siŵr eich bod am ddileu cyfrinair ap \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." 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 cyfranogwr arall." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 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?" @@ -1252,7 +1298,7 @@ msgstr "Ydych chi'n ysgrifennu yn <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Celf" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Noethni artistig neu anerotig." @@ -1269,7 +1315,7 @@ msgstr "Neilltuo pwnc ar gyfer algo" msgid "At least 8 characters" msgstr "O leiaf 8 nod" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Awtochwarae fideos a GIFs" msgid "Available" msgstr "Ar gael" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Nôl" msgid "Back to Chats" msgstr "Nôl i Sgyrsiau" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Gweithgareddau wedi'u rhwystro neu droseddu diogelwch" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Defnyddiwr wedi'i wahardd yn dychwelyd" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Cyn creu postiad neu ateb, rhaid i chi ddilysu'ch e-bost yn gyntaf." msgid "Before creating a starter pack, you must first verify your email." msgstr "Cyn creu pecyn cychwyn, rhaid i chi wirio'ch e-bost yn gyntaf." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Cyn y gallwch dderbyn y cais sgwrsio hwn, rhaid i chi ddilysu'ch e-bost yn gyntaf." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Cyn i chi dderbyn hysbysiadau am bostiadau {name}, rhaid i chi yn gyntaf ddilysu eich e-bost." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Penblwydd" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Rhwystro" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Rhwystro Cyfrif?" msgid "Block accounts" msgstr "Rhwystro cyfrifon" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Rhwystro a Dileu" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Rhwystro a/neu ddileu'r sgwrs hon" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Rhestr rhwystro" @@ -1402,15 +1452,19 @@ msgstr "Rhwystro neu adrodd" msgid "Block these accounts?" msgstr "Rhwystro'r cyfrifon hyn?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Rhwystro defnyddiwr" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Rhwystro'r Defnyddiwr" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Rhwystro'r defnyddiwr a/neu ddileu'r sgwrs hon" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Ddim ar gael" @@ -1449,25 +1503,25 @@ msgstr "Fydd rhwystro ddim yn atal labeli rhag cael eu gosod ar eich cyfrif, ond msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Dyw Bluesky ddim yn gallu cadarnhau dilysrwydd y dyddiad honedig." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic ™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "Mae Bluesky yn rhwydwaith agored lle gallwch ddewis eich darparwr gwesteio. Os ydych chi'n ddatblygwr, gallwch chi gynnal eich gweinydd eich hun." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Mae Bluesky yn rhwydwaith agored lle gallwch ddewis eich darparwr gwesteio. Os ydych chi'n newydd yma, rydym yn argymell cadw at y dewis Bluesky Social rhagosodedig." @@ -1513,6 +1567,10 @@ msgstr "Pylu delweddau a hidlo o ffrydiau" msgid "Books" msgstr "Llyfrau" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Torri rheolau gwefan" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Porwch ragor o gyfrifon ar y dudalen Archwilio" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Busnes" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Gan {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Gan <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Camera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Diddymu'r ailweithredu ac allgofnodi" msgid "Cancel search" msgstr "Diddymu'r chwilio" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Methu rhyngweithio â defnyddiwr sydd wedi'i rwystro" @@ -1697,12 +1756,12 @@ msgstr "Newid iaith yr ap" msgid "Change Handle" msgstr "Newid Enw Dangos" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Newid y gwasanaeth cymedroli" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Newid cyfrinair" @@ -1710,7 +1769,11 @@ msgstr "Newid cyfrinair" msgid "Change password dialog" msgstr "Newid deialog cyfrinair" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Newid categori adrodd" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Newid y rheswm am adrodd" @@ -1739,8 +1802,8 @@ msgstr "Newidiadau wedi'u cadw" msgid "Chat" msgstr "Sgyrsiau" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Wedi dileu'r sgwrs" @@ -1753,7 +1816,7 @@ msgstr "Negeseuon sgyrsiau - tawel" msgid "Chat messages - sound" msgstr "Negeseuon sgyrsiau - sain" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Sgwrs wedi'i thewi" @@ -1769,7 +1832,7 @@ msgstr "Dewch derbyn cais am sgwrs" msgid "Chat requests" msgstr "Ceisiadau am sgyrsiau" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Gosodiadau sgyrsiau" msgid "Chat Settings" msgstr "Gosodiadau Sgyrsiau" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Dad-dewi sgyrsiau" @@ -1797,7 +1860,7 @@ msgstr "Sgyrsiau" msgid "Check my status" msgstr "Gwirio fy statws" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Gwiriwch eich e-bost am god mewngofnodi a rhowch ef yma." @@ -1805,6 +1868,14 @@ msgstr "Gwiriwch eich e-bost am god mewngofnodi a rhowch ef yma." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Gwiriwch eich blwch derbyn am e-bost gyda'r cod cadarnhau i'w roi isod:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Diogelwch plant" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Deunydd Camdriniaeth Rywiol Plant (CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Dewiswch ddull dilysu parth" @@ -1833,7 +1904,7 @@ msgstr "Dewiswch yr algorithmau sy'n pweru'ch ffrydiau personol." msgid "Choose this color as your avatar" msgstr "Dewiswch y lliw hwn fel eich afatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Dewiswch ddarparwr eich cyfrif" @@ -1882,14 +1953,6 @@ msgstr "Cliciwch yma i ailgychwyn y broses ddilysu." msgid "Click here to update your email" msgstr "Cliciwch yma i ddiweddaru eich e-bost" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Cliciwch i analluogi dyfyniadau o'r postiad hwn." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Cliciwch i alluogi postiadau dyfynbris o'r postiad hon." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Cliciwch i agor dewislen tag {tag}" @@ -1919,9 +1982,11 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Cau" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Cau'r deialog gweithredol" @@ -2018,16 +2083,16 @@ msgstr "Yn cau'r dewisydd emoji" msgid "Closes viewer for header image" msgstr "Yn cau'r golwg delwedd pennyn" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Lleihau'r rhestr o ddefnyddwyr" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Yn lleihau'r rhestr o ddefnyddwyr hysbysiad penodol" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Modd lliw" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Cadarnhau eich lleoliad gyda GPS. Dyw eich data lleoliad ddim yn cael ei dracio nac yn gadael eich dyfais." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Cadarnhau eich lleoliad gyda GPS. Dyw eich data lleoliad ddim yn cael ei msgid "Confirmation code" msgstr "Cod cadarnhau" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Yn cysylltu..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Ieithoedd Cynnwys" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Dim Cynnwys ar Gael" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Cynnwys sy'n hyrwyddo neu'n dangos hunan niweidio" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Rhybudd Cynnwys" @@ -2212,7 +2281,7 @@ msgstr "Cefndir ddewislen cyd-destun, cliciwch i gau'r ddewislen." msgid "Continue" msgstr "Parhau" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Parhau fel {0} (wedi mewngofnodi ar hyn o bryd)" @@ -2236,8 +2305,8 @@ msgstr "Ymlaen i'r cam nesaf" msgid "Conversation" msgstr "Sgwrs" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Sgwrs wedi'i dileu" @@ -2254,7 +2323,7 @@ msgstr "Coginio" msgid "Copied build version to clipboard" msgstr "Fersiwn adeiladu wedi'i gopïo i'r clipfwrdd" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Fersiwn adeiladu wedi'i gopïo i'r clipfwrdd" msgid "Copied to clipboard" msgstr "Wedi'i gopïo i'r clipfwrdd" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Wedi'i gopïo!" @@ -2290,23 +2359,23 @@ msgstr "Copïwch yn: // URI" msgid "Copy author DID" msgstr "Copïo DID awdur" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copïo cod" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copïo DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copïo gwesteiwr" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copïo dolen" @@ -2331,12 +2400,12 @@ msgstr "Copïo dolen i'r postiad" msgid "Copy link to profile" msgstr "Copïo'r ddolen i'r proffil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copïo'r ddolen i'r pecyn cychwyn" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copïo testun neges" @@ -2354,7 +2423,7 @@ msgstr "Copïo testun postiad" msgid "Copy QR code" msgstr "Copïo cod QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copïo gwerth cofnod TXT" @@ -2377,8 +2446,8 @@ msgstr "Methu cysylltu i wasanaeth ffrydio" msgid "Could not find profile" msgstr "Methu canfod proffil" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Methu gadael y sgwrs" @@ -2392,7 +2461,7 @@ msgstr "Methu llwytho ffrwd" msgid "Could not load list" msgstr "Methu llwytho rhestr" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Methu tewi sgwrs" @@ -2476,8 +2545,9 @@ msgstr "Creu rhestr cymedroli" msgid "Create new account" msgstr "Creu cyfrif newydd" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Creu adroddiad ar gyfer {0}" @@ -2490,7 +2560,7 @@ msgstr "Creu pecyn cychwyn" msgid "Create user list" msgstr "Creu rhestr defnyddwyr" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Wedi creu {0}" @@ -2503,8 +2573,8 @@ msgstr "Mae'r crëwr wedi'i rwystro" msgid "Culture" msgstr "Diwylliant" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Cyfaddas" @@ -2512,18 +2582,22 @@ msgstr "Cyfaddas" msgid "Customization options" msgstr "Dewisiadau cyfaddasu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Addasu pwy all ryngweithio â'r postiad hwn." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Yn addasu eich profiad Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Heriau neu weithgareddau peryglus" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Sylweddau peryglus neu gamdriniaeth cyffuriau" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Tywyll" @@ -2536,7 +2610,7 @@ msgstr "Tywyll" msgid "Dark mode" msgstr "Modd tywyll" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Thema dywyll" @@ -2558,7 +2632,11 @@ msgstr "Cymedroli Dadfygio" msgid "Debug panel" msgstr "Panel dadfygio" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Cynnwys ffugiol dwys oedolion" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Rhagosodiad" @@ -2566,14 +2644,14 @@ msgstr "Rhagosodiad" msgid "Default icons" msgstr "Eiconau rhagosodedig" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Dileu" @@ -2586,16 +2664,16 @@ msgstr "Dileu cyfrif" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Dileu Cyfrif <0>\"0> <1>{0}1> <2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Dileu cyfrinair ap" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Dileu cyfrinair ap?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Dileu sgwrs" @@ -2603,18 +2681,18 @@ msgstr "Dileu sgwrs" msgid "Delete chat declaration record" msgstr "Dileu cofnod datganiad sgwrs" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Dileu sgwrs" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Dileu Sgwrs" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Dileu i mi" @@ -2623,11 +2701,11 @@ msgstr "Dileu i mi" msgid "Delete list" msgstr "Dileu rhestr" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Dileu neges" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Dileu neges i mi" @@ -2641,12 +2719,12 @@ msgstr "Dileu fy ngyfrif" msgid "Delete post" msgstr "Dileu postiad" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Dileu pecyn cychwyn" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Dileu pecyn cychwyn?" @@ -2709,11 +2787,11 @@ msgstr "Modd datblygwr wedi'i alluogi" msgid "Developer options" msgstr "Dewisiadau datblygwr" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Deialog: addaswch pwy all ryngweithio â'r postiad hwn" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tywyllu" @@ -2735,6 +2813,14 @@ msgstr "Analluogi E-bost 2FA" msgid "Disable haptic feedback" msgstr "Analluogi adborth haptig" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Analluogi isdeitlau" @@ -2778,7 +2864,7 @@ msgstr "Gofynnwch i apiau beidio dangos fy nghyfrif i ddefnyddwyr sydd wedi allg msgid "Discover new custom feeds" msgstr "Darganfod ffrydiau cyfaddas newydd" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Darganfod Ffrydiau Newydd" @@ -2817,8 +2903,8 @@ msgstr "Enw dangos" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Rhowch y gorau i fwydro a physgota. Dewch o hyd i bobl go-iawn a sgyrsiau sy'n bwysig i chi." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panel DNS" @@ -2830,7 +2916,7 @@ msgstr "Peidiwch â gosod gair mud hwn i ddefnyddwyr rydych chi'n eu dilyn" msgid "Does not include nudity." msgstr "Nid yw'n cynnwys noethni." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Parth wedi'i wirio!" @@ -2853,19 +2939,20 @@ msgstr "Peidiwch â phoeni! Mae'r holl negeseuon a gosodiadau wedi'u cadw a bydd #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Tapio dwywaith neu bwyso'n hir i ychwanegu ymateb" msgid "Double tap to close the dialog" msgstr "Tapiwch ddwywaith i gau'r ddeialog" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Tapio dwywaith i'w hoffi" @@ -2903,6 +2990,10 @@ msgstr "Llwythwch Bluesky i Lawr" msgid "Download CAR file" msgstr "Llwythwch ffeil CAR i lawr" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Docsio" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Gollwng i ychwanegu delweddau" @@ -2943,9 +3034,13 @@ msgstr "e.e. Y posterwyr sydd byth yn methu." msgid "e.g. Users that repeatedly reply with ads." msgstr "e.e. Defnyddwyr sy'n ateb dro ar ôl tro gyda hysbysebion." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Anhwylderau bwyta" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Golygu hysbysiadau gan {0}" msgid "Edit People" msgstr "Golygu Pobl" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Golygu gosodiadau rhyngweithio postiad" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Golygu proffil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Golygu Proffil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Golygu pecyn cychwyn" @@ -3034,7 +3129,7 @@ msgstr "Golygu pecyn cychwyn" msgid "Edit user list" msgstr "Golygu rhestr defnyddwyr" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Golygu pwy all ateb" @@ -3085,7 +3180,7 @@ msgstr "Dilysu e-bost wedi'i gwblhau!" msgid "Email Verified" msgstr "E-bost wedi'i Ddilysu" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Mewnblannu cod HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Chwaraewr fideo wedi'i fewnblannu" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Galluogi isdeitlau" @@ -3200,7 +3299,7 @@ msgstr "Rhowch y parth rydych chi am ei ddefnyddio" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Rhowch yr e-bost a ddefnyddiwyd gennych i greu eich cyfrif. Byddwn yn anfon \"cod ailosod\" atoch er mwyn i chi allu gosod cyfrinair newydd." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Rhowch yr enw defnyddiwr neu'r cyfeiriad e-bost ddefnyddiwyd gennych pan wnaethoch chi greu eich cyfrif" @@ -3213,7 +3312,7 @@ msgstr "Nodwch eich dyddiad geni" msgid "Enter your email address" msgstr "Rhowch eich cyfeiriad e-bost" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Rhowch eich cyfrinair" @@ -3258,22 +3357,18 @@ msgstr "Gwall wrth dderbyn ymateb captcha." msgid "Error: {error}" msgstr "Gwall: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Pawb" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Gall pawb ateb" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Gall pawb ateb i'r postiad hwn." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Pawb" @@ -3282,16 +3377,6 @@ msgstr "Pawb" msgid "Everything else" msgstr "Popeth arall" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Gormod o grybwylliadau neu atebion" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Gormod o negeseuon neu rhai diangen" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Eithrio defnyddwyr rydych yn eu dilyn" @@ -3316,7 +3401,7 @@ msgstr "Yn gadael golwg delwedd" msgid "Expand alt text" msgstr "Ehangu testun amgen" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Ehangu rhestr o ddefnyddwyr" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Yn ehangu neu'n lleihau testun postiad" @@ -3348,7 +3433,7 @@ msgstr "Daeth i ben" msgid "Expires {0}" msgstr "Daw i ben {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Daw i ben ymhen {0}" @@ -3407,13 +3492,17 @@ msgstr "Gall cyfryngau allanol ganiatáu i wefannau gasglu gwybodaeth amdanoch c msgid "External Media Preferences" msgstr "Dewisiadau Cyfryngau Allanol" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Cynnwys eithafwyr" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Wedi methu derbyn y sgwrs" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Wedi methu ychwanegu emoji ymateb" @@ -3421,7 +3510,7 @@ msgstr "Wedi methu ychwanegu emoji ymateb" msgid "Failed to add to starter pack" msgstr "Wedi methu ychwanegu at becyn cychwyn" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Wedi methu newid enw dangos. Ceisiwch eto." @@ -3438,13 +3527,13 @@ msgstr "Wedi methu creu sgwrs" msgid "Failed to create starter pack" msgstr "Wedi methu creu pecyn cychwyn" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Wedi methu dileu'r sgwrs" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Wedi methu dileu'r neges" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Wedi methu dileu'r pecyn cychwyn" @@ -3465,10 +3554,10 @@ msgstr "Wedi methu dilyn pob un o'r cyfrifon hyn, rhowch gynnig arall arni" msgid "Failed to load conversations" msgstr "Wedi methu llwytho sgyrsiau" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Wedi methu llwytho dewisiadau ffrydiau" @@ -3498,14 +3587,14 @@ msgstr "Wedi methu llwytho'r negeseuon blaenorol" msgid "Failed to load preference." msgstr "Methu llwytho dewis." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Wedi methu llwytho'r ffrydiau awgrymwyd" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Wedi methu llwytho'r awgrymiadau dilyn" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Wedi methu pinio post" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Wedi methu dileu emoji ymateb" @@ -3535,7 +3624,8 @@ msgstr "Wedi methu dileu'r dilysiad" msgid "Failed to resolve location. Please try again." msgstr "Wedi methu canfod y lleoliad. Ceisiwch eto." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Wedi methu cadw'r ddelwedd: {0}" @@ -3557,7 +3647,7 @@ msgstr "Methwyd anfon" msgid "Failed to send email, please try again." msgstr "Wedi methu anfon e-bost, ceisiwch eto." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Wedi methu cyflwyno apêl, ceisiwch eto." @@ -3606,6 +3696,14 @@ msgstr "Wedi methu dilysu'r e-bost, ceisiwch eto." msgid "Failed to verify handle. Please try again." msgstr "Wedi methu dilysu enw dangos. Ceisiwch eto." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Cyfrif ffug neu fot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Gwybodaeth ffug am etholiadau" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Ffrwd" @@ -3623,7 +3721,7 @@ msgstr "Crëwr ffrwd" msgid "Feed identifier" msgstr "Dynodydd ffrwd" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Dewislen ffrwd" @@ -3635,8 +3733,8 @@ msgstr "Toglo ffrwd" msgid "Feed unavailable" msgstr "Dyw'r ffrwd ddim ar gael" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Adborth" @@ -3696,7 +3794,7 @@ msgstr "Hidlo chwiliad yn ôl iaith ( {currentLanguageLabel} - ar hyn o bryd)" msgid "Filter who can opt to receive notifications for your activity" msgstr "Hidlo pwy all ddewis i dderbyn hysbysiadau am eich gweithgareddau" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Hidlo gan bwy rydych yn derbyn hysbysiadau" @@ -3713,7 +3811,7 @@ msgstr "O'r diwedd! Cadwch drefn ar bostiadau sy'n bwysig i chi. Cadwch nhw i'w msgid "Finance" msgstr "Cyllid" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Dewch o hyd i gyfrifon i'w dilyn" msgid "Find people to follow" msgstr "Chwilio am bobl i'w dilyn" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Canfod postiadau, defnyddwyr a ffrydiau ar Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Gorffen" msgid "Fitness" msgstr "Ffitrwydd" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Du Disglein" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Glas Disglein" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Gwyn Disglein" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Hyblyg" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Dilyn" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Dilyn" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Dilynwch {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Dilynwch {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Dilynwch bob cyfrif" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Dilynwch Nôl" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Dilynwch Nôl" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Dilynwyr rydych chi'n eu hadnabod" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Yn Dilyn" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Yn Dilyn" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Yn dilyn {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Yn dilyn {handle}" @@ -3894,11 +3988,11 @@ msgstr "Yn eich dilyn chi" msgid "Follows You" msgstr "Yn Eich Dilyn Chi" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Ffont" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Maint ffont" @@ -3919,7 +4013,7 @@ msgstr "Am resymau diogelwch, bydd angen i ni anfon cod cadarnhau i'ch cyfeiriad msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Am resymau diogelwch, fyddwch chi ddim yn gallu gweld hwn eto. Os byddwch chi'n colli cyfrinair yr ap hwn, bydd angen i chi gynhyrchu un newydd." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "I gael y profiad gorau, rydym yn argymell defnyddio ffont y thema." @@ -3941,11 +4035,11 @@ msgstr "Anghofiwch y dwndwr" msgid "Forgot Password" msgstr "Wedi anghofio'ch cyfrinair" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Wedi anghofio'ch cyfrinair?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Wedi anghofio?" @@ -3953,12 +4047,7 @@ msgstr "Wedi anghofio?" msgid "Free your feed" msgstr "Ryddhewch eich ffrwd" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Yn Postio Cynnwys Diangen yn Aml" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Oddi wrth" @@ -4011,7 +4100,7 @@ msgstr "Cael hysbysiadau pan fydd pobl yn ail bostio postiadau rydych wedi'u hai msgid "Get notifications when people repost your posts." msgstr "Cael hysbysiadau pan fydd pobl yn ail bostio'ch postiadau chi." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Cael gwybod am bostiadau newydd" @@ -4027,7 +4116,7 @@ msgstr "Cael gwybod am bostiadau newydd gan {name}" msgid "Get notified of this account’s activity" msgstr "Cael gwybod am weithgaredd y cyfrif hwn" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Cael gwybod pan fydd {name} yn postio" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Rhowch wyneb i'ch proffil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Torri cyfraith neu delerau gwasanaeth amlwg" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Gogoneddu trais" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Torri cyfraith neu delerau gwasanaeth amlwg" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Mynd nôl" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Nôl" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Ewch nôl i'r cam blaenorol" @@ -4123,7 +4208,7 @@ msgstr "Ewch yn Fyw" msgid "Go live for" msgstr "Ewch yn fyw am" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Ewch i broffil {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "Ewch i'r ffrwd" msgid "Go to next" msgstr "Ewch i'r nesaf" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Ewch i'r proffil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ewch i broffil y defnyddiwr" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Cyfryngau Graffig" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Cynnwys treisiol graffig" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Ymddygiad rheibus neu ddenu" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hacio neu ymosodiadau systemau" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Hanner ffordd yno!" msgid "Handle" msgstr "Enw Dangos" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Mae'r enw dangos yna eisoes wedi'i gymryd. Rhowch gynnig ar un arall." @@ -4182,7 +4279,7 @@ msgstr "Mae'r enw dangos yna eisoes wedi'i gymryd. Rhowch gynnig ar un arall." msgid "Handle changed!" msgstr "Mae'r enw dangos wedi newid!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Mae'r enw dangos yn rhy hir. Rhowch gynnig ar un byrrach." @@ -4190,10 +4287,17 @@ msgstr "Mae'r enw dangos yn rhy hir. Rhowch gynnig ar un byrrach." msgid "Haptics" msgstr "Hapteg" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Aflonyddu, trolio, neu anoddefgarwch" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Aflonyddu neu gasineb" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Gweithgareddau niweidiol neu risg uchel" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Niweidio neu beryglu plant dan oed" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashnod" msgid "Hashtag {tag}" msgstr "Hashnod {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Siarad casineb" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Yn cael trafferth?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Cymorth" @@ -4238,7 +4346,7 @@ msgstr "Helo 'na 👋" msgid "Hidden" msgstr "Cuddiedig" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Wedi'i guddio gan eich gosodiadau cymedroli." @@ -4248,7 +4356,7 @@ msgstr "Rhestr gudd" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Rhestr gudd" msgid "Hide" msgstr "Cuddio" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Cuddio" @@ -4269,6 +4377,10 @@ msgstr "Cuddio" msgid "Hide customization options" msgstr "Cuddio dewisiadau cyfaddasu" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Cuddio pynciau tueddiadol?" msgid "Hide trending videos?" msgstr "Cuddio fideos tueddiadol?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Cuddio rhestr defnyddwyr" @@ -4320,7 +4432,7 @@ msgstr "Cuddio rhestr defnyddwyr" msgid "Hide verification badges" msgstr "Cuddio bathodynnau dilysu" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Yn cuddio'r cynnwys" @@ -4365,12 +4477,12 @@ msgstr "Daliwch ati! Rydyn ni'n rhoi mynediad i fideo yn raddol, ac rydych chi'n msgid "Home" msgstr "Cartref" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Gwesteiwr:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Darparwr gwesteio" @@ -4383,6 +4495,10 @@ msgstr "Difyr" msgid "How should we open this link?" msgstr "Sut dylen ni agor y ddolen hon?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Masnachu pobl" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Os ydych am newid eich cyfrinair, byddwn yn anfon cod atoch i wirio mai msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Os ydych chi eisiau cyfyngu ar bwy sy'n gallu derbyn hysbysiadau am weithgaredd eich cyfrif, gallwch ei newid yn <0>Gosodiadau → Preifatrwydd a Diogelwch0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 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." @@ -4443,12 +4559,7 @@ msgstr "Os ydych chi'n ddatblygwr, gallwch chi gynnal eich gweinydd eich hun." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Anghyfreithlon a Brys" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Delwedd" @@ -4461,29 +4572,24 @@ msgstr "Wedi gwagio'r storfa delweddau" msgid "Image cache cleared, freed {0}" msgstr "Wedi gwagio'r storfa delweddau, rhyddhawyd {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Delwedd wedi'i chadw" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Does dim modd cadw delweddau oni bai fod caniatâd wedi'i roi i gael mynediad i'ch llyfrgell lluniau." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Dynwared neu honiadau ffug am hunaniaeth neu ymlyniad" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Dynwared, gwybodaeth anghywir, neu honiadau ffug" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Personadu" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "O fewn yr ap" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Hysbysiadau o fewn yr ap" @@ -4507,17 +4613,12 @@ msgstr "O fewn yr ap, Gwthio, Pawb" msgid "In-app, Push, People you follow" msgstr "O fewn yr ap, Gwthio, Pobl rydych yn eu dilyn" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Negeseuon amhriodol neu ddolenni penodol" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Dim yn y blwch derbyn!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Enw defnyddiwr neu gyfrinair anghywir" @@ -4537,11 +4638,11 @@ msgstr "Mewnbynnu cyfrinair newydd" msgid "Input password for account deletion" msgstr "Mewnbynnu cyfrinair ar gyfer dileu cyfrif" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Mewnbynnwch y cod sydd wedi'i e-bostio atoch" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Rhyngweithio yn gyfyngedig" @@ -4557,12 +4658,12 @@ msgstr "Yn cyflwyno hysbysiadau gweithgaredd" msgid "Introducing saved posts AKA bookmarks" msgstr "Yn cyflwyno postiadau wedi'u cadw, hynny yw, nodau tudalen" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Cod cadarnhau 2FA annilys." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Enw dangos annilys. Rhowch gynnig ar un arall." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Gosodiadau rhyngweithio annilys." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Pwnc adrodd annilys" @@ -4626,8 +4727,8 @@ msgstr "Swyddi" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Ymunwch â Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Amodau Defnydd KWS" msgid "KWS website" msgstr "Gwefan KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Wedi'i labelu gan {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Wedi'i labelu gan yr awdur." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Labeli" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Labeli wedi'u hychwanegu" @@ -4678,11 +4779,11 @@ msgstr "Labeli wedi'u hychwanegu" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Anodiadau ar ddefnyddwyr a chynnwys yw labeli. Mae modd eu defnyddio i guddio, rhybuddio, a chategoreiddio'r rhwydwaith." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Labeli ar eich cyfrif" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Labeli ar eich cynnwys" @@ -4696,7 +4797,7 @@ msgstr "Gosodiadau Iaith" msgid "Languages" msgstr "Ieithoedd" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Mwy" @@ -4736,12 +4837,12 @@ msgstr "Rhagor o wybodaeth am sicrwydd oed" msgid "Learn more about Bluesky" msgstr "Dysgwch ragor am Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Dysgu rhagor am hunan westeio eich PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Dysgu rhagor am yr hyn sy'n gyhoeddus ar Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Mae rhagor o wybodaeth yn eich <0>gosodiadau cyfrif0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Dysgu rhagor." @@ -4787,10 +4888,10 @@ msgstr "Gadael" msgid "Leave chat" msgstr "Gadael sgwrsio" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Gadael y sgwrs" @@ -4822,9 +4923,9 @@ msgstr "Gadewch i ni gael ailosod eich cyfrinair!" msgid "Let's go!" msgstr "Ffwrdd â ni!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Golau" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Golau" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Hoffi ({0, plural, one {# hoffi} other {# hoffi}})" @@ -4855,7 +4956,7 @@ msgstr "Hoffi 10 postiad i hyfforddi'r ffrwd Darganfod" msgid "Like notifications" msgstr "Hysbysiadau hoffi" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Hoffi'r ffrwd hon" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Wedi'i hoffi gan {0, plural, one {# defnyddiwr} other {# defnyddiwr}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Hoffi eich ail bostiadau" msgid "Likes of your reposts notifications" msgstr "Hoffi eich hysbysiadau ail bostio" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Hoffi ar y postiad hwn" @@ -5021,12 +5122,12 @@ msgstr "Mae'r nodwedd fyw o fewn y prawf beta" msgid "Live link" msgstr "Cyswllt byw" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Llwytho rhagor" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Llwytho rhagor o ffrydiau wedi'u hawgrymu" @@ -5041,6 +5142,14 @@ msgstr "Llwytho hysbysiadau newydd" msgid "Load new posts" msgstr "Llwytho postiadau newydd" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Yn llwytho..." @@ -5049,15 +5158,19 @@ msgstr "Yn llwytho..." msgid "Log" msgstr "Cofnod" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Wedi allgofnodi" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Gwelededd wedi allgofnodi" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo gan @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo gan <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Rheoli eich geiriau a thagiau wedi'u tewi" msgid "Mark all as read" msgstr "Nodi'r cyfan fel wedi'u darllen" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcio fel weedi darllen" @@ -5132,7 +5245,7 @@ msgstr "Efallai yn nes ymlaen" msgid "Media" msgstr "Cyfryngau" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Cyfryngau a all fod yn annymunol neu'n amhriodol i rai cynulleidfaoedd." @@ -5140,14 +5253,10 @@ msgstr "Cyfryngau a all fod yn annymunol neu'n amhriodol i rai cynulleidfaoedd." msgid "Mention notifications" msgstr "Hysbysiadau crybwyll" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "defnyddwyr wedi'u crybwyll" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Defnyddwyr wedi'u crybwyll" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Dewislen" msgid "Message {0}" msgstr "Neges {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Neges wedi'i dileu" @@ -5172,7 +5281,7 @@ msgstr "Neges wedi'i dileu" msgid "Message deleted" msgstr "Neges wedi'i dileu" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Neges gan @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Maes mewnbwn neges" msgid "Message is too long" msgstr "Mae'r neges yn rhy hir" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Dewisiadau negeseuon" @@ -5197,24 +5306,22 @@ msgstr "Dewisiadau negeseuon" msgid "Messages" msgstr "Negeseuon" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Canol Nos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Aflonyddu neu fwlio plant dan oed" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Hysbysiadau amrywiol" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Cyfrif Camarweiniol" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Postiad Camarweiniol" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Camarweiniol" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Offer cymedroli" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Rhagor o ffrydiau" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Tewi" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Tewi {tag}" @@ -5332,8 +5439,8 @@ msgstr "Tewi cyfrif" msgid "Mute accounts" msgstr "Tewi cyfrifon" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Tewi sgwrs" @@ -5396,7 +5503,7 @@ msgstr "Cyfrifon Wedi'u Tewi" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Mae postiadau cyfrifon wedi'u tewi'n cael eu tynnu o'ch ffrydiau a'ch hysbysiadau. Mae cyfrifon wedi'u tewi'n gwbl breifat." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Wedi'i dewi gan \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Fy Ffrydiau" msgid "Name" msgstr "Enw" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Enw neu Ddisgrifiad yn Torri Safonau Cymunedol" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Ewch i'r pecyn cychwyn" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Yn llywio i'r sgrin nesaf" @@ -5455,20 +5551,16 @@ msgstr "Yn llywio i'r sgrin nesaf" msgid "Navigates to your profile" msgstr "Yn llywio i'ch proffil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Angen rhoi gwybod am dorri hawlfraint?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Peidiwch byth â cholli mynediad at eich dilynwyr neu ddata." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Dim gwahaniaeth, crëwch enw dangos i mi" @@ -5476,17 +5568,17 @@ msgstr "Dim gwahaniaeth, crëwch enw dangos i mi" msgid "New" msgstr "Newydd" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Newydd" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {postiad} other {postiad}} newydd gan {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {postiad} other {postiad}} newydd gan {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Postiad Newydd" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Postiadau newydd gan {firstAuthorLink} a <0>{additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Postiadau newydd gan {firstAuthorName} a {additionalAuthorsCount, plural, zero {}one {{formattedAuthorsCount} arall} two {{formattedAuthorsCount} arall} few {{formattedAuthorsCount} arall} many {{formattedAuthorsCount} arall} other {{formattedAuthorsCount} arall}}" @@ -5574,8 +5666,8 @@ msgstr "Deialog manylion defnyddiwr newydd" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Atebion diweddaraf yn gyntaf" @@ -5587,8 +5679,8 @@ msgstr "Newyddion" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Newyddion" msgid "Next" msgstr "Nesaf" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Nesaf" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Delwedd nesaf" @@ -5616,12 +5703,12 @@ msgstr "Delwedd nesaf" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Dim cyfrineiriau apiau eto" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Dim Panel DNS" @@ -5646,8 +5733,9 @@ msgstr "Dim delwedd" msgid "No likes yet" msgstr "Dim hoffi eto" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Ddim yn dilyn {0} bellach" @@ -5671,7 +5759,7 @@ msgstr "Dim hysbysiadau eto!" msgid "No one" msgstr "Neb" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Gall neb ond yr awdur ddyfynnu'r postiad hon." @@ -5701,7 +5789,7 @@ msgstr "Dim canlyniad" msgid "No results" msgstr "Dim canlyniadau" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Dim canlyniadau ar gyfer \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Heb ganfod canlyniadau \"{query}\"" msgid "No results found for {query}" msgstr "Heb ganfod canlyniadau {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Dim canlyniadau." @@ -5732,7 +5820,7 @@ msgstr "Heb ganfod canlyniadau chwilio \"{search}\"." msgid "No thanks" msgstr "Dim diolch" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Neb" @@ -5753,6 +5841,10 @@ msgstr "Does neb wedi ail-bostio hwn eto. Efallai y dylech chi fod y cyntaf!" msgid "Nobody was found. Try searching for someone else." msgstr "Heb ddod o hyd i neb. Ceisiwch chwilio am rywun arall." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Delweddau personol heb gydsyniad" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Noethni nad yw'n rhywiol" @@ -5843,16 +5935,11 @@ msgstr "nawr" msgid "Now" msgstr "Nawr" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Noethni" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Noethni neu gynnwys i oedolion heb ei labelu felly" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "Iawn" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Iawn" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Atebion hynaf yn gyntaf" @@ -5916,7 +6003,7 @@ msgstr "Does dim testun amgen ar un neu fwy o fideos." msgid "Only .jpg and .png files are supported" msgstr "Dim ond ffeiliau .jpg a .png sy'n cael eu cefnogi" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Dim ond {0} all ateb." @@ -5941,7 +6028,7 @@ msgstr "Wps, aeth rhywbeth o'i le!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Agor y crëwr avatar" msgid "Open conversation options" msgstr "Agor dewisiadau sgyrsiau" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Agor dewislen drôr" @@ -5973,8 +6060,8 @@ msgstr "Agor y dewisydd emojis" msgid "Open feed info screen" msgstr "Agor sgrin manylion ffrwd" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Agor dewislen dewisiadau ffrwd" @@ -6015,7 +6102,7 @@ msgstr "Agor proffil" msgid "Open share menu" msgstr "Agor y ddewislen rhannu" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Agor dewislen pecyn cychwyn" @@ -6032,9 +6119,9 @@ msgstr "Agor cofnod system" msgid "Opens a dialog to add a content warning to your post" msgstr "Yn agor deialog i ychwanegu rhybudd cynnwys at eich postiad" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Yn agor deialog i ddewis pwy all ymateb i'r edefyn hwn" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Yn agor y ddolen {0}" msgid "Opens live status dialog" msgstr "Yn agor deialog statws byw" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Yn agor ffurflen ailosod cyfrinair" @@ -6103,24 +6190,15 @@ msgstr "Yn agor ffurflen ailosod cyfrinair" msgid "Opens post language settings" msgstr "Yn agor gosodiadau ieithoedd postiadau" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Yn agor y proffil hwn" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Yn ddewisol, rhowch fanylion ychwanegol isod:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Dewisiadau:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Neu gyfuno'r dewisiadau hyn:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Neu, parhau â chyfrif arall." @@ -6145,21 +6223,50 @@ msgstr "Statws OTA: Gwall wrth estyn diweddariad" msgid "OTA status: None available" msgstr "Statws OTA: Dim ar gael" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Arall" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Cyfrif arall" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Materion diogelu plant eraill" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Cynnwys peryglus eraill" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Cynnwys aflonyddu neu gasineb eraill" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Cynnwys camarweiniol eraill" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Torri rheolau'r rhwydwaith eraill" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Cynnwys treisiol rhywiol eraill" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Cynnwys treisiol eraill" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Ein cofnod blog" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Mae'n tîm cymedroli wedi derbyn eich adroddiad." @@ -6176,7 +6283,7 @@ msgstr "Heb ganfod y dudalen" msgid "Page Not Found" msgstr "Tudalen Heb ei Chanfod" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Pobl yn cael eu dilyn gan @{0}" msgid "People following @{0}" msgstr "Pobl yn dilyn @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Pobl rwy'n eu dilyn" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Anifeiliaid anwes" msgid "Photography" msgstr "Ffotograffiaeth" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Lluniau ar gyfer oedolion." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Pinio'r frwd" @@ -6266,7 +6381,7 @@ msgstr "Pinio Ffrwd" msgid "Pin to home" msgstr "Pinio i cartref" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Pinio i Cartref" @@ -6275,7 +6390,7 @@ msgstr "Pinio i Cartref" msgid "Pin to your profile" msgstr "Pinio i'ch proffil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Piniwyd" @@ -6302,7 +6417,7 @@ msgstr "Chwarae" msgid "Play {0}" msgstr "Chwarae {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Chwarae fideo" @@ -6327,7 +6442,7 @@ msgstr "Yn chwarae'r GIF" msgid "Plays the video" msgstr "Yn chwarae'r fideo" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Ychwanegwch unrhyw labeli rhybudd cynnwys sy'n berthnasol i'r cyfryngau rydych chi'n eu postio." @@ -6413,7 +6528,7 @@ msgstr "Rhowch eich cod gwahodd." msgid "Please enter your new email address." msgstr "Rhowch eich cyfeiriad e-bost newydd." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Rhowch eich cyfrinair" @@ -6421,11 +6536,11 @@ msgstr "Rhowch eich cyfrinair" msgid "Please enter your password as well:" msgstr "Rhowch eich cyfrinair hefyd:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Rhowch eich enw defnyddiwr" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Eglurwch pam rydych chi'n meddwl bod y label hwn wedi'i osod yn anghywir gan {0}" @@ -6446,11 +6561,11 @@ msgstr "Darparwch unrhyw fanylion pellach rydych yn teimlo y byddai o fudd i'r c msgid "Please select a language" msgstr "Dewiswch iaith" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Dewiswch wasanaeth cymedroli" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Dewiswch reswm am yr adroddiad hwn" @@ -6473,7 +6588,7 @@ msgstr "Ysgrifennwch eich neges isod:" msgid "Politics" msgstr "Gwleidyddiaeth" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornograffi" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Mae'r postiad wedi'i ddileu" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Postiad Wedi'i Guddio gan Air wedi'i Dewi" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Postiad Wedi'i Guddio Gennych Chi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Gosodiadau rhyngweithio postiadau" @@ -6614,13 +6729,8 @@ msgstr "Delwedd flaenorol" msgid "Primary Language" msgstr "Prif Iaith" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Blaenoriaethu'ch Dilynwyr" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Preifatrwydd" @@ -6652,6 +6762,10 @@ msgstr "Gosodiadau Preifatrwydd a Diogelwch" msgid "Privacy Policy" msgstr "Polisi Preifatwydd" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Torri ar breifatrwydd plentyn dan oed" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Yn prosesu fideo..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Proffil wedi'i ddiweddaru" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Hyrwyddo neu werthu eitemau neu wasanaethau wedi'u gwahardd" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Cyhoeddus" @@ -6714,7 +6836,7 @@ msgstr "Cyhoeddi ateb" msgid "Push" msgstr "Gwthio" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Hysbysiadau gwthio" @@ -6764,10 +6886,6 @@ msgstr "Datgysylltwyd post dyfyniad yn llwyddiannus" msgid "Quote posts disabled" msgstr "Analluogwyd postiadau dyfyniad" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Gosodiadau dyfynnu" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Gosodiadau dyfynnu" msgid "Quotes" msgstr "Dyfyniadau" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Dyfyniadau'r postiad hwn" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Wedi mynd y tu hwnt i derfyn y gyfradd – rydych wedi ceisio newid eich enw dangos yn rhy aml mewn cyfnod byr. Arhoswch funud cyn ceisio eto." @@ -6805,11 +6923,11 @@ msgstr "Darllenwch{0, plural, zero {}one {# ateb arall} two {# ateb arall} few { msgid "Read blog post" msgstr "Darllen postiad blog" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Darllen llai" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Darllen mwy" @@ -6849,15 +6967,11 @@ msgstr "Pobl go-iawn." msgid "Reason for appeal" msgstr "Rheswm dros apelio" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Rheswm:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Derbyn hysbysiadau o fewn yr ap" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Derbyn gwthio hysbysiadau" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Ailgysylltu" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Gwrthod" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Gwrthod cais am sgwrs" @@ -6946,8 +7060,8 @@ msgstr "Tynnu ffrwd" msgid "Remove feed?" msgstr "Tynnu ffrwd?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Mewn ymateb i chi" msgid "Replies" msgstr "Atebion" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Analluogwyd atebion" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Mae atebion i'r postiad hwn wedi'u hanalluogi." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Ateb" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Ateb ({0, plural, one {# ateb} other {# ateb}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Ateb Wedi'i Guddio gan Awdur yr Edefyn" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Ateb Wedi'i Guddio Gennych Chi" @@ -7120,11 +7234,7 @@ msgstr "Ateb Wedi'i Guddio Gennych Chi" msgid "Reply notifications" msgstr "Hysbysiadau ateb" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Gosodiadau ateb" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Mae gosodiadau ateb yn cael eu dewis gan awdur yr edefyn" @@ -7141,7 +7251,7 @@ msgstr "Gwelededd ateb wedi'i ddiweddaru" msgid "Reply was successfully hidden" msgstr "Cafodd yr ateb ei guddio'n llwyddiannus" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Adroddiadau" msgid "Report account" msgstr "Adrodd ar gyfrif" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Adrodd ar sgwrs" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Deialog adrodd" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Adrodd ar ffrwd" @@ -7176,7 +7285,7 @@ msgstr "Adrodd ar ffrwd" msgid "Report list" msgstr "Rhestr adrodd" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Adrodd ar neges" @@ -7185,48 +7294,41 @@ msgstr "Adrodd ar neges" msgid "Report post" msgstr "Adrodd ar bostiad" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Adrodd ar becyn cychwyn" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Adroddiad wedi ei gyflwyno" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Adrodd ar y cynnwys hwn" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Adrodd am y sgwrs" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Adrodd ar y ffrwd hwn" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Adrodd ar y rhestr hon" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Adrodd ar y neges hon" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Adrodd ar y postiad hwn" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Adrodd ar y pecyn cychwyn hwn" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Adrodd ar y defnyddiwr hwn" @@ -7250,7 +7352,7 @@ msgstr "Hysbysiadau ail bostio" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Ail-bostio neu ddyfynnu postiad" @@ -7277,7 +7379,7 @@ msgstr "Wedi'i ail-bostio gennych chi" msgid "Reposts" msgstr "Ail bostiadau" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Ail-bostiadau'r postiad hwn" @@ -7291,8 +7393,8 @@ msgstr "Ail bostiadau eich ail bostiadau" msgid "Reposts of your reposts notifications" msgstr "Ail bostiadau eich hysbysiadau ail bostiadau" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Gofyn am god" @@ -7348,7 +7450,7 @@ msgstr "Ailosod cyflwr cyflwyno" msgid "Reset password" msgstr "Ailosod cyfrinair" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Yn ceisio mewngofnodi eto" @@ -7360,12 +7462,12 @@ msgstr "Yn ceisio'r weithred olaf eto, oedd yn wallus" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Yn ceisio'r weithred olaf eto, oedd yn wallus" msgid "Retry" msgstr "Ceisio eto" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Ceisio llwytho dewisiadau adrodd eto" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Nôl i'r dudalen flaenorol" @@ -7399,8 +7501,8 @@ msgstr "Yn mynd nôl i'r dudalen gartref" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Yn mynd nôl i'r dudalen flaenorol" @@ -7412,8 +7514,8 @@ msgstr "Yn mynd nôl i'r cam blaenorol" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Yn mynd nôl i'r cam blaenorol" msgid "Save" msgstr "Cadw" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Cadw" @@ -7459,8 +7561,13 @@ msgstr "Gadw'r enw dangos newydd" msgid "Save QR code" msgstr "Cadw cod QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Cadw i fy ffrydiau" @@ -7487,21 +7594,25 @@ msgstr "Wedi'i gadw i'ch ffrydiau" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Dywedwch helo!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Sgam" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Gwyddoniaeth" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Sgrolio i'r chwith" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Sgrolio i'r dde" @@ -7513,7 +7624,7 @@ msgstr "Sgrolio i'r brig" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Chwilio" @@ -7553,11 +7664,11 @@ msgstr "Chwiliwch am \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Chwilio am ragor o gyfrifon" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Chwilio am ragor o ffrydiau" @@ -7610,19 +7721,19 @@ msgstr "Chwilio am broffiliau" msgid "Security step required" msgstr "Mae angen cam diogelwch" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Gweld {tag} postiad" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Gweld {tag} postiadau yn ôl defnyddiwr" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Gweld #{tag} postiad" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Gweld #{tag} postiad yn ôl defnyddiwr" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Llithrydd chwilio. Defnyddiwch y bysellau saeth i chwilio ymlaen ac yn ôl, a lle i chwarae/oedi" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Dewiswch gategori \"{interestsDisplayName}\"" @@ -7665,11 +7776,15 @@ msgstr "Dewis {langName}" msgid "Select a color" msgstr "Dewiswch liw" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Dewis rheswm" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Dewiswch gyfrif" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Dewiswch iaith ap" @@ -7701,6 +7816,14 @@ msgstr "Dewis hyd" msgid "Select from an existing account" msgstr "Dewiswch o gyfrif sy'n bodoli" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Dewiswch GIF" @@ -7727,14 +7850,10 @@ msgstr "Dewiswch iaith..." msgid "Select languages" msgstr "Dewiswch ieithoedd" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Dewis gwasanaeth cymedroli" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Dewiswch gymedrolwr" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Dewis iaith postiad" @@ -7752,10 +7871,6 @@ msgstr "Dewiswch ffeil is-deitlau (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Dewiswch yr emoji {emojiName} fel eich afatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Dewiswch y gwasanaeth(au) cymedroli i adrodd iddyn nhw" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Dewiswch hyd at 3 iaith sy'n cael eu defnyddio yn y postiad hwn" @@ -7785,7 +7900,7 @@ msgstr "Dewiswch eich diddordebau o'r dewisiadau isod" msgid "Select your preferred language for translations in your feed." msgstr "Dewiswch eich dewis iaith cyfieithu'ch ffrydiau." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Dewiswch eich hoff sianeli hysbysu" @@ -7793,6 +7908,10 @@ msgstr "Dewiswch eich hoff sianeli hysbysu" msgid "Selecting multiple media types is not supported." msgstr "Dyw dewis mathau lluosog o gyfryngau ddim yn cael ei gynnal." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Ymddygiadau hunan niweidiol neu beryglus" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Anfonwch wefan dda!" @@ -7818,7 +7937,7 @@ msgstr "Anfonwch adborth" msgid "Send message" msgstr "Anfonwch neges" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Anfon postiad at {name}" @@ -7826,18 +7945,7 @@ msgstr "Anfon postiad at {name}" msgid "Send post to..." msgstr "Anfonwch bostiad i..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Anfon adroddiad" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Anfonwch adroddiad i {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Anfon adroddiad at {title}" @@ -7858,7 +7966,7 @@ msgstr "Anfonwch trwy neges uniongyrchol" msgid "Sends email with confirmation code for account deletion" msgstr "Yn anfon e-bost gyda chod cadarnhau er mwyn dileu cyfrif" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Cyfeiriad gweinydd" @@ -7874,10 +7982,18 @@ msgstr "Gosod dyddiad geni" msgid "Set new password" msgstr "Gosod cyfrinair newydd" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Gosodwch eich cyfrif" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Yn gosod e-bost ar gyfer ailosod cyfrinair" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Gosodiadau wedi'u cadw" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Gweithgaredd rhywiol neu noethni erotig." @@ -7953,7 +8069,7 @@ msgstr "Rhywiol Awgrymiadol" msgid "Share" msgstr "Rhannu" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Rhannu" @@ -7996,7 +8112,7 @@ msgstr "Rhannu postiad i:// URI" msgid "Share QR code" msgstr "Rhannwch god QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Rhannwch y ffrwd hon" @@ -8012,8 +8128,8 @@ msgstr "Rhannwch y pecyn cychwynnol hwn a helpwch bobl i ymuno â'ch cymuned ar #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Rhannwch eich hoff ffrwd!" msgid "Shared Preferences Tester" msgstr "Profwr Dewisiadau Rhannu" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Dangos testun amgen" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Dangos beth bynnag" @@ -8067,6 +8183,10 @@ msgstr "Dangos llai fel hyn" msgid "Show list anyway" msgstr "Dangos rhestr beth bynnag" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Dangos Rhagor" @@ -8080,7 +8200,7 @@ msgstr "Dangos rhagor fel hyn" msgid "Show more replies" msgstr "Dangos rhagor o atebion" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Dangos atebion postiadau mewn golwg edefyn coeden" @@ -8098,10 +8218,6 @@ msgstr "Dangos atebion" msgid "Show replies as" msgstr "Dangos atebion fel" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Dangos atebion gan bobl rydych chi'n eu dilyn cyn pob ateb arall" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Dangos rhybudd" msgid "Show warning and filter from feeds" msgstr "Dangos rhybudd a hidlo o ffrydiau" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Yn dangos manylion pryd cafodd y postiad hwn ei chreu" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Yn dangos y cynnwys" @@ -8145,7 +8261,7 @@ msgstr "Yn dangos y cynnwys" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Yn dangos y cynnwys" msgid "Sign in" msgstr "Mewngofnodi" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Mewngofnodi fel {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Mewngofnodi fel..." @@ -8177,7 +8293,7 @@ msgstr "Mewngofnodi neu greu cyfrif" msgid "Sign in or create your account to join the conversation!" msgstr "Mewngofnodwch neu crëwch eich cyfrif i ymuno â'r sgwrs!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Mewngofnodwch i gyfrif nad yw wedi'i restru" @@ -8243,7 +8359,7 @@ msgstr "Hepgor y cyflwyniad a chychwyn defnyddio'ch cyfrif" msgid "Skip to next step" msgstr "Mynd i'r cam nesaf" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Llai" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Gall rhai pobl ateb" @@ -8280,7 +8396,7 @@ msgstr "Ymateb rhywun oedd {0}" msgid "Someone reacted {0} to {1}" msgstr "Ymateb rhywun oedd {0} i {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Doedd rhywbeth ddim yn hollol iawn gyda'r data rydych yn ceisio'i adrodd. Cysylltwch â'n cefnogaeth." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Aeth rhywbeth o'i le" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Aeth rhywbeth o'i le, ceisiwch eto" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Aeth rhywbeth o'i le!" msgid "Something went wrong. Please try again in a moment." msgstr "Aeth rhywbeth o'i le. Ceisiwch eto cyn bo hir." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Aeth rhywbeth o'i le. Ceisiwch eto." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Rhywbeth o'i le? Rhowch wybod i ni." @@ -8327,34 +8442,30 @@ msgstr "Ymddiheuriadau, does dim modd i ni lwytho awgrymiadau cyfrifon ar hyn o msgid "Sorry! Your session expired. Please sign in again." msgstr "Sori! Daeth eich sesiwn i ben. Mewngofnodwch eto." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Trefnu atebion" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Trefnu atebion yn ôl" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Trefnu atebion i'r un postiad yn ôl:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Ffynhonnell: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Sbam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Sbam; gormod o grybwylliadau neu atebion" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Sbam neu ymddygiad annilys neu dwyllodrus" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Sbam; gormod o grybwylliadau neu atebion" msgid "Sports" msgstr "Chwaraeon" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Dechreuwch sgwrs, a bydd yn ymddangos yma." @@ -8403,11 +8514,11 @@ msgstr "Pecyn cychwyn gan <0/>" msgid "Starter pack by you" msgstr "Pecyn cychwyn gennych chi" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Mae'r pecyn cychwyn yn annilys" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Pecynnau Cychwyn" @@ -8436,8 +8547,8 @@ msgstr "Llyfr stori" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Cyflwyno apêl" msgid "Submit Appeal" msgstr "Cyflwyno Apêl" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Cyflwyno adroddiad" @@ -8494,7 +8605,7 @@ msgstr "Llwyddiant!" msgid "Successfully verified" msgstr "Wedi'i ddilysu'n llwyddiannus" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Cyfrifon wedi'u Hawgrymu" @@ -8506,17 +8617,17 @@ msgstr "Cyfrifon wedi'u Hawgrymu" msgid "Suggested for you" msgstr "Awgrymiadau i chi" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Awgrymiadol" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Codiad Haul" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Machlud Haul" @@ -8547,10 +8658,10 @@ msgstr "Newid cyfrifon" msgid "Switch to {0}" msgstr "Newid i {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "System" @@ -8591,6 +8702,10 @@ msgstr "Tapiwch i gau'r ddewislen cyd-destun" msgid "Tap to dismiss" msgstr "Tapiwch i gau" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Aflonyddu wedi'i dargedu" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tasg wedi'i chwblhau - 10 yn dilyn!" @@ -8620,8 +8735,8 @@ msgstr "Dywedwch ychydig wrthym amdanoch chi'ch hun" msgid "Tell us a little more" msgstr "Dywedwch ychydig mwy wrthym" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Telerau" @@ -8637,26 +8752,11 @@ msgstr "Telerau" msgid "Terms of Service" msgstr "Telerau Gwasanaeth" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Mae'r termau sy'n cael eu defnyddio'n torri'r safonau cymunedol" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Testun a thagiau" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Maes testun" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Maes mewnbwn testun" @@ -8665,10 +8765,6 @@ msgstr "Maes mewnbwn testun" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Diolch am eich adborth! Mae wedi cael ei anfon at weithredwr y ffrwd.i" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Diolch. Mae eich adroddiad wedi'i anfon." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Diolch, rydych chi wedi dilysu'ch cyfeiriad e-bost yn llwyddiannus. Gall msgid "Thanks! You're all set." msgstr "Diolch! Rydych yn barod nawr." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Mae hynny’n cynnwys y canlynol:" @@ -8699,11 +8795,11 @@ 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:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Dyna bopeth!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Bydd y cyfrif yn gallu rhyngweithio â chi ar ôl ei ddadrwystro." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Bydd yr ap yn cael ei ailgychwyn" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Mae awdur yr edefyn hwn wedi cuddio'r ateb hwn." @@ -8750,11 +8846,11 @@ msgstr "Mae'r profiad yn well yn yr ap. Llwythwch Bluesky i lawr nawr a byddwn y msgid "The feed has been replaced with Discover." msgstr "Mae'r ffrwd wedi'i ddisodli gan Darganfod." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Rhoddwyd y labeli canlynol ar eich cyfrif." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Rhoddwyd y labeli canlynol ar eich cynnwys." @@ -8788,7 +8884,7 @@ msgstr "Mae'r fideo hwn yn fwy na 100 MB. Ceisiwch eto gyda ffeil lai." 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Mae'r Telerau Gwasanaeth wedi'u symud i" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Thema" @@ -8827,7 +8923,7 @@ msgstr "Bu anhawster wrth ymwneud â Tenor." msgid "There was an issue contacting the server" msgstr "Bu anhawster wrth gysylltu â'r gweinydd" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Bu anhawster wrth gysylltu â'r gweinydd, gwiriwch eich cysylltiad rhyng 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Bu anhawster wrth nôl postiadau. Tapiwch yma i geisio eto." @@ -8845,7 +8941,7 @@ msgstr "Bu anhawster wrth nôl postiadau. Tapiwch yma i geisio eto." msgid "There was an issue fetching the list. Tap here to try again." msgstr "Roedd problem wrth nôl y rhestr. Tapiwch yma i geisio eto." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Bu anhawster wrth nôl eich cyfrineiriau apiau" @@ -8862,11 +8958,6 @@ msgstr "Bu anhawster wrth nôl eich manylion gwasanaeth" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Bu anhawster wrth ddileu'r ffrwd hwn. Gwiriwch eich cysylltiad rhyngrwyd a rhowch gynnig arall arni." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Bu anhawster wrth anfon eich adroddiad. Gwiriwch eich cysylltiad rhyngrwyd." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Bu anhawster wrth ddiweddaru'ch ffrydiau, gwiriwch eich cysylltiad rhyng #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Bu anhawster wrth ddiweddaru'ch ffrydiau, gwiriwch eich cysylltiad rhyng msgid "There was an issue! {0}" msgstr "Bu anhawster! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Roedd problem annisgwyl yn y rhaglen. Rhowch wybod i ni os digwyddodd hy 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Dim ond i'r ffrwd Dilyn mae'r gosodiadau hyn yn berthnasol." @@ -8941,7 +9036,7 @@ msgstr "Mae'r cyfrif hwn wedi'i rwystro gan un neu fwy o'ch rhestrau safoni. I d msgid "This action can be undone at any time." msgstr "Mae modd dadwneud y weithred hon unrhyw bryd." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Bydd yr apêl hon yn cael ei hanfon at <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Mae'r cynnwys hwn yn cael ei letya gan {0}. Ydych chi am alluogi cyfryngau allanol?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Dyw'r cynnwys hwn ddim ar gael oherwydd bod un o'r defnyddwyr dan sylw wedi rhwystro'r llall." @@ -9006,7 +9101,7 @@ msgstr "Dyw'r nodwedd hon ddim ar gael wrth ddefnyddio Cyfrinair Ap. Mewngofnodw msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Mae'r ffrwd hon yn brysur iawn ar hyn o bryd ac nid yw ar gael dros dro. Ceisiwch eto yn nes ymlaen." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Mae'r ffrwd hon yn wag! Efallai y bydd angen i chi ddilyn mwy o ddefnyddwyr neu newid eich gosodiadau iaith." @@ -9020,7 +9115,7 @@ msgstr "Mae'r ffrwd hon yn wag." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Dyw'r ffrwd hon ddim ar-lein bellach. Rydym yn dangos <0>Discover0> yn ei lle." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Mae'r handlen hon wedi'i chadw. Rhowch gynnig ar un arall." @@ -9037,7 +9132,7 @@ msgstr "Dyw hon ddim yn ddolen ddilys" msgid "This label was applied by the author." msgstr "Gosodwyd y label hwn gan yr awdur." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Gosodwyd y label hwn gennych chi." @@ -9065,11 +9160,11 @@ msgstr "Mae'r rhestr hon yn wag." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Dyw'r gwasanaeth cymedroli hwn ddim ar gael. Gweler isod am ragor o fanylion. Os bydd y mater hwn yn parhau, cysylltwch â ni." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Mae'r postiad hwn yn honni iddo gael ei greu ar <0>{0}0>, ond fe'i gwelwyd gyntaf gan Bluesky ar <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Bydd yr ateb hwn yn cael ei drefnu mewn adran gudd ar waelod eich edefyn 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Dylai hyn greu cofnod parth yn:" @@ -9113,7 +9208,7 @@ msgstr "Dylai gymryd dim ond ychydig funudau." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Does gan y defnyddiwr hwn ddim enw dangos, ac felly does dim modd ei ddilysu." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Does gan y defnyddiwr hwn ddim dilynwyr." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Mae'r defnyddiwr hwn wedi eich rhwystro" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Mae'r defnyddiwr hwn wedi eich rhwystro. Nid oes modd i chi weld eu cynnwys." @@ -9142,7 +9237,7 @@ msgstr "Mae'r defnyddiwr hwn wedi'i gynnwys yn y rhestr <0>{0}0> rydych wedi'i msgid "This user is new here. Press for more info about when they joined." msgstr "Mae'r defnyddiwr hwn yn newydd yma. Pwyswch am ragor o wybodaeth ynghylch pryd y gwnaethon nhw ymuno." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Dyw'r defnyddiwr hwn ddim yn dilyn unrhyw un." @@ -9168,7 +9263,7 @@ msgstr "Opsiynau edafedd" msgid "Thread preferences" msgstr "Dewisiadau edafedd" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Dewisiadau Edafedd" @@ -9181,6 +9276,10 @@ msgstr "Edafwyd" msgid "Threads Preferences" msgstr "Dewisiadau Edafedd" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Bygythiadau neu anogaethau" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Amser yn weddill: {0, plural, one {# eiliad} other {# eiliad}}" @@ -9198,10 +9297,6 @@ msgstr "I analluogi eich dull 2FA e-bost, dilyswch eich mynediad i <0>{0}0>" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "I adrodd ar sgwrs, adroddwch un o'i negeseuon trwy'r sgrin sgwrsio. Mae hyn yn gadael i'n cymedrolwyr ddeall cyd-destun eich problem." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "At bwy hoffech chi anfon yr adroddiad hwn?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Heddiw" @@ -9222,8 +9317,8 @@ msgstr "Brig" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Prif atebion yn gyntaf" @@ -9231,17 +9326,17 @@ msgstr "Prif atebion yn gyntaf" msgid "Topic" msgstr "Pwnc" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Cyfieithu" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Golwg coeden" @@ -9253,6 +9348,10 @@ msgstr "Y Tuedd" msgid "Trending Videos" msgstr "Fideos Tueddol" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolio" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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 dibynadwy0>: sefydliadau sy'n gallu cyhoeddi dilysiad yn uniongyrchol." @@ -9274,7 +9373,7 @@ msgstr "Dilysu dau ffactor (2FA)" msgid "Type your message here" msgstr "Teipiwch eich neges yma" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Math:" @@ -9294,13 +9393,13 @@ msgstr "Methu cysylltu â'ch gwasanaeth. Gwiriwch eich cysylltiad rhyngrwyd a rh #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Methu dileu" @@ -9324,27 +9423,27 @@ msgstr "Manylion ffrwd anhysbys" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Dadflocio" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Dadflocio" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Dadrwystro cyfrif" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Dadrwystro Cyfrif?" @@ -9369,12 +9468,7 @@ msgstr "Dadwneud ail-bostio" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Dad-wneud ail-bostio ({0, plural, one {# ail-bostio} other {# ail-bostio}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Dad-ddilyn" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Dad-ddilyn {0}" @@ -9383,7 +9477,7 @@ msgstr "Dad-ddilyn {0}" msgid "Unfollow account" msgstr "Dad-ddilyn y cyfrif" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Dad-ddilyn defnyddiwr" @@ -9391,7 +9485,7 @@ msgstr "Dad-ddilyn defnyddiwr" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Yn anffodus, nid yw Bluesky ar gael yn Mississippi ar hyn o bryd." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Yn anffodus, nid yw un o'ch labelwyr wedi'u tanysgrifio'n cefnogi'r math msgid "Unknown verifier" msgstr "Dilysydd anhysbys" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Cynnwys oedolion heb eu labeli" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Cynnwys oedolion heb gydsyniad neu fygythiol, heb ei labelu" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Dadhoffi ({0, plural, one {# hoffi} other {# hoffi}})" @@ -9419,8 +9521,8 @@ msgstr "Dad-dewi" msgid "Unmute" msgstr "Dad-dewi" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Dad-dewi {tag}" @@ -9431,7 +9533,7 @@ msgstr "Dad-dewi {tag}" msgid "Unmute account" msgstr "Dad-dewi cyfrif" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Dad-dewi sgwrs" @@ -9454,8 +9556,8 @@ msgstr "Dad-dewi fideo" msgid "Unpin" msgstr "Dad-binio" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Dad-binio ffrwd" @@ -9464,8 +9566,8 @@ msgstr "Dad-binio ffrwd" msgid "Unpin Feed" msgstr "Dad-binio Ffrwd" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Dad-bioio o'r cartref" @@ -9517,13 +9619,6 @@ msgstr "Wedi dad-danysgrifio o'r rhestr" msgid "Unsupported video type: {mimeType}" msgstr "Math o fideo sydd ddim yn cael ei gynnal: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Cynnwys Rhywiol Dieisiau" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Diweddaru <0>{displayName}0> yn y Rhestrau" msgid "Update email" msgstr "Diweddaru e-bost" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Diweddaru i {domain}" @@ -9567,7 +9662,7 @@ msgstr "Yn diweddaru..." msgid "Upload a photo instead" msgstr "Llwytho lun i fyny yn lle hynny" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Llwytho ffeil testun i fyny i:" @@ -9603,11 +9698,11 @@ msgstr "Wrthi'n lwytho dolen llun bach i fyny..." msgid "Uploading video..." msgstr "Wrthi'n llwytho fideo i fyny..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Defnyddiwch gyfrineiriau apiau i fewngofnodi i raglenni Bluesky eraill heb roi mynediad llawn i'ch cyfrif neu'ch cyfrinair." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Defnyddiwch y darparwr rhagosodedig" @@ -9638,17 +9733,17 @@ msgstr "Defnyddio hwn i fewngofnodi i'r ap arall ynghyd â'ch enw dangos." msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Defnyddiwch gyfrif e-bost eich cyfrif, neu gyfrif e-bost arall rydych yn ei reoli, rhag ofn y bydd KWS neu Bluesky angen cysylltu â chi." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Rhwystro defnyddiwr" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Defnyddiwr wedi'i Rwystro" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Defnyddiwr wedi'i Rwystro gan \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Defnyddiwr wedi'i Rwystro gan restr" msgid "User Blocked by List" msgstr "Defnyddiwr wedi'i Rwystro gan Restr" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Defnyddiwr yn eich Rhwystro Chi" @@ -9698,15 +9793,15 @@ msgstr "Does dim modd i enw defnyddiwr gychwyn na gorffen gyda chyplysnod" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Gall enw defnyddiwr gynnwys dim ond llythrennau (a-z), rifau a chyplysnodau" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Enw defnyddiwr neu gyfeiriad e-bost" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "defnyddwyr yn cael eu dilyn gan <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "defnyddwyr yn dilyn <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "defnyddwyr yn dilyn <0>@{0}0>" msgid "Users I follow" msgstr "Defnyddwyr rwy'n eu dilyn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Defnyddwyr yn \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Defnyddwyr rydych chi'n eu dilyn" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Gwerth:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Dilysu cod" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Dilysu Cofnod DNS" @@ -9786,8 +9873,8 @@ msgstr "Dilysu'r ddeialog e-bost" msgid "Verify now" msgstr "Dilysu nawr" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Dilysu'r Ffeil Testun" @@ -9841,15 +9928,15 @@ msgstr "Fideo gan {0}: {text}" msgid "Video Games" msgstr "Gemau Fideo" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Fideo wedi'i atal" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Fideo yn chwarae" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Fideo heb ei ganfod." @@ -9882,11 +9969,11 @@ msgstr "Edrych" msgid "View {0}'s avatar" msgstr "Gweld afatar {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Gweld proffil {0}" @@ -9906,16 +9993,11 @@ msgstr "Gweld cofnod blog am fwy o fanylion" msgid "View debug entry" msgstr "Gweld cofnod dadfygio" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Manylion" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Gweld manylion ar gyfer adrodd am dorri hawlfraint" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Gweld yr edefyn llawn" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Gweld defnyddwyr sy'n hoffi'r ffrwd hon" @@ -9993,8 +10075,8 @@ msgstr "Gweld eich cyfrifon wedi tewi" msgid "View your verifications" msgstr "Gweld eich dilysiadau" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Yn gweld delwedd lawn" @@ -10002,6 +10084,14 @@ msgstr "Yn gweld delwedd lawn" msgid "Views video in immersive mode" msgstr "Yn gweld fideo yn y modd trochi" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Trais" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Cynnwys treisiol neu fygythiol" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Pan fyddwch chi'n tapio ar dic, gallwch weld pa sefydliadau sydd wedi rh msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Pa ieithoedd hoffech chi eu gweld yn eich ffrydiau algorithmig?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Pwy all ryngweithio â'r postiad hwn?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Pwy all ateb" @@ -10249,40 +10340,38 @@ msgstr "Wps! Methodd y fideos sy'n trendio i lwytho." msgid "Why are you appealing?" msgstr "Pam ydych chi'n apelio?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Pam dylai'r cynnwys hwn gael ei adolygu?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Pam dylai'r sgwrs hon gael ei adolygu?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Pam dylai'r ffrwd hon gael ei hadolygu?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Pam dylai'r rhestr hon gael ei hadolygu?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Pam dylai'r neges hon gael ei hadolygu?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Pam dylai'r postiad hon gael ei hadolygu?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Pam dylai'r pecyn cychwyn hwn gael ei adolygu?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Pam dylai'r defnyddiwr hwn gael ei adolygu?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Hoffech chi rwystro'r defnyddiwr hwn a/neu ddileu'r sgwrs hon?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Iawn" msgid "Yes, deactivate" msgstr "Iawn, cau" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Iawn, dilëu'r pecyn cychwyn hwn" @@ -10373,7 +10462,7 @@ msgstr "Does dim caniatâd i chi fynd yn fyw" msgid "You are not allowed to upload videos." msgstr "Does dim caniatâd i chi lwytho fideos i fyny." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Nid ydych yn dilyn unrhyw un." @@ -10445,17 +10534,13 @@ msgstr "Gallwch ailagor eich cyfrif i barhau i fewngofnodi. Bydd defnyddwyr erai msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Gallwch ddewis hyd at {MAX_IMAGES, plural, other {# delwedd}} i gyd." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Gallwch osod gosodiadau rhyngweithio rhagosodedig yn <0>Gosodiadau → Cymedroli → Gosodiadau rhyngweithio0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Gallwch ddiweddaru hwn yn ddiweddarach o'ch gosodiadau." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Does gennych chi ddim unrhyw ddilynwyr." @@ -10467,6 +10552,10 @@ msgstr "Nid ydych yn dilyn unrhyw ddefnyddwyr sy'n dilyn @{name}." msgid "You don't have any chat requests at the moment." msgstr "Does gennych chi ddim ceisiadau sgyrsio ar hyn o bryd." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Nid oes gennych unrhyw ffrydiau wedi'u pinio." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Rydych wedi rhwystro'r defnyddiwr hwn" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Rydych wedi rhwystro'r defnyddiwr hwn. Allwch chi ddim gweld eu cynnwys." @@ -10495,7 +10584,7 @@ msgstr "Rydych wedi analluogi hysbysiadau ateb, dyfynnu, a chrybwyll, felly ni f msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Rydych wedi rhoi cod annilys. Dylai edrych fel XXX-XXXX." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Rydych wedi cuddio'r postiad hwn" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Rydych wedi cuddio'r postiad hwn." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Rydych wedi tewi'r cyfrif hwn." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Rydych wedi tewi'r defnyddiwr hwn" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Dydych chi ddim wedi tewi unrhyw eiriau na thagiau eto" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Rydych wedi cuddio'r ateb hwn." @@ -10574,11 +10663,11 @@ msgstr "Mi wnaethoch chi ymuno â Bluesky {timeAgoString} yn ôl" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Mi wnaethoch chi ymuno â Bluesky gan ddefnyddio pecyn cychwyn {timeAgoString} yn ôl" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Gallwch apelio yn erbyn labeli sydd ddim yn hunan-labeli os ydych yn teimlo iddyn nhw gael eu gosod ar gam." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Gallwch apelio yn erbyn y labeli hyn os teimlwch iddyn nhw gael eu gosod ar gam." @@ -10614,10 +10703,6 @@ msgstr "Mae'n rhaid i chi gwblhau'r drefn sicrwydd oed er mwyn cael mynediad at 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Rhaid i chi ddewis o leiaf un labelwr ar gyfer adroddiad" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Rydych chi'n barod i fynd!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Rydych wedi mewngofnodi gyda Chyfrinair Ap. Mewngofnodwch gyda'ch prif gyfrinair i barhau i gau'ch eich cyfrif." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Rydych eisoes wedi apelio'r label hwn ac mae'n cael ei adolygu gan ein tîm cymedroli." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Rydych wedi dewis cuddio gair neu dag o fewn y postiad hwn." @@ -10750,7 +10839,7 @@ msgstr "Rydych wedi cyrraedd terfyn dyddiol llwytho fideos i fyny (gormod o feit 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Mae eich apêl wedi'i chyflwyno. Os bydd eich apêl yn llwyddo, byddwch msgid "Your birth date" msgstr "Eich dyddiad geni" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Nid yw eich porwr yn cefnogi'r fformat fideo. Rhowch gynnig ar borwr gwahanol." @@ -10798,7 +10887,7 @@ msgstr "Mae eich sgyrsiau wedi'u hanalluogi" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Bydd eich dewis yn cael ei gofio ar gyfer dolenni yn y dyfodol. Gallwch ei newid ar unrhyw adeg yn y gosodiadau." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Bydd eich enw dangos presennol <0>{0}0> yn cael ei gadw'n awtomatig i chi. Gallwch newid yn ôl iddo unrhyw bryd o'r cyfrif hwn." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Eich dilynwyr" @@ -10905,14 +10994,10 @@ msgstr "Ni fydd eich proffil, postiadau, ffrydiau a rhestrau bellach yn weladwy msgid "Your reply was sent" msgstr "Mae eich ateb wedi'i anfon" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Bydd eich adroddiad yn cael ei anfon at <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Bydd eich adroddiad yn cael ei anfon at Wasanaeth Cymedroli Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/da/messages.po b/src/locale/locales/da/messages.po index cceb2aaa78..f5141e3bb3 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Danish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorien \"{interestsDisplayName}\" (aktiv)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {følger} other {følgere}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {følger} other {følger}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {like} other {likes}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {like} other {likes}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {opslag} other {opslag}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citat} other {citater}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {deling} other {delinger}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {gemt} other {gemte}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {}other {{1} opslag}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, one {}other {# personer have}} har brugt denne startpakke!" @@ -133,6 +133,10 @@ msgstr "{0, plural, one {}other {# personer have}} har brugt denne startpakke!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {}other {+# flere}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Konto)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {time} other {timer}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minutter}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> fulgte dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> likede dit specialbyggede feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> likede dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> likede din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> fjernede deres verifikationer fra din konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> videredelte dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> videredelte din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> tilmeldte sig via din startpakke" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0> verificerede dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} fulgte dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} fulgte dig tilbage" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} likede dit specialbyggede feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} likede dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} likede din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} fjernede sin verifikation fra din konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} videredelte dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} videredelte din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} oprettede sig via din startpakke" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verificerede dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} fulgte dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede dit specialbyggede feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} likede din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} fjernede deres verifikationer fra din konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} videredelte dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} videredelte din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} oprettede sig med din startpakke" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}} verificerede dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} fulgte dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} fulgte dig tilbage" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} likede dit specialbyggede feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} likede dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} likede din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} fjernede sin verifikation fra din konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} videredelte dit opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} videredelte din videredeling" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} oprettede sig via din startpakke" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificerede dig" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} følger" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> og<1> 1><2>{1} 2>er med i din startpakke" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> er med i din startpakke" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> medlemmer" @@ -515,7 +519,7 @@ msgstr "⚠Ugyldigt handle" msgid "24 hours" msgstr "24 timer" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Tofaktorgodkendelse" @@ -560,12 +564,16 @@ msgstr "Et screenshot af en profilside med et klokkeikon ved siden af Følg-knap msgid "About" msgstr "Om" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Accepter" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Accepter chatanmodning" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Tilgængelighedsindstillinger" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Konto skjult" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Konto skjult" @@ -627,11 +635,15 @@ msgstr "Konto skjult af liste" msgid "Account options" msgstr "Kontoindstillinger" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Konto fjernet fra kvikadgang" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Tilføj {0} mere for at fortsætte" msgid "Add {displayName} to starter pack" msgstr "Føj {displayName} til startparkke" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Tilføj en indholdsadvarsel" @@ -730,8 +742,8 @@ msgstr "Tilføj endnu et opslag til tråd" msgid "Add app password" msgstr "Tilføj appadgangskode" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Tilføj appadgangskode" @@ -745,8 +757,8 @@ msgstr "Tilføj emojireaktion" msgid "Add media to post" msgstr "Føj medier til opslag" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Tilføj yderligere oplysninger (valgfrit)" @@ -783,7 +795,7 @@ msgstr "Føj nogle feeds til din startpakke!" msgid "Add the default feed of only people you follow" msgstr "Tilføj" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Opret følgende DNS-record for dit domæne:" @@ -823,18 +835,22 @@ msgstr "Tilføjet startpakke" msgid "Additional details (limit 1000 characters)" msgstr "Yderligere oplysninger (maks. 1000 tegn)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Yderligere oplysninger (højst 300 tegn)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Porno" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Porno" @@ -846,11 +862,15 @@ msgstr "Voksenindhold kan kun slås til via browserudgaven af <0>bsky.app0>." msgid "Adult content is disabled." msgstr "Voksenindhold er deaktiveret" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Voksenindholdsmærkater" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avanceret" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Tillad nye beskeder fra" msgid "Allow others to be notified of your posts" msgstr "Tillad andre at blive notificeret om dine opslag" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Tillad citatopslag" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Tillad svar fra:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Tillader adgang til direkte beskeder" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Har du allerede modtaget en bekræftelseskode?" @@ -1003,14 +1039,18 @@ msgstr "Der opstod en fejl under indlæsning af feedet." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Der opstod en fejl under generering af din startpakke. Vil du prøve igen?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Der opstod en fejl under lagring af QR-koden!" @@ -1035,8 +1075,7 @@ msgstr "En illustration af adskillige Bluesky-opslag sammen med ikoner for vider 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "En anden årsag, der ikke er omfattet af ovennævnte" @@ -1050,10 +1089,10 @@ msgstr "Der opstod en fejl ved åbning af chatten" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Der opstod en fejl. Prøv igen." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "en ukendt mærkningstjeneste" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "og" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Nyhed" msgid "Announcing verification on Bluesky" msgstr "Bluesky introducerer verificerede konti" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Asocial adfærd" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Alle kan interagere" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Appsprog" msgid "App Password" msgstr "Appadgangskode" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Appadgangskode slettet" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Appadgangskoder" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Appadgangskoder" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Klag" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Klag over mærkatet \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Klag over afgørelse" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Brug anbefalede standardfeeds" msgid "Apply Pull Request" msgstr "Anvend pull request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arkiveret fra {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Arkiveret opslag" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Er du sikker på, du vil slette appadgangskoden \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Er du sikker på, du vil slette denne besked? Beskeden vil blive slettet hos dig men ikke hos modparten." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Er du sikker på, du vil slette denne startpakke" @@ -1252,7 +1298,7 @@ msgstr "Skriver du på <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Kunst" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Kunstnerisk og ikkeerotisk nøgenhed." @@ -1269,7 +1315,7 @@ msgstr "Vælg emne for algo" msgid "At least 8 characters" msgstr "Mindst 8 tegn" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Nordlys" @@ -1284,21 +1330,21 @@ msgstr "Afspil videoer og GIF'er automatisk" msgid "Available" msgstr "Tilgængelig" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Tilbage" msgid "Back to Chats" msgstr "Tilbage til Chats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Før du opretter eller besvarer et opslag, skal du bekræfte din e-mail. msgid "Before creating a starter pack, you must first verify your email." msgstr "Før du opretter en startpakke, skal du bekræfte din e-mail." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Før du kan acceptere denne chatanmodning, skal du først bekræfte din e-mail." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Før du kan modtage notifikationer om opslag fra {name}, skal du først bekræfte din e-mail." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Fødselsdato" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bloker" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Bloker konto?" msgid "Block accounts" msgstr "Bloker konti" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bloker og slet" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bloker og/eller slet denne samtale" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Bloker liste" @@ -1402,15 +1452,19 @@ msgstr "Bloker eller anmeld" msgid "Block these accounts?" msgstr "Bloker disse konti?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bloker bruger" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bloker bruger" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blokeret" @@ -1449,25 +1503,25 @@ msgstr "Blokering vil ikke spærre for, at der bliver sat mærkater på din kont msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan ikke bekræfte den anførte datos gyldighed." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 er et åbent netværk, hvor du kan vælge din egen udbyder. Hvis du er udvikler, kan du køre din egen server." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky er et åbent netværk, hvor du kan vælge din egen udbyder. Hvis du er ny her, anbefaler vi at bruge standardvalget Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Slør billeder og filtrer fra feeds" msgid "Books" msgstr "Bøger" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Se flere konti under Udforsk" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Om Bluesky" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Af {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Af <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Annuller genaktivering og log ud" msgid "Cancel search" msgstr "Annuller søgning" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Kan ikke interagere med en blokeret bruger" @@ -1697,12 +1756,12 @@ msgstr "Vælg appsprog" msgid "Change Handle" msgstr "Skift handle" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Skift moderationstjeneste" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Skift adgangskode" @@ -1710,7 +1769,11 @@ msgstr "Skift adgangskode" msgid "Change password dialog" msgstr "Skift adgangskode-dialog" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Skift årsag til anmeldelse" @@ -1739,8 +1802,8 @@ msgstr "Ændringer blev gemt" msgid "Chat" msgstr "Chat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chat slettet" @@ -1753,7 +1816,7 @@ msgstr "Chatbeskeder – lydløs" msgid "Chat messages - sound" msgstr "Chatbeskeder – med lyd" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chat skjult" @@ -1769,7 +1832,7 @@ msgstr "Indbakke for chatanmodninger" msgid "Chat requests" msgstr "Chatanmodninger" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Chatindstillinger" msgid "Chat Settings" msgstr "Chatindstillinger" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chat ikke længere skjult" @@ -1797,7 +1860,7 @@ msgstr "Chats" msgid "Check my status" msgstr "Tjek min status" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Tjek din e-mail efter en bekræftelseskode og indtast den her." @@ -1805,6 +1868,14 @@ msgstr "Tjek din e-mail efter en bekræftelseskode og indtast den her." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Tjek din indbakke for en e-mail med en bekræftelseskode og indtast den herunder:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Vælg metode til domæneverifikation" @@ -1833,7 +1904,7 @@ msgstr "Vælg de algoritmer, der styrer dine specialbyggede feeds." msgid "Choose this color as your avatar" msgstr "Vælg farve til din avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Vælg din udbyder" @@ -1882,14 +1953,6 @@ msgstr "Klik her for at starte bekræftelsesprocessen forfra." msgid "Click here to update your email" msgstr "Klik her for at opdatere din e-mail" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Klik for at spærre for citater af dette opslag." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Klik for et tillade citater af dette opslag." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Klik for at åbne tagmenuen for {tag}" @@ -1919,9 +1982,11 @@ msgstr "Hyp 🐴 hyp 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Hyp 🐴 hyp 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Luk" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Luk aktiv dialog" @@ -2018,16 +2083,16 @@ msgstr "Lukker emojivælgeren" msgid "Closes viewer for header image" msgstr "Lukker billedviser for profilhoved" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Luk brugerliste" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Lukker liste over brugere for en given notifikation" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Farvetilstand" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Bekræft din lokation med GPS. Dine lokationsoplysninger bliver ikke sporet og forlader ikke din enhed." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Bekræft din lokation med GPS. Dine lokationsoplysninger bliver ikke spo msgid "Confirmation code" msgstr "Bekræftelseskode" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Forbinder..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Indholdssprog" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Indhold ikke tilgængeligt" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Indholdsadvarsel" @@ -2212,7 +2281,7 @@ msgstr "Baggrund for kontekstmenu, klik for at lukke menuen." msgid "Continue" msgstr "Fortsæt" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Fortsæt som {0} (allerede logget ind)" @@ -2236,8 +2305,8 @@ msgstr "Fortsæt til næste trin" msgid "Conversation" msgstr "Samtale" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Samtale slettet" @@ -2254,7 +2323,7 @@ msgstr "Madlavning" msgid "Copied build version to clipboard" msgstr "Kopieret versionsnummer til udklipsholder" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Kopieret versionsnummer til udklipsholder" msgid "Copied to clipboard" msgstr "Kopieret til udklipsholder" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Kopieret!" @@ -2290,23 +2359,23 @@ msgstr "Kopier at://-URI" msgid "Copy author DID" msgstr "Kopier forfatter-DID" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kopier kode" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Kopier DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Kopier værtsnavn" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Kopier link" @@ -2331,12 +2400,12 @@ msgstr "Kopier link til opslag" msgid "Copy link to profile" msgstr "Kopier link til profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Kopier link til startpakke" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Kopier beskedtekst" @@ -2354,7 +2423,7 @@ msgstr "Kopier opslagets tekst" msgid "Copy QR code" msgstr "Kopier QR-kode" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Kopier TXT-record" @@ -2377,8 +2446,8 @@ msgstr "Kunne ikke forbinde til feedtjeneste" msgid "Could not find profile" msgstr "Kunne ikke finde profil" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Kunne ikke forlade chat" @@ -2392,7 +2461,7 @@ msgstr "Kunne ikke indlæse feed" msgid "Could not load list" msgstr "Kunne ikke indlæse liste" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Kunne ikke skjule chat" @@ -2476,8 +2545,9 @@ msgstr "Opret moderationsliste" msgid "Create new account" msgstr "Opret ny konto" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Opret anmeldelse for {0}" @@ -2490,7 +2560,7 @@ msgstr "Opret startpakke" msgid "Create user list" msgstr "Opret brugerliste" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Oprettet {0}" @@ -2503,8 +2573,8 @@ msgstr "Skaber er blokeret" msgid "Culture" msgstr "Kultur" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Tilpasset" @@ -2512,18 +2582,22 @@ msgstr "Tilpasset" msgid "Customization options" msgstr "Tilpasningsindstillinger" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Tilpas, hvem der kan interagere med dette opslag." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Tilpas din Bluesky-oplevelse" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Mørk" @@ -2536,7 +2610,7 @@ msgstr "Mørk" msgid "Dark mode" msgstr "Mørk tilstand" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Mørk tilstand" @@ -2558,7 +2632,11 @@ msgstr "Fejlsøg moderation" msgid "Debug panel" msgstr "Fejlsøgningspanel" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Standard" @@ -2566,14 +2644,14 @@ msgstr "Standard" msgid "Default icons" msgstr "Standardikoner" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Slet" @@ -2586,16 +2664,16 @@ msgstr "Slet konto" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Slet konto <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Slet appadgangskode" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Slet appadgangskode?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Slet chat" @@ -2603,18 +2681,18 @@ msgstr "Slet chat" msgid "Delete chat declaration record" msgstr "Slet chatdeklarationsregistrering" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Slet samtale" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Slet samtale" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Slet for mig" @@ -2623,11 +2701,11 @@ msgstr "Slet for mig" msgid "Delete list" msgstr "Slet liste" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Slet besked" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Slet besked for mig" @@ -2641,12 +2719,12 @@ msgstr "Slet min konto" msgid "Delete post" msgstr "Slet opslag" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Slet startpakke" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Slet startpakke?" @@ -2709,11 +2787,11 @@ msgstr "Udviklertilstand aktiveret" msgid "Developer options" msgstr "Udviklingerindstillinger" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: Tilpas, hvem der kan interagere med dette opslag." -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dæmpet" @@ -2735,6 +2813,14 @@ msgstr "Deaktiver tofaktorgodkendelse via e-mail" msgid "Disable haptic feedback" msgstr "Deaktiver haptisk feedback" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Deaktiver undertekster" @@ -2778,7 +2864,7 @@ msgstr "Anmod apps om ikke at vise min konto til udloggede brugere" msgid "Discover new custom feeds" msgstr "Find nye specialbyggede feeds" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Find nye feeds" @@ -2817,8 +2903,8 @@ msgstr "Profilnavn" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Glem alt om trolls og clickbait. Find rigtige mennesker og samtaler, der giver mening." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS-adgang" @@ -2830,7 +2916,7 @@ msgstr "Anvend ikke dette skjulte ord på brugere, du følger" msgid "Does not include nudity." msgstr "Omfatter ikke nøgenhed." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domæne godkendt!" @@ -2853,19 +2939,20 @@ msgstr "Bare rolig! Alle eksisterende beskeder og indstillinger er gemt og vi bl #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Tryk dobbelt eller langt på beskeden for at tilføje en reaktion" msgid "Double tap to close the dialog" msgstr "Tryk dobbelt for at lukke dialogen" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Tryk dobbelt for at like" @@ -2903,6 +2990,10 @@ msgstr "Download Bluesky" msgid "Download CAR file" msgstr "Download CAR-fil" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Slip for at tilføje billeder" @@ -2943,9 +3034,13 @@ msgstr "fx Profiler, der altid rammer plet." msgid "e.g. Users that repeatedly reply with ads." msgstr "fx Brugere, der laver for mange reklameopslag." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Rediger notifikationer fra {0}" msgid "Edit People" msgstr "Rediger personer" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Rediger interaktionsindstillinger" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Rediger profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Rediger profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Rediger startpakke" @@ -3034,7 +3129,7 @@ msgstr "Rediger startpakke" msgid "Edit user list" msgstr "Rediger brugerliste" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Rediger, hvem der kan svare" @@ -3085,7 +3180,7 @@ msgstr "E-mailbekræftelse er fuldført!" msgid "Email Verified" msgstr "E-mail godkendt" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "HTML-kode til indlejring" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Indlejret videoafspiller" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Aktiver undertekster" @@ -3200,7 +3299,7 @@ msgstr "Indtast det domæne, du ønsker at bruge" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Indtast den e-mailadresse, du brugte, da du oprettede din konto. Vi sender dig en nulstillingskode, så du kan vælge en ny adgangskode." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Indtast det brugernavn eller den e-mailadresse, du brugte, da du oprettede din konto" @@ -3213,7 +3312,7 @@ msgstr "Indtast din fødselsdato" msgid "Enter your email address" msgstr "Indtast din e-mailadresse" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Indtast din adgangskode" @@ -3258,22 +3357,18 @@ msgstr "En fejl opstod under modtagelse af opgaveløsning" msgid "Error: {error}" msgstr "Fejl: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Alle" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Alle kan svare" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Alle kan besvare dette opslag." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Alle" @@ -3282,16 +3377,6 @@ msgstr "Alle" msgid "Everything else" msgstr "Alt andet" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "For mange omtaler eller svar" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "For mange eller uønskede beskeder" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Udelad brugere, du følger" @@ -3316,7 +3401,7 @@ msgstr "Lukker billedvisning" msgid "Expand alt text" msgstr "Udvid alt-tekst" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Udvid brugerliste" @@ -3328,7 +3413,7 @@ msgstr "Udvid eller sammenklap det fulde opslag, du besvarer" msgid "Expand post text" msgstr "Udvid opslagets tekst" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Udvider eller sammenklapper opslagets tekst" @@ -3348,7 +3433,7 @@ msgstr "Udløbet" msgid "Expires {0}" msgstr "Udløber {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Udløber om {0}" @@ -3407,13 +3492,17 @@ msgstr "Afspilning af medier fra eksterne websites muliggør indsamling af oplys msgid "External Media Preferences" msgstr "Indstillinger for eksterne medier" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Kunne ikke acceptere chat" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Kunne ikke tilføje emojireaktion" @@ -3421,7 +3510,7 @@ msgstr "Kunne ikke tilføje emojireaktion" msgid "Failed to add to starter pack" msgstr "Kunne ikke føje til startpakke" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Ændring af handle fejlde. Prøv igen." @@ -3438,13 +3527,13 @@ msgstr "Kunne ikke starte samtale" msgid "Failed to create starter pack" msgstr "Oprettelse af startpakke fejlede" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Kunne ikke slette chat" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Sletning af besked fejlede" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Sletning af startpakke fejlede" @@ -3465,10 +3554,10 @@ msgstr "Kunne ikke følge foreslåede konti, prøv igen" msgid "Failed to load conversations" msgstr "Kunne ikke indlæse samtaler" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Indlæsning af indstillinger for feeds fejlede" @@ -3498,14 +3587,14 @@ msgstr "Indlæst af tidligere beskeder fejlede" msgid "Failed to load preference." msgstr "Kunne ikke indlæse indstilling." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Indlæsning af foreslåede feeds fejlede" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Indlæsning af foreslåede konti fejlede" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Fastgørelse af opslag fejlede" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Kunne ikke fjerne emojireaktion" @@ -3535,7 +3624,8 @@ msgstr "Kunne ikke fjerne verifikation" msgid "Failed to resolve location. Please try again." msgstr "Kunne ikke bestemme din lokation. Prøv igen senere." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Fejl ved lagring af billede: {0}" @@ -3557,7 +3647,7 @@ msgstr "Kunne ikke sende" msgid "Failed to send email, please try again." msgstr "Kunne ikke sende e-mail, prøv igen." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Afsendelse af klage fejlede, prøv igen." @@ -3606,6 +3696,14 @@ msgstr "Kunne ikke bekræfte e-mail, prøv igen." msgid "Failed to verify handle. Please try again." msgstr "Kunne ikke verificere handle. Prøv igen." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "Feedskaber" msgid "Feed identifier" msgstr "Feedidentifikator" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Feedmenu" @@ -3635,8 +3733,8 @@ msgstr "Feed tilføj/fjern" msgid "Feed unavailable" msgstr "Feed utilgængeligt" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Kontakt" @@ -3696,7 +3794,7 @@ msgstr "Filtrer efter sprog (pt. {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Begræns, hvem der kan modtage notifikationer om din aktivitet" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Begræns, hvem du kan modtage notifikationer fra" @@ -3713,7 +3811,7 @@ msgstr "Endelig! Hold styr på opslag, der er relevante for dig. Gem dem og find msgid "Finance" msgstr "Økonomi" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Find konti, du kan følge" msgid "Find people to follow" msgstr "Find personer, du kan følge" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Find opslag, brugere og feeds på Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Afslut" msgid "Fitness" msgstr "Motion" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Flad sort" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Flad blå" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Flad hvid" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Fleksibel" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Følg" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Følg" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Følg {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Følg {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Følg alle konti" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Følg tilbage" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Følg tilbage" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Følgere du kender" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Følger" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Følger" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Følger {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Følger {handle}" @@ -3894,11 +3988,11 @@ msgstr "Følger dig" msgid "Follows You" msgstr "Følger dig" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Skrifttype" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Tekststørrelse" @@ -3919,7 +4013,7 @@ msgstr "Af sikkerhedsgrunde sender vi en bekræftelseskode til din e-mailadresse msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Af sikkerhedsgrunde vil du ikke få dette vist denne igen. Hvis du mister denne appadgangskode, bliver du nødt til at oprette en ny." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "For den bedste oplevelse anbefaler vi at bruge temaskrifttypen." @@ -3941,11 +4035,11 @@ msgstr "Ikke mere støj" msgid "Forgot Password" msgstr "Glemt adgangskode" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Glemt adgangskode?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Glemt?" @@ -3953,12 +4047,7 @@ msgstr "Glemt?" msgid "Free your feed" msgstr "Slip dit feed fri" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Laver tit opslag med uønsket indhold" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Fra" @@ -4011,7 +4100,7 @@ msgstr "Få notifikationer, når nogen videredeler opslag, du har videredelt." msgid "Get notifications when people repost your posts." msgstr "Få notifikationer, når nogen videredeler dine opslag." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Bliv notificeret om nye opslag" @@ -4027,7 +4116,7 @@ msgstr "Bliv notificeret om nye opslag fra {name}" msgid "Get notified of this account’s activity" msgstr "Bliv notificeret om denne kontos aktivitet" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Bliv notificeret, når {name} laver opslag" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Sæt ansigt på din profil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Åbenlys overtrædelse af lovgivning eller tjenestevilkår" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Åbenlys overtrædelse af lovgivning eller tjenestevilkår" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Gå tilbage" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Gå tilbage" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Gå tilbage til forrige trin" @@ -4123,7 +4208,7 @@ msgstr "Gå live" msgid "Go live for" msgstr "Gå live i" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Gå til {firstAuthorName}s profil" @@ -4146,23 +4231,35 @@ msgstr "Gå til feed" msgid "Go to next" msgstr "Gå til næste" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Gå til profil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Gå til brugers profil" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Vold" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Nu er du halvvejs!" msgid "Handle" msgstr "Handle" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Handle er optaget. Prøv med et andet." @@ -4182,7 +4279,7 @@ msgstr "Handle er optaget. Prøv med et andet." msgid "Handle changed!" msgstr "Handle ændret!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Handle er for langt. Prøv med et kortere." @@ -4190,10 +4287,17 @@ msgstr "Handle er for langt. Prøv med et kortere." msgid "Haptics" msgstr "Haptisk feedback" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Chikane, trolling og intolerance" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Har du problemer?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Hjælp" @@ -4238,7 +4346,7 @@ msgstr "Halløj 👋" msgid "Hidden" msgstr "Skjult" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Skjult af dine moderationsindstillinger." @@ -4248,7 +4356,7 @@ msgstr "Skjult liste" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Skjult liste" msgid "Hide" msgstr "Skjul" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Skjul" @@ -4269,6 +4377,10 @@ msgstr "Skjul" msgid "Hide customization options" msgstr "Skjul tilpasningsindstillinger" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Skjul populære emner?" msgid "Hide trending videos?" msgstr "Skjul populære videoer?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Skjul brugerliste" @@ -4320,7 +4432,7 @@ msgstr "Skjul brugerliste" msgid "Hide verification badges" msgstr "Vis verifikationsskilte" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Skjuler indholdet" @@ -4365,12 +4477,12 @@ msgstr "Vent lidt! Vi udruller gradvist adgang til video, og du er stadig i kø. msgid "Home" msgstr "Forside" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Server:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Udbyder" @@ -4383,6 +4495,10 @@ msgstr "Hot" msgid "How should we open this link?" msgstr "Hvordan skal vi åbne dette link?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Hvis du vil skifte din adgangskode, sender vi dig en kode til at bekræf msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Hvis du vil begrænse, hvem der kan modtage notifikationer om din egen kontos aktivitet, kan du ændre dette under <0>Indstillinger → Privatliv og sikkerhed0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Hvis du er udvikler, kan du køre din egen server." @@ -4443,12 +4559,7 @@ msgstr "Hvis du er udvikler, kan du køre din egen server." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Ulovligt og akut" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Billede" @@ -4461,29 +4572,24 @@ msgstr "Billedcache blev tømt" msgid "Image cache cleared, freed {0}" msgstr "Billedcache tømt, frigjorde {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Billede blev gemt" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Billeder kan ikke gemmes, medmindre du giver adgang til dit fotobibliotek." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Identitetstyveri eller falske oplysninger om identitet eller tilknytning" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Identitetstyveri, misinformation eller falske påstande" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "I appen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notifikationer i appen" @@ -4507,17 +4613,12 @@ msgstr "I appen, Push, Alle" msgid "In-app, Push, People you follow" msgstr "I appen, Push, Personer, du følger" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Upassende beskeder eller links med seksuelt indhold" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Tom indbakke!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Forkert brugernavn eller adgangskode" @@ -4537,11 +4638,11 @@ msgstr "Indtast ny adgangskode" msgid "Input password for account deletion" msgstr "Indtast adgangskode for sletning af konto" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Indtast den kode, du har modtaget på e-mail" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interaktion begrænset" @@ -4557,12 +4658,12 @@ msgstr "Vi præsenterer: Aktivitetsnotifikationer" msgid "Introducing saved posts AKA bookmarks" msgstr "Vi præsenterer: Gemte opslag, også kendt som bogmærker" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Ugyldig 2FA-bekræftelseskode" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Ugyldigt handle. Prøv et andet." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Ugyldige interaktionsindstillinger." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Ugyldigt emne for anmeldelse" @@ -4626,8 +4727,8 @@ msgstr "Jobs" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Opret dig på Bluesky" @@ -4657,20 +4758,20 @@ msgstr "KWS brugervilkår" msgid "KWS website" msgstr "KWS hjemmeside" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Mærkat tilføjet af {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Mærkat tilføjet af forfatteren." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Mærkater" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Mærkater tilføjet" @@ -4678,11 +4779,11 @@ msgstr "Mærkater tilføjet" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Mærkater kan tilknyttes brugere og indhold. De kan bruges til at skjule, advare og kategorisere i netværket." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Mærkater på din konto" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Mærkater på dit indhold" @@ -4696,7 +4797,7 @@ msgstr "Sprogindstillinger" msgid "Languages" msgstr "Sprog" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Større" @@ -4736,12 +4837,12 @@ msgstr "Læs mere om alderstjek" msgid "Learn more about Bluesky" msgstr "Læs mere om Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Læs mere om at hoste din egen PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Læs mere om, hvad der er offentligt på Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Læs mere under <0>kontoindstillinger.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Læs mere." @@ -4787,10 +4888,10 @@ msgstr "Forlad" msgid "Leave chat" msgstr "Forlad chat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Forlad samtale" @@ -4822,9 +4923,9 @@ msgstr "Lad os få nulstillet din adgangskode!" msgid "Let's go!" msgstr "Lad os komme i gang!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Lys" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Lys" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Like ({0, plural, one {# like} other {# likes}})" @@ -4855,7 +4956,7 @@ msgstr "Like 10 opslag for at træne Discover-feedet" msgid "Like notifications" msgstr "Notifikationer ved likes" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Like dette feed" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Liket af {0, plural, one {# bruger} other {# brugere}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Likes af dine videredelinger" msgid "Likes of your reposts notifications" msgstr "Notifikationer ved videredeling af videredelinger" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Likes af dette opslag" @@ -5021,12 +5122,12 @@ msgstr "Livefunktion er i betatest" msgid "Live link" msgstr "Livelink" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Indlæs flere" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Indlæs flere foreslåede feeds" @@ -5041,6 +5142,14 @@ msgstr "Indlæs nye notifikationer" msgid "Load new posts" msgstr "Indlæs nye opslag" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Indlæser..." @@ -5049,15 +5158,19 @@ msgstr "Indlæser..." msgid "Log" msgstr "Log" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Synlighed for udloggede brugere" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo af @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo af <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Administrer dine skjulte ord og tags" msgid "Mark all as read" msgstr "Marker alle læst" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marker som læst" @@ -5132,7 +5245,7 @@ msgstr "Måske senere" msgid "Media" msgstr "Medier" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Medier, der kan virke stødende eller upassende for visse personer." @@ -5140,14 +5253,10 @@ msgstr "Medier, der kan virke stødende eller upassende for visse personer." msgid "Mention notifications" msgstr "Omtalenotifikationer" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "omtalte brugere" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Omtalte brugere" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Send besked til {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Besked slettet" @@ -5172,7 +5281,7 @@ msgstr "Besked slettet" msgid "Message deleted" msgstr "Besked slettet" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Besked fra @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Beskedfelt" msgid "Message is too long" msgstr "Beskeden er for lang" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Beskedindstillinger" @@ -5197,24 +5306,22 @@ msgstr "Beskedindstillinger" msgid "Messages" msgstr "Beskeder" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Midnat" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Diverse notifikationer" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Vildledende konto" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Vildledende opslag" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderationsværktøjer" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Flere feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Lydløs" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Skjul {tag}" @@ -5332,8 +5439,8 @@ msgstr "Skjul konto" msgid "Mute accounts" msgstr "Skjul konti" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Skjul samtale" @@ -5396,7 +5503,7 @@ msgstr "Skjulte konti" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Opslag fra skjulte konti vil ikke optræde i dit feed og dine notifikationer. Ingen kan se, hvem du skjuler." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Skjult af \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Mine feeds" msgid "Name" msgstr "Navn" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Navn eller beskrivelse overtræder fælleskabsreglerne" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Gå til startpakke" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Går til næste skærmbillede" @@ -5455,20 +5551,16 @@ 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:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Vil du anmelde en ophavsretskrænkelse?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Mist aldrig adgang til dine følgere og din data." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Glem det, opret et handle til mig" @@ -5476,17 +5568,17 @@ msgstr "Glem det, opret et handle til mig" msgid "New" msgstr "Ny" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Ny" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nyt} other {Nye}} opslag fra {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Nyt} other {Nye}} opslag fra {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nyt opslag" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Nye opslag fra {firstAuthorLink} og <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Nye opslag fra {firstAuthorName} og {additionalAuthorsCount, plural, one {{formattedAuthorsCount} anden} other {{formattedAuthorsCount} andre}}" @@ -5574,8 +5666,8 @@ msgstr "Ny bruger" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Nyeste svar først" @@ -5587,8 +5679,8 @@ msgstr "Nyheder" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Nyheder" msgid "Next" msgstr "Næste" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Næste" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Næste billede" @@ -5616,12 +5703,12 @@ msgstr "Næste billede" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Ingen annoncer, ingen tracking, ingen manipulerende algoritme. Bluesky respekter din tid og opmærksomhed." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Ingen appadgangskoder endnu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Ingen DNS-adgang" @@ -5646,8 +5733,9 @@ msgstr "Intet billede" msgid "No likes yet" msgstr "Ingen likes endnu." -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Følger ikke længere {0}" @@ -5671,7 +5759,7 @@ msgstr "Ingen notifikationer endnu!" msgid "No one" msgstr "Ingen" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Kun forfatteren selv kan citere dette opslag." @@ -5701,7 +5789,7 @@ msgstr "Intet resultat" msgid "No results" msgstr "Ingen resultater" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Ingen resultater for \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Ingen resultater fundet for \"{query}\"" msgid "No results found for {query}" msgstr "Ingen resultater fundet for {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Ingen resultater." @@ -5732,7 +5820,7 @@ msgstr "Ingen søgeresultater fundet for \"{search}\"." msgid "No thanks" msgstr "Nej tak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Ingen" @@ -5753,6 +5841,10 @@ msgstr "Ingen har videredelt dette endnu. Måske skulle du være den første!" msgid "Nobody was found. Try searching for someone else." msgstr "Ingen blev fundet. Prøv at søge efter en anden." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Ikkeseksuel nøgenhed" @@ -5843,16 +5935,11 @@ msgstr "nu" msgid "Now" msgstr "Nu" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nøgenhed" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nøgenhed eller voksenindhold, som ikke er mærket som dette" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Okay" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Ældste svar først" @@ -5916,7 +6003,7 @@ msgstr "Et eller flere videoer mangler alt-tekst." msgid "Only .jpg and .png files are supported" msgstr "Kun .jpg- og .png-filer er understøttet" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Kun {0} kan svare." @@ -5941,7 +6028,7 @@ msgstr "Ups, noget gik galt!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Åbn avatarbygger" msgid "Open conversation options" msgstr "Åbn samtaleindstillinger" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Åbn navigation" @@ -5973,8 +6060,8 @@ msgstr "Åbn emojivælger" msgid "Open feed info screen" msgstr "Åbn feedinformation" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Åbn feedindstillingsmenu" @@ -6015,7 +6102,7 @@ msgstr "Åbn profil" msgid "Open share menu" msgstr "Åbn delemenu" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Åbn startpakkemenu" @@ -6032,9 +6119,9 @@ msgstr "Åbn systemlog" msgid "Opens a dialog to add a content warning to your post" msgstr "Åbner en dialog, hvor du kan tilføje en indholdsadvarsel til dit opslag" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Åbner en dialog, hvor du kan vælge, hvem der kan besvare i denne tråd" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Åbner linket {0}" msgid "Opens live status dialog" msgstr "Åbner livetilstandsdialog" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Åbner formular til nulstilling af adgangskode" @@ -6103,24 +6190,15 @@ msgstr "Åbner formular til nulstilling af adgangskode" msgid "Opens post language settings" msgstr "Åbner opslagets sprogindstillinger" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Åbner denne profil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Tilføj evt. yderligere informationer herunder:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Indstillinger:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Eller fra en af disse:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Eller fortsæt med en anden konto." @@ -6145,21 +6223,50 @@ msgstr "OTA-status: Kunne ikke hente opdatering" msgid "OTA status: None available" msgstr "OTA-status: Ingen tilgængelig" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Andet" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Anden konto" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Vores blogindlæg" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Vores moderatorteam har modtaget din anmeldelse." @@ -6176,7 +6283,7 @@ msgstr "Side ikke fundet" msgid "Page Not Found" msgstr "Side ikke fundet" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Personer, som følges af @{0}" msgid "People following @{0}" msgstr "Personer, som @{0} følger" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Personer jeg følger" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Kæledyr" msgid "Photography" msgstr "Fotografi" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Billeder for voksne." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fastgør feed" @@ -6266,7 +6381,7 @@ msgstr "Fastgør feed" msgid "Pin to home" msgstr "Fastgør til forside" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fastgør til forside" @@ -6275,7 +6390,7 @@ msgstr "Fastgør til forside" msgid "Pin to your profile" msgstr "Fastgør til din profil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fastgjort" @@ -6302,7 +6417,7 @@ msgstr "Afspil" msgid "Play {0}" msgstr "Afspil {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Afspil video" @@ -6327,7 +6442,7 @@ msgstr "Afspiler GIF'en" msgid "Plays the video" msgstr "Afspiller videoen" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Vælg de mærkater, der beskriver det indhold, du er ved at slå op." @@ -6413,7 +6528,7 @@ msgstr "Indtast din invitationskode." msgid "Please enter your new email address." msgstr "Indtast din nye e-mailadresse." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Indtast din adgangskode" @@ -6421,11 +6536,11 @@ msgstr "Indtast din adgangskode" msgid "Please enter your password as well:" msgstr "Indtast også din adgangskode:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Indtast dit brugernavn" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Forklar, hvorfor du mener, at denne mærkat er anvendt fejlagtigt af {0}" @@ -6446,11 +6561,11 @@ msgstr "Angiv yderligere oplysninger, som du finder relevante for, at moderatore msgid "Please select a language" msgstr "Vælg venligst et sprog" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Vælg moderationstjeneste" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Vælg årsagen til denne anmeldelse" @@ -6473,7 +6588,7 @@ msgstr "Skriv din besked herunder:" msgid "Politics" msgstr "Politik" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Porno" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Indlæg er blevet slettet" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Opslag indeholder skjulte ord" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Opslag skjult af dig" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Interaktionsindstillinger" @@ -6614,13 +6729,8 @@ msgstr "Forrige billede" msgid "Primary Language" msgstr "Primært sprog" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioriter konti, du følger" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privatliv" @@ -6652,6 +6762,10 @@ msgstr "Privatlivs- og sikkerhedsindstillinger" msgid "Privacy Policy" msgstr "Privatlivspolitik" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Behandler video..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil opdateret" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Offentlig" @@ -6714,7 +6836,7 @@ msgstr "Udgiv svar" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Push-notifikationer" @@ -6764,10 +6886,6 @@ msgstr "Citatopslag blev afkoblet" msgid "Quote posts disabled" msgstr "Citatopslag ikke tilladt" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Indstillinger for citat" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Indstillinger for citat" msgid "Quotes" msgstr "Citater" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citater af dette opslag" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Aktivietsgrænse overskredet - du har prøvet at ændre dit handle for mange gange på kort tid. Vent lidt, før du prøver igen." @@ -6805,11 +6923,11 @@ msgstr "Læs {0, plural, one {yderligere # svar} other {yderligere # svar}}" msgid "Read blog post" msgstr "Læs blogindlæg" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Læs mindre" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Læs mere" @@ -6849,15 +6967,11 @@ msgstr "Ægte mennesker." msgid "Reason for appeal" msgstr "Begrundelse for klage" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Begrundelse:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Modtag notifikationer i appen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Modtag push-notifikationer" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Forbind igen" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Afvis" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Afvis chatanmodning" @@ -6946,8 +7060,8 @@ msgstr "Fjern feed" msgid "Remove feed?" msgstr "Fjern feed?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Svarede dig" msgid "Replies" msgstr "Svar" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Svar ikke tilladt" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Svar til dette opslag er ikke tilladt." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Besvar" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Svar ({0, plural, one {# svar} other {# svar}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Svar skjult af trådens forfatter" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Svar skjult af dig" @@ -7120,11 +7234,7 @@ msgstr "Svar skjult af dig" msgid "Reply notifications" msgstr "Notifikationer ved svar" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Indstillinger for svar" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Svarindstillinger er bestemt af trådens forfatter" @@ -7141,7 +7251,7 @@ msgstr "Svarets synlighed blev opdateret" msgid "Reply was successfully hidden" msgstr "Svar blev skjult" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Anmeld" msgid "Report account" msgstr "Anmeld konto" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Anmeld samtale" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Anmeld dialog" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Anmeld feed" @@ -7176,7 +7285,7 @@ msgstr "Anmeld feed" msgid "Report list" msgstr "Anmeld liste" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Anmeld besked" @@ -7185,48 +7294,41 @@ msgstr "Anmeld besked" msgid "Report post" msgstr "Anmeld opslag" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Anmeld startpakke" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Anmeldelse afsendt" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Anmeld dette indhold" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Anmeld dette feed" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Anmeld denne liste" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Anmeld denne besked" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Anmeld dette opslag" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Anmeld denne startpakke" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Anmeld denne bruger" @@ -7250,7 +7352,7 @@ msgstr "Notifikationer ved videredeling" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Videredel eller citer" @@ -7277,7 +7379,7 @@ msgstr "Videredelt af dig" msgid "Reposts" msgstr "Videredelinger" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Videredelinger af dette opslag" @@ -7291,8 +7393,8 @@ msgstr "Videredeling af dine videredelinger" msgid "Reposts of your reposts notifications" msgstr "Notifikationer ved videredeling af videredelinger" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Anmod om kode" @@ -7348,7 +7450,7 @@ msgstr "Nulstil velkomsttilstand" msgid "Reset password" msgstr "Nulstil adgangskode" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Forsøger at logge ind igen" @@ -7360,12 +7462,12 @@ msgstr "Prøver at gentage den seneste handling, der fejlede" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Prøver at gentage den seneste handling, der fejlede" msgid "Retry" msgstr "Prøv igen" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Prøv at genindlæse mulige årsager" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Gå til forrige side" @@ -7399,8 +7501,8 @@ msgstr "Vender tilbage til forsiden" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Går til forrige side" @@ -7412,8 +7514,8 @@ msgstr "Går tilbage til det forrige trin" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Går tilbage til det forrige trin" msgid "Save" msgstr "Gem" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Gem" @@ -7459,8 +7561,13 @@ msgstr "Gem nyt handle" msgid "Save QR code" msgstr "Gem QR-kode" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Føj til mine feeds" @@ -7487,21 +7594,25 @@ msgstr "Tilføjet dine feeds" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Sig hej!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Videnskab" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Rul til venstre" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Rul til højre" @@ -7513,7 +7624,7 @@ msgstr "Rul til toppen" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Søg" @@ -7553,11 +7664,11 @@ msgstr "Søg efter \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Søg efter flere konti" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Søg efter flere feeds" @@ -7610,19 +7721,19 @@ msgstr "Søg efter profiler" msgid "Security step required" msgstr "Sikkerhedstjek krævet" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Se {tag}-indlæg" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Se {tag}-indlæg af bruger" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Se #{tag}-indlæg" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Se #{tag}-indlæg af bruger" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Spoleskyder. Brug piletaster for at spole frem og tilbage, og mellemrum til at starte/stoppe afspilning." #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Vælg kategorien \"{interestsDisplayName}\"" @@ -7665,11 +7776,15 @@ msgstr "Vælg {langName}" msgid "Select a color" msgstr "Vælg en farve" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Vælg konto" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Vælg et appsprog" @@ -7701,6 +7816,14 @@ msgstr "Vælg varighed" msgid "Select from an existing account" msgstr "Vælg en eksisterende konto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Vælg GIF" @@ -7727,14 +7850,10 @@ msgstr "Vælg sprog..." msgid "Select languages" msgstr "Vælg sprog" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Vælg moderationstjeneste" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Vælg moderator" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Angiv opslagets sprog" @@ -7752,10 +7871,6 @@ msgstr "Vælg undertekstfil (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Vælg emojien {emojiName} som din avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Vælg moderationstjeneste(r), du vil anmelde til" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Vælg op til tre sprog, som anvendes i dette opslag" @@ -7785,7 +7900,7 @@ msgstr "Angiv dine interesser herunder" msgid "Select your preferred language for translations in your feed." msgstr "Vælg dit foretrukne sprog for oversættelser i dit feed" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Vælg dine foretrukne notifikationskanaler" @@ -7793,6 +7908,10 @@ msgstr "Vælg dine foretrukne notifikationskanaler" msgid "Selecting multiple media types is not supported." msgstr "Valg af flere medietyper er ikke understøttet." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Del et fedt website!" @@ -7818,7 +7937,7 @@ msgstr "Send feedback" msgid "Send message" msgstr "Send besked" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Send opslag til {name}" @@ -7826,18 +7945,7 @@ msgstr "Send opslag til {name}" msgid "Send post to..." msgstr "Send opslag til..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Send anmeldelse" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Send anmeldelse til {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Send anmeldelse til {title}" @@ -7858,7 +7966,7 @@ msgstr "Send som direkte besked" msgid "Sends email with confirmation code for account deletion" msgstr "Sender e-mail med bekræftelseskode for kontosletning" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Serveradresse" @@ -7874,10 +7982,18 @@ msgstr "Angiv fødselsdato" msgid "Set new password" msgstr "Angiv ny adgangskode" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Konfigurer din konto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Angiver e-mail til nulstilling af adgangskode" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Indstillinger blev gemt" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Seksuel aktivitet eller erotisk nøgenhed" @@ -7953,7 +8069,7 @@ msgstr "Erotik" msgid "Share" msgstr "Del" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Del" @@ -7996,7 +8112,7 @@ msgstr "Del opslagets at://-URI" msgid "Share QR code" msgstr "Del QR-kode" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Del dette feed" @@ -8012,8 +8128,8 @@ msgstr "Del denne startpakke og hjælp andre med at blive en del af fællesskabe #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Del dit yndlingsfeed!" msgid "Shared Preferences Tester" msgstr "Test af delte indstillinger" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Vis alt-tekst" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Vis alligevel" @@ -8067,6 +8183,10 @@ msgstr "Vis mindre som dette" msgid "Show list anyway" msgstr "Vis liste alligevel" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Vis mere" @@ -8080,7 +8200,7 @@ msgstr "Vis mere som dette" msgid "Show more replies" msgstr "Vis flere svar" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Vis svar til opslag i trådet trævisning" @@ -8098,10 +8218,6 @@ msgstr "Vis svar" msgid "Show replies as" msgstr "Vis svar" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Vis svar fra brugere, du følger, før øvrige svar" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Vis advarsel" msgid "Show warning and filter from feeds" msgstr "Vis advarsel og filtrer fra feeds" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Viser, hvornår dette opslag blev oprettet" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Viser indholdet" @@ -8145,7 +8261,7 @@ msgstr "Viser indholdet" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Viser indholdet" msgid "Sign in" msgstr "Log ind" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Log ind som {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Log ind som..." @@ -8177,7 +8293,7 @@ msgstr "Log ind eller opret en konto" msgid "Sign in or create your account to join the conversation!" msgstr "Log ind eller opret en konto for at deltage i samtalen!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Log på konto, der ikke er anført" @@ -8243,7 +8359,7 @@ msgstr "Spring introduktionen over og kom i gang med din konto" msgid "Skip to next step" msgstr "Spring til næste trin" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Mindre" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Udvalgte personer kan svare" @@ -8280,7 +8396,7 @@ msgstr "Nogen reagerede med {0}" msgid "Someone reacted {0} to {1}" msgstr "Nogen reagerede med {0} på {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Der er noget i vejen med din anmeldelse. Kontakt venligst support." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Noget gik galt" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Noget gik galt, prøv igen" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Noget gik galt!" msgid "Something went wrong. Please try again in a moment." msgstr "Noget gik galt. Prøv igen om lidt." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Noget gik galt. Prøv igen." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Noget galt? Fortæl os om det." @@ -8327,34 +8442,30 @@ msgstr "Beklager, vi kan ikke indlæse forslag lige nu." msgid "Sorry! Your session expired. Please sign in again." msgstr "Desværre! Din session er udløbet. Log venligst ind igen." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Rækkefølge af svar" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Sorter svar efter" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Vis svar på et opslag i denne rækkefølge:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Kilde: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; for mange omtaler eller svar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; for mange omtaler eller svar" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Start en samtale, og den vil blive vist her." @@ -8403,11 +8514,11 @@ msgstr "Startpakke af <0/>" msgid "Starter pack by you" msgstr "Startpakke af dig" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Startpakke er ugyldig" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Startpakker" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Afsend klage" msgid "Submit Appeal" msgstr "Afsend klage" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Send anmeldelse" @@ -8494,7 +8605,7 @@ msgstr "Bekræftet!" msgid "Successfully verified" msgstr "Verificering lykkedes" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Foreslåede konti" @@ -8506,17 +8617,17 @@ msgstr "Foreslåede konti" msgid "Suggested for you" msgstr "Foreslået til dig" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Seksuelle undertoner" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Solopgang" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Solnedgang" @@ -8547,10 +8658,10 @@ msgstr "Skift konti" msgid "Switch to {0}" msgstr "Skift til {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "System" @@ -8591,6 +8702,10 @@ msgstr "Tryk for at lukke kontekstmenu" msgid "Tap to dismiss" msgstr "Tryk for lukke" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Opgave fuldført – 10 følger!" @@ -8620,8 +8735,8 @@ msgstr "Fortæl os lidt mere om dig selv" msgid "Tell us a little more" msgstr "Fortæl os lidt mere" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Tjenestevilkår" @@ -8637,26 +8752,11 @@ msgstr "Tjenestevilkår" msgid "Terms of Service" msgstr "Tjenestevilkår" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Sprogbrug overtræder fælleskabsreglerne" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Tekst og tags" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Tekstfelt" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Tekstfelt" @@ -8665,10 +8765,6 @@ msgstr "Tekstfelt" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Tak for din feedback! Den er sendt videre til feedets ejer." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Tak. Din anmeldelse blev sendt." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Tak, du har nu bekræftet din e-mailadresse. Du kan nu lukke denne dialo msgid "Thanks! You're all set." msgstr "Tak! Nu er der styr på det hele." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Som indeholder følgende:" @@ -8699,11 +8795,11 @@ msgstr "Det brugernavn er allerede taget" msgid "That's all, folks!" msgstr "Det var alt, folkens!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Det var alt" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 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." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Appen vil blive genstartet" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Forfatteren af denne tråd har skjult dette svar." @@ -8750,11 +8846,11 @@ msgstr "Oplevelsen er bedre i appen. Download Bluesky nu, så fortsætter vi, hv msgid "The feed has been replaced with Discover." msgstr "Feedet er erstattet af Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Følgende mærkater er blevet sat på din konto." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Følgende labels er blevet sat på dit indhold." @@ -8788,7 +8884,7 @@ msgstr "Den valgte video er større end 100 MB. Prøv igen med en mindre fil." 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Tjenestevilkårene er flyttet til" 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" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Der kunne ikke skabes forbindelse til Tenor." msgid "There was an issue contacting the server" msgstr "Der kunne ikke skabes forbindelse til serveren" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Der kunne ikke skabes forbindelse til serveren. Tjek din internetforbind 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Opslag kunne ikke indlæses. Tryk her for at prøve igen." msgid "There was an issue fetching the list. Tap here to try again." msgstr "Lister kunne ikke indlæses. Tryk her for at prøve igen." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Appadgangskode kunne ikke indlæses" @@ -8862,11 +8958,6 @@ msgstr "Dine tjenesteindstillinger kunne ikke indlæses" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Feed kunne ikke fjernes. Tjek din internetforbindelse og prøv igen." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Anmeldelse kunne ikke afsendes. Tjek din internetforbindelse." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Dine feeds kunne ikke opdateres. Tjek din internetforbindelse og prøv i #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Dine feeds kunne ikke opdateres. Tjek din internetforbindelse og prøv i msgid "There was an issue! {0}" msgstr "Der opstod en fejl! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Der opstod en uventet fejl i appen. Giv os besked om, at det er sket for 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Disse indstillinger gælder kun dit følgerfeed." @@ -8941,7 +9036,7 @@ msgstr "Denne konto er blokeret af en eller flere af dine moderationslister. For msgid "This action can be undone at any time." msgstr "Denne handling kan omgøres når som helst." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Denne klage vil blive sendt til <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Denne indhold ligger hos {0}. Vil du aktivere eksterne medier?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Dette indhold er ikke tilgængeligt, fordi nogle af de involverede brugere har blokeret hinanden." @@ -9006,7 +9101,7 @@ msgstr "Denne funktion er ikke tilgængelig, når du bruger en appadgangskode. L msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Dette feed oplever i øjeblikket mange besøgende og er midlertidigt utilgængelig. Prøv igen senere." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Dette feed er tomt! Prøv at følge flere bruger eller juster dine sprogindstillinger." @@ -9020,7 +9115,7 @@ msgstr "Dette feed er tomt." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Dette feed er ikke længere online. Vi viser i stedet <0>Discover0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Dette handle er reserveret. Prøv et andet." @@ -9037,7 +9132,7 @@ msgstr "Dette er ikke et gyldigt link" msgid "This label was applied by the author." msgstr "Denne mærkat blev sat af forfatteren" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Denne mærkat blev sat på dig." @@ -9065,11 +9160,11 @@ msgstr "Denne liste er tom." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Denne moderationstjeneste er utilgængelig. Se herunder for flere oplysninger. Kontakt os, hvis dette problem varer ved." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Dette opslag er dateret <0>{0}0>, men det blev først oprettet på Bluesky <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Dette svar vil blive vist i en skjult sektion nederst i din tråd og vil msgid "This service has not provided terms of service or a privacy policy." msgstr "Denne tjeneste har ikke angivet tjenestevilkår eller privatlivspolitik." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Dette skulle oprette en DNS-record på:" @@ -9113,7 +9208,7 @@ msgstr "Det tager normalt kun et øjeblik." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Denne bruger har ikke et profilnavn og kan derfor ikke verificeres." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Denne bruger har ikke nogen følgere." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Denne bruger har blokeret dig" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Denne bruger har blokeret dig. Du kan ikke se kontoens indhold." @@ -9142,7 +9237,7 @@ msgstr "Denne bruger optræder i listen <0>{0}0>, som du har skjult." msgid "This user is new here. Press for more info about when they joined." msgstr "Denne bruger er ny her. Tryk for at se, hvornår kontoen blev oprettet." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Denne bruger følger ikke nogen." @@ -9168,7 +9263,7 @@ msgstr "Trådindstillinger" msgid "Thread preferences" msgstr "Indstillinger for tråde" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Indstillinger for tråde" @@ -9181,6 +9276,10 @@ msgstr "Trådet" msgid "Threads Preferences" msgstr "Trådindstillinger" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Tid tilbage: {0, plural, one {# sekund} other {# sekunder}}" @@ -9198,10 +9297,6 @@ msgstr "For at deaktivere 2FA via e-mail, skal du bekræfte din adgang til <0>{0 msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "For at klage over en samtale, skal du klage over en specifik besked via samtaleskærmbilledet. Dette gør det muligt for vores moderatorer at forstå konteksten for din klage." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Hvem ønsker du at klage til?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "I dag" @@ -9222,8 +9317,8 @@ msgstr "Top" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Mest populære svar først" @@ -9231,17 +9326,17 @@ msgstr "Mest populære svar først" msgid "Topic" msgstr "Emne" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Oversæt" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Trævisning" @@ -9253,6 +9348,10 @@ msgstr "Trends" msgid "Trending Videos" msgstr "Populære videoer" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "Tillid opstår gennem forbindelser, fællesskaber og delt indhold, så vi åbner nu for <0>autoriserede verifikatorer0>, dvs. organisationer, som kan verificere brugerkonto." @@ -9274,7 +9373,7 @@ msgstr "Tofaktorgodkendelse (2FA)" msgid "Type your message here" msgstr "Indtast din besked her" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Type:" @@ -9294,13 +9393,13 @@ msgstr "Kunne ikke kontakte din udbyder. Tjek din internetforbindelse og prøv i #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Kan ikke slette" @@ -9324,27 +9423,27 @@ msgstr "Utilgængelig feedinformation" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Bloker ikke længere" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Bloker ikke længere" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Bloker ikke længere konto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Bloker ikke længere konto?" @@ -9369,12 +9468,7 @@ msgstr "Fortryd deling" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Fortryd deling ({0, plural, one {# deling} other {# delinger}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Følg ikke længere" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Følg ikke længer {0}" @@ -9383,7 +9477,7 @@ msgstr "Følg ikke længer {0}" msgid "Unfollow account" msgstr "Følg ikke længere konto" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Ophører med at følge brugeren" @@ -9391,7 +9485,7 @@ msgstr "Ophører med at følge brugeren" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Bluesky er desværre ikke tilgængelig i Mississippi for tiden." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Ingen af de moderationstjenester, du abonnerer på, understøtter denne anmeldelsestype." @@ -9399,12 +9493,20 @@ msgstr "Ingen af de moderationstjenester, du abonnerer på, understøtter denne msgid "Unknown verifier" msgstr "Ukendt verifikator" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Fjern ({0, plural, one {# like} other {# likes}})" @@ -9419,8 +9521,8 @@ msgstr "Skjul ikke længere" msgid "Unmute" msgstr "Skjul ikke længere" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Skjul ikke længere {tag}" @@ -9431,7 +9533,7 @@ msgstr "Skjul ikke længere {tag}" msgid "Unmute account" msgstr "Skjul ikke længere konto" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Skjul ikke længere samtale" @@ -9454,8 +9556,8 @@ msgstr "Skjul ikke længere video" msgid "Unpin" msgstr "Frigør" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Frigør feed" @@ -9464,8 +9566,8 @@ msgstr "Frigør feed" msgid "Unpin Feed" msgstr "Frigør feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Frigør fra forside" @@ -9517,13 +9619,6 @@ msgstr "Abonnement på liste afmeldt" msgid "Unsupported video type: {mimeType}" msgstr "Ikkeunderstøttet videotype: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Uønsket seksuelt indhold" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Opdater <0>{displayName}0> i lister" msgid "Update email" msgstr "Opdater e-mail" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Opdater til {domain}" @@ -9567,7 +9662,7 @@ msgstr "Opdaterer..." msgid "Upload a photo instead" msgstr "Upload et foto i stedet" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Upload en tekstfil til:" @@ -9603,11 +9698,11 @@ msgstr "Uploader forhåndsvisning af link..." msgid "Uploading video..." msgstr "Uploader video..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Brug appadgangskoder til at logge ind i andre Bluesky-klienter uden at give fuld adgang til din konto eller adgangskode." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Brug standardudbyder" @@ -9638,17 +9733,17 @@ msgstr "Brug denne sammen med dit handle for at logge ind i en anden app." msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Brug din kontos e-mailadresse eller en anden gyldig e-mailadresse, såfremt KWS eller Bluesky har brug for at kontakte dig." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Bruger blokeret" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Bruger blokeret" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Bruger blokeret af \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Bruger blokeret af liste" msgid "User Blocked by List" msgstr "Bruger blokeret af liste" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Bruger blokerer dig" @@ -9698,15 +9793,15 @@ msgstr "Brugernavn kan ikke begynde eller slutte med en bindestreg" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Brugernavn kan kun indeholde bogstaver (a-z), tal og bindestreger" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Brugernavn eller e-mailadresse" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "brugere, der følges af <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "brugere, der følger <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "brugere, der følger <0>@{0}0>" msgid "Users I follow" msgstr "Brugere, jeg følger" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Brugere i \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Brugere du følger" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Værdi:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Bekræft kode" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Bekræft DNS-record" @@ -9786,8 +9873,8 @@ msgstr "Bekræft e-mail-dialog" msgid "Verify now" msgstr "Bekræft nu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Bekræft tekstfil" @@ -9841,15 +9928,15 @@ msgstr "Videofeed fra {0}: {text}" msgid "Video Games" msgstr "Computerspil" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Video er sat på pause" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Video afspiller" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video ikke fundet." @@ -9882,11 +9969,11 @@ msgstr "Vis" msgid "View {0}'s avatar" msgstr "{0}s avatar" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Se {0}s profil" @@ -9906,16 +9993,11 @@ msgstr "Se blogpost for mere information" msgid "View debug entry" msgstr "Se loghændelse" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Læs mere" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Læs mere om anmeldelse af ophavsretskrænkelse" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Vis hele tråden" @@ -9960,7 +10042,7 @@ msgstr "Vis mærkningstjenesten drevet af @{0}" msgid "View this user's verifications" msgstr "Se denne brugers verifikationer" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Vis brugere, der likede dette feed" @@ -9993,8 +10075,8 @@ msgstr "Vis dine skjulte konti" msgid "View your verifications" msgstr "Se dine verifikationer" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Viser hele billedet" @@ -10002,6 +10084,14 @@ msgstr "Viser hele billedet" msgid "Views video in immersive mode" msgstr "Viser videoen i fuldskærmstilstand" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Når du trykker på et flueben, kan du se, hvilken organisation der har msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Hvilke sprog ønsker du at se i dine algoritmiske feeds?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Hvem kan interagere med dette opslag?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Hvem kan svare" @@ -10249,40 +10340,38 @@ msgstr "Ups! Populære videoer kunne ikke indlæses." msgid "Why are you appealing?" msgstr "Hvorfor ønsker du at klage?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Hvorfor skal dette indhold gennemgås?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Hvorfor skal dette feed gennemgås?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Hvorfor skal denne liste gennemgås?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Hvorfor skal denne besked gennemgås?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Hvorfor skal dette opslag gennemgås?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Hvorfor skal denne startpakke gennemgås?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Hvorfor skal denne bruger gennemgås?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Ja" msgid "Yes, deactivate" msgstr "Ja, deaktiveret" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Ja, slet denne startpakke" @@ -10373,7 +10462,7 @@ msgstr "Du har ikke adgang til at gå live" msgid "You are not allowed to upload videos." msgstr "Du har ikke adgang til at uploade videoer." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Du følger ikke nogen." @@ -10445,17 +10534,13 @@ msgstr "Du kan genaktivere din konto ved at logge ind. Andre brugere vil igen ku msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Du kan vælge op til {MAX_IMAGES, plural, one {}other {# billeder}} i alt." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Du kan angive standardinteraktionsindstillinger under <0>Indstillinger → Moderation → Interaktionsindstillinger0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Du kan opdatere dette senere under Indstillinger." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Du har ikke nogen følgere." @@ -10467,6 +10552,10 @@ msgstr "Du følger ikke nogen brugere, som følger @{name}" msgid "You don't have any chat requests at the moment." msgstr "Du har pt. ingen chatanmodninger." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Do har ikke nogen fastgjorte feeds." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Du har blokeret denne bruger" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Du har blokeret denne bruger. Du kan ikke se deres indhold." @@ -10495,7 +10584,7 @@ msgstr "Du har deaktiveret alle notifikationer ved svar, citat og omtale, så de 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Du har skjult dette opslag" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Du har skjult dette opslag." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Du har skjult denne konto." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Du har skjult denne bruger" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Du har endnu ikke skjult ord eller tags" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Du skjulte dette svar." @@ -10574,11 +10663,11 @@ msgstr "Du oprettede dig på Bluesky for {timeAgoString} siden" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Du oprettede dig på Bluesky via en startpakke for {timeAgoString} siden" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Du kan klage over andres mærkater, hvis du mener, de er sat ved en fejl." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Du kan klage over disse mærkater, hvis du mener, de er sat ved en fejl." @@ -10614,10 +10703,6 @@ msgstr "Du skal gennemføre alderstjek for at tilgå dette skærmbillede." 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Du skal vælge mindst én mærkningstjeneste for at anmelde" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Så er du klar til at gå i gang!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Du er logget ind med en appadgangskode. Log ind med din primære adgangskode for at deaktivere din konto." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Du har allerede klaget over denne mærkat, og vores moderatorteam er ved behandle sagen." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Du har valgt at skjule et ord eller tag i dette opslag." @@ -10750,7 +10839,7 @@ msgstr "Du har nået din daglige grænse for videouploads (for mange bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Din klage er blevet afsendt. Hvis du får medhold i din klage, vil du f msgid "Your birth date" msgstr "Din fødselsdato" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Din browser understøtter ikke dette videoformat. Prøv med en anden browser." @@ -10798,7 +10887,7 @@ msgstr "Din adgang til chats er blevet deaktiveret" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Dit valg vil blive anvendt for links fremover. Du kan når som helst ændre det under indstillinger." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Dit nuværende handle, <0>{0}0>, vil automatisk blive reserveret til dig. Du kan når som helst skifte tilbage til dette handle." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Dine følgere" @@ -10905,14 +10994,10 @@ msgstr "Din profil, dine opslag, feeds og lister vil ikke længere kunne ses af msgid "Your reply was sent" msgstr "Dit svar blev sendt" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Din anmeldelse vil blive sendt til <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Din anmeldelse vil blive sendt til Bluesky Moderationstjeneste" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/de/messages.po b/src/locale/locales/de/messages.po index dff2a5b393..62f233e95f 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: German\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorie „{interestsDisplayName}“ (aktiv)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {Follower} other {Follower}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {Folge ich} other {Folge ich}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {Gefällt mir} other {Gefällt mir}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {Gefällt mir} other {Gefällt mir}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {Post} other {Posts}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {Zitat} other {Zitate}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {Repost} other {Reposts}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {Speicherung} other {Speicherungen}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} Posts}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# Personen haben}} dieses Startpaket verwendet!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# Personen haben}} dieses Startpaket verwendet!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# mehr}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Account)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {Stunde} other {Stunden}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {Minute} other {Minuten}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}0> folgen dir" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterem} other {{formattedAuthorsCount} weiteren}}0> gefällt dein benutzerdefinierter Feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren} other {{formattedAuthorsCount} weiteren}}0> gefällt dein Post" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere} other {{formattedAuthorsCount} weitere}}0> haben deinen Repost mit „Gefällt mir“ markiert" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere} other {{formattedAuthorsCount} weitere}}0> haben ihre Verifizierungen von deinem Account entfernt" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}0> haben deinen Post repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere} other {{formattedAuthorsCount} weitere}}0> haben deinen Repost repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}0> haben sich mit deinem Startpaket registriert" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere} other {{formattedAuthorsCount} weitere}}0> haben dich verifiziert" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} folgt dir" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} folgt dir zurück" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} gefällt dein benutzerdefinierter Feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} gefällt dein Post" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} gefällt dein Repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} hat die Verifizierung deines Accounts entfernt" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} hat deinen Post repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} hat deinen Repost erneut geteilt" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} hat sich mit deinem Startpaket registriert" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} hat dich verifiziert" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}} folgen dir" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren} other {{formattedAuthorsCount} weiteren}} gefällt dein benutzerdefinierter Feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiteren} other {{formattedAuthorsCount} weiteren}} gefällt dein Post" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere} other {{formattedAuthorsCount} weitere}} haben deinen Repost mit „Gefällt mir“ markiert" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere} other {{formattedAuthorsCount} weitere}} haben ihre Verifizierungen von deinem Account entfernt" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}} haben deinen Post repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere} other {{formattedAuthorsCount} weitere}} haben deinen Repost repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}} haben sich mit deinem Startpaket registriert" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weitere} other {{formattedAuthorsCount} weitere}} haben dich verifiziert" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} folgt dir" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} folgt dir zurück" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} gefällt dein benutzerdefinierter Feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} gefällt dein Post" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} gefällt dein Repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} hat die Verifizierung deines Accounts entfernt" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} hat deinen Post repostet" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} hat deinen Repost erneut geteilt" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} hat sich mit deinem Startpaket angemeldet" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hat dich verifiziert" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} Folge ich" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> und<1> 1><2>{1} 2>sind in deinem Startpaket enthalten" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> ist in deinem Startpaket enthalten" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> Mitglieder" @@ -515,7 +519,7 @@ msgstr "⚠Ungültiger Handle" msgid "24 hours" msgstr "24 Stunden" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA Bestätigung" @@ -560,12 +564,16 @@ msgstr "Ein Screenshot einer Profilseite mit einem Glocken-Symbol neben dem Folg msgid "About" msgstr "Über" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Missbräuchliches oder diskriminierendes Verhalten" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Annehmen" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Chat-Anfrage annehmen" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Barrierefreiheitseinstellungen" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Account stummgeschaltet" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Account stummgeschaltet" @@ -627,11 +635,15 @@ msgstr "Account durch Liste stummgeschaltet" msgid "Account options" msgstr "Account-Optionen" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Account-Anbieter" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Account aus dem Schnellzugriff entfernt" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Füge {0} weitere hinzu, um fortzufahren" msgid "Add {displayName} to starter pack" msgstr "Füge {displayName} zum Startpaket hinzu" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Inhaltswarnung hinzufügen" @@ -730,8 +742,8 @@ msgstr "Einen weiteren Post zum Thread hinzufügen" msgid "Add app password" msgstr "App-Passwort hinzufügen" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "App-Passwort hinzufügen" @@ -745,8 +757,8 @@ msgstr "Emoji-Reaktion hinzufügen" msgid "Add media to post" msgstr "Medien zum Post hinzufügen" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Weitere Details hinzufügen (optional)" @@ -783,7 +795,7 @@ msgstr "Füge deinem Startpaket einige Feeds hinzu!" msgid "Add the default feed of only people you follow" msgstr "Füge den Standard-Feed nur von Personen, denen du folgst, hinzu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Füge den folgenden DNS-Eintrag zu deiner Domain hinzu:" @@ -823,20 +835,24 @@ msgstr "Zum Startpaket hinzugefügt" msgid "Additional details (limit 1000 characters)" msgstr "Zusätzliche Angaben (max. 1000 Zeichen)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Zusätzliche Details (max. 300 Zeichen)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Für Erwachsene" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Inhalte für Erwachsene" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" -msgstr "Inhalt für Erwachsene" +msgstr "Inhalte für Erwachsene" #: src/screens/Moderation/index.tsx:418 msgid "Adult content can only be enabled via the Web at <0>bsky.app0>." @@ -846,10 +862,14 @@ msgstr "Inhalte für Erwachsene können nur über das Web unter <0>bsky.app0> msgid "Adult content is disabled." msgstr "Inhalte für Erwachsene sind deaktiviert." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" -msgstr "Kennzeichnungen für Inhalt für Erwachsene" +msgstr "Kennzeichnungen für Inhalte für Erwachsene" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Inhalte über sexuellen Missbrauch von Erwachsenen" #: src/screens/Moderation/index.tsx:468 msgid "Advanced" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Jedem erlauben zu antworten" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Erlaube neue Nachrichten von" msgid "Allow others to be notified of your posts" msgstr "Anderen erlauben, über meine Posts Mitteilungen zu erhalten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Zitieren dieses Posts erlauben" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Antworten erlauben von:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Deinen Followern erlauben zu antworten" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Ermöglicht Zugriff auf Direktnachrichten" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Hast du bereits einen Code?" @@ -1003,14 +1039,18 @@ msgstr "Beim Abrufen des Feeds ist ein Fehler aufgetreten." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Beim Generieren deines Startpakets ist ein Fehler aufgetreten. Möchtest du es erneut versuchen?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Beim Speichern des QR-Codes ist ein Fehler aufgetreten!" @@ -1035,8 +1075,7 @@ msgstr "Eine Illustration mehrerer Bluesky-Posts mit Repost-, Gefällt-mir- und 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Ein Problem, das hier nicht aufgelistet ist" @@ -1050,10 +1089,10 @@ msgstr "Beim Öffnen des Chats ist ein Problem aufgetreten" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Ein Problem ist aufgetreten, bitte versuche es erneut." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "ein unbekannter Kennzeichner" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "und" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Sexueller Missbrauch von Tieren" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Tierschutz" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Ankündigung" msgid "Announcing verification on Bluesky" msgstr "Ankündigung der Verifizierung auf Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Asoziales Verhalten" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Jeder kann interagieren" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "App-Sprache" msgid "App Password" msgstr "App-Passwort" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "App-Passwort gelöscht" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "App-Passwörter" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "App-Passwörter" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Anfechten" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Kennzeichnung „{0}” anfechten" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Einspruch gegen diese Entscheidung" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Standardmäßig empfohlene Feeds anwenden" msgid "Apply Pull Request" msgstr "Pull Request anwenden" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archiviert von {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Archivierter Post" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Bist du sicher, dass du das App-Passwort „{0}“ löschen möchtest?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Möchtest du diese Nachricht wirklich löschen? Die Nachricht wird für dich gelöscht, nicht jedoch für den anderen Teilnehmer." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Möchtest du dieses Startpaket wirklich löschen?" @@ -1252,7 +1298,7 @@ msgstr "Schreibst du auf <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Kunst" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Künstlerische oder nicht-erotische Nacktheit." @@ -1269,7 +1315,7 @@ msgstr "Thema für den Algorithmus festlegen" msgid "At least 8 characters" msgstr "Mindestens 8 Zeichen" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Videos und GIFs automatisch abspielen" msgid "Available" msgstr "Verfügbar" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Zurück" msgid "Back to Chats" msgstr "Zurück zu Chats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Verbotene Aktivitäten oder Sicherheitsverstöße" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Zurückkehrender gesperrter Nutzer" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Bevor du einen Post erstellen oder antworten kannst, musst du zuerst dei msgid "Before creating a starter pack, you must first verify your email." msgstr "Bevor du ein Startpaket erstellen kannst, musst du zuerst deine E-Mail verifizieren." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Bevor du diese Chat-Anfrage annehmen kannst, musst du zuerst deine E-Mail verifizieren." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Bevor du Mitteilungen zu den Posts von {name} erhalten kannst, musst du zuerst deine E-Mail verifizieren." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Geburtstag" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blockieren" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Account blockieren?" msgid "Block accounts" msgstr "Accounts blockieren" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blockieren und löschen" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Diese Konversation blockieren und/oder löschen" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blockliste" @@ -1402,15 +1452,19 @@ msgstr "Blockieren oder melden" msgid "Block these accounts?" msgstr "Diese Accounts blockieren?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Nutzer blockieren" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Nutzer blockieren" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Nutzer blockieren und/oder diese Konversation löschen" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blockiert" @@ -1449,25 +1503,25 @@ msgstr "Blockieren verhindert nicht, dass Kennzeichnungen zu deinem Account hinz msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kann die Echtheit des angegebenen Datums nicht bestätigen." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 ist ein offenes Netzwerk, bei dem du deinen Hosting-Anbieter auswählen kannst. Wenn du Entwickler bist, kannst du deinen eigenen Server hosten." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky ist ein offenes Netzwerk, bei dem du deinen eigenen Anbieter auswählen kannst. Wenn du neu hier bist, empfehlen wir dir, bei der Standardoption Bluesky Social zu bleiben." @@ -1513,6 +1567,10 @@ msgstr "Bilder verwischen und aus Feeds herausfiltern" msgid "Books" msgstr "Bücher" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Verstoß gegen die Regeln der Website" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Finde weitere Accounts auf der Entdecken-Seite" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Unternehmen" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Von {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Von <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Reaktivierung abbrechen und ausloggen" msgid "Cancel search" msgstr "Suche abbrechen" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Kann nicht mit einem blockierten Nutzer interagieren" @@ -1697,12 +1756,12 @@ msgstr "App-Sprache ändern" msgid "Change Handle" msgstr "Handle ändern" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Moderationsdienst ändern" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Passwort ändern" @@ -1710,7 +1769,11 @@ msgstr "Passwort ändern" msgid "Change password dialog" msgstr "Passwort ändern Dialog" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Kategorie der Meldung ändern" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Grund für Meldung ändern" @@ -1739,8 +1802,8 @@ msgstr "Änderungen gespeichert" msgid "Chat" msgstr "Chat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chat gelöscht" @@ -1753,7 +1816,7 @@ msgstr "Chatnachrichten – stumm" msgid "Chat messages - sound" msgstr "Chatnachrichten – Ton" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chat stummgeschaltet" @@ -1769,7 +1832,7 @@ msgstr "Posteingang für Chat-Anfragen" msgid "Chat requests" msgstr "Chat-Anfragen" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Chat-Einstellungen" msgid "Chat Settings" msgstr "Chat-Einstellungen" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chat nicht mehr stummgeschaltet" @@ -1797,7 +1860,7 @@ msgstr "Chats" msgid "Check my status" msgstr "Meinen Status prüfen" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Schau in deinem E-Mail-Postfach nach einem Anmeldecode und gib ihn hier ein." @@ -1805,6 +1868,14 @@ msgstr "Schau in deinem E-Mail-Postfach nach einem Anmeldecode und gib ihn hier msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Überprüfe deinen Posteingang auf eine E-Mail mit dem Bestätigungscode, den du unten eingeben musst:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Kinderschutz" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Material zum sexuellen Missbrauch von Kindern (CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Wähle eine Methode zur Domain-Verifizierung" @@ -1833,7 +1904,7 @@ msgstr "Wähle die Algorithmen aus, welche deine benutzerdefinierten Feeds gener msgid "Choose this color as your avatar" msgstr "Wähle diese Farbe als Avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Wähle deinen Account-Anbieter" @@ -1882,14 +1953,6 @@ msgstr "Klicke hier, um den Verifizierungsprozess neu zu starten." msgid "Click here to update your email" msgstr "Klicke hier, um deine E-Mail zu aktualisieren" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Klicke, um Zitate dieses Posts zu deaktivieren." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Klicke, um Zitate dieses Posts zu aktivieren." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Klicken, um das Tag-Menü für {tag} zu öffnen" @@ -1919,9 +1982,11 @@ msgstr "Klipp 🐴 klapp 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Klipp 🐴 klapp 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Schließen" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Aktiven Dialog schließen" @@ -2018,16 +2083,16 @@ msgstr "Schließt die Emoji-Auswahl" msgid "Closes viewer for header image" msgstr "Schließt den Betrachter für das Banner" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Nutzerliste einklappen" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Klappt die Liste der Nutzer für eine bestimmte Meldung zusammen" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Farbmodus" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Bestätige deinen Standort per GPS. Deine Standortdaten werden nicht verfolgt und verlassen dein Gerät nicht." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Bestätige deinen Standort per GPS. Deine Standortdaten werden nicht ver msgid "Confirmation code" msgstr "Bestätigungscode" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Verbinden…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Inhaltssprachen" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Inhalt nicht verfügbar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Inhalte, die Selbstverletzung fördern oder darstellen" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Inhaltswarnung" @@ -2212,7 +2281,7 @@ msgstr "Hintergrund des Kontextmenüs; klicken, um das Menü zu schließen" msgid "Continue" msgstr "Fortfahren" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Fortfahren als {0} (noch angemeldet)" @@ -2236,8 +2305,8 @@ msgstr "Weiter zum nächsten Schritt" msgid "Conversation" msgstr "Konversation" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Konversation gelöscht" @@ -2254,7 +2323,7 @@ msgstr "Kochen" msgid "Copied build version to clipboard" msgstr "Die Build-Version wurde in die Zwischenablage kopiert" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Die Build-Version wurde in die Zwischenablage kopiert" msgid "Copied to clipboard" msgstr "In die Zwischenablage kopiert" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Kopiert!" @@ -2290,23 +2359,23 @@ msgstr "at://-URI kopieren" msgid "Copy author DID" msgstr "DID des Autors kopieren" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kopiere den Code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DID kopieren" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Host kopieren" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Link kopieren" @@ -2331,12 +2400,12 @@ msgstr "Link zum Post kopieren" msgid "Copy link to profile" msgstr "Link zum Profil kopieren" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Link zum Startpaket kopieren" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Nachrichtentext kopieren" @@ -2354,7 +2423,7 @@ msgstr "Post-Text kopieren" msgid "Copy QR code" msgstr "QR-Code kopieren" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXT-Eintragswert kopieren" @@ -2377,8 +2446,8 @@ msgstr "Verbindung zum Feed-Dienst konnte nicht hergestellt werden" msgid "Could not find profile" msgstr "Profil konnte nicht gefunden werden" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Du konntest den Chat nicht verlassen" @@ -2392,7 +2461,7 @@ msgstr "Feed konnte nicht geladen werden" msgid "Could not load list" msgstr "Liste konnte nicht geladen werden" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Chat konnte nicht stummgeschaltet werden" @@ -2476,8 +2545,9 @@ msgstr "Moderationsliste erstellen" msgid "Create new account" msgstr "Neuen Account erstellen" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Meldung für {0} erstellen" @@ -2490,7 +2560,7 @@ msgstr "Startpaket erstellen" msgid "Create user list" msgstr "Nutzerliste erstellen" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Erstellt {0}" @@ -2503,8 +2573,8 @@ msgstr "Ersteller wurde blockiert" msgid "Culture" msgstr "Kultur" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Benutzerdefiniert" @@ -2512,18 +2582,22 @@ msgstr "Benutzerdefiniert" msgid "Customization options" msgstr "Anpassungsoptionen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Anpassen, wer mit diesem Post interagieren kann." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Passt dein Bluesky-Erlebnis individuell an" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Gefährliche Herausforderungen oder Aktivitäten" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Gefährliche Substanzen oder Drogenmissbrauch" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Dunkel" @@ -2536,7 +2610,7 @@ msgstr "Dunkel" msgid "Dark mode" msgstr "Dunkelmodus" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Dunkles Farbschema" @@ -2558,7 +2632,11 @@ msgstr "Debug-Moderation" msgid "Debug panel" msgstr "Debug-Panel" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Deepfake-Inhalte für Erwachsene" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Standard" @@ -2566,14 +2644,14 @@ msgstr "Standard" msgid "Default icons" msgstr "Standardsymbole" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Löschen" @@ -2586,16 +2664,16 @@ msgstr "Account löschen" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Account <0>„0><1>{0}1><2>“2> löschen" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "App-Passwort löschen" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "App-Passwort löschen?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Chat löschen" @@ -2603,18 +2681,18 @@ msgstr "Chat löschen" msgid "Delete chat declaration record" msgstr "Datensatz für die Chat-Erklärung löschen" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Konversation löschen" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Konversation löschen" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Für mich löschen" @@ -2623,11 +2701,11 @@ msgstr "Für mich löschen" msgid "Delete list" msgstr "Liste löschen" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Nachricht löschen" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Nachricht für mich löschen" @@ -2641,12 +2719,12 @@ msgstr "Meinen Account löschen" msgid "Delete post" msgstr "Post löschen" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Startpaket löschen" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Startpaket löschen?" @@ -2709,11 +2787,11 @@ msgstr "Entwicklermodus aktiviert" msgid "Developer options" msgstr "Entwickleroptionen" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: Anpassen, wer mit diesem Post interagieren kann" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Gedimmt" @@ -2735,6 +2813,14 @@ msgstr "E-Mail-2FA (Zwei-Faktor-Authentisierung) deaktivieren" msgid "Disable haptic feedback" msgstr "Haptische Rückmeldung deaktivieren" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Antworten vollständig deaktivieren" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Untertitel deaktivieren" @@ -2778,7 +2864,7 @@ msgstr "Apps daran hindern, ausgeloggten Nutzern meinen Account anzuzeigen" msgid "Discover new custom feeds" msgstr "Entdecke neue benutzerdefinierte Feeds" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Entdecke neue Feeds" @@ -2817,8 +2903,8 @@ msgstr "Anzeigename" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Verabschiede dich von Trolls und Clickbait. Finde echte Menschen und Gespräche, die dir wichtig sind." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS-Panel" @@ -2830,7 +2916,7 @@ msgstr "Wende dieses Stummschaltwort nicht auf Nutzer an, denen du folgst" msgid "Does not include nudity." msgstr "Beinhaltet keine Nacktheit." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domain verifiziert!" @@ -2853,19 +2939,20 @@ msgstr "Keine Sorge! Alle vorhandenen Nachrichten und Einstellungen werden gespe #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Doppeltippen oder lange auf die Nachricht drücken, um eine Reaktion hin msgid "Double tap to close the dialog" msgstr "Doppeltippen, um den Dialog zu schließen" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Doppelt tippen, um „Gefällt mir“ zu geben" @@ -2903,6 +2990,10 @@ msgstr "Bluesky herunterladen" msgid "Download CAR file" msgstr "CAR-Datei herunterladen" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Doxxing" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Zum Hinzufügen Bilder ablegen" @@ -2943,9 +3034,13 @@ msgstr "z. B. die Poster, die nie etwas verpassen." msgid "e.g. Users that repeatedly reply with ads." msgstr "z. B. Nutzer, die wiederholt mit Werbung antworten." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Essstörungen" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Mitteilungen von {0} bearbeiten" msgid "Edit People" msgstr "Personen bearbeiten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Post-Interaktionseinstellungen bearbeiten" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Profil bearbeiten" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Profil bearbeiten" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Startpaket bearbeiten" @@ -3034,7 +3129,7 @@ msgstr "Startpaket bearbeiten" msgid "Edit user list" msgstr "Nutzerliste bearbeiten" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Bearbeiten, wer antworten kann" @@ -3085,7 +3180,7 @@ msgstr "E-Mail-Verifizierung abgeschlossen!" msgid "Email Verified" msgstr "E-Mail verifiziert" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "HTML-Code einbetten" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Eingebetteter Video-Player" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Untertitel aktivieren" @@ -3200,7 +3299,7 @@ msgstr "Gib die Domain ein, die du verwenden möchtest" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Gib die E-Mail ein, mit der du deinen Account erstellt hast. Wir senden dir einen „Zurücksetzungscode“, damit du ein neues Passwort festlegen kannst." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Gib den Nutzernamen oder die E-Mail-Adresse ein, die du bei der Erstellung deines Accounts verwendet hast" @@ -3213,7 +3312,7 @@ msgstr "Gib dein Geburtsdatum ein" msgid "Enter your email address" msgstr "Gib deine E-Mail-Adresse ein" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Gib dein Passwort ein" @@ -3258,22 +3357,18 @@ msgstr "Fehler beim Empfang der Captcha-Antwort." msgid "Error: {error}" msgstr "Fehler: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Alle" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Alle können antworten" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Jeder kann auf diesen Post antworten." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Alle" @@ -3282,16 +3377,6 @@ msgstr "Alle" msgid "Everything else" msgstr "Alles andere" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Übermäßig viele Erwähnungen oder Antworten" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Übermäßige oder unerwünschte Nachrichten" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Nutzer ausschließen, denen du folgst" @@ -3316,7 +3401,7 @@ msgstr "Verlässt die Bildansicht" msgid "Expand alt text" msgstr "Alt-Text erweitern" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Liste der Nutzer erweitern" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Text des Posts erweitern oder einklappen" @@ -3348,7 +3433,7 @@ msgstr "Abgelaufen" msgid "Expires {0}" msgstr "Läuft ab {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Läuft in {0} ab" @@ -3407,13 +3492,17 @@ msgstr "Externe Medien können es Websites ermöglichen, Informationen über dic msgid "External Media Preferences" msgstr "Externe Medienpräferenzen" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Extremistische Inhalte" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Chat konnte nicht angenommen werden" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Fehler beim Hinzufügen der Emoji-Reaktion" @@ -3421,7 +3510,7 @@ msgstr "Fehler beim Hinzufügen der Emoji-Reaktion" msgid "Failed to add to starter pack" msgstr "Hinzufügen zum Startpaket fehlgeschlagen" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Fehler beim Ändern des Handles. Bitte versuche es erneut." @@ -3438,13 +3527,13 @@ msgstr "Fehler beim Erstellen der Konversation" msgid "Failed to create starter pack" msgstr "Startpaket konnte nicht erstellt werden" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Chat konnte nicht gelöscht werden" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Nachricht konnte nicht gelöscht werden" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Startpaket konnte nicht gelöscht werden" @@ -3465,10 +3554,10 @@ msgstr "Fehler beim Folgen aller vorgeschlagenen Accounts. Bitte versuche es ern msgid "Failed to load conversations" msgstr "Fehler beim Laden der Konversationen" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Fehler beim Laden der Einstellungen für Feeds" @@ -3498,14 +3587,14 @@ msgstr "Es konnten keine vorherigen Nachrichten geladen werden" msgid "Failed to load preference." msgstr "Einstellung konnte nicht geladen werden." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Die vorgeschlagenen Feeds konnten nicht geladen werden." -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Die vorgeschlagenen Accounts, denen du folgen solltest, konnten nicht geladen werden" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Post konnte nicht angeheftet werden" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Fehler beim Entfernen der Emoji-Reaktion" @@ -3535,7 +3624,8 @@ msgstr "Verifizierung konnte nicht entfernt werden" msgid "Failed to resolve location. Please try again." msgstr "Standort konnte nicht ermittelt werden. Bitte versuche es erneut." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Das Speichern des Bildes ist fehlgeschlagen: {0}" @@ -3557,7 +3647,7 @@ msgstr "Konnte nicht gesendet werden" msgid "Failed to send email, please try again." msgstr "E-Mail konnte nicht gesendet werden, bitte versuche es erneut." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Anfechtung nicht eingereicht. Bitte versuche es erneut." @@ -3606,6 +3696,14 @@ msgstr "E-Mail-Verifizierung fehlgeschlagen, bitte versuche es erneut." msgid "Failed to verify handle. Please try again." msgstr "Fehler beim Überprüfen des Handles. Bitte versuche es erneut." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Fake-Account oder Bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Falsche Informationen über Wahlen" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "Feed-Ersteller" msgid "Feed identifier" msgstr "Feed-Kennzeichen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Feed-Menü" @@ -3635,8 +3733,8 @@ msgstr "Feed-Umschalter" msgid "Feed unavailable" msgstr "Feed nicht verfügbar" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Feedback" @@ -3696,7 +3794,7 @@ msgstr "Suche nach Sprache filtern (derzeit: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtere, wer Mitteilungen zu deiner Aktivität erhalten kann" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtere, von wem du Mitteilungen erhalten möchtest" @@ -3713,7 +3811,7 @@ msgstr "Endlich! Behalte Posts, die dir wichtig sind, im Auge. Speichere sie, um msgid "Finance" msgstr "Finanzen" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Accounts zum Folgen finden" msgid "Find people to follow" msgstr "Finde Leute zum Folgen" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Finde Posts, Nutzer und Feeds auf Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Beenden" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Flaches Schwarz" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Flaches Blau" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Flaches Weiß" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexibel" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Folgen" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Folgen" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0} folgen" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "{handle} folgen" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Allen Accounts folgen" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Zurückfolgen" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Zurückfolgen" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Follower, die du kennst" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Folge ich" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Folge ich" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "{0} Folge ich" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "{handle} Folge ich" @@ -3894,11 +3988,11 @@ msgstr "Folgt dir" msgid "Follows You" msgstr "Folgt dir" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Schriftart" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Schriftgröße" @@ -3919,7 +4013,7 @@ msgstr "Aus Sicherheitsgründen müssen wir dir einen Bestätigungscode an deine msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Aus Sicherheitsgründen kannst du dies nicht erneut ansehen. Falls du dieses App-Passwort verlierst, musst du ein neues generieren." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Für das beste Erlebnis empfehlen wir, die Schriftart des Themes zu verwenden." @@ -3941,11 +4035,11 @@ msgstr "Vergiss den Lärm" msgid "Forgot Password" msgstr "Passwort vergessen" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Passwort vergessen?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Vergessen?" @@ -3953,12 +4047,7 @@ msgstr "Vergessen?" msgid "Free your feed" msgstr "Befreie deinen Feed" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Postet oft unerwünschte Inhalte" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Von" @@ -4011,7 +4100,7 @@ msgstr "Mitteilungen erhalten, wenn jemand Posts repostet, die du repostet hast. msgid "Get notifications when people repost your posts." msgstr "Mitteilungen erhalten, wenn jemand deine Posts repostet." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Erhalte Mitteilungen über neue Posts" @@ -4027,7 +4116,7 @@ msgstr "Erhalte Mitteilungen über neue Posts von {name}" msgid "Get notified of this account’s activity" msgstr "Erhalte Mitteilungen über die Aktivitäten dieses Accounts" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Mitteilungen erhalten, wenn {name} Posts veröffentlicht" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Gib deinem Profil ein Gesicht" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Eklatante Verstöße gegen Gesetze oder die Nutzungsbedingungen" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Verherrlichung von Gewalt" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Eklatante Verstöße gegen Gesetze oder die Nutzungsbedingungen" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Zurück" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Zurück" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Zum vorherigen Schritt zurückgehen" @@ -4123,7 +4208,7 @@ msgstr "Live gehen" msgid "Go live for" msgstr "Live gehen für" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Zum Profil von {firstAuthorName} gehen" @@ -4146,23 +4231,35 @@ msgstr "Zum Feed gehen" msgid "Go to next" msgstr "Zum nächsten gehen" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Zum Profil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Zum Profil des Nutzers gehen" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Drastische Inhalte" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Drastische Gewaltdarstellungen" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Grooming oder ausbeuterisches Verhalten" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hacking oder Systemangriffe" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Fast geschafft!" msgid "Handle" msgstr "Handle" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Handle bereits vergeben. Bitte versuche einen anderen." @@ -4182,7 +4279,7 @@ msgstr "Handle bereits vergeben. Bitte versuche einen anderen." msgid "Handle changed!" msgstr "Handle geändert!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Handle zu lang. Bitte versuche einen kürzeren." @@ -4190,10 +4287,17 @@ msgstr "Handle zu lang. Bitte versuche einen kürzeren." msgid "Haptics" msgstr "Haptik" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Belästigung, Trollen oder Intoleranz" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Belästigung oder Hass" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Schädliche oder riskante Aktivitäten" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Schädigung oder Gefährdung von Minderjährigen" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Hassrede" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Hast du Probleme?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Hilfe" @@ -4238,7 +4346,7 @@ msgstr "Hallo 👋" msgid "Hidden" msgstr "Ausgeblendet" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Ausgeblendet durch deine Moderationseinstellungen." @@ -4248,7 +4356,7 @@ msgstr "Ausgeblendete Liste" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Ausgeblendete Liste" msgid "Hide" msgstr "Ausblenden" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ausblenden" @@ -4269,6 +4377,10 @@ msgstr "Ausblenden" msgid "Hide customization options" msgstr "Anpassungsoptionen ausblenden" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Listen ausblenden" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Angesagte Themen ausblenden?" msgid "Hide trending videos?" msgstr "Angesagte Videos ausblenden?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Nutzerliste ausblenden" @@ -4320,7 +4432,7 @@ msgstr "Nutzerliste ausblenden" msgid "Hide verification badges" msgstr "Verifizierungsabzeichen ausblenden" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Blendet den Inhalt aus" @@ -4365,12 +4477,12 @@ msgstr "Einen Moment! Wir gewähren nach und nach Zugriff auf dieses Video und d msgid "Home" msgstr "Startseite" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Hosting-Anbieter" @@ -4383,6 +4495,10 @@ msgstr "Beliebt" msgid "How should we open this link?" msgstr "Wie sollen wir diesen Link öffnen?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Menschenhandel" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Wenn du dein Passwort ändern möchtest, senden wir dir einen Code, um z msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Wenn du einschränken möchtest, wer Mitteilungen über die Aktivitäten deines Accounts erhalten kann, kannst du das unter <0>Einstellungen → Datenschutz und Sicherheit0> ändern." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Falls du ein Entwickler bist, kannst du deinen eigenen Server hosten." @@ -4443,12 +4559,7 @@ msgstr "Falls du ein Entwickler bist, kannst du deinen eigenen Server hosten." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Illegal und dringend" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Bild" @@ -4461,29 +4572,24 @@ msgstr "Bildcache geleert" msgid "Image cache cleared, freed {0}" msgstr "Bildcache geleert, {0} freigegeben" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Bild gespeichert" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Bilder können nur gespeichert werden, wenn der Zugriff auf deine Galerie erlaubt ist." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Vortäuschung einer Identität oder falsche Angaben zur Identität oder Zugehörigkeit" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Vortäuschung einer Identität, Fehlinformationen oder falsche Angaben" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Identitätsvortäuschung" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "In-App" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "In-App-Mitteilungen" @@ -4507,17 +4613,12 @@ msgstr "In-App, Push, alle" msgid "In-app, Push, People you follow" msgstr "In-App, Push, Personen, denen du folgst" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Unangemessene Nachrichten oder explizite Links" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Posteingang leer!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Ungültiger Nutzername oder Passwort" @@ -4537,11 +4638,11 @@ msgstr "Neues Passwort eingeben" msgid "Input password for account deletion" msgstr "Gib das Passwort für die Account-Löschung ein" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Gib den Code ein, der dir per E-Mail zugeschickt wurde" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interaktion eingeschränkt" @@ -4557,12 +4658,12 @@ msgstr "Einführung von Aktivitätsmitteilungen" msgid "Introducing saved posts AKA bookmarks" msgstr "Einführung gespeicherter Posts, auch bekannt als Lesezeichen" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Ungültiger 2FA-Bestätigungscode." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Ungültiger handle. Bitte versuche einen anderen." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Ungültige Interaktionseinstellungen." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Ungültiges Meldethema" @@ -4626,8 +4727,8 @@ msgstr "Stellenangebote" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Tritt Bluesky bei" @@ -4657,20 +4758,20 @@ msgstr "KWS-Nutzungsbedingungen" msgid "KWS website" msgstr "KWS-Website" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Von {0} gekennzeichnet." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Vom Autor gekennzeichnet." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Kennzeichnungen" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Kennzeichnungen hinzugefügt" @@ -4678,11 +4779,11 @@ msgstr "Kennzeichnungen hinzugefügt" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Kennzeichnungen sind Anmerkungen zu Nutzern und Inhalten. Sie können verwendet werden, um Inhalte auszublenden, zu warnen oder zu kategorisieren." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Kennzeichnungen auf deinem Account" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Kennzeichnungen zu deinen Inhalten" @@ -4696,7 +4797,7 @@ msgstr "Spracheinstellungen" msgid "Languages" msgstr "Sprachen" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Größer" @@ -4736,12 +4837,12 @@ msgstr "Mehr über die Altersverifikation erfahren" msgid "Learn more about Bluesky" msgstr "Erfahre mehr über Bluesky (auf Englisch)" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Erfahre mehr über das Selbst-Hosting deiner PDS (auf Englisch)." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Erfahre mehr darüber, was auf Bluesky öffentlich ist (auf Englisch)." msgid "Learn more in your <0>account settings.0>" msgstr "Mehr dazu in deinen <0>Account-Einstellungen0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Mehr erfahren." @@ -4787,10 +4888,10 @@ msgstr "Verlassen" msgid "Leave chat" msgstr "Chat verlassen" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Konversation verlassen" @@ -4822,9 +4923,9 @@ msgstr "Lass uns dein Passwort zurücksetzen!" msgid "Let's go!" msgstr "Los geht's!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Hell" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Hell" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Gefällt mir ({0, plural, one {# Gefällt mir} other {# Gefällt mir}})" @@ -4855,7 +4956,7 @@ msgstr "Markiere 10 Posts mit „Gefällt mir“, um den Discover-Feed zu traini msgid "Like notifications" msgstr "„Gefällt mir“-Mitteilungen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Diesen Feed mit „Gefällt mir“ markieren" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Gefällt {0, plural, one {# Nutzer} other {# Nutzern}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "„Gefällt mir“ für deine Reposts" msgid "Likes of your reposts notifications" msgstr "Mitteilungen über „Gefällt mir“-Angaben zu deinen Reposts" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "„Gefällt mir“-Angaben für diesen Post" @@ -5021,12 +5122,12 @@ msgstr "Live-Funktion befindet sich in der Beta-Testphase" msgid "Live link" msgstr "Live-Link" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Mehr laden" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Weitere empfohlene Feeds laden" @@ -5041,6 +5142,14 @@ msgstr "Neue Mitteilungen laden" msgid "Load new posts" msgstr "Neue Posts laden" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Listen werden geladen..." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Post-Interaktionseinstellungen werden geladen..." + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Wird geladen..." @@ -5049,15 +5158,19 @@ msgstr "Wird geladen..." msgid "Log" msgstr "Log" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Ausgeloggt" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Sichtbarkeit für ausgeloggte Nutzer" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo von @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo von <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Verwalte deine stummgeschalteten Wörter und Tags" msgid "Mark all as read" msgstr "Alle als gelesen markieren" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Als gelesen markieren" @@ -5132,7 +5245,7 @@ msgstr "Vielleicht später" msgid "Media" msgstr "Medien" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Medien, die für einige Zielgruppen verstörend oder unangemessen sein könnten." @@ -5140,14 +5253,10 @@ msgstr "Medien, die für einige Zielgruppen verstörend oder unangemessen sein k msgid "Mention notifications" msgstr "Erwähnungsmitteilungen" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "erwähnte Nutzer" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Erwähnte Nutzer" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menü" msgid "Message {0}" msgstr "Nachricht {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Nachricht gelöscht" @@ -5172,7 +5281,7 @@ msgstr "Nachricht gelöscht" msgid "Message deleted" msgstr "Nachricht gelöscht" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Nachricht von @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Nachrichteneingabefeld" msgid "Message is too long" msgstr "Nachricht ist zu lang" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Nachrichtenoptionen" @@ -5197,24 +5306,22 @@ msgstr "Nachrichtenoptionen" msgid "Messages" msgstr "Nachrichten" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Mitternacht" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Belästigung oder Mobbing von Minderjährigen" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Sonstige Mitteilungen" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Irreführender Account" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Irreführender Post" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Irreführend" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderationswerkzeuge" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Mehr Feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Stummschalten" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "{tag} stummschalten" @@ -5332,8 +5439,8 @@ msgstr "Account stummschalten" msgid "Mute accounts" msgstr "Accounts stummschalten" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Konversation stummschalten" @@ -5396,7 +5503,7 @@ msgstr "Stummgeschaltete Accounts" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Bei stummgeschalteten Accounts werden dazugehörige Posts aus deinem Feed und deinen Mitteilungen entfernt. Stummschaltungen sind völlig privat." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Stummgeschaltet über \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Meine Feeds" msgid "Name" msgstr "Name" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Name oder Beschreibung verstößt gegen Gemeinschaftsstandards" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Zum Startpaket navigieren" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navigiert zum nächsten Bildschirm" @@ -5455,20 +5551,16 @@ msgstr "Navigiert zum nächsten Bildschirm" msgid "Navigates to your profile" msgstr "Navigiert zu deinem Profil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Möchtest du eine Urheberrechtsverletzung melden?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Verliere nie den Zugriff auf deine Follower oder Daten." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Egal, erstelle einen Handle für mich" @@ -5476,17 +5568,17 @@ msgstr "Egal, erstelle einen Handle für mich" msgid "New" msgstr "Neu" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Neu" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Neuer Post} other {Neue Posts}} von {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Neuer Post} other {Neue Posts}} von {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Neuer Post" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Neue Posts von {firstAuthorLink} und <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Neue Posts von {firstAuthorName} und {additionalAuthorsCount, plural, one {{formattedAuthorsCount} weiterer} other {{formattedAuthorsCount} weitere}}" @@ -5574,8 +5666,8 @@ msgstr "Neuer Nutzer-Info-Dialog" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Neueste Antworten zuerst" @@ -5587,8 +5679,8 @@ msgstr "Aktuelles" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Aktuelles" msgid "Next" msgstr "Weiter" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Weiter" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Nächstes Bild" @@ -5616,12 +5703,12 @@ msgstr "Nächstes Bild" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Noch keine App-Passwörter" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Kein DNS-Panel" @@ -5646,8 +5733,9 @@ msgstr "Kein Bild" msgid "No likes yet" msgstr "Noch keine „Gefällt mir“-Angaben" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "{0} wird nicht mehr gefolgt" @@ -5671,7 +5759,7 @@ msgstr "Noch keine Mitteilungen!" msgid "No one" msgstr "Niemand" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Niemand außer dem Autor kann diesen Post zitieren." @@ -5701,7 +5789,7 @@ msgstr "Kein Ergebnis" msgid "No results" msgstr "Keine Ergebnisse" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Keine Ergebnisse für „{0}“." @@ -5719,7 +5807,7 @@ msgstr "Keine Ergebnisse für \"{query}\" gefunden" msgid "No results found for {query}" msgstr "Keine Ergebnisse für {query} gefunden" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Keine Ergebnisse." @@ -5732,7 +5820,7 @@ msgstr "Keine Suchergebnisse gefunden für „{search}“." msgid "No thanks" msgstr "Nein danke" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Niemand" @@ -5753,6 +5841,10 @@ msgstr "Niemand hat das bisher repostet. Vielleicht solltest du der Erste sein!" msgid "Nobody was found. Try searching for someone else." msgstr "Niemand wurde gefunden. Versuche, nach jemand anderem zu suchen." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Intime Bilder ohne Einwilligung" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nicht-sexuelle Nacktheit" @@ -5843,16 +5935,11 @@ msgstr "jetzt" msgid "Now" msgstr "Jetzt" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nacktheit" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nacktheit oder Erwachseneninhalt nicht als solche gekennzeichnet" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Okay" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Älteste Antworten zuerst" @@ -5916,7 +6003,7 @@ msgstr "Bei einem oder mehreren Videos fehlen Alt-Texte." msgid "Only .jpg and .png files are supported" msgstr "Nur .jpg- und .png-Dateien werden unterstützt" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Nur {0} kann antworten." @@ -5941,7 +6028,7 @@ msgstr "Huch, da ist etwas schief gelaufen!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Avatar-Editor öffnen" msgid "Open conversation options" msgstr "Konversationsoptionen öffnen" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Seitenmenü öffnen" @@ -5973,8 +6060,8 @@ msgstr "Emoji-Picker öffnen" msgid "Open feed info screen" msgstr "Feed-Infobildschirm öffnen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Feed-Optionsmenü öffnen" @@ -6015,7 +6102,7 @@ msgstr "Profil öffnen" msgid "Open share menu" msgstr "Teilen-Menü öffnen" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Startpaketmenü öffnen" @@ -6032,9 +6119,9 @@ msgstr "Systemprotokoll öffnen" msgid "Opens a dialog to add a content warning to your post" msgstr "Öffnet einen Dialog, um eine Inhaltswarnung zu deinem Post hinzuzufügen" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Öffnet einen Dialog um auszuwählen, wer auf diesen Thread antworten kann" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Öffnet einen Dialog, in dem du auswählen kannst, wer mit diesem Post interagieren darf" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Öffnet Link {0}" msgid "Opens live status dialog" msgstr "Öffnet den Live-Status-Dialog" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Öffnet das Formular zum Zurücksetzen des Passworts" @@ -6103,24 +6190,15 @@ msgstr "Öffnet das Formular zum Zurücksetzen des Passworts" msgid "Opens post language settings" msgstr "Öffnet die Post-Spracheinstellungen" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Öffnet dieses Profil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Optional kannst du unten zusätzliche Informationen angeben:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Optionen:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Oder kombiniere diese Optionen:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Oder mit einem anderen Account fortfahren." @@ -6145,21 +6223,50 @@ msgstr "OTA-Status: Fehler beim Abrufen des Updates" msgid "OTA status: None available" msgstr "OTA-Status: Kein Update verfügbar" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Andere" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Anderer Account" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Sonstiges Kinderschutzproblem" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Sonstige gefährliche Inhalte" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Sonstige belästigende oder hasserfüllte Inhalte" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Sonstige irreführende Inhalte" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Sonstige Verstöße gegen die Netzwerkregeln" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Sonstige Inhalte zu sexueller Gewalt" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Sonstige gewalttätige Inhalte" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Unser Blogpost" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Unser Moderationsteam hat deinen Bericht erhalten." @@ -6176,7 +6283,7 @@ msgstr "Seite nicht gefunden" msgid "Page Not Found" msgstr "Seite nicht gefunden" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Personen gefolgt von @{0}" msgid "People following @{0}" msgstr "Personen, die @{0} folgen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Personen, denen ich folge" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Personen, denen du folgst" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Personen, die du erwähnst" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Haustiere" msgid "Photography" msgstr "Fotografie" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Bilder für Erwachsene." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Feed anheften" @@ -6266,7 +6381,7 @@ msgstr "Feed anheften" msgid "Pin to home" msgstr "An die Startseite anheften" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "An Startbildschirm anheften" @@ -6275,7 +6390,7 @@ msgstr "An Startbildschirm anheften" msgid "Pin to your profile" msgstr "An dein Profil anheften" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Angeheftet" @@ -6302,7 +6417,7 @@ msgstr "Abspielen" msgid "Play {0}" msgstr "{0} abspielen" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Video abspielen" @@ -6327,7 +6442,7 @@ msgstr "Spielt das GIF ab" msgid "Plays the video" msgstr "Spielt das Video ab" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Bitte füge alle zutreffenden Inhaltswarnungen für die Medien hinzu, die du postest." @@ -6413,7 +6528,7 @@ msgstr "Bitte gib deinen Einladungscode ein." msgid "Please enter your new email address." msgstr "Bitte gib deine neue E-Mail-Adresse ein." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Bitte gib dein Passwort ein" @@ -6421,11 +6536,11 @@ msgstr "Bitte gib dein Passwort ein" msgid "Please enter your password as well:" msgstr "Bitte gib auch dein Passwort ein:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Bitte gib deinen Nutzernamen ein" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Bitte erläutere, warum du denkst, dass diese Kennzeichnung von {0} fälschlicherweise vergeben wurde" @@ -6446,11 +6561,11 @@ msgstr "Bitte gib alle zusätzlichen Informationen an, die die Moderatoren benö msgid "Please select a language" msgstr "Bitte wähle eine Sprache aus" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Bitte wähle einen Moderationsdienst aus" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Bitte wähle einen Grund für diese Meldung aus" @@ -6473,7 +6588,7 @@ msgstr "Bitte schreibe deine Nachricht unten:" msgid "Politics" msgstr "Politik" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografie" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Post wurde gelöscht" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Post ausgeblendet aufgrund von stummgeschaltetem Wort" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Post von dir ausgeblendet" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Post-Interaktionseinstellungen" @@ -6614,13 +6729,8 @@ msgstr "Vorheriges Bild" msgid "Primary Language" msgstr "Primäre Sprache" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Priorisiere deine Follows" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Datenschutz" @@ -6652,6 +6762,10 @@ msgstr "Datenschutz- und Sicherheitseinstellungen" msgid "Privacy Policy" msgstr "Datenschutzerklärung" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Verletzung der Privatsphäre eines Minderjährigen" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Video wird verarbeitet..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil aktualisiert" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Werbung oder Verkauf verbotener Gegenstände oder Dienstleistungen" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Psst! Du kannst bearbeiten, wer mit diesem Post interagieren darf." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Öffentlich" @@ -6714,7 +6836,7 @@ msgstr "Antwort veröffentlichen" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Push-Mitteilungen" @@ -6764,10 +6886,6 @@ msgstr "Zitat wurde erfolgreich getrennt" msgid "Quote posts disabled" msgstr "Zitate deaktiviert" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Zitateinstellungen" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Zitateinstellungen" msgid "Quotes" msgstr "Zitate" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Zitate dieses Posts" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Limit überschritten – du hast innerhalb kurzer Zeit zu oft versucht, deinen Handle zu ändern. Bitte warte eine Minute, bevor du es erneut versuchst." @@ -6805,11 +6923,11 @@ msgstr "{0, plural, one {# weitere Antwort} other {# weitere Antworten}} lesen" msgid "Read blog post" msgstr "Blogpost lesen (auf Englisch)" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Weniger lesen" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Mehr lesen" @@ -6849,15 +6967,11 @@ msgstr "Echte Personen." msgid "Reason for appeal" msgstr "Grund für den Einspruch" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Grund: " - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Erhalte In-App-Mitteilungen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Erhalte Push-Mitteilungen" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Erneut verbinden" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Ablehnen" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Chat-Anfrage ablehnen" @@ -6946,8 +7060,8 @@ msgstr "Feed entfernen" msgid "Remove feed?" msgstr "Feed entfernen?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Antwort auf deinen Post" msgid "Replies" msgstr "Antworten" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Antworten deaktiviert" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Antworten zu diesem Post sind deaktiviert." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Antworten" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Antworten ({0, plural, one {# Antwort} other {# Antworten}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Antwort vom Thread-Autor ausgeblendet" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Antwort von dir ausgeblendet" @@ -7120,11 +7234,7 @@ msgstr "Antwort von dir ausgeblendet" msgid "Reply notifications" msgstr "Antwort-Mitteilungen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Antworteinstellungen" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Die Antworteinstellungen werden vom Autor des Threads festgelegt" @@ -7141,7 +7251,7 @@ msgstr "Sichtbarkeit der Antwort aktualisiert" msgid "Reply was successfully hidden" msgstr "Antwort wurde erfolgreich ausgeblendet" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Melden" msgid "Report account" msgstr "Account melden" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Konversation melden" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Melde-Dialog" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Feed melden" @@ -7176,7 +7285,7 @@ msgstr "Feed melden" msgid "Report list" msgstr "Liste melden" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Nachricht melden" @@ -7185,48 +7294,41 @@ msgstr "Nachricht melden" msgid "Report post" msgstr "Post melden" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Startpaket melden" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Meldung eingereicht" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Melde diesen Inhalt" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Diese Konversation melden" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Melde diesen Feed" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Melde diese Liste" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Melde diese Nachricht" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Melde diesen Post" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Dieses Startpaket melden" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Diesen Nutzer melden" @@ -7250,7 +7352,7 @@ msgstr "Repost-Mitteilungen" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Reposten oder Post zitieren" @@ -7277,7 +7379,7 @@ msgstr "Repostet von dir" msgid "Reposts" msgstr "Reposts" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Reposts von diesem Post" @@ -7291,8 +7393,8 @@ msgstr "Reposts deiner Reposts" msgid "Reposts of your reposts notifications" msgstr "Mitteilungen über Reposts deiner Reposts" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Code anfordern" @@ -7348,7 +7450,7 @@ msgstr "Onboardingstatus zurücksetzen" msgid "Reset password" msgstr "Passwort zurücksetzen" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Erneuter Versuch, sich einzuloggen" @@ -7360,12 +7462,12 @@ msgstr "Wiederholt die letzte Aktion, bei der ein Fehler aufgetreten ist" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Wiederholt die letzte Aktion, bei der ein Fehler aufgetreten ist" msgid "Retry" msgstr "Wiederholen" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Ladeoptionen für Meldung erneut laden" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Zurück zur vorherigen Seite" @@ -7399,8 +7501,8 @@ msgstr "Zurück zur Startseite" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Zurück zur vorherigen Seite" @@ -7412,8 +7514,8 @@ msgstr "Geht zum vorherigen Schritt zurück" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Geht zum vorherigen Schritt zurück" msgid "Save" msgstr "Speichern" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Speichern" @@ -7459,8 +7561,13 @@ msgstr "Neuen Handle speichern" msgid "Save QR code" msgstr "QR-Code speichern" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Diese Optionen für das nächste Mal speichern" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "In meinen Feeds speichern" @@ -7487,21 +7594,25 @@ msgstr "In deinen Feeds gespeichert" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Sag Hallo!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Betrug" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Wissenschaft" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Nach links scrollen" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Nach rechts scrollen" @@ -7513,7 +7624,7 @@ msgstr "Nach oben scrollen" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Suche" @@ -7553,11 +7664,11 @@ msgstr "Suche nach „{searchText}“" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Nach weiteren Accounts suchen" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Nach weiteren Feeds suchen" @@ -7610,19 +7721,19 @@ msgstr "Sucht nach Profilen" msgid "Security step required" msgstr "Sicherheitsmaßnahme erforderlich" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "{tag}-Posts ansehen" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "{tag}-Posts des Nutzers ansehen" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "#{tag}-Posts ansehen" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "#{tag}-Posts des Nutzers ansehen" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Such-Slider. Verwende die Pfeiltasten, um vorwärts oder rückwärts zu suchen und Leertaste zum Abspielen/Pausieren" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Kategorie „{interestsDisplayName}“ auswählen" @@ -7665,11 +7776,15 @@ msgstr "{langName} auswählen" msgid "Select a color" msgstr "Wähle eine Farbe" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Einen Grund auswählen" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Account auswählen" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Wähle eine App-Sprache aus" @@ -7701,6 +7816,14 @@ msgstr "Dauer auswählen" msgid "Select from an existing account" msgstr "Von einem bestehenden Account auswählen" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Aus deinen Listen auswählen" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIF auswählen" @@ -7727,14 +7850,10 @@ msgstr "Sprache auswählen..." msgid "Select languages" msgstr "Sprachen auswählen" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Moderationsdienst auswählen" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Moderator auswählen" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Post-Sprache auswählen" @@ -7752,10 +7871,6 @@ msgstr "Untertiteldatei auswählen (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Wähle das {emojiName}-Emoji als deinen Avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Wähle die Moderationsdienste, an die du melden möchtest" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Wähle bis zu 3 Sprachen, die in diesem Post verwendet werden" @@ -7785,7 +7900,7 @@ msgstr "Wähle deine Interessen aus den folgenden Optionen aus" msgid "Select your preferred language for translations in your feed." msgstr "Wähle deine bevorzugte Sprache für Übersetzungen in deinem Feed aus." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Wähle deine bevorzugten Mitteilungs-Kanäle aus" @@ -7793,6 +7908,10 @@ msgstr "Wähle deine bevorzugten Mitteilungs-Kanäle aus" msgid "Selecting multiple media types is not supported." msgstr "Das Auswählen mehrerer Medientypen wird nicht unterstützt." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Selbstverletzendes oder gefährliches Verhalten" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Sende eine tolle Website!" @@ -7818,7 +7937,7 @@ msgstr "Feedback senden" msgid "Send message" msgstr "Nachricht senden" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Post an {name} senden" @@ -7826,18 +7945,7 @@ msgstr "Post an {name} senden" msgid "Send post to..." msgstr "Post senden an..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Bericht senden" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Meldung an {0} senden" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Meldung senden an {title}" @@ -7858,7 +7966,7 @@ msgstr "Per Direktnachricht senden" msgid "Sends email with confirmation code for account deletion" msgstr "Sendet eine E-Mail mit einem Bestätigungscode zur Account-Löschung" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Server-Adresse" @@ -7874,10 +7982,18 @@ msgstr "Geburtsdatum festlegen" msgid "Set new password" msgstr "Neues Passwort festlegen" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Richte deinen Account ein" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Festlegen, wer auf deinen Post antworten darf" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Legt die E-Mail für das Zurücksetzen des Passworts fest" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Einstellungen gespeichert" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Sexuelle Aktivität oder erotische Nacktheit." @@ -7953,7 +8069,7 @@ msgstr "Sexuell suggestiv" msgid "Share" msgstr "Teilen" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Teilen" @@ -7996,7 +8112,7 @@ msgstr "Post über at:// URI teilen" msgid "Share QR code" msgstr "QR-Code teilen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Diesen Feed teilen" @@ -8012,8 +8128,8 @@ msgstr "Teile dieses Startpaket und hilf Menschen, deiner Community auf Bluesky #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Teile deinen Lieblings-Feed!" msgid "Shared Preferences Tester" msgstr "Tester für gemeinsame Einstellungen" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Alt-Text anzeigen" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Trotzdem anzeigen" @@ -8067,6 +8183,10 @@ msgstr "Weniger davon anzeigen" msgid "Show list anyway" msgstr "Liste trotzdem anzeigen" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Listen von Nutzern anzeigen, aus denen du auswählen kannst" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Mehr anzeigen" @@ -8080,7 +8200,7 @@ msgstr "Mehr davon anzeigen" msgid "Show more replies" msgstr "Mehr Antworten anzeigen" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Antworten auf Posts in einer Baumansicht anzeigen" @@ -8098,10 +8218,6 @@ msgstr "Antworten anzeigen" msgid "Show replies as" msgstr "Antworten anzeigen als" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Zeige Antworten von Personen, denen du folgst, vor allen anderen Antworten an" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Warnung zeigen" msgid "Show warning and filter from feeds" msgstr "Warnung anzeigen und aus Feeds filtern" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Zeigt Informationen darüber an, wann dieser Post erstellt wurde" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Zeigt den Inhalt an" @@ -8145,7 +8261,7 @@ msgstr "Zeigt den Inhalt an" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Zeigt den Inhalt an" msgid "Sign in" msgstr "Einloggen" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Anmelden als {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Einloggen als..." @@ -8177,7 +8293,7 @@ msgstr "Einloggen oder einen Account erstellen" msgid "Sign in or create your account to join the conversation!" msgstr "Logge dich ein oder erstelle einen Account, um der Konversation beizutreten!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Einloggen bei einem Account, der nicht aufgeführt ist" @@ -8243,7 +8359,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/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Kleiner" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Einige Leute können antworten" @@ -8280,7 +8396,7 @@ msgstr "Jemand hat mit {0} reagiert" msgid "Someone reacted {0} to {1}" msgstr "Jemand hat mit {0} auf {1} reagiert" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Etwas stimmt mit den Daten, die du melden möchtest, nicht. Bitte kontaktiere den Support." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Etwas ist schiefgelaufen" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Etwas ist schiefgelaufen, bitte versuche es erneut" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Etwas ist schiefgelaufen!" msgid "Something went wrong. Please try again in a moment." msgstr "Etwas ist schiefgelaufen. Bitte versuche es in Kürze noch einmal." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Etwas ist schiefgelaufen. Bitte versuche es erneut." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Etwas stimmt nicht? Lass es uns wissen." @@ -8327,34 +8442,30 @@ msgstr "Leider können derzeit keine Account-Vorschläge geladen werden." msgid "Sorry! Your session expired. Please sign in again." msgstr "Entschuldigung! Deine Sitzung ist abgelaufen. Bitte logge dich erneut ein." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Antworten sortieren" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Antworten sortieren nach" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Antworten auf denselben Post sortieren nach:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Quelle: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; übermäßige Erwähnungen oder Antworten" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Spam oder sonstiges unechtes Verhalten bzw. Täuschung" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; übermäßige Erwähnungen oder Antworten" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Starte eine Konversation, und sie wird hier angezeigt." @@ -8403,11 +8514,11 @@ msgstr "Startpaket von <0/>" msgid "Starter pack by you" msgstr "Dein Startpaket" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Startpaket ist ungültig" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Startpakete" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Einspruch einlegen" msgid "Submit Appeal" msgstr "Einspruch einlegen" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Meldung absenden" @@ -8494,7 +8605,7 @@ msgstr "Erfolgreich!" msgid "Successfully verified" msgstr "Erfolgreich verifiziert" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Vorgeschlagene Accounts" @@ -8506,17 +8617,17 @@ msgstr "Vorgeschlagene Accounts" msgid "Suggested for you" msgstr "Vorgeschlagen für dich" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggestiv" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Sonnenaufgang" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Sonnenuntergang" @@ -8547,10 +8658,10 @@ msgstr "Accounts wechseln" msgid "Switch to {0}" msgstr "Zu {0} wechseln" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "System" @@ -8591,6 +8702,10 @@ msgstr "Tippen, um das Kontextmenü zu schließen" msgid "Tap to dismiss" msgstr "Tippe, um zu schließen" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Gezielte Belästigung" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Aufgabe abgeschlossen – 10 Accounts gefolgt!" @@ -8620,8 +8735,8 @@ msgstr "Erzähl uns ein bisschen über dich" msgid "Tell us a little more" msgstr "Erzähl uns ein wenig mehr" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Bedingungen" @@ -8637,26 +8752,11 @@ msgstr "Bedingungen" msgid "Terms of Service" msgstr "Nutzungsbedingungen" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Verwendete Begriffe verstoßen gegen die Community-Richtlinien" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Text & Tags" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Textfeld" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Text-Eingabefeld" @@ -8665,10 +8765,6 @@ msgstr "Text-Eingabefeld" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Danke für dein Feedback! Es wurde an den Feed-Betreiber gesendet." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Vielen Dank. Deine Meldung wurde gesendet." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Danke, du hast deine E-Mail-Adresse erfolgreich verifiziert. Du kannst d msgid "Thanks! You're all set." msgstr "Danke! Du bist startklar." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Das enthält Folgendes:" @@ -8699,11 +8795,11 @@ msgstr "Dieser Nutzername ist bereits vergeben" msgid "That's all, folks!" msgstr "Das ist alles, Leute!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Das ist alles!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Nach dem Entblocken kann der Account wieder mit dir interagieren." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Die App wird neu gestartet" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Der Autor dieses Themas hat diese Antwort ausgeblendet." @@ -8750,11 +8846,11 @@ msgstr "Das Erlebnis ist in der App besser. Lade jetzt Bluesky herunter und wir msgid "The feed has been replaced with Discover." msgstr "Der Feed wurde durch „Discover“ ersetzt." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Die folgenden Kennzeichnungen wurden auf deinem Account angewendet." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Die folgenden Kennzeichnungen wurden auf deinen Inhalt angewendet." @@ -8788,7 +8884,7 @@ msgstr "Das ausgewählte Video ist größer als 100 MB. Bitte versuche es mit e 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Die Nutzungsbedingungen wurden verschoben nach" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Theme" @@ -8827,7 +8923,7 @@ msgstr "Es gab ein Problem bei der Verbindung mit Tenor." msgid "There was an issue contacting the server" msgstr "Beim Kontaktieren des Servers ist ein Problem aufgetreten" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Beim Kontaktieren des Servers ist ein Problem aufgetreten. Bitte überpr 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Beim Abrufen von Posts ist ein Problem aufgetreten. Tippe hier, um es er msgid "There was an issue fetching the list. Tap here to try again." msgstr "Es gab ein Problem beim Abrufen der Liste. Tippe hier, um es erneut zu versuchen." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Beim Abrufen deiner App-Passwörter ist ein Problem aufgetreten" @@ -8862,11 +8958,6 @@ msgstr "Es gab ein Problem beim Abrufen deiner Service-Informationen" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Beim Entfernen dieses Feeds ist ein Problem aufgetreten. Bitte überprüfe deine Internetverbindung und versuche es erneut." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Es gab ein Problem beim Senden deiner Meldung. Bitte überprüfe deine Internetverbindung." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Beim Aktualisieren deiner Feeds ist ein Problem aufgetreten. Bitte über #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Beim Aktualisieren deiner Feeds ist ein Problem aufgetreten. Bitte über msgid "There was an issue! {0}" msgstr "Es gab ein Problem! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Bei der Anwendung ist ein unerwartetes Problem aufgetreten. Bitte teile 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:654 +msgid "These are your default settings" +msgstr "Das sind deine Standardeinstellungen" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Diese Einstellungen gelten nur für den Following-Feed." @@ -8941,7 +9036,7 @@ msgstr "Dieser Account wird von einer oder mehreren deiner Moderationslisten blo msgid "This action can be undone at any time." msgstr "Diese Aktion kann jederzeit rückgängig gemacht werden." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Dieser Einspruch wird an <0>{sourceName}0> gesendet." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Dieser Inhalt wird von {0} gehostet. Möchtest du externe Medien aktivieren?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Dieser Inhalt ist nicht verfügbar, da einer der beteiligten Nutzer den anderen blockiert hat." @@ -9006,7 +9101,7 @@ msgstr "Diese Funktion ist mit einem App-Passwort nicht verfügbar. Bitte logge msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Dieser Feed erhält momentan viel Traffic und ist vorübergehend nicht verfügbar. Bitte versuche es später noch einmal." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Dieser Feed ist leer! Möglicherweise musst du mehr Nutzer folgen oder deine Spracheinstellungen anpassen." @@ -9020,7 +9115,7 @@ msgstr "Dieser Feed ist leer." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Dieser Feed ist nicht mehr online. Wir zeigen stattdessen <0>„Discover“0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Dieser Handle ist reserviert. Bitte versuche einen anderen." @@ -9037,7 +9132,7 @@ msgstr "Dies ist kein gültiger Link" msgid "This label was applied by the author." msgstr "Diese Kennzeichnung wurde vom Autor angewendet." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Diese Kennzeichnung wurde von dir angewendet." @@ -9065,11 +9160,11 @@ msgstr "Diese Liste ist leer." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Dieser Moderationsdienst ist nicht verfügbar. Siehe unten für weitere Details. Wenn das Problem weiterhin besteht, kontaktiere uns." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Dieser Post soll am <0>{0}0> erstellt worden sein, wurde aber erstmals von Bluesky am <1>{1}1> gesehen." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Diese Antwort wird in einen ausgeblendeten Bereich am Ende deines Thread msgid "This service has not provided terms of service or a privacy policy." msgstr "Dieser Dienst hat keine Nutzungsbedingungen oder Datenschutzerklärung bereitgestellt." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Dies sollte einen Domain-Eintrag an folgender Stelle erstellen:" @@ -9113,7 +9208,7 @@ msgstr "Das sollte nur ein paar Minuten dauern." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Dieser Nutzer hat keinen Anzeigenamen und kann daher nicht verifiziert werden." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Dieser Nutzer hat keine Follower." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Dieser Nutzer hat dich blockiert" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Dieser Nutzer hat dich blockiert. Du kannst seinen Inhalt nicht sehen." @@ -9142,7 +9237,7 @@ msgstr "Dieser Nutzer ist in der Liste <0>{0}0> enthalten, die du stummgeschal msgid "This user is new here. Press for more info about when they joined." msgstr "Dieser Nutzer ist neu hier. Klicke hier, um weitere Informationen darüber zu erhalten, wann er beigetreten ist." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Dieser Nutzer folgt niemandem." @@ -9168,7 +9263,7 @@ msgstr "Thread-Optionen" msgid "Thread preferences" msgstr "Thread-Einstellungen" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Thread-Einstellungen" @@ -9181,6 +9276,10 @@ msgstr "Thread" msgid "Threads Preferences" msgstr "Thread-Einstellungen" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Drohungen oder Aufstachelung" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Verbleibende Zeit: {0, plural, one {# Sekunde} other {# Sekunden}}" @@ -9198,10 +9297,6 @@ msgstr "Um E-Mail-2FA (Zwei-Faktor-Authentisierung) zu deaktivieren, verifiziere msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Um eine Konversation zu melden, melde bitte eine der Nachrichten über den Konversationsbildschirm. So können unsere Moderatoren den Kontext deines Anliegens besser verstehen." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "An wen möchtest du diese Meldung senden?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Heute" @@ -9222,8 +9317,8 @@ msgstr "Top" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Beliebte Antworten zuerst" @@ -9231,17 +9326,17 @@ msgstr "Beliebte Antworten zuerst" msgid "Topic" msgstr "Thema" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Übersetzen" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Baumansicht" @@ -9253,6 +9348,10 @@ msgstr "Angesagt" msgid "Trending Videos" msgstr "Angesagte Videos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolling" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "Vertrauen entsteht durch Beziehungen, Communitys und einem gemeinsamen Kontext. Deshalb ermöglichen wir auch <0>vertrauenswürdige Verifizierer0>: Organisationen, die Verifizierungen direkt ausstellen können." @@ -9274,7 +9373,7 @@ msgstr "Zwei-Faktor-Authentisierung (2FA)" msgid "Type your message here" msgstr "Gib deine Nachricht hier ein" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Typ:" @@ -9294,13 +9393,13 @@ msgstr "Es konnte keine Verbindung zu deinem Dienst hergestellt werden. Bitte ü #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Löschen nicht möglich" @@ -9324,27 +9423,27 @@ msgstr "Feed-Information nicht verfügbar" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Entblocken" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Account entblocken" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Account entblocken?" @@ -9369,12 +9468,7 @@ msgstr "Repost rückgängig machen" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Repost rückgängig machen ({0, plural, one {# Repost} other {# Reposts}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Entfolgen" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} entfolgen" @@ -9383,7 +9477,7 @@ msgstr "{0} entfolgen" msgid "Unfollow account" msgstr "Account entfolgen" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Entfolgt dem Nutzer" @@ -9391,7 +9485,7 @@ msgstr "Entfolgt dem Nutzer" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Leider ist Bluesky derzeit in Mississippi nicht verfügbar." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Leider unterstützt keiner deiner abonnierten Kennzeichner diesen Meldungstyp." @@ -9399,12 +9493,20 @@ msgstr "Leider unterstützt keiner deiner abonnierten Kennzeichner diesen Meldun msgid "Unknown verifier" msgstr "Unbekannter Verifizierer" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Nicht gekennzeichnete Inhalte für Erwachsene" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Nicht gekennzeichnete, missbräuchliche oder nicht einvernehmliche Inhalte für Erwachsene" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Gefällt mir nicht mehr ({0, plural, one {# Gefällt mir} other {# Gefällt mir}})" @@ -9419,8 +9521,8 @@ msgstr "Stummschaltung aufheben" msgid "Unmute" msgstr "Stummschaltung aufheben" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Stummschaltung von {tag} aufheben" @@ -9431,7 +9533,7 @@ msgstr "Stummschaltung von {tag} aufheben" msgid "Unmute account" msgstr "Stummschaltung von Account aufheben" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Stummschaltung von Konversation aufheben" @@ -9454,8 +9556,8 @@ msgstr "Stummschaltung von Video aufheben" msgid "Unpin" msgstr "Lösen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Feed lösen" @@ -9464,8 +9566,8 @@ msgstr "Feed lösen" msgid "Unpin Feed" msgstr "Feed lösen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Von Startseite lösen" @@ -9517,13 +9619,6 @@ msgstr "Von der Liste abgemeldet" msgid "Unsupported video type: {mimeType}" msgstr "Nicht unterstützter Videotyp: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Unerwünschter sexueller Inhalt" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "<0>{displayName}0> in Listen aktualisieren" msgid "Update email" msgstr "E-Mail aktualisieren" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Aktualisieren auf {domain}" @@ -9567,7 +9662,7 @@ msgstr "Wird aktualisiert…" msgid "Upload a photo instead" msgstr "Stattdessen ein Foto hochladen" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Hochladen einer Textdatei auf:" @@ -9603,11 +9698,11 @@ msgstr "Link-Vorschaubild wird hochgeladen..." msgid "Uploading video..." msgstr "Video wird hochgeladen..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Verwende App-Passwörter, um dich bei anderen Bluesky-Clients einzuloggen, ohne vollständigen Zugriff auf deinen Account oder Passwort zu gewähren." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Standardanbieter verwenden" @@ -9638,17 +9733,17 @@ msgstr "Verwende dies, um dich mit deinem Handle bei der anderen App einzuloggen msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Verwende die E-Mail-Adresse deines Accounts oder eine andere echte E-Mail-Adresse, auf die du Zugriff hast, falls KWS oder Bluesky dich kontaktieren muss." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Nutzer blockiert" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Nutzer blockiert" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Nutzer blockiert von „{0}“" @@ -9660,7 +9755,7 @@ msgstr "Nutzer durch Liste blockiert" msgid "User Blocked by List" msgstr "Nutzer durch Liste blockiert" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Nutzer blockiert dich" @@ -9698,15 +9793,15 @@ msgstr "Der Nutzername darf nicht mit einem Bindestrich beginnen oder enden" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Der Nutzername darf nur Buchstaben (a–z), Zahlen und Bindestriche enthalten" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nutzername oder E-Mail-Adresse" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "Nutzer gefolgt von <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "Nutzer, die <0>@{0}0> folgen" @@ -9715,15 +9810,7 @@ msgstr "Nutzer, die <0>@{0}0> folgen" msgid "Users I follow" msgstr "Nutzer, denen ich folge" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Nutzer in „{0}“" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Nutzer, denen du folgst" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Wert:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Code verifizieren" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNS-Eintrag verifizieren" @@ -9786,8 +9873,8 @@ msgstr "E-Mail-Verifizierungsdialog" msgid "Verify now" msgstr "Jetzt verifizieren" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Textdatei verifizieren" @@ -9841,15 +9928,15 @@ msgstr "Video von {0}: {text}" msgid "Video Games" msgstr "Videospiele" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Video ist pausiert" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Video wird abgespielt" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video nicht gefunden." @@ -9882,11 +9969,11 @@ msgstr "Ansehen" msgid "View {0}'s avatar" msgstr "Avatar von {0} ansehen" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Profil von {0} ansehen" @@ -9906,16 +9993,11 @@ msgstr "Blogpost für weitere Details ansehen" msgid "View debug entry" msgstr "Debug-Eintrag anzeigen" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Details ansehen" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Details zum Melden einer Urheberrechtsverletzung ansehen" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Vollständigen Thread ansehen" @@ -9960,7 +10042,7 @@ msgstr "Sieh dir den von @{0} bereitgestellten Kennzeichnungsdienst an" msgid "View this user's verifications" msgstr "Verifizierungen dieses Nutzers ansehen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Nutzer ansehen, denen dieser Feed gefällt" @@ -9993,8 +10075,8 @@ msgstr "Sieh dir deine stummgeschalteten Accounts an" msgid "View your verifications" msgstr "Deine Verifizierungen ansehen" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Vollständiges Bild ansehen" @@ -10002,6 +10084,14 @@ msgstr "Vollständiges Bild ansehen" msgid "Views video in immersive mode" msgstr "Zeigt Video im immersiven Modus" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Gewalt" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Gewalttätige oder bedrohliche Inhalte" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Wenn du auf das Häkchen tippst, siehst du, welche Organisationen die Ve msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Welche Sprachen würdest du gerne in deinen algorithmischen Feeds sehen?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Wer kann mit diesem Post interagieren?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Wer kann antworten" @@ -10249,40 +10340,38 @@ msgstr "Ups! Angesagte Videos konnten nicht geladen werden." msgid "Why are you appealing?" msgstr "Warum legst du Widerspruch ein?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Warum sollte dieser Inhalt überprüft werden?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Warum sollte diese Konversation überprüft werden?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Warum sollte dieser Feed überprüft werden?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Warum sollte diese Liste überprüft werden?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Warum sollte diese Nachricht überprüft werden?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Warum sollte dieser Post überprüft werden?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Warum sollte dieses Startpaket überprüft werden?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Warum sollte dieser Nutzer überprüft werden?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Möchtest du diesen Nutzer blockieren und/oder diese Konversation löschen?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Ja" msgid "Yes, deactivate" msgstr "Ja, deaktivieren" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Ja, dieses Startpaket löschen" @@ -10373,7 +10462,7 @@ msgstr "Du darfst nicht live gehen" msgid "You are not allowed to upload videos." msgstr "Du darfst keine Videos hochladen." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Du folgst niemandem." @@ -10445,17 +10534,13 @@ msgstr "Du kannst deinen Account reaktivieren, um dich weiterhin einzuloggen. De msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Du kannst insgesamt bis zu {MAX_IMAGES, plural, other {# Bilder}} auswählen." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Du kannst die Standard-Interaktionseinstellungen unter <0>Einstellungen → Moderation → Interaktionseinstellungen0> festlegen." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Du kannst dies später in deinen Einstellungen aktualisieren." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Du hast keine Follower." @@ -10467,6 +10552,10 @@ msgstr "Du folgst keinen Nutzern, die @{name} folgen." msgid "You don't have any chat requests at the moment." msgstr "Du hast momentan keine Chat-Anfragen." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Du hast noch keine Listen." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Du hast keine angehefteten Feeds." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Du hast diesen Nutzer blockiert" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Du hast diesen Nutzer blockiert und kannst seine Inhalte nicht sehen." @@ -10495,7 +10584,7 @@ msgstr "Du hast Mitteilungen für Antworten, Zitate und Erwähnungen vollständi 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Du hast diesen Post ausgeblendet" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Du hast diesen Post ausgeblendet." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Du hast diesen Account stummgeschaltet." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Du hast diesen Nutzer stummgeschaltet" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Du hast noch keine Wörter oder Tags stummgeschaltet" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Du hast diese Antwort ausgeblendet." @@ -10574,11 +10663,11 @@ msgstr "Du bist Bluesky vor {timeAgoString} beigetreten" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Du bist Bluesky vor {timeAgoString} mit einem Startpaket beigetreten" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Du kannst Einspruch gegen nicht selbst gesetzte Kennzeichnungen erheben, wenn du der Meinung bist, dass sie fälschlicherweise vergeben wurden." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Du kannst gegen diese Kennzeichnungen Einspruch erheben, wenn du der Meinung bist, dass sie zu Unrecht vergeben wurden." @@ -10614,10 +10703,6 @@ msgstr "Du musst die Altersverifikation abschließen, um auf diesen Bildschirm z 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Du musst mindestens einen Kennzeichner für eine Meldung auswählen" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Du kannst loslegen!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Du bist mit einem App-Passwort eingeloggt. Bitte logge dich mit deinem Hauptpasswort ein, um die Deaktivierung deines Accounts fortzusetzen." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Du hast gegen diese Kennzeichnung bereits einen Einspruch eingelegt, welcher derzeit von unserem Moderationsteam überprüft wird." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Du hast dich entschieden, ein Wort oder Tag in diesem Post auszublenden." @@ -10750,7 +10839,7 @@ msgstr "Du hast dein tägliches Limit für Video-Uploads erreicht (zu viele Byte 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Deine Beschwerde wurde eingereicht. Falls sie erfolgreich ist, erhältst msgid "Your birth date" msgstr "Dein Geburtsdatum" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Dein Browser unterstützt das Videoformat nicht. Bitte versuche es mit einem anderen Browser." @@ -10798,7 +10887,7 @@ msgstr "Deine Chats wurden deaktiviert" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Deine Auswahl wird für zukünftige Links gespeichert. Du kannst sie jederzeit in den Einstellungen ändern." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Dein aktueller Handle <0>{0}0> bleibt automatisch für dich reserviert. Du kannst jederzeit von diesem Account aus zu ihm zurückwechseln." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Deine Follower" @@ -10905,14 +10994,10 @@ msgstr "Dein Profil, deine Posts, deine Feeds und Listen werden nicht mehr für msgid "Your reply was sent" msgstr "Deine Antwort wurde gesendet" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Deine Meldung wird an <0>{0}0> gesendet." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Deine Meldung wird an den Bluesky-Moderationsdienst gesendet" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/el/messages.po b/src/locale/locales/el/messages.po index 5c93915c4c..6255c70fb2 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Greek\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {ακόλουθος} other {ακόλουθοι}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {ακολουθεί} other {ακολουθούν}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {Μου αρέσει} other {Μου αρέσει}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {Μου αρέσει} other {Μου αρέσει}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {ανάρτηση} other {αναρτήσεις}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {πάραθεση} other {παραθέσεις}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {αναδημοσίευση} other {αναδημοσιεύσεις}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {ώρα} other {ώρες}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {λεπτό} other {λεπτά}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}}0> σας ακολούθησαν" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "Η προσαρμοσμένη ροή άρεσε σε {firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλους}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}}0> άρεσαν την ανάρτησή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}}0> αναδημοσίευσαν την ανάρτησή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} και <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} άλλοι}}0> εγγεγράφηκαν με το πακέτο εκκίνησής σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "Ο/η {firstAuthorLink} σας ακολούθησε" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "Ο/η {firstAuthorLink} σας ακολούθησε πίσω" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "Στον/ην {firstAuthorLink} άρεσε η προσαρμοσμένοη ροή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "Στον/ην {firstAuthorLink} άρεσε την ανάρτησή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "Ο/η {firstAuthorLink} αναδημοσίευσε την ανάρτησή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "Ο/η {firstAuthorLink} γράφτηκε με το Starter Pack σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "Ο/η {firstAuthorName} και {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλος} other {{formattedAuthorsCount} άλλοι}} σας ακολούθησαν" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "Η προσαρμοσμένη ροή άρεσε στον/ην {firstAuthorName} και {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλον} other {{formattedAuthorsCount} άλλους}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "Στον/ην {firstAuthorName} και σε {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλον} other {{formattedAuthorsCount} άλλους}} άρεσε την ανάρτησή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "Ο/η {firstAuthorName} και {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλος} other {{formattedAuthorsCount} άλλοι}} αναδημοσίευσαν την ανάρτησή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "Ο/η {firstAuthorName} και {additionalAuthorsCount, plural, one {{formattedAuthorsCount} άλλος} other {{formattedAuthorsCount} άλλοι}} γράφτηκαν με το πακέτο εκκίνησής σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "Ο/η {firstAuthorName} σας ακολούθησε" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "Ο/η {firstAuthorName} σας ακολούθησε πίσω" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "Η προσαρμοσμένη ροή άρεσε στον/ην {firstAuthorName}" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "Στον/ην {firstAuthorName} άρεσε η ανάρτησή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "Ο/η {firstAuthorName} αναδημοσίευσε την ανάρτησή σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "Ο/η {firstAuthorName} γράφτηκε στο starter pack σας" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} ακόλουθοι" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> και <1> 1><2>{1} 2>περιλαμβάνονται στ msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> περιλαμβάνεται στο πακέτο εκκίνησής σας" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> μέλη" @@ -515,7 +519,7 @@ msgstr "⚠Μη έγκυρο όνομα χρήστη" msgid "24 hours" msgstr "24 ώρες" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Επιβεβαίωση 2FA" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Σχετικά" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Ρυθμίσεις Προσβασιμότητας" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Λογαριασμός" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Λογαριασμός σε σίγαση" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Λογαριασμός σε σίγαση" @@ -627,11 +635,15 @@ msgstr "Λογαριασμός σε σίγαση από λίστα" msgid "Account options" msgstr "Επιλογές λογαριασμού" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Λογαριασμός αφαιρέθηκε από την γρήγορη πρόσβαση" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Προσθέστε {0} περισσότερα για να συνεχίσ msgid "Add {displayName} to starter pack" msgstr "Προσθήκη {displayName} στο starter pack" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Προσθήκη προειδοποίησης περιεχομένου" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Προσθήκη κωδικού πρόσβασης εφαρμογής" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Προσθήκη κωδικού πρόσβασης εφαρμογής" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "Προσθέστε μερικές ροές στο πακέτο εκκί msgid "Add the default feed of only people you follow" msgstr "Προσθήκη της προεπιλεγμένης ροής μόνο των ατόμων που ακολουθείτε" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Προσθέστε το ακόλουθο αρχείο DNS στο domain σας:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Ενήλικες" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Περιεχόμενο για ενηλίκους" @@ -846,11 +862,15 @@ msgstr "Το περιεχόμενο για ενηλίκους μπορεί να msgid "Adult content is disabled." msgstr "Το περιεχόμενο για ενηλίκους είναι απενεργοποιημένο." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Ετικέτες περιεχομένου για ενηλίκους" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Προηγμένες" @@ -903,6 +923,10 @@ msgstr "Όλες οι ροές που έχετε αποθηκεύσει, σε έ msgid "Allow access to your direct messages" msgstr "Επιτρέψτε την πρόσβαση στα προσωπικά μηνύματά σας" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Επιτρέψτε νέα μηνύματα από" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Επιτρέψτε απαντήσεις από:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Επιτρέπει την πρόσβαση σε προσωπικά μηνύματα" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Έχετε ήδη κωδικό;" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Παρουσιάστηκε σφάλμα κατά τη δημιουργία του πακέτου έναρξής σας. Θέλετε να δοκιμάσετε ξανά;" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "Παρουσιάστηκε σφάλμα κατά τη φόρτωση του βίντεο. Παρακαλώ δοκιμάστε ξανά αργότερα." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "Παρουσιάστηκε σφάλμα κατά τη φόρτωση του βίντεο. Παρακαλώ δοκιμάστε ξανά." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Παρουσιάστηκε σφάλμα κατά την αποθήκευση του QR code!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Ένα θέμα που δεν περιλαμβάνεται σε αυτές τις επιλογές" @@ -1050,10 +1089,10 @@ msgstr "Παρουσιάστηκε πρόβλημα κατά την προσπά #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Παρουσιάστηκε πρόβλημα, παρακαλώ δοκιμάστε ξανά." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "άγνωστος ετικετοποιητής" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "και" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Αντικοινωνική Συμπεριφορά" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Ο καθένας μπορεί να αλληλεπιδράσει" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Γλώσσα εφαρμογής" msgid "App Password" msgstr "Κωδικός πρόσβασης εφαρμογής" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Κωδικός πρόσβασης εφαρμογής διαγράφηκε" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Κωδικοί πρόσβασης εφαρμογής" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Κωδικοί Πρόσβασης Εφαρμογής" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Έφεση" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Ένσταση ετικέτας" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Εφεση σε αυτήν την απόφαση" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Εφαρμογή προεπιλεγμένων προτεινόμενων msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Αρχειοθετήθηκε από {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Αρχειοθετημένη ανάρτηση" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε τον κωδικό πρόσβασης εφαρμογής;" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Θέλετε σίγουρα να διαγράψετε αυτό το μήνυμα; Το μήνυμα θα διαγραφεί για εσάς, αλλά όχι για τον άλλο συμμετέχοντα." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το Starter Pack;" @@ -1252,7 +1298,7 @@ msgstr "Γράφετε σε <0>{suggestedLanguageName}0>;" msgid "Art" msgstr "Τέχνη" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Καλλιτεχνική ή μη ερωτική γυμνότητα." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "Αυτόματη αναπαραγωγή βίντεο και GIF" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Πίσω" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Πριν δημιουργήσετε ένα Starter Pack, πρέπει πρώτα να επαληθεύσετε το email σας." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Ημερομηνία γέννησης" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Αποκλεισμός" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Αποκλεισμός λογαριασμού;" msgid "Block accounts" msgstr "Αποκλεισμός λογαριασμών" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Αποκλεισμός και/ή διαγραφή αυτής της συνομιλίας" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Λίστα αποκλεισμένων" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "Αποκλεισμός αυτών των λογαριασμών;" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Αποκλεισμένος" @@ -1449,25 +1503,25 @@ msgstr "Ο αποκλεισμός δεν θα εμποδίσει την εφαρ msgid "Blog" msgstr "Ιστολόγιο" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Το Bluesky δεν μπορεί να επιβεβαιώσει την αυθεντικότητα της ημερομηνίας που δηλώθηκε." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 είναι ένα ανοιχτό δίκτυο όπου μπορείτε να επιλέξετε τον πάροχο φιλοξενίας σας. Αν είστε προγραμματιστής, μπορείτε να φιλοξενήσετε τον δικό σας διακομιστή." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "Θολώστε εικόνες και φιλτράρετε από τις msgid "Books" msgstr "Βιβλία" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Περιηγηθείτε σε περισσότερους λογαριασμούς στην σελίδα Εξερεύνησης" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Επιχειρήσεις" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Από {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,19 +1670,20 @@ msgstr "Κάμερα" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "" msgid "Cancel search" msgstr "Ακύρωση αναζήτησης" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Δεν μπορείτε να αλληλεπιδράσετε με έναν μπλοκαρισμένο χρήστη" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Αλλαγή Ονόματος Χρήστη" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Συνομιλία" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Σίγαση συνομιλίας" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Ρυθμίσεις συνομιλίας" msgid "Chat Settings" msgstr "Ρυθμίσεις Συνομιλίας" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Αφαίρεση σίγασης συνομιλίας" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "Έλεγχος κατάστασης" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "" @@ -1805,6 +1868,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Ελέγξτε τα εισερχόμενά σας για ένα email με τον κωδικό επιβεβαίωσης για να τον εισάγετε παρακάτω:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Επιλέξτε μέθοδο επαλήθευσης domain" @@ -1833,7 +1904,7 @@ msgstr "Επιλέξτε τους αλγορίθμους που τροφοδοτ msgid "Choose this color as your avatar" msgstr "Επιλέξτε αυτό το χρώμα ως εικόνα προφίλ σας" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Κάντε κλικ για να απενεργοποιήσετε τις αναδημοσιεύσεις αυτής της ανάρτησης." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Κάντε κλικ για να ενεργοποιήσετε τις αναδημοσιεύσεις αυτής της ανάρτησης." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1982,11 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Κλείσιμο" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Κλείσιμο ενεργού διαλόγου" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "Κλείνει το πρόγραμμα προβολής για την εικόνα κεφαλίδας" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Σύμπτυξη λίστας χρηστών" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Συμπτύσσει τη λίστα χρηστών για μια δεδομένη ειδοποίηση" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Λειτουργία χρώματος" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Κωδικός επιβεβαίωσης" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Σύνδεση..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Γλώσσες Περιεχομένου" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Περιεχόμενο Μη Διαθέσιμο" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Προειδοποίηση Περιεχομένου" @@ -2212,7 +2281,7 @@ msgstr "Φόντο μενού περιβάλλοντος, κάντε κλικ γ msgid "Continue" msgstr "Συνέχεια" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Συνέχεια ως {0} (είστε ήδη συνδεδεμένος/η)" @@ -2236,8 +2305,8 @@ msgstr "Συνέχεια στο επόμενο βήμα" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Διαγραμμένη συνομιλία" @@ -2254,7 +2323,7 @@ msgstr "Μαγειρική" msgid "Copied build version to clipboard" msgstr "Η έκδοση build αντιγράφηκε στο πρόχειρο" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Η έκδοση build αντιγράφηκε στο πρόχειρο" msgid "Copied to clipboard" msgstr "Αντιγράφηκε στο πρόχειρο" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Αντιγράφηκε!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Αντιγραφή κωδικού" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Αντιγραφή DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Αντιγραφή host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Αντιγραφή συνδέσμου" @@ -2331,12 +2400,12 @@ msgstr "Αντιγραφή συνδέσμου στην ανάρτηση" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Αντιγραφή κειμένου μηνύματος" @@ -2354,7 +2423,7 @@ msgstr "Αντιγραφή κειμένου ανάρτησης" msgid "Copy QR code" msgstr "Αντιγραφή QR κώδικα" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Αντιγραφή τιμής εγγραφής TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Δεν ήταν δυνατή η αποχώρηση από τη συνομιλία" @@ -2392,7 +2461,7 @@ msgstr "Δεν ήταν δυνατή η φόρτωση της ροής" msgid "Could not load list" msgstr "Δεν ήταν δυνατή η φόρτωση της λίστας" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Δεν ήταν δυνατή η σίγαση της συνομιλίας" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Δημιουργία νέου λογαριασμού" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Δημιουργία αναφοράς για {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Δημιουργήθηκε {0}" @@ -2503,8 +2573,8 @@ msgstr "" msgid "Culture" msgstr "Πολιτισμός" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Προσαρμοσμένο" @@ -2512,18 +2582,22 @@ msgstr "Προσαρμοσμένο" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Προσαρμόστε ποιος μπορεί να αλληλεπιδράσει με αυτήν την ανάρτηση." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Σκοτεινό" @@ -2536,7 +2610,7 @@ msgstr "Σκοτεινό" msgid "Dark mode" msgstr "Σκοτεινή λειτουργία" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Σκοτεινό θέμα" @@ -2558,7 +2632,11 @@ msgstr "Debug Διαχείρισης" msgid "Debug panel" msgstr "Πίνακας Debug" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Προεπιλογή" @@ -2566,14 +2644,14 @@ msgstr "Προεπιλογή" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Διαγραφή" @@ -2586,16 +2664,16 @@ msgstr "Διαγραφή λογαριασμού" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Διαγραφή Λογαριασμού <0>”0><1>{0}1><2>”2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Διαγραφή κωδικού πρόσβασης εφαρμογής" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Διαγραφή κωδικού πρόσβασης εφαρμογής;" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "Διαγραφή εγγραφής δήλωσης συνομιλίας" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Διαγραφή για μένα" @@ -2623,11 +2701,11 @@ msgstr "Διαγραφή για μένα" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Διαγραφή μηνύματος" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Διαγραφή μηνύματος για μένα" @@ -2641,12 +2719,12 @@ msgstr "Διαγραφή του λογαριασμού μου" msgid "Delete post" msgstr "Διαγραφή ανάρτησης" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Διαγραφή starter pack" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Διαγραφή starter pack;" @@ -2709,11 +2787,11 @@ msgstr "Η λειτουργία προγραμματιστή ενεργοποι msgid "Developer options" msgstr "Επιλογές προγραμματιστή" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Διάλογος: ρυθμίστε ποιοι μπορούν να αλληλεπιδράσουν με αυτή την ανάρτηση" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Ντιμαρισμένο" @@ -2735,6 +2813,14 @@ msgstr "Απενεργοποίηση Email 2FA" msgid "Disable haptic feedback" msgstr "Απενεργοποίηση ανάδρασης αφής" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Απενεργοποίηση υποτίτλων" @@ -2778,7 +2864,7 @@ msgstr "Αποθάρρυνση των εφαρμογών από την εμφά msgid "Discover new custom feeds" msgstr "Ανακαλύψτε νέες προσαρμοσμένες ροές" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Ανακαλύψτε Νέες Ροές" @@ -2817,8 +2903,8 @@ msgstr "Εμφανιζόμενο όνομα" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Πίνακας DNS" @@ -2830,7 +2916,7 @@ msgstr "Μην εφαρμόσετε αυτήν την λέξη σίγασης σ msgid "Does not include nudity." msgstr "Δεν περιλαμβάνει γυμνό." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Το domain σας επαληθεύτηκε!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "Πατήστε δύο φορές για να κλείσετε το παράθυρο διαλόγου" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "Κατεβάστε το Bluesky" msgid "Download CAR file" msgstr "Κατεβάστε το αρχείο CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Σύρετε για να προσθέσετε εικόνες" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Επεξεργασία ατόμων" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Επεξεργασία ρυθμίσεων αλληλεπίδρασης ανάρτησης" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Επεξεργασία προφίλ" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Επεξεργασία προφίλ" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Επεξεργασία starter pack" @@ -3034,7 +3129,7 @@ msgstr "Επεξεργασία starter pack" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Επεξεργασία του ποιος μπορεί να απαντήσει" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "Email Επαληθεύτηκε" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Ενσωματώστε κώδικα HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Ενεργοποίηση υπότιτλων" @@ -3200,7 +3299,7 @@ msgstr "Εισάγετε το domain που θέλετε να χρησιμοπο msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Εισάγετε το email που χρησιμοποιήσατε για τη δημιουργία του λογαριασμού σας. Θα σας στείλουμε έναν “κωδικό επαναφοράς” για να ορίσετε νέο κωδικό πρόσβασης." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "Εισάγετε την ημερομηνία γέννησης σας" msgid "Enter your email address" msgstr "Εισάγετε την διεύθυνση email σας" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "Σφάλμα λήψης απάντησης captcha." msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Όλοι" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Όλοι μπορούν να απαντήσουν" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Όλοι μπορούν να απαντήσουν σε αυτήν την ανάρτηση." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Όλοι" @@ -3282,16 +3377,6 @@ msgstr "Όλοι" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Υπερβολικές αναφορές ή απαντήσεις" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Υπερβολικά ή ανεπιθύμητα μηνύματα" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Αποκλεισμός χρηστών που ακολουθείτε" @@ -3316,7 +3401,7 @@ msgstr "Έξοδος από την προβολή εικόνας" msgid "Expand alt text" msgstr "Ανάπτυξη εναλλακτικού κειμένου" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Ανάπτυξη λίστας χρηστών" @@ -3328,7 +3413,7 @@ msgstr "Ανάπτυξη ή συμπίεση της πλήρους ανάρτη msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "Λήγει" msgid "Expires {0}" msgstr "Λήγει {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "Τα εξωτερικά μέσα ενδέχεται να επιτρέπ msgid "External Media Preferences" msgstr "Προτιμήσεις εξωτερικού μέσου" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Απέτυχε η αλλαγή του ονόματος χρήστη. Παρακαλώ δοκιμάστε ξανά." @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "Απέτυχε η δημιουργία starter pack" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Απέτυχε η διαγραφή μηνύματος" @@ -3452,7 +3541,7 @@ msgstr "Απέτυχε η διαγραφή μηνύματος" msgid "Failed to delete post, please try again" msgstr "Απέτυχε η διαγραφή ανάρτησης, παρακαλώ δοκιμάστε ξανά" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Απέτυχε η διαγραφή starter pack" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Απέτυχε η φόρτωση προτιμήσεων ροών" @@ -3498,14 +3587,14 @@ msgstr "Απέτυχε η φόρτωση παλαιότερων μηνυμάτω msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Απέτυχε η φόρτωση προτεινόμενων ροών" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Απέτυχε η φόρτωση προτεινόμενων ακολουθιών" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Απέτυχε το καρφίτσωμα ανάρτησης" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Απέτυχε η αποθήκευση εικόνας: {0}" @@ -3557,7 +3647,7 @@ msgstr "Απέτυχε η αποστολή" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Απέτυχε η υποβολή ένστασης, παρακαλώ δοκιμάστε ξανά." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "Απέτυχε η επαλήθευση του ονόματος χρήστη. Παρακαλώ δοκιμάστε ξανά." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Ροή" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3733,8 @@ msgstr "Εναλλαγή ροής" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Σχόλια" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Βρείτε λογαριασμούς για να ακολουθήσετ msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "Τέλος" msgid "Fitness" msgstr "Φυσική κατάσταση" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Ευέλικτο" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Ακολουθήστε" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Ακολουθήστε" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Ακολουθήστε {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Κάντε follow back" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Κάντε follow back" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Ακολούθοι που γνωρίζετε" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Ακολουθείτε" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Ακολουθείτε" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Ακολουθείτε {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "Σας ακολουθεί" msgid "Follows You" msgstr "Σας Ακολουθεί" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Γραμματοσειρά" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Μέγεθος γραμματοσειράς" @@ -3919,7 +4013,7 @@ msgstr "Για λόγους ασφαλείας, θα χρειαστεί να σ msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Για λόγους ασφαλείας, δεν θα μπορείτε να το δείτε ξανά. Αν χάσετε αυτόν τον κωδικό πρόσβασης εφαρμογής, θα χρειαστεί να δημιουργήσετε έναν νέο." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Για την καλύτερη εμπειρία, σας προτείνουμε να χρησιμοποιήσετε τη γραμματοσειρά του θέματος." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Ξεχάσατε τον κωδικό σας?" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Ξεχάσατε τον κωδικό σας;" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Ξεχάσατε;" @@ -3953,12 +4047,7 @@ msgstr "Ξεχάσατε;" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Συχνά δημοσιεύει ανεπιθύμητο περιεχόμενο" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "" msgid "Give your profile a face" msgstr "Δώστε στο προφίλ σας ένα πρόσωπο" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Φανοφανείς παραβιάσεις του νόμου ή των όρων παροχής υπηρεσιών" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Φανοφανείς παραβιάσεις του νόμου ή των #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Πίσω" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Πίσω" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Επιστροφή στο προηγούμενο βήμα" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Συνέχεια" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Προφίλ" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Προφίλ χρήστη" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Εικονικά μέσα" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Στα μισά της διαδρομής!" msgid "Handle" msgstr "Όνομα χρήστη" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Το όνομα χρήστη υπάρχει ήδη. Παρακαλώ δοκιμάστε ένα διαφορετικό." @@ -4182,7 +4279,7 @@ msgstr "Το όνομα χρήστη υπάρχει ήδη. Παρακαλώ δ msgid "Handle changed!" msgstr "Το όνομα χρήστη άλλαξε!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Το όνομα χρήστη είναι πολύ μακρύ. Παρακαλώ δοκιμάστε ένα πιο σύντομο." @@ -4190,10 +4287,17 @@ msgstr "Το όνομα χρήστη είναι πολύ μακρύ. Παρακ msgid "Haptics" msgstr "Απτικές αντιδράσεις" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Παρενοχλήσεις, τρολάρισμα ή μισαλλοδοξία" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Έχετε πρόβλημα;" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Βοήθεια" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "Κρυφή λίστα" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Κρυφή λίστα" msgid "Hide" msgstr "Απόκρυψη" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Απόκρυψη" @@ -4269,6 +4377,10 @@ msgstr "Απόκρυψη" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Απόκρυψη λίστας χρηστών" @@ -4320,7 +4432,7 @@ msgstr "Απόκρυψη λίστας χρηστών" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "Περιμένετε! Δίνουμε σταδιακά πρόσβαση msgid "Home" msgstr "Αρχική" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Διεύθυνση:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Πάροχος φιλοξενίας" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "Πώς πρέπει να ανοίξουμε αυτόν τον σύνδεσμο;" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Εάν θέλετε να αλλάξετε τον κωδικό σας, θ msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Εάν προσπαθείτε να αλλάξετε το όνομα χρήστη ή το email σας, κάντε το πριν απενεργοποιήσετε τον λογαριασμό σας." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Παράνομο και Επείγον" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Εικόνα" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Παραποίηση ή ψευδείς ισχυρισμοί σχετικά με την ταυτότητα ή τη σχέση" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Παραποίηση, παραπληροφόρηση ή ψευδείς ισχυρισμοί" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Ανάρμοστα μηνύματα ή ακατάλληλοι σύνδεσμοι" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Μη έγκυρο όνομα χρήστη ή κωδικός πρόσβασης" @@ -4537,11 +4638,11 @@ msgstr "Εισαγάγετε νέο κωδικό πρόσβασης" msgid "Input password for account deletion" msgstr "Εισαγάγετε τον κωδικό πρόσβασης για διαγραφή λογαριασμού" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Εισαγάγετε τον κωδικό που σας στάλθηκε μέσω email" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Περιορισμένη αλληλεπίδραση" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Μη έγκυρος κωδικός επιβεβαίωσης 2FA." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Μη έγκυρο όνομα χρήστη. Παρακαλώ δοκιμάστε ένα διαφορετικό." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "Εργασίες" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Εγγραφείτε στο Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Επισημασμένο από {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Επισημασμένο από τον/την συγγραφέα." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Ετικέτες" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Οι Ετικέτες προστέθηκαν" @@ -4678,11 +4779,11 @@ msgstr "Οι Ετικέτες προστέθηκαν" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Οι ετικέτες είναι σημειώσεις σε χρήστες και περιεχόμενο. Μπορούν να χρησιμοποιηθούν για να αποκρύψουν, να προειδοποιήσουν και να κατηγοριοποιήσουν το δίκτυο." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Οι Ετικέτες στον λογαριασμό σας" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Οι Ετικέτες στο περιεχόμενό σας" @@ -4696,7 +4797,7 @@ msgstr "Ρυθμίσεις γλώσσας" msgid "Languages" msgstr "Γλώσσες" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Μεγαλύτερο" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Μάθετε περισσότερα για το Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Μάθετε περισσότερα για την αυτόνομη φιλοξενία του PDS σας." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "Μάθετε περισσότερα για το τι είναι δημό msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Μάθετε περισσότερα." @@ -4787,10 +4888,10 @@ msgstr "Αποχώρηση" msgid "Leave chat" msgstr "Αποχώρηση από συνομιλία" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Αποχώρηση από συνομιλία" @@ -4822,9 +4923,9 @@ msgstr "Ας επαναφέρουμε τον κωδικό σας!" msgid "Let's go!" msgstr "Πάμε!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Φωτεινό" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Φωτεινό" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4956,7 @@ msgstr "\"Μου αρέσει\" σε 10 αναρτήσεις για να εκπ msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Πατήστε \"Μου αρέσει\" σε αυτήν την ροή" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "\"Μου αρέσει\" σε αυτήν την ανάρτηση" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Φόρτωση περισσότερων" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Φόρτωση περισσότερων προτεινόμενων ροών" @@ -5041,6 +5142,14 @@ msgstr "Φόρτωση νέων ειδοποιήσεων" msgid "Load new posts" msgstr "Φόρτωση νέων αναρτήσεων" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Φόρτωση..." @@ -5049,15 +5158,19 @@ msgstr "Φόρτωση..." msgid "Log" msgstr "Ημερολόγιο" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Ορατότητα κατά την αποσύνδεση" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Λογότυπο από <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Διαχειριστείτε τις λέξεις και ετικέτες msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Σημείωση ως ανάγνωση" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "Μέσα" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Μέσα που μπορεί να είναι ενοχλητικά ή ακατάλληλα για ορισμένα ακροατήρια." @@ -5140,14 +5253,10 @@ msgstr "Μέσα που μπορεί να είναι ενοχλητικά ή α msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "αναφερόμενοι χρήστες" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Αναφερόμενοι χρήστες" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Μενού" msgid "Message {0}" msgstr "Μήνυμα {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Το μήνυμα διαγράφηκε" @@ -5172,7 +5281,7 @@ msgstr "Το μήνυμα διαγράφηκε" msgid "Message deleted" msgstr "Το μήνυμα διαγράφηκε" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "Πεδίο εισαγωγής μηνύματος" msgid "Message is too long" msgstr "Το μήνυμα είναι πολύ μακρύ" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "Μηνύματα" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Παραπλανητικός Λογαριασμός" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Παραπλανητική Δημοσίευση" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Εργαλεία διαχείρισης" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "Ο/η διαχειριστής επέλεξε να θέσει μια γενική προειδοποίηση στο περιεχόμενο." -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Περισσότερες ροές" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Σίγαση" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "" msgid "Mute accounts" msgstr "Σίγαση λογαριασμών" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Σίγαση συνομιλίας" @@ -5396,7 +5503,7 @@ msgstr "Λογαριασμοί σε σίγαση" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Σε σίγαση από “{0}”" @@ -5421,17 +5528,6 @@ msgstr "Οι Ροές μου" msgid "Name" msgstr "Όνομα" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Το όνομα ή η περιγραφή παραβιάζει τους κανόνες της κοινότητας" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Μεταβαίνει στην επόμενη οθόνη" @@ -5455,20 +5551,16 @@ msgstr "Μεταβαίνει στην επόμενη οθόνη" msgid "Navigates to your profile" msgstr "Μεταβαίνει στο προφίλ σας" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Πρέπει να αναφέρετε μια παραβίαση πνευματικών δικαιωμάτων;" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Μην χάσετε ποτέ την πρόσβαση στους ακόλουθούς σας ή στα δεδομένα σας." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Δεν πειράζει, δημιουργήστε ένα όνομα χρήστη για μένα" @@ -5476,17 +5568,17 @@ msgstr "Δεν πειράζει, δημιουργήστε ένα όνομα χρ msgid "New" msgstr "Νέο" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Νέο" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Νέα Δημοσίευση" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Νέο παράθυρο πληροφοριών χρήστη" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Πιο πρόσφατες απαντήσεις πρώτα" @@ -5587,8 +5679,8 @@ msgstr "Ειδήσεις" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Ειδήσεις" msgid "Next" msgstr "Επόμενο" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Επόμενο" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Επόμενη εικόνα" @@ -5616,12 +5703,12 @@ msgstr "Επόμενη εικόνα" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Δεν υπάρχουν ακόμη κωδικοί πρόσβασης εφαρμογής" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Χωρίς πίνακα DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Δεν υπάρχουν ακόμη \"Μου αρέσει\"" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Δεν ακολουθώ πλέον τον {0}" @@ -5671,7 +5759,7 @@ msgstr "Δεν υπάρχουν ακόμη ειδοποιήσεις!" msgid "No one" msgstr "Κανείς" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Μόνο ο συγγραφέας μπορεί να παραθέσει αυτήν την δημοσίευση." @@ -5701,7 +5789,7 @@ msgstr "Χωρίς αποτέλεσμα" msgid "No results" msgstr "Χωρίς αποτελέσματα" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "Δεν βρέθηκαν αποτελέσματα για “{query}”" msgid "No results found for {query}" msgstr "Δεν βρέθηκαν αποτελέσματα για {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "Χωρίς αποτελέσματα αναζήτησης για “{sear msgid "No thanks" msgstr "Όχι ευχαριστώ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Κανείς" @@ -5753,6 +5841,10 @@ msgstr "Κανείς δεν το έχει αναδημοσιεύσει ακόμ msgid "Nobody was found. Try searching for someone else." msgstr "Δεν βρέθηκε κανείς. Δοκιμάστε να αναζητήσετε κάποιον άλλον." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Μη σεξουαλικό γυμνό" @@ -5843,16 +5935,11 @@ msgstr "τώρα" msgid "Now" msgstr "Τώρα" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Γύμνια" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Γυμνότητα ή περιεχόμενο για ενήλικες που δεν έχει επισημανθεί ως τέτοιο" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Εντάξει" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Πιο παλιές απαντήσεις πρώτα" @@ -5916,7 +6003,7 @@ msgstr "Ένα ή περισσότερα βίντεο λείπουν το ενα msgid "Only .jpg and .png files are supported" msgstr "Υποστηρίζονται μόνο αρχεία .jpg και .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Μόνο ο/η {0} μπορεί να απαντήσει." @@ -5941,7 +6028,7 @@ msgstr "Ουπς, κάτι πήγε στραβά!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Άνοιγμα δημιουργού εικόνας προφίλ" msgid "Open conversation options" msgstr "Άνοιγμα επιλογών συνομιλίας" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6060,8 @@ msgstr "Άνοιγμα επιλογέα emoji" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Άνοιγμα μενού επιλογών ροών" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Άνοιγμα μενού starter pack" @@ -6032,9 +6119,9 @@ msgstr "Άνοιγμα αρχείου καταγραφής συστήματος" msgid "Opens a dialog to add a content warning to your post" msgstr "Ανοίγει ένα παράθυρο διαλόγου για να προσθέσετε μια προειδοποίηση περιεχομένου στην ανάρτησή σας" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Ανοίγει ένα παράθυρο διαλόγου για να επιλέξετε ποιος μπορεί να απαντήσει σε αυτό το νήμα" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Ανοίγει τη φόρμα επαναφοράς κωδικού πρόσβασης" @@ -6103,24 +6190,15 @@ msgstr "Ανοίγει τη φόρμα επαναφοράς κωδικού πρ msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Ανοίγει αυτό το προφίλ" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Προαιρετικά, δώστε παρακάτω περισσότερες πληροφορίες:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Επιλογές:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Ή συνδυάστε αυτές τις επιλογές:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Ή, συνεχίστε με έναν άλλο λογαριασμό." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Άλλο" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Άλλος λογαριασμός" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "Η σελίδα δεν βρέθηκε" msgid "Page Not Found" msgstr "Η Σελίδα Δεν Βρέθηκε" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Άτομα που ακολουθούν τον/την @{0}" msgid "People following @{0}" msgstr "Άτομα που ακολουθούνται από τον/την @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Κατοικίδια" msgid "Photography" msgstr "Φωτογραφία" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Εικόνες για ενήλικες." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Καρφίτσωμα στην αρχική" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Καρφίτσωμα στην Αρχική" @@ -6275,7 +6390,7 @@ msgstr "Καρφίτσωμα στην Αρχική" msgid "Pin to your profile" msgstr "Καρφίτσωμα στο προφίλ σας" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Καρφιτσωμένο" @@ -6302,7 +6417,7 @@ msgstr "Αναπαραγωγή" msgid "Play {0}" msgstr "Αναπαραγωγή {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Αναπαραγωγή βίντεο" @@ -6327,7 +6442,7 @@ msgstr "Αναπαράγει το GIF" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Παρακαλώ εισάγετε τον κωδικό πρόσκληση msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Παρακαλώ εισάγετε και τον κωδικό πρόσβασης σας:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Παρακαλώ εξηγήστε γιατί πιστεύετε ότι αυτή η ετικέτα εφαρμόστηκε εσφαλμένα από τον/την {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Πολιτική" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Πορνογραφία" @@ -6512,24 +6627,24 @@ msgstr "Η δημοσίευση διαγράφηκε" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Η δημοσίευση απέτυχε να μεταφορτωθεί. Παρακαλώ ελέγξτε τη σύνδεση στο internet και προσπαθήστε ξανά." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Δημοσίευση κρυμμένη από Λέξη σε Σίγαση" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Δημοσίευση κρυμμένη από εσάς" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Ρυθμίσεις αλληλεπίδρασης δημοσίευσης" @@ -6614,13 +6729,8 @@ msgstr "Προηγούμενη εικόνα" msgid "Primary Language" msgstr "Κύρια Γλώσσα" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Προτεραιότητα σε όσους λογαριασμούς ακολουθείτε" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Απόρρητο" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Πολιτική Απορρήτου" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Επεξεργασία βίντεο..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Προφίλ ενημερωμένο" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Δημόσιο" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Η παράθεση δημοσίευσης αφαιρέθηκε επιτ msgid "Quote posts disabled" msgstr "Οι παραθέσεις δημοσιεύσεων είναι απενεργοποιημένες" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Ρυθμίσεις παραθέσεων" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Ρυθμίσεις παραθέσεων" msgid "Quotes" msgstr "Παραθέσεις" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Παραθέσεις αυτής της δημοσίευσης" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Λόγος:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Επανασύνδεση" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "Αφαίρεση ροής" msgid "Remove feed?" msgstr "Αφαίρεση ροής;" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Απαντήσεις" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Οι απαντήσεις είναι απενεργοποιημένες" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Οι απαντήσεις σε αυτή τη δημοσίευση είναι απενεργοποιημένες." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Απάντηση" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Απάντηση κρυμμένη από τον δημιουργό του νήματος" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Απάντηση κρυμμένη από εσάς" @@ -7120,11 +7234,7 @@ msgstr "Απάντηση κρυμμένη από εσάς" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Ρυθμίσεις απαντήσεων" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Οι ρυθμίσεις απαντήσεων επιλέγονται από τον δημιουργό του νήματος" @@ -7141,7 +7251,7 @@ msgstr "Η ορατότητα απάντησης ενημερώθηκε" msgid "Reply was successfully hidden" msgstr "Η απάντηση κρύφτηκε επιτυχώς" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Αναφορά" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Αναφορά συνομιλίας" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Παράθυρο αναφοράς" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Αναφορά ροής" @@ -7176,7 +7285,7 @@ msgstr "Αναφορά ροής" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Αναφορά μηνύματος" @@ -7185,48 +7294,41 @@ msgstr "Αναφορά μηνύματος" msgid "Report post" msgstr "Αναφορά δημοσίευσης" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Αναφορά starter pack" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Αναφορά αυτού του περιεχομένου" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Αναφορά αυτής της ροής" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Αναφορά αυτής της λίστας" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Καταγγείλτε αυτό το μήνυμα" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Αναφέρετε αυτήν την ανάρτηση" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Αναφορά αυτού του Starter Pack" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Αναφέρετε αυτόν τον χρήστη" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Αναδημοσίευση ή παράθεση ανάρτησης" @@ -7277,7 +7379,7 @@ msgstr "Αναδημοσίευση από εσάς" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Αναδημοσίευση αυτής της ανάρτησης" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "" msgid "Reset password" msgstr "Επαναφορά κωδικού πρόσβασης" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "Επανάληψη της τελευταίας ενέργειας, η ο #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Επανάληψη της τελευταίας ενέργειας, η ο msgid "Retry" msgstr "Προσπαθείστε ξανά" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Επιστροφή στην προηγούμενη σελίδα" @@ -7399,8 +7501,8 @@ msgstr "Επιστροφή στην αρχική σελίδα" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Επιστροφή στην προηγούμενη σελίδα" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "Αποθήκευση" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Αποθήκευση" @@ -7459,8 +7561,13 @@ msgstr "Αποθήκευση νέου ονόματος χρήστη" msgid "Save QR code" msgstr "Αποθήκευση QR κώδικα" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Αποθήκευση στις ροές μου" @@ -7487,21 +7594,25 @@ msgstr "Αποθηκεύτηκε στις ροές σας" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Πείτε γεια!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Επιστήμη" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Μετακίνηση στην κορυφή" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Αναζήτηση" @@ -7553,11 +7664,11 @@ msgstr "Αναζήτησή για “{searchText}”" msgid "Search for feeds that you want to suggest to others." msgstr "Αναζητήστε ροές που θέλετε να προτείνετε σε άλλους." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Επιλογή χρώματος" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Επιλογή λογαριασμού" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Επιλογή από υπάρχοντα λογαριασμό" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Επιλογή GIF" @@ -7727,14 +7850,10 @@ msgstr "Επιλογή γλώσσας..." msgid "Select languages" msgstr "Επιλογή γλωσσών" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Επιλογή διαχειριστή" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Επιλογή αρχείου υπότιτλων (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Επιλέξτε το emoji {emojiName} ως εικόνα προφίλ σας" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Επιλέξτε την/τις υπηρεσία/ες διαχείρισης στις οποίες θα καταγγείλετε" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Επιλέξτε τα ενδιαφέροντά σας από τις πα msgid "Select your preferred language for translations in your feed." msgstr "Επιλέξτε την προτιμώμενη γλώσσα σας για τις μεταφράσεις στη ροή σας." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Στείλτε μια σένια ιστοσελίδα!" @@ -7818,7 +7937,7 @@ msgstr "Αποστολή σχολίων" msgid "Send message" msgstr "Αποστολή μηνύματος" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Αποστολή ανάρτησης σε..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Αποστολή καταγγελίας" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Αποστολή καταγγελίας σε {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "Αποστολή μέσω προσωπικού μηνύματος" msgid "Sends email with confirmation code for account deletion" msgstr "Αποστέλλει email με κωδικό επιβεβαίωσης για διαγραφή λογαριασμού" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Διεύθυνση διακομιστή" @@ -7874,10 +7982,18 @@ msgstr "Ορισμός ημερομηνίας γέννησης" msgid "Set new password" msgstr "Ορισμός νέου κωδικού πρόσβασης" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Ρύθμιση του λογαριασμού σας" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Ορίζει email για επαναφορά κωδικού πρόσβασης" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Οι ρυθμίσεις αποθηκεύτηκαν" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Σεξουαλική δραστηριότητα ή ερωτικό γυμνό." @@ -7953,7 +8069,7 @@ msgstr "Σεξουαλικά προκλητικό" msgid "Share" msgstr "Κοινή χρήση" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Κοινή χρήση" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Κοινή χρήση QR κώδικα" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8128,8 @@ msgstr "Μοιραστείτε αυτό το Starter Pack και βοηθήστ #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Κοινή χρήση της αγαπημένης σας ροής!" msgid "Shared Preferences Tester" msgstr "Ελεγκτής κοινών προτιμήσεων" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Εμφάνιση εναλλακτικού κειμένου" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Εμφάνιση ούτως ή άλλως" @@ -8067,6 +8183,10 @@ msgstr "Εμφάνιση λιγότερων παρόμοιων" msgid "Show list anyway" msgstr "Εμφάνιση λίστας ούτως ή άλλως" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Εμφάνιση περισσότερων" @@ -8080,7 +8200,7 @@ msgstr "Εμφάνιση περισσότερων σαν αυτό" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Εμφάνιση απαντήσεων" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Εμφάνιση απαντήσεων από άτομα που ακολουθείτε πριν από όλες τις άλλες απαντήσεις" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Εμφάνιση προειδοποίησης" msgid "Show warning and filter from feeds" msgstr "Εμφάνιση προειδοποίησης και φιλτράρισμα από τις ροές" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "Σύνδεση" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Σύνδεση ως {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Σύνδεση ως..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Συνδεθείτε ή δημιουργήστε λογαριασμό για να συμμετάσχετε στη συζήτηση!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Μικρότερο" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Κάποιες άλλες ροές που μπορεί να σας αρέσουν" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Κάτι πήγε στραβά" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Κάτι πήγε στραβά, παρακαλώ δοκιμάστε ξανά" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Κάτι πήγε στραβά!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ταξινόμηση απαντήσεων" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ταξινόμηση απαντήσεων κατά" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ταξινόμηση απαντήσεων στην ίδια ανάρτηση κατά:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; υπερβολικές αναφορές ή απαντήσεις" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; υπερβολικές αναφορές ή απαντήσεις" msgid "Sports" msgstr "Αθλήματα" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "" msgid "Starter pack by you" msgstr "starter pack από εσάς" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Το starter pack είναι άκυρο" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "" @@ -8436,8 +8547,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "Επιτυχία!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Προτεινόμενα για εσάς" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Προκλητικό" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Σύστημα" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "Πατήστε για να απορρίψετε" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8735,8 @@ msgstr "Πες μας λίγα πράγματα για τον εαυτό σου" msgid "Tell us a little more" msgstr "Πες μας λίγα ακόμη" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Όροι" @@ -8637,26 +8752,11 @@ msgstr "Όροι" msgid "Terms of Service" msgstr "Όροι Χρήσης" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Οι όροι που χρησιμοποιούνται παραβιάζουν τους κανόνες της κοινότητας" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Κείμενο & ετικέτες" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Πεδίο εισαγωγής κειμένου" @@ -8665,10 +8765,6 @@ msgstr "Πεδίο εισαγωγής κειμένου" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Σας ευχαριστούμε. Η αναφορά σας εστάλη." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Σας ευχαριστούμε, έχετε επαληθεύσει με επιτυχία τη διεύθυνση email σας. Μπορείτε να κλείσετε αυτό το παράθυρο διαλόγου." @@ -8678,7 +8774,7 @@ msgstr "Σας ευχαριστούμε, έχετε επαληθεύσει με msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Αυτό περιέχει τα ακόλουθα:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Αυτά ήταν όλα, παιδιά!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Ο λογαριασμός θα μπορεί να αλληλεπιδράσει μαζί σας μετά την απελευθέρωση." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Ο συντάκτης αυτού του νήματος έχει κρύψει αυτήν την απάντηση." @@ -8750,11 +8846,11 @@ msgstr "Η εμπειρία είναι καλύτερη στην εφαρμογ msgid "The feed has been replaced with Discover." msgstr "Η ροή έχει αντικατασταθεί με την ροή Ανακαλύψτε." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Οι ακόλουθες ετικέτες εφαρμόστηκαν στον λογαριασμό σας." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Οι ακόλουθες ετικέτες εφαρμόστηκαν στο περιεχόμενό σας." @@ -8788,7 +8884,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Ο διακομιστής φαίνεται να αντιμετωπίζει προβλήματα. Παρακαλούμε δοκιμάστε ξανά σε λίγα λεπτά." -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Το starter pack που προσπαθείτε να δείτε είναι άκυρο. Μπορείτε να διαγράψετε αυτό το starter pack αντίθετα." @@ -8808,7 +8904,7 @@ msgstr "Οι Όροι Χρήσης έχουν μετακινηθεί στο" 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 "Ο κωδικός επαλήθευσης που δώσατε είναι άκυρος. Βεβαιωθείτε ότι έχετε χρησιμοποιήσει το σωστό σύνδεσμο επαλήθευσης ή ζητήστε ένα νέο." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Θέμα" @@ -8827,7 +8923,7 @@ msgstr "Παρουσιάστηκε πρόβλημα σύνδεσης με το T msgid "There was an issue contacting the server" msgstr "Παρουσιάστηκε πρόβλημα επικοινωνίας με τον διακομιστή" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Παρουσιάστηκε πρόβλημα επικοινωνίας με τον διακομιστή, παρακαλούμε ελέγξτε τη σύνδεσή σας στο internet και δοκιμάστε ξανά." @@ -8836,7 +8932,7 @@ msgstr "Παρουσιάστηκε πρόβλημα επικοινωνίας μ msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Παρουσιάστηκε πρόβλημα λήψης ειδοποιήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά." -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Παρουσιάστηκε πρόβλημα λήψης αναρτήσεων. Πατήστε εδώ για να δοκιμάσετε ξανά." @@ -8845,7 +8941,7 @@ msgstr "Παρουσιάστηκε πρόβλημα λήψης αναρτήσε msgid "There was an issue fetching the list. Tap here to try again." msgstr "Παρουσιάστηκε πρόβλημα λήψης της λίστας. Πατήστε εδώ για να δοκιμάσετε ξανά." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Παρουσιάστηκε πρόβλημα λήψης των κωδικών πρόσβασης της εφαρμογής σας" @@ -8862,11 +8958,6 @@ msgstr "Παρουσιάστηκε πρόβλημα λήψης των πληρο msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Παρουσιάστηκε πρόβλημα κατά την κατάργηση αυτής της ροής. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο internet και δοκιμάστε ξανά." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Παρουσιάστηκε πρόβλημα κατά την αποστολή της αναφοράς σας. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Παρουσιάστηκε πρόβλημα κατά την ενημέρ #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Παρουσιάστηκε πρόβλημα κατά την ενημέρ msgid "There was an issue! {0}" msgstr "Παρουσιάστηκε πρόβλημα! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Παρουσιάστηκε ένα απροσδόκητο πρόβλημ 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Αυτές οι ρυθμίσεις ισχύουν μόνο για τη ροή ΑκολουΘείτε." @@ -8941,7 +9036,7 @@ msgstr "Αυτός ο λογαριασμός έχει αποκλειστεί α msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Αυτή η ένσταση θα σταλεί στο <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Αυτό το περιεχόμενο φιλοξενείται από {0}. Θέλετε να ενεργοποιήσετε τα εξωτερικά μέσα;" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Αυτό το περιεχόμενο δεν είναι διαθέσιμο επειδή ένας από τους εμπλεκόμενους χρήστες έχει αποκλείσει τον άλλον." @@ -9006,7 +9101,7 @@ msgstr "Αυτό το χαρακτηριστικό δεν είναι διαθέ msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Αυτή η ροή δέχεται αυτήν τη στιγμή μεγάλη κίνηση και είναι προσωρινά μη διαθέσιμη. Παρακαλούμε δοκιμάστε ξανά αργότερα." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Αυτή η ροή είναι άδεια! Ίσως χρειαστεί να ακολουθήσετε περισσότερους χρήστες ή να ρυθμίσετε τις γλωσσικές σας ρυθμίσεις." @@ -9020,7 +9115,7 @@ msgstr "Αυτή η ροή είναι άδεια." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Αυτή η ροή δεν είναι πλέον διαθέσιμη. Σας δείχνουμε την ροή <0>Ανακαλύψτε0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Αυτό το όνομα χρήστη είναι κρατημένο. Παρακαλούμε δοκιμάστε ένα διαφορετικό." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Αυτή η ετικέτα εφαρμόστηκε από τον συντάκτη." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Αυτή η ετικέτα εφαρμόστηκε από εσάς." @@ -9065,11 +9160,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Η υπηρεσία διαχείρισης δεν είναι διαθέσιμη. Δείτε παρακάτω για περισσότερες λεπτομέρειες. Εάν το πρόβλημα παραμένει, επικοινωνήστε μαζί μας." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Η υπηρεσία αυτή δεν έχει παράσχει όρους χρήσης ή πολιτική απορρήτου." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Αυτό θα πρέπει να δημιουργήσει ένα domain record στο:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Αυτός ο χρήστης δεν έχει ακόλουθους." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Αυτός ο χρήστης σας έχει μπλοκάρει" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Αυτός ο χρήστης σας έχει μπλοκάρει. Δεν μπορείτε να δείτε το περιεχόμενό του." @@ -9142,7 +9237,7 @@ msgstr "Αυτός ο χρήστης περιλαμβάνεται στη λίσ msgid "This user is new here. Press for more info about when they joined." msgstr "Αυτός ο χρήστης είναι νέος εδώ. Πατήστε για περισσότερες πληροφορίες σχετικά με το πότε εντάχθηκε." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Αυτός ο χρήστης δεν ακολουθεί κανέναν." @@ -9168,7 +9263,7 @@ msgstr "" msgid "Thread preferences" msgstr "Προτιμήσεις νήματος" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Προτιμήσεις Νήματος" @@ -9181,6 +9276,10 @@ msgstr "" msgid "Threads Preferences" msgstr "Προτιμήσεις Νημάτων" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Για να αναφέρετε μια συνομιλία, παρακαλούμε αναφέρετε ένα από τα μηνύματά της μέσω της οθόνης συνομιλίας. Αυτό επιτρέπει στους διαχειριστές μας να κατανοήσουν το πλαίσιο του προβλήματός σας." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Σε ποιον θέλετε να στείλετε αυτήν την αναφορά;" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Σήμερα" @@ -9222,8 +9317,8 @@ msgstr "Κορυφή" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Μετάφραση" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "" msgid "Type your message here" msgstr "Πληκτρολογήστε το μήνυμά σας εδώ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Τύπος:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Αδυναμία επικοινωνίας με την υπηρεσία σας. Παρακαλούμε ελέγξτε τη σύνδεσή σας στο διαδίκτυο." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Αδυναμία διαγραφής" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Ξεμπλοκάρισμα" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Ξεμπλοκάρισμα" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Ξεμπλοκάρισμα λογαριασμού" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Ξεμπλοκάρισμα Λογαριασμού;" @@ -9369,12 +9468,7 @@ msgstr "Αναίρεση αναδημοσίευσης" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Διακοπή παρακολούθησης" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Διακοπή παρακολούθησης {0}" @@ -9383,7 +9477,7 @@ msgstr "Διακοπή παρακολούθησης {0}" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "Ακύρωση Σίγασης" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Ακύρωση Σίγασης συνομιλίας" @@ -9454,8 +9556,8 @@ msgstr "Ακύρωση Σίγασης βίντεο" msgid "Unpin" msgstr "Αφαίρεση καρφιτσωμένου" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9566,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Αφαίρεση καρφιτσωμένου από την αρχική σελίδα" @@ -9517,13 +9619,6 @@ msgstr "Απεγγραφή από αυτήν την λίστα" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Ανεπιθύμητο Σεξουαλικό Περιεχόμενο" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Ενημέρωση <0>{displayName}0> στις Λίστες" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Ενημέρωση σε {domain}" @@ -9567,7 +9662,7 @@ msgstr "Ενημέρωση..." msgid "Upload a photo instead" msgstr "Αντ'αυτού, ανεβάστε μια φωτογραφία" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Ανεβάστε ένα αρχείο κειμένου στο:" @@ -9603,11 +9698,11 @@ msgstr "Ανεβάζω μικρογραφία συνδέσμου..." msgid "Uploading video..." msgstr "Ανεβάζω βίντεο..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Χρησιμοποιήστε κωδικούς πρόσβασης εφαρμογής για να συνδεθείτε σε άλλους πελάτες Bluesky χωρίς να δώσετε πλήρη πρόσβαση στον λογαριασμό ή τον κωδικό πρόσβασής σας." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Χρησιμοποιήστε τον προεπιλεγμένο πάροχο" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Ο Χρήστης μπλοκαρίστηκε" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Χρήστης μπλοκαρισμένος από \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Ο χρήστης έχει αποκλειστεί από τη λίστα msgid "User Blocked by List" msgstr "Ο χρήστης έχει αποκλειστεί από τη λίστα" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Ο χρήστης σας έχει αποκλείσει" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Όνομα χρήστη ή διεύθυνση email" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "χρήστες που ακολουθούνται από <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "Χρήστες που ακολουθώ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Χρήστες σε \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Τιμή:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Επαλήθευση εγγραφής DNS" @@ -9786,8 +9873,8 @@ msgstr "Παράθυρο διαλόγου επαλήθευσης email" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Επαλήθευση αρχείου κειμένου" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "Βιντεοπαιχνίδια" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Το βίντεο δεν βρέθηκε." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Προβολή εικόνας προφίλ του/της {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Προβολή προφίλ του/της {0}" @@ -9906,16 +9993,11 @@ msgstr "Δείτε την ανάρτηση ιστολογίου για περι msgid "View debug entry" msgstr "Προβολή καταχώρησης εντοπισμού σφαλμάτων" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Προβολή λεπτομερειών" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Προβολή λεπτομερειών για την αναφορά παραβίασης πνευματικών δικαιωμάτων" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Προβολή πλήρους νήματος" @@ -9960,7 +10042,7 @@ msgstr "Προβολή της υπηρεσίας επισήμανσης που msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Προβολή χρηστών που τους αρέσει αυτή η ροή" @@ -9993,8 +10075,8 @@ msgstr "Προβολή των λογαριασμών που έχετε σε σί msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Ποιες γλώσσες θα θέλατε να βλέπετε στις αλγοριθμικές ροές σας;" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Ποιος μπορεί να αλληλεπιδράσει με αυτήν την ανάρτηση;" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Ποιος μπορεί να απαντήσει" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Γιατί πρέπει να ελεγχθεί αυτό το περιεχόμενο;" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Γιατί πρέπει να ελεγχθεί αυτή η ροή;" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Γιατί πρέπει να ελεγχθεί αυτή η λίστα;" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Γιατί πρέπει να ελεγχθεί αυτό το μήνυμα;" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Γιατί πρέπει να ελεγχθεί αυτή η ανάρτηση;" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Γιατί πρέπει να ελεγχθεί αυτό το starter pack;" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Γιατί πρέπει να ελεγχθεί αυτός ο χρήστης;" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Ναι" msgid "Yes, deactivate" msgstr "Ναι, απενεργοποίηση" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Ναι, διαγράψτε αυτό το starter pack" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Δεν επιτρέπεται να ανεβάζετε βίντεο." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Δεν ακολουθείτε κανέναν." @@ -10445,17 +10534,13 @@ msgstr "Μπορείτε να επανενεργοποιήσετε τον λογ msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Δεν έχετε ακόλουθους." @@ -10467,6 +10552,10 @@ msgstr "Δεν ακολουθείτε κανέναν χρήστη που ακο msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Δεν έχετε καρφιτσωμένες ροές." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Έχετε αποκλείσει αυτόν τον χρήστη" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Έχετε αποκλείσει αυτόν τον χρήστη. Δεν μπορείτε να δείτε το περιεχόμενό του." @@ -10495,7 +10584,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Έχετε εισαγάγει έναν μη έγκυρο κωδικό. Θα πρέπει να μοιάζει με XXXXX-XXXXX." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Έχετε αποκρύψει αυτήν την ανάρτηση" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Έχετε αποκρύψει αυτήν την ανάρτηση." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Έχετε θέσει αυτόν τον λογαριασμό σε σίγαση." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Έχετε θέσει αυτόν τον χρήστη σε σίγαση" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Δεν έχετε θέσει ακόμη σε σίγαση λέξεις ή ετικέτες" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Αποκρύψατε αυτήν την απάντηση." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Μπορείτε να ασκήσετε ένσταση για μη αυτόματες ετικέτες εάν πιστεύετε ότι τοποθετήθηκαν κατά λάθος." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Μπορείτε να ασκήσετε ένσταση για αυτές τις ετικέτες εάν πιστεύετε ότι τοποθετήθηκαν κατά λάθος." @@ -10614,10 +10703,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "Πρέπει να παραχωρήσετε πρόσβαση στη βιβλιοθήκη φωτογραφιών σας για να αποθηκεύσετε έναν κωδικό QR" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Πρέπει να επιλέξετε τουλάχιστον έναν ετικετογράφο για μια αναφορά" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Είστε έτοιμοι να ξεκινήσετε!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Έχετε επιλέξει να αποκρύψετε μια λέξη ή ετικέτα μέσα σε αυτήν την ανάρτηση." @@ -10750,7 +10839,7 @@ msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφ msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Έχετε φτάσει το ημερήσιο όριο για μεταφορτώσεις βίντεο (πάρα πολλά βίντεο)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "Η ημερομηνία γέννησής σας" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Το πρόγραμμα περιήγησής σας δεν υποστηρίζει τη μορφή βίντεο. Παρακαλώ δοκιμάστε ένα διαφορετικό πρόγραμμα περιήγησης." @@ -10798,7 +10887,7 @@ msgstr "Οι συνομιλίες σας έχουν απενεργοποιηθε msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "Το πρώτο σας \"Μου αρέσει\"!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "Το προφίλ, οι αναρτήσεις, οι ροές και οι msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Η αναφορά σας θα σταλεί στην Υπηρεσία Διαχείρισης του Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/en-GB/messages.po b/src/locale/locales/en-GB/messages.po index 92f2abac39..d4ed8e38c3 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: English, United Kingdom\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" category (active)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {follower} other {followers}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {following} other {following}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {like} other {likes}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {like} other {likes}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {post} other {posts}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {quote} other {quotes}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {reposts}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {save} other {saves}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} posts}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# people have}} used this starter pack!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# people have}} used this starter pack!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# more}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Account)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {hour} other {hours}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} followed you" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} followed you back" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} liked your custom feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} liked your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} liked your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} removed their verification from your account" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} reposted your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} reposted your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} signed up with your starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verified you" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} followed you" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} followed you back" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} liked your custom feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} liked your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} liked your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} removed their verification from your account" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} reposted your post" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} reposted your repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} signed up with your starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verified you" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} following" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> and<1> 1><2>{1} 2>are included in your starter pack" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> is included in your starter pack" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> members" @@ -515,7 +519,7 @@ msgstr "⚠Invalid Handle" msgid "24 hours" msgstr "24 hours" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA Confirmation" @@ -560,12 +564,16 @@ msgstr "A screenshot of a profile page with a bell icon next to the follow butto msgid "About" msgstr "About" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Abusive or discriminatory behaviour" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Accept" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Accept chat request" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Accessibility Settings" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Account muted" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Account Muted" @@ -627,11 +635,15 @@ msgstr "Account Muted by List" msgid "Account options" msgstr "Account options" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Account provider" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Account removed from quick access" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Add {0} more to continue" msgid "Add {displayName} to starter pack" msgstr "Add {displayName} to starter pack" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Add a content warning" @@ -730,8 +742,8 @@ msgstr "Add another post to thread" msgid "Add app password" msgstr "Add app password" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Add App Password" @@ -745,8 +757,8 @@ msgstr "Add emoji reaction" msgid "Add media to post" msgstr "Add media to post" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Add more details (optional)" @@ -783,7 +795,7 @@ msgstr "Add some feeds to your starter pack!" msgid "Add the default feed of only people you follow" msgstr "Add the default feed of only people you follow" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Add the following DNS record to your domain:" @@ -823,18 +835,22 @@ msgstr "Added to starter pack" msgid "Additional details (limit 1000 characters)" msgstr "Additional details (limit 1000 characters)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Additional details (limit 300 characters)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adult" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Adult content" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Adult Content" @@ -846,11 +862,15 @@ msgstr "Adult content can only be enabled via the Web at <0>bsky.app0>." msgid "Adult content is disabled." msgstr "Adult content is disabled." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Adult Content labels" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Adult sexual abuse content" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Advanced" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Allow anyone to reply" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Allow new messages from" msgid "Allow others to be notified of your posts" msgstr "Allow others to be notified of your posts" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "Allow people you follow to reply" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "Allow people you mention to reply" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Allow quote posts" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Allow replies from:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "Allow users in {0} to reply" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Allow your followers to reply" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Allows access to direct messages" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Already have a code?" @@ -1003,14 +1039,18 @@ msgstr "An error occurred while fetching the feed." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "An error occurred while generating your starter pack. Want to try again?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "An error occurred while loading your lists :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "An error occurred while saving the QR code!" @@ -1035,8 +1075,7 @@ msgstr "An illustration of several Bluesky posts alongside repost, like, and com 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "An issue not included in these options" @@ -1050,10 +1089,10 @@ msgstr "An issue occurred while trying to open the chat" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "An issue occurred, please try again." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "an unknown labeller" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "and" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Animal sexual abuse" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Animal welfare" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Announcement" msgid "Announcing verification on Bluesky" msgstr "Announcing verification on Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Anti-Social Behaviour" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "Anyone" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Anybody can interact" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "App Language" msgid "App Password" msgstr "App Password" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "App password deleted" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "App passwords" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "App Passwords" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Appeal" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Appeal \"{0}\" label" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Appeal this decision" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Apply default recommended feeds" msgid "Apply Pull Request" msgstr "Apply Pull Request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archived from {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Archived post" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Are you sure you want to delete the app password \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Are you sure you want to delete this starter pack?" @@ -1252,7 +1298,7 @@ msgstr "Are you writing in <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Art" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Artistic or non-erotic nudity." @@ -1269,7 +1315,7 @@ msgstr "Assign topic for algo" msgid "At least 8 characters" msgstr "At least 8 characters" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Autoplay videos and GIFs" msgid "Available" msgstr "Available" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Back" msgid "Back to Chats" msgstr "Back to Chats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Banned activities or security violations" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Banned user returning" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Before creating a post or replying, you must first verify your email." msgid "Before creating a starter pack, you must first verify your email." msgstr "Before creating a starter pack, you must first verify your email." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Before you can accept this chat request, you must first verify your email." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Before you can get notifications for {name}'s posts, you must first verify your email." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Birthday" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Block" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Block Account?" msgid "Block accounts" msgstr "Block accounts" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Block and Delete" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Block and/or delete this conversation" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Block list" @@ -1402,15 +1452,19 @@ msgstr "Block or report" msgid "Block these accounts?" msgstr "Block these accounts?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Block user" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Block User" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Block user and/or delete this conversation" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blocked" @@ -1449,25 +1503,25 @@ msgstr "Blocking will not prevent labels from being applied on your account, but msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky cannot confirm the authenticity of the claimed date." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 is an open network where you can choose your hosting provider. If you're a developer, you can host your own server." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "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." @@ -1513,6 +1567,10 @@ msgstr "Blur images and filter from feeds" msgid "Books" msgstr "Books" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Breaking site rules" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Browse more accounts on the Explore page" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Business" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "By {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "By <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Camera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Cancel reactivation and sign out" msgid "Cancel search" msgstr "Cancel search" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Cannot interact with a blocked user" @@ -1697,12 +1756,12 @@ msgstr "Change app language" msgid "Change Handle" msgstr "Change Handle" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Change moderation service" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Change password" @@ -1710,7 +1769,11 @@ msgstr "Change password" msgid "Change password dialog" msgstr "Change password dialog" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Change report category" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Change report reason" @@ -1739,8 +1802,8 @@ msgstr "Changes saved" msgid "Chat" msgstr "Chat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chat deleted" @@ -1753,7 +1816,7 @@ msgstr "Chat messages – silent" msgid "Chat messages - sound" msgstr "Chat messages – sound" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chat muted" @@ -1769,7 +1832,7 @@ msgstr "Chat request inbox" msgid "Chat requests" msgstr "Chat requests" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Chat settings" msgid "Chat Settings" msgstr "Chat Settings" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chat unmuted" @@ -1797,7 +1860,7 @@ msgstr "Chats" msgid "Check my status" msgstr "Check my status" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Check your email for a sign in code and enter it here." @@ -1805,6 +1868,14 @@ msgstr "Check your email for a sign in code and enter it here." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Check your inbox for an email with the confirmation code to enter below:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Child safety" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Child Sexual Abuse Material (CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Choose domain verification method" @@ -1833,7 +1904,7 @@ msgstr "Choose the algorithms that power your custom feeds." msgid "Choose this color as your avatar" msgstr "Choose this colour as your avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Choose your account provider" @@ -1882,14 +1953,6 @@ msgstr "Click here to restart the verification process." msgid "Click here to update your email" msgstr "Click here to update your email" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Click to disable quote posts of this post." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Click to enable quote posts of this post." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Click to open tag menu for {tag}" @@ -1919,9 +1982,11 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Close" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Close active dialog" @@ -2018,16 +2083,16 @@ msgstr "Closes the emoji picker" msgid "Closes viewer for header image" msgstr "Closes viewer for header image" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Collapse list of users" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Collapses list of users for a given notification" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Colour mode" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Confirm your location with GPS. Your location data is not tracked and does not leave your device." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Confirm your location with GPS. Your location data is not tracked and do msgid "Confirmation code" msgstr "Confirmation code" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Connecting..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Content Languages" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Content Not Available" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Content promoting or depicting self-harm" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Content Warning" @@ -2212,7 +2281,7 @@ msgstr "Context menu backdrop, click to close the menu." msgid "Continue" msgstr "Continue" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continue as {0} (currently signed in)" @@ -2236,8 +2305,8 @@ msgstr "Continue to next step" msgid "Conversation" msgstr "Conversation" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversation deleted" @@ -2254,7 +2323,7 @@ msgstr "Cooking" msgid "Copied build version to clipboard" msgstr "Copied build version to clipboard" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Copied build version to clipboard" msgid "Copied to clipboard" msgstr "Copied to clipboard" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copied!" @@ -2290,23 +2359,23 @@ msgstr "Copy at:// URI" msgid "Copy author DID" msgstr "Copy author DID" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copy code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copy DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copy host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copy link" @@ -2331,12 +2400,12 @@ msgstr "Copy link to post" msgid "Copy link to profile" msgstr "Copy link to profile" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copy link to starter pack" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copy message text" @@ -2354,7 +2423,7 @@ msgstr "Copy post text" msgid "Copy QR code" msgstr "Copy QR code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copy TXT record value" @@ -2377,8 +2446,8 @@ msgstr "Could not connect to feed service" msgid "Could not find profile" msgstr "Could not find profile" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Could not leave chat" @@ -2392,7 +2461,7 @@ msgstr "Could not load feed" msgid "Could not load list" msgstr "Could not load list" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Could not mute chat" @@ -2476,8 +2545,9 @@ msgstr "Create moderation list" msgid "Create new account" msgstr "Create new account" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Create report for {0}" @@ -2490,7 +2560,7 @@ msgstr "Create starter pack" msgid "Create user list" msgstr "Create user list" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Created {0}" @@ -2503,8 +2573,8 @@ msgstr "Creator has been blocked" msgid "Culture" msgstr "Culture" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Custom" @@ -2512,18 +2582,22 @@ msgstr "Custom" msgid "Customization options" msgstr "Customisation options" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Customise who can interact with this post." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Customises your Bluesky experience" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Dangerous challenges or activities" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Dangerous substances or drug abuse" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Dark" @@ -2536,7 +2610,7 @@ msgstr "Dark" msgid "Dark mode" msgstr "Dark mode" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Dark theme" @@ -2558,7 +2632,11 @@ msgstr "Debug Moderation" msgid "Debug panel" msgstr "Debug panel" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Deepfake adult content" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Default" @@ -2566,14 +2644,14 @@ msgstr "Default" msgid "Default icons" msgstr "Default icons" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Delete" @@ -2586,16 +2664,16 @@ msgstr "Delete account" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Delete Account <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Delete app password" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Delete app password?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Delete chat" @@ -2603,18 +2681,18 @@ msgstr "Delete chat" msgid "Delete chat declaration record" msgstr "Delete chat declaration record" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Delete conversation" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Delete Conversation" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Delete for me" @@ -2623,11 +2701,11 @@ msgstr "Delete for me" msgid "Delete list" msgstr "Delete list" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Delete message" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Delete message for me" @@ -2641,12 +2719,12 @@ msgstr "Delete my account" msgid "Delete post" msgstr "Delete post" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Delete starter pack" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Delete starter pack?" @@ -2709,11 +2787,11 @@ msgstr "Developer mode enabled" msgid "Developer options" msgstr "Developer options" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: adjust who can interact with this post" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dim" @@ -2735,6 +2813,14 @@ msgstr "Disable Email 2FA" msgid "Disable haptic feedback" msgstr "Disable haptic feedback" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Disable replies entirely" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Disable subtitles" @@ -2778,7 +2864,7 @@ msgstr "Discourage apps from showing my account to logged-out users" msgid "Discover new custom feeds" msgstr "Discover new custom feeds" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Discover New Feeds" @@ -2817,8 +2903,8 @@ msgstr "Display name" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Ditch the trolls and clickbait. Find real people and conversations that matter to you." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS Panel" @@ -2830,7 +2916,7 @@ msgstr "Do not apply this mute word to users you follow" msgid "Does not include nudity." msgstr "Does not include nudity." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domain verified!" @@ -2853,19 +2939,20 @@ msgstr "Don't worry! All existing messages and settings are saved and will be av #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Double tap or long press the message to add a reaction" msgid "Double tap to close the dialog" msgstr "Double tap to close the dialog" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Double tap to like" @@ -2903,6 +2990,10 @@ msgstr "Download Bluesky" msgid "Download CAR file" msgstr "Download CAR file" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Doxxing" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Drop to add images" @@ -2943,9 +3034,13 @@ msgstr "e.g. The posters who never miss." msgid "e.g. Users that repeatedly reply with ads." msgstr "e.g. Users that repeatedly reply with ads." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Eating disorders" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Edit notifications from {0}" msgid "Edit People" msgstr "Edit People" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Edit post interaction settings" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Edit profile" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Edit Profile" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Edit starter pack" @@ -3034,7 +3129,7 @@ msgstr "Edit starter pack" msgid "Edit user list" msgstr "Edit user list" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Edit who can reply" @@ -3085,7 +3180,7 @@ msgstr "Email verification complete!" msgid "Email Verified" msgstr "Email Verified" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Embed HTML code" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Embedded video player" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Enable subtitles" @@ -3200,7 +3299,7 @@ msgstr "Enter the domain you want to use" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Enter the username or email address you used when you created your account" @@ -3213,7 +3312,7 @@ msgstr "Enter your birthdate" msgid "Enter your email address" msgstr "Enter your email address" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Enter your password" @@ -3258,22 +3357,18 @@ msgstr "Error receiving captcha response." msgid "Error: {error}" msgstr "Error: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Everybody" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Everybody can reply" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Everybody can reply to this post." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Everyone" @@ -3282,16 +3377,6 @@ msgstr "Everyone" msgid "Everything else" msgstr "Everything else" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Excessive mentions or replies" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Excessive or unwanted messages" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Exclude users you follow" @@ -3316,7 +3401,7 @@ msgstr "Exits image view" msgid "Expand alt text" msgstr "Expand alt text" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Expand list of users" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Expands or collapses post text" @@ -3348,7 +3433,7 @@ msgstr "Expired" msgid "Expires {0}" msgstr "Expires {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Expires in {0}" @@ -3407,13 +3492,17 @@ msgstr "External media may allow websites to collect information about you and y msgid "External Media Preferences" msgstr "External Media Preferences" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Extremist content" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Failed to accept chat" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Failed to add emoji reaction" @@ -3421,7 +3510,7 @@ msgstr "Failed to add emoji reaction" msgid "Failed to add to starter pack" msgstr "Failed to add to starter pack" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Failed to change handle. Please try again." @@ -3438,13 +3527,13 @@ msgstr "Failed to create conversation" msgid "Failed to create starter pack" msgstr "Failed to create starter pack" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Failed to delete chat" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Failed to delete message" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Failed to delete starter pack" @@ -3465,10 +3554,10 @@ msgstr "Failed to follow all suggested accounts, please try again" msgid "Failed to load conversations" msgstr "Failed to load conversations" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Failed to load feeds preferences" @@ -3498,14 +3587,14 @@ msgstr "Failed to load past messages" msgid "Failed to load preference." msgstr "Failed to load preference." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Failed to load suggested feeds" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Failed to load suggested follows" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Failed to pin post" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Failed to remove emoji reaction" @@ -3535,7 +3624,8 @@ msgstr "Failed to remove verification" msgid "Failed to resolve location. Please try again." msgstr "Failed to resolve location. Please try again." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Failed to save image: {0}" @@ -3557,7 +3647,7 @@ msgstr "Failed to send" msgid "Failed to send email, please try again." msgstr "Failed to send email, please try again." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Failed to submit appeal, please try again." @@ -3606,6 +3696,14 @@ msgstr "Failed to verify email, please try again." msgid "Failed to verify handle. Please try again." msgstr "Failed to verify handle. Please try again." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Fake account or bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "False information about elections" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "Feed creator" msgid "Feed identifier" msgstr "Feed identifier" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Feed menu" @@ -3635,8 +3733,8 @@ msgstr "Feed toggle" msgid "Feed unavailable" msgstr "Feed unavailable" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Feedback" @@ -3696,7 +3794,7 @@ msgstr "Filter search by language (currently: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filter who can opt to receive notifications for your activity" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filter who you receive notifications from" @@ -3713,7 +3811,7 @@ msgstr "Finally! Keep track of posts that matter to you. Save them to revisit an msgid "Finance" msgstr "Finance" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Find accounts to follow" msgid "Find people to follow" msgstr "Find people to follow" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Find posts, users and feeds on Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Finish" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Flat Black" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Flat Blue" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Flat White" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexible" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Follow" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Follow" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Follow {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Follow {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Follow all accounts" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Follow back" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Follow back" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Followers you know" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Following" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Following" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Following {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Following {handle}" @@ -3894,11 +3988,11 @@ msgstr "Follows you" msgid "Follows You" msgstr "Follows You" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Font" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Font size" @@ -3919,7 +4013,7 @@ msgstr "For security reasons, we'll need to send a confirmation code to your ema msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "For the best experience, we recommend using the theme font." @@ -3941,11 +4035,11 @@ msgstr "Forget the noise" msgid "Forgot Password" msgstr "Forgot Password" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Forgot password?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Forgot?" @@ -3953,12 +4047,7 @@ msgstr "Forgot?" msgid "Free your feed" msgstr "Free your feed" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Frequently Posts Unwanted Content" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "From" @@ -4011,7 +4100,7 @@ msgstr "Get notifications when people repost posts that you've reposted." msgid "Get notifications when people repost your posts." msgstr "Get notifications when people repost your posts." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Get notified about new posts" @@ -4027,7 +4116,7 @@ msgstr "Get notified of new posts from {name}" msgid "Get notified of this account’s activity" msgstr "Get notified of this account’s activity" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Get notified when {name} posts" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Give your profile a face" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Glaring violations of law or terms of service" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Glorification of violence" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Glaring violations of law or terms of service" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Go back" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Go Back" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Go back to previous step" @@ -4123,7 +4208,7 @@ msgstr "Go Live" msgid "Go live for" msgstr "Go live for" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Go to {firstAuthorName}'s profile" @@ -4146,23 +4231,35 @@ msgstr "Go to feed" msgid "Go to next" msgstr "Go to next" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Go to profile" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Go to user's profile" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Graphic Media" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Graphic violent content" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Grooming or predatory behaviour" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hacking or system attacks" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Half way there!" msgid "Handle" msgstr "Handle" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Handle already taken. Please try a different one." @@ -4182,7 +4279,7 @@ msgstr "Handle already taken. Please try a different one." msgid "Handle changed!" msgstr "Handle changed!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Handle too long. Please try a shorter one." @@ -4190,10 +4287,17 @@ msgstr "Handle too long. Please try a shorter one." msgid "Haptics" msgstr "Haptics" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Harassment, trolling or intolerance" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Harassment or hate" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Harmful or high-risk activities" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Harming or endangering minors" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Hate speech" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Having trouble?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Help" @@ -4238,7 +4346,7 @@ msgstr "Hey there 👋" msgid "Hidden" msgstr "Hidden" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Hidden by your moderation settings." @@ -4248,7 +4356,7 @@ msgstr "Hidden list" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Hidden list" msgid "Hide" msgstr "Hide" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Hide" @@ -4269,6 +4377,10 @@ msgstr "Hide" msgid "Hide customization options" msgstr "Hide customisation options" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Hide lists" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Hide trending topics?" msgid "Hide trending videos?" msgstr "Hide trending videos?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Hide user list" @@ -4320,7 +4432,7 @@ msgstr "Hide user list" msgid "Hide verification badges" msgstr "Hide verification badges" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Hides the content" @@ -4365,12 +4477,12 @@ msgstr "Hold up! We’re gradually giving access to video and you’re still wai msgid "Home" msgstr "Home" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Hosting provider" @@ -4383,6 +4495,10 @@ msgstr "Hot" msgid "How should we open this link?" msgstr "How should we open this link?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Human trafficking" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "If you want to change your password, we will send you a code to verify t msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "If you're a developer, you can host your own server." @@ -4443,12 +4559,7 @@ msgstr "If you're a developer, you can host your own server." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Illegal and Urgent" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Image" @@ -4461,29 +4572,24 @@ msgstr "Image cache cleared" msgid "Image cache cleared, freed {0}" msgstr "Image cache cleared, freed {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Image saved" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Images cannot be saved unless permission is granted to access your photo library." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Impersonation or false claims about identity or affiliation" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Impersonation, misinformation or false claims" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Impersonation" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "In-app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "In-app notifications" @@ -4507,17 +4613,12 @@ msgstr "In-app, Push, Everyone" msgid "In-app, Push, People you follow" msgstr "In-app, Push, People you follow" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Inappropriate messages or explicit links" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Inbox zero!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Incorrect username or password" @@ -4537,11 +4638,11 @@ msgstr "Input new password" msgid "Input password for account deletion" msgstr "Input password for account deletion" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Input the code which has been emailed to you" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interaction limited" @@ -4557,12 +4658,12 @@ msgstr "Introducing activity notifications" msgid "Introducing saved posts AKA bookmarks" msgstr "Introducing saved posts AKA bookmarks" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Invalid 2FA confirmation code." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Invalid handle. Please try a different one." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Invalid interaction settings." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Invalid report subject" @@ -4626,8 +4727,8 @@ msgstr "Jobs" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Join Bluesky" @@ -4657,20 +4758,20 @@ msgstr "KWS Terms of Use" msgid "KWS website" msgstr "KWS website" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Labelled by {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Labelled by the author." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Labels" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Labels added" @@ -4678,11 +4779,11 @@ msgstr "Labels added" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Labels are annotations on users and content. They can be used to hide, warn and categorise the network." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Labels on your account" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Labels on your content" @@ -4696,7 +4797,7 @@ msgstr "Language Settings" msgid "Languages" msgstr "Languages" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Larger" @@ -4736,12 +4837,12 @@ msgstr "Learn more about age assurance" msgid "Learn more about Bluesky" msgstr "Learn more about Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Learn more about self-hosting your PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Learn more about what is public on Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Learn more in your <0>account settings.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Learn more." @@ -4787,10 +4888,10 @@ msgstr "Leave" msgid "Leave chat" msgstr "Leave chat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Leave conversation" @@ -4822,9 +4923,9 @@ msgstr "Let's get your password reset!" msgid "Let's go!" msgstr "Let's go!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Light" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Light" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Like ({0, plural, one {# like} other {# likes}})" @@ -4855,7 +4956,7 @@ msgstr "Like 10 posts to train the Discover feed" msgid "Like notifications" msgstr "Like notifications" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Like this feed" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Liked by {0, plural, one {# user} other {# users}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Likes of your reposts" msgid "Likes of your reposts notifications" msgstr "Likes of your reposts notifications" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Likes on this post" @@ -5021,12 +5122,12 @@ msgstr "Live feature is in beta testing" msgid "Live link" msgstr "Live link" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Load more" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Load more suggested feeds" @@ -5041,6 +5142,14 @@ msgstr "Load new notifications" msgid "Load new posts" msgstr "Load new posts" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Loading lists..." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Loading post interaction settings..." + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Loading..." @@ -5049,15 +5158,19 @@ msgstr "Loading..." msgid "Log" msgstr "Log" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Logged out" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Logged-out visibility" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo by @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo by <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Manage your muted words and tags" msgid "Mark all as read" msgstr "Mark all as read" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Mark as read" @@ -5132,7 +5245,7 @@ msgstr "Maybe later" msgid "Media" msgstr "Media" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media that may be disturbing or inappropriate for some audiences." @@ -5140,14 +5253,10 @@ msgstr "Media that may be disturbing or inappropriate for some audiences." msgid "Mention notifications" msgstr "Mention notifications" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "mentioned users" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Mentioned users" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Message {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Message deleted" @@ -5172,7 +5281,7 @@ msgstr "Message deleted" msgid "Message deleted" msgstr "Message deleted" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Message from @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Message input field" msgid "Message is too long" msgstr "Message is too long" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Message options" @@ -5197,24 +5306,22 @@ msgstr "Message options" msgid "Messages" msgstr "Messages" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Midnight" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Minor harassment or bullying" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Miscellaneous notifications" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Misleading Account" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Misleading Post" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Misleading" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderation tools" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "More feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Mute" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Mute {tag}" @@ -5332,8 +5439,8 @@ msgstr "Mute account" msgid "Mute accounts" msgstr "Mute accounts" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Mute conversation" @@ -5396,7 +5503,7 @@ msgstr "Muted Accounts" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Muted by \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "My Feeds" msgid "Name" msgstr "Name" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Name or Description Violates Community Standards" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Navigate to starter pack" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navigates to the next screen" @@ -5455,20 +5551,16 @@ msgstr "Navigates to the next screen" msgid "Navigates to your profile" msgstr "Navigates to your profile" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Need to report a copyright violation?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Never lose access to your followers or data." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Nevermind, create a handle for me" @@ -5476,17 +5568,17 @@ msgstr "Nevermind, create a handle for me" msgid "New" msgstr "New" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "New" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "New Post" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" @@ -5574,8 +5666,8 @@ msgstr "New user info dialog" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Newest replies first" @@ -5587,8 +5679,8 @@ msgstr "News" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "News" msgid "Next" msgstr "Next" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Next" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Next image" @@ -5616,12 +5703,12 @@ msgstr "Next image" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "No app passwords yet" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "No DNS Panel" @@ -5646,8 +5733,9 @@ msgstr "No image" msgid "No likes yet" msgstr "No likes yet" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "No longer following {0}" @@ -5671,7 +5759,7 @@ msgstr "No notifications yet!" msgid "No one" msgstr "No one" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "No one but the author can quote this post." @@ -5701,7 +5789,7 @@ msgstr "No result" msgid "No results" msgstr "No results" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "No results for \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "No results found for \"{query}\"" msgid "No results found for {query}" msgstr "No results found for {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "No results." @@ -5732,7 +5820,7 @@ msgstr "No search results found for \"{search}\"." msgid "No thanks" msgstr "No thanks" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Nobody" @@ -5753,6 +5841,10 @@ msgstr "Nobody has reposted this yet. Maybe you should be the first!" msgid "Nobody was found. Try searching for someone else." msgstr "Nobody was found. Try searching for someone else." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Non-consensual intimate imagery" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Non-sexual Nudity" @@ -5843,16 +5935,11 @@ msgstr "now" msgid "Now" msgstr "Now" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nudity" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nudity or adult content not labelled as such" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Okay" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Oldest replies first" @@ -5916,7 +6003,7 @@ msgstr "One or more videos is missing alt text." msgid "Only .jpg and .png files are supported" msgstr "Only .jpg and .png files are supported" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Only {0} can reply." @@ -5941,7 +6028,7 @@ msgstr "Oops, something went wrong!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Open avatar creator" msgid "Open conversation options" msgstr "Open conversation options" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Open drawer menu" @@ -5973,8 +6060,8 @@ msgstr "Open emoji picker" msgid "Open feed info screen" msgstr "Open feed info screen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Open feed options menu" @@ -6015,7 +6102,7 @@ msgstr "Open profile" msgid "Open share menu" msgstr "Open share menu" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Open starter pack menu" @@ -6032,9 +6119,9 @@ msgstr "Open system log" msgid "Opens a dialog to add a content warning to your post" msgstr "Opens a dialog to add a content warning to your post" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Opens a dialog to choose who can reply to this thread" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Opens a dialog to choose who can interact with this post" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Opens link {0}" msgid "Opens live status dialog" msgstr "Opens live status dialog" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Opens password reset form" @@ -6103,24 +6190,15 @@ msgstr "Opens password reset form" msgid "Opens post language settings" msgstr "Opens post language settings" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Opens this profile" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Optionally provide additional information below:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Options:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Or combine these options:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Or, continue with another account." @@ -6145,21 +6223,50 @@ msgstr "OTA status: Error fetching update" msgid "OTA status: None available" msgstr "OTA status: None available" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Other" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Other account" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Other child safety issue" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Other dangerous content" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Other harassing or hateful content" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Other misleading content" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Other network rule-breaking" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Other sexual violence content" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Other violent content" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Our blog post" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Our moderation team has received your report." @@ -6176,7 +6283,7 @@ msgstr "Page not found" msgid "Page Not Found" msgstr "Page Not Found" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "People followed by @{0}" msgid "People following @{0}" msgstr "People following @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "People I follow" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "People you follow" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "People you mention" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Pets" msgid "Photography" msgstr "Photography" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Pictures meant for adults." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Pin feed" @@ -6266,7 +6381,7 @@ msgstr "Pin Feed" msgid "Pin to home" msgstr "Pin to home" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Pin to Home" @@ -6275,7 +6390,7 @@ msgstr "Pin to Home" msgid "Pin to your profile" msgstr "Pin to your profile" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Pinned" @@ -6302,7 +6417,7 @@ msgstr "Play" msgid "Play {0}" msgstr "Play {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Play video" @@ -6327,7 +6442,7 @@ msgstr "Plays the GIF" msgid "Plays the video" msgstr "Plays the video" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Please add any content warning labels that are applicable for the media you are posting." @@ -6413,7 +6528,7 @@ msgstr "Please enter your invite code." msgid "Please enter your new email address." msgstr "Please enter your new email address." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Please enter your password" @@ -6421,11 +6536,11 @@ msgstr "Please enter your password" msgid "Please enter your password as well:" msgstr "Please enter your password as well:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Please enter your username" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Please explain why you think this label was incorrectly applied by {0}" @@ -6446,11 +6561,11 @@ msgstr "Please provide any additional details you feel moderators may need in or msgid "Please select a language" msgstr "Please select a language" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Please select a moderation service" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Please select a reason for this report" @@ -6473,7 +6588,7 @@ msgstr "Please write your message below:" msgid "Politics" msgstr "Politics" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Porn" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Post has been deleted" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Post Hidden by Muted Word" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Post Hidden by You" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Post interaction settings" @@ -6614,13 +6729,8 @@ msgstr "Previous image" msgid "Primary Language" msgstr "Primary Language" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioritise your Follows" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacy" @@ -6652,6 +6762,10 @@ msgstr "Privacy and Security settings" msgid "Privacy Policy" msgstr "Privacy Policy" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Privacy violation of a minor" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Processing video..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profile updated" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Promoting or selling prohibited items or services" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Psst! You can edit who can interact with this post." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Public" @@ -6714,7 +6836,7 @@ msgstr "Publish reply" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Push notifications" @@ -6764,10 +6886,6 @@ msgstr "Quote post was successfully detached" msgid "Quote posts disabled" msgstr "Quote posts disabled" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Quote settings" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Quote settings" msgid "Quotes" msgstr "Quotes" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Quotes of this post" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." @@ -6805,11 +6923,11 @@ msgstr "Read {0, plural, one {# more reply} other {# more replies}}" msgid "Read blog post" msgstr "Read blog post" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Read less" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Read more" @@ -6849,15 +6967,11 @@ msgstr "Real people." msgid "Reason for appeal" msgstr "Reason for appeal" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Reason:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Receive in-app notifications" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Receive push notifications" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Reconnect" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Reject" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Reject chat request" @@ -6946,8 +7060,8 @@ msgstr "Remove feed" msgid "Remove feed?" msgstr "Remove feed?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Replied to you" msgid "Replies" msgstr "Replies" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Replies disabled" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Replies to this post are disabled." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Reply" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Reply ({0, plural, one {# reply} other {# replies}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Reply Hidden by Thread Author" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Reply Hidden by You" @@ -7120,11 +7234,7 @@ msgstr "Reply Hidden by You" msgid "Reply notifications" msgstr "Reply notifications" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Reply settings" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Reply settings are chosen by the author of the thread" @@ -7141,7 +7251,7 @@ msgstr "Reply visibility updated" msgid "Reply was successfully hidden" msgstr "Reply was successfully hidden" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Report" msgid "Report account" msgstr "Report account" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Report conversation" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Report dialog" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Report feed" @@ -7176,7 +7285,7 @@ msgstr "Report feed" msgid "Report list" msgstr "Report list" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Report message" @@ -7185,48 +7294,41 @@ msgstr "Report message" msgid "Report post" msgstr "Report post" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Report starter pack" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Report submitted" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Report this content" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Report this conversation" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Report this feed" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Report this list" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Report this message" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Report this post" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Report this starter pack" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Report this user" @@ -7250,7 +7352,7 @@ msgstr "Repost notifications" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Repost or quote post" @@ -7277,7 +7379,7 @@ msgstr "Reposted by you" msgid "Reposts" msgstr "Reposts" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Reposts of this post" @@ -7291,8 +7393,8 @@ msgstr "Reposts of your reposts" msgid "Reposts of your reposts notifications" msgstr "Reposts of your reposts notifications" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Request code" @@ -7348,7 +7450,7 @@ msgstr "Reset onboarding state" msgid "Reset password" msgstr "Reset password" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Retries signing in" @@ -7360,12 +7462,12 @@ msgstr "Retries the last action, which errored out" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Retries the last action, which errored out" msgid "Retry" msgstr "Retry" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Retry loading report options" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Return to previous page" @@ -7399,8 +7501,8 @@ msgstr "Returns to home page" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Returns to previous page" @@ -7412,8 +7514,8 @@ msgstr "Returns to the previous step" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Returns to the previous step" msgid "Save" msgstr "Save" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Save" @@ -7459,8 +7561,13 @@ msgstr "Save new handle" msgid "Save QR code" msgstr "Save QR code" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Save these options for next time" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Save to my feeds" @@ -7487,21 +7594,25 @@ msgstr "Saved to your feeds" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Say hello!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Scam" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Science" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Scroll left" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Scroll right" @@ -7513,7 +7624,7 @@ msgstr "Scroll to top" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Search" @@ -7553,11 +7664,11 @@ msgstr "Search for \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Search for more accounts" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Search for more feeds" @@ -7610,19 +7721,19 @@ msgstr "Searches for profiles" msgid "Security step required" msgstr "Security step required" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "See {tag} posts" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "See {tag} posts by user" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "See #{tag} posts" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "See #{tag} posts by user" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Seek slider. Use the arrow keys to seek forwards and backwards, and space to play/pause" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Select \"{interestsDisplayName}\" category" @@ -7665,11 +7776,15 @@ msgstr "Select {langName}" msgid "Select a color" msgstr "Select a colour" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Select a reason" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Select account" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Select an app language" @@ -7701,6 +7816,14 @@ msgstr "Select duration" msgid "Select from an existing account" msgstr "Select from an existing account" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Select from your lists" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Select GIF" @@ -7727,14 +7850,10 @@ msgstr "Select language..." msgid "Select languages" msgstr "Select languages" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Select moderation service" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Select moderator" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Select post language" @@ -7752,10 +7871,6 @@ msgstr "Select subtitle file (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Select the {emojiName} emoji as your avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Select the moderation service(s) to report to" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Select up to 3 languages used in this post" @@ -7785,7 +7900,7 @@ msgstr "Select your interests from the options below" msgid "Select your preferred language for translations in your feed." msgstr "Select your preferred language for translations in your feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Select your preferred notification channels" @@ -7793,6 +7908,10 @@ msgstr "Select your preferred notification channels" msgid "Selecting multiple media types is not supported." msgstr "Selecting multiple media types is not supported." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Self-harm or dangerous behaviours" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Send a neat website!" @@ -7818,7 +7937,7 @@ msgstr "Send feedback" msgid "Send message" msgstr "Send message" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Send post to {name}" @@ -7826,18 +7945,7 @@ msgstr "Send post to {name}" msgid "Send post to..." msgstr "Send post to..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Send report" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Send report to {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Send report to {title}" @@ -7858,7 +7966,7 @@ msgstr "Send via direct message" msgid "Sends email with confirmation code for account deletion" msgstr "Sends email with confirmation code for account deletion" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Server address" @@ -7874,10 +7982,18 @@ msgstr "Set birthdate" msgid "Set new password" msgstr "Set new password" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "Set precisely which groups of people can reply to your post" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Set up your account" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Set who can reply to your post" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Sets email for password reset" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Settings saved" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Sexual activity or erotic nudity." @@ -7953,7 +8069,7 @@ msgstr "Sexually Suggestive" msgid "Share" msgstr "Share" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Share" @@ -7996,7 +8112,7 @@ msgstr "Share post at:// URI" msgid "Share QR code" msgstr "Share QR code" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Share this feed" @@ -8012,8 +8128,8 @@ msgstr "Share this starter pack and help people join your community on Bluesky." #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Share your favourite feed!" msgid "Shared Preferences Tester" msgstr "Shared Preferences Tester" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Show alt text" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Show anyway" @@ -8067,6 +8183,10 @@ msgstr "Show less like this" msgid "Show list anyway" msgstr "Show list anyway" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Show lists of users to select from" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Show More" @@ -8080,7 +8200,7 @@ msgstr "Show more like this" msgid "Show more replies" msgstr "Show more replies" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Show post replies in a threaded tree view" @@ -8098,10 +8218,6 @@ msgstr "Show replies" msgid "Show replies as" msgstr "Show replies as" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Show replies by people you follow before all other replies" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Show warning" msgid "Show warning and filter from feeds" msgstr "Show warning and filter from feeds" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Shows information about when this post was created" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Shows the content" @@ -8145,7 +8261,7 @@ msgstr "Shows the content" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Shows the content" msgid "Sign in" msgstr "Sign in" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Sign in as {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Sign in as..." @@ -8177,7 +8293,7 @@ msgstr "Sign in or create an account" msgid "Sign in or create your account to join the conversation!" msgstr "Sign in or create your account to join the conversation!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Sign in to account that is not listed" @@ -8243,7 +8359,7 @@ msgstr "Skip introduction and start using your account" msgid "Skip to next step" msgstr "Skip to next step" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Smaller" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Some people can reply" @@ -8280,7 +8396,7 @@ msgstr "Someone reacted {0}" msgid "Someone reacted {0} to {1}" msgstr "Someone reacted {0} to {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Something wasn't quite right with the data you're trying to report. Please contact support." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Something went wrong" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Something went wrong, please try again" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Something went wrong!" msgid "Something went wrong. Please try again in a moment." msgstr "Something went wrong. Please try again in a moment." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Something went wrong. Please try again." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Something wrong? Let us know." @@ -8327,34 +8442,30 @@ msgstr "Sorry, we're unable to load account suggestions at this time." msgid "Sorry! Your session expired. Please sign in again." msgstr "Sorry! Your session expired. Please sign in again." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Sort replies" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Sort replies by" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Sort replies to the same post by:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Source: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; excessive mentions or replies" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Spam or other inauthentic behaviour or deception" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; excessive mentions or replies" msgid "Sports" msgstr "Sports" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Start a conversation, and it will appear here." @@ -8403,11 +8514,11 @@ msgstr "Starter pack by <0/>" msgid "Starter pack by you" msgstr "Starter pack by you" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Starter pack is invalid" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Starter Packs" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Submit appeal" msgid "Submit Appeal" msgstr "Submit Appeal" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Submit report" @@ -8494,7 +8605,7 @@ msgstr "Success!" msgid "Successfully verified" msgstr "Successfully verified" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Suggested Accounts" @@ -8506,17 +8617,17 @@ msgstr "Suggested Accounts" msgid "Suggested for you" msgstr "Suggested for you" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggestive" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Sunrise" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Sunset" @@ -8547,10 +8658,10 @@ msgstr "Switch accounts" msgid "Switch to {0}" msgstr "Switch to {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "System" @@ -8591,6 +8702,10 @@ msgstr "Tap to close context menu" msgid "Tap to dismiss" msgstr "Tap to dismiss" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Targeted harassment" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Task complete – 10 follows!" @@ -8620,8 +8735,8 @@ msgstr "Tell us a bit about yourself" msgid "Tell us a little more" msgstr "Tell us a little more" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Terms" @@ -8637,26 +8752,11 @@ msgstr "Terms" msgid "Terms of Service" msgstr "Terms of Service" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Terms used violate community standards" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Text & tags" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Text field" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Text input field" @@ -8665,10 +8765,6 @@ msgstr "Text input field" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Thank you for your feedback! It has been sent to the feed operator." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Thank you. Your report has been sent." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Thanks, you have successfully verified your email address. You can close msgid "Thanks! You're all set." msgstr "Thanks! You're all set." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "That contains the following:" @@ -8699,11 +8795,11 @@ msgstr "That username is already taken" msgid "That's all, folks!" msgstr "That's all, folks!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "That's everything!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "The account will be able to interact with you after unblocking." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "The app will be restarted" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "The author of this thread has hidden this reply." @@ -8750,11 +8846,11 @@ msgstr "The experience is better in the app. Download Bluesky now and we'll pick msgid "The feed has been replaced with Discover." msgstr "The feed has been replaced with Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "The following labels were applied to your account." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "The following labels were applied to your content." @@ -8788,7 +8884,7 @@ msgstr "The selected video is larger than 100 MB. Please try again with a small 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "The Terms of Service have been moved to" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Theme" @@ -8827,7 +8923,7 @@ msgstr "There was an issue connecting to Tenor." msgid "There was an issue contacting the server" msgstr "There was an issue contacting the server" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "There was an issue contacting the server, please check your internet con 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "There was an issue fetching posts. Tap here to try again." @@ -8845,7 +8941,7 @@ msgstr "There was an issue fetching posts. Tap here to try again." msgid "There was an issue fetching the list. Tap here to try again." msgstr "There was an issue fetching the list. Tap here to try again." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "There was an issue fetching your app passwords" @@ -8862,11 +8958,6 @@ msgstr "There was an issue fetching your service info" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "There was an issue removing this feed. Please check your internet connection and try again." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "There was an issue sending your report. Please check your internet connection." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "There was an issue updating your feeds, please check your internet conne #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "There was an issue updating your feeds, please check your internet conne msgid "There was an issue! {0}" msgstr "There was an issue! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "There was an unexpected issue in the application. Please let us know if 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:654 +msgid "These are your default settings" +msgstr "These are your default settings" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "These settings only apply to the Following feed." @@ -8941,7 +9036,7 @@ msgstr "This account is blocked by one or more of your moderation lists. To unbl msgid "This action can be undone at any time." msgstr "This action can be undone at any time." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "This appeal will be sent to <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "This content is hosted by {0}. Do you want to enable external media?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "This content is not available because one of the users involved has blocked the other." @@ -9006,7 +9101,7 @@ msgstr "This feature is not available while using an App Password. Please sign i msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "This feed is empty! You may need to follow more users or tune your language settings." @@ -9020,7 +9115,7 @@ msgstr "This feed is empty." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "This feed is no longer online. We are showing <0>Discover0> instead." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "This handle is reserved. Please try a different one." @@ -9037,7 +9132,7 @@ msgstr "This is not a valid link" msgid "This label was applied by the author." msgstr "This label was applied by the author." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "This label was applied by you." @@ -9065,11 +9160,11 @@ msgstr "This list is empty." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "This moderation service is unavailable. See below for more details. If this issue persists, contact us." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "This reply will be sorted into a hidden section at the bottom of your th 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "This should create a domain record at:" @@ -9113,7 +9208,7 @@ msgstr "This should only take a few minutes." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "This user does not have a display name, and therefore cannot be verified." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "This user doesn't have any followers." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "This user has blocked you" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "This user has blocked you. You cannot view their content." @@ -9142,7 +9237,7 @@ msgstr "This user is included in the <0>{0}0> list which you have muted." msgid "This user is new here. Press for more info about when they joined." msgstr "This user is new here. Press for more info about when they joined." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "This user isn't following anyone." @@ -9168,7 +9263,7 @@ msgstr "Thread options" msgid "Thread preferences" msgstr "Thread preferences" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Thread Preferences" @@ -9181,6 +9276,10 @@ msgstr "Threaded" msgid "Threads Preferences" msgstr "Threads Preferences" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Threats or incitement" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Time remaining: {0, plural, one {# second} other {# seconds}}" @@ -9198,10 +9297,6 @@ msgstr "To disable your email 2FA method, please verify your access to <0>{0}0 msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "To whom would you like to send this report?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Today" @@ -9222,8 +9317,8 @@ msgstr "Top" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Top replies first" @@ -9231,17 +9326,17 @@ msgstr "Top replies first" msgid "Topic" msgstr "Topic" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Translate" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Tree view" @@ -9253,6 +9348,10 @@ msgstr "Trending" msgid "Trending Videos" msgstr "Trending Videos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolling" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "Trust emerges from relationships, communities and shared context, so we’re also enabling <0>trusted verifiers0>: organisations that can directly issue verification." @@ -9274,7 +9373,7 @@ msgstr "Two-factor authentication (2FA)" msgid "Type your message here" msgstr "Type your message here" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Type:" @@ -9294,13 +9393,13 @@ msgstr "Unable to contact your service. Please check your internet connection an #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Unable to delete" @@ -9324,27 +9423,27 @@ msgstr "Unavailable feed information" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Unblock" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Unblock" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Unblock account" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Unblock Account?" @@ -9369,12 +9468,7 @@ msgstr "Undo repost" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Undo repost ({0, plural, one {# repost} other {# reposts}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Unfollow" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Unfollow {0}" @@ -9383,7 +9477,7 @@ msgstr "Unfollow {0}" msgid "Unfollow account" msgstr "Unfollow account" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Unfollows the user" @@ -9391,7 +9485,7 @@ msgstr "Unfollows the user" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Unfortunately, Bluesky is unavailable in Mississippi right now." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Unfortunately, none of your subscribed labellers support this report type." @@ -9399,12 +9493,20 @@ msgstr "Unfortunately, none of your subscribed labellers support this report typ msgid "Unknown verifier" msgstr "Unknown verifier" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Unlabelled adult content" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Unlabelled, abusive, or non-consensual adult content" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "Unlike" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Unlike ({0, plural, one {# like} other {# likes}})" @@ -9419,8 +9521,8 @@ msgstr "Unmute" msgid "Unmute" msgstr "Unmute" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Unmute {tag}" @@ -9431,7 +9533,7 @@ msgstr "Unmute {tag}" msgid "Unmute account" msgstr "Unmute account" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Unmute conversation" @@ -9454,8 +9556,8 @@ msgstr "Unmute video" msgid "Unpin" msgstr "Unpin" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Unpin feed" @@ -9464,8 +9566,8 @@ msgstr "Unpin feed" msgid "Unpin Feed" msgstr "Unpin Feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Unpin from home" @@ -9517,13 +9619,6 @@ msgstr "Unsubscribed from list" msgid "Unsupported video type: {mimeType}" msgstr "Unsupported video type: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Unwanted Sexual Content" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Update <0>{displayName}0> in Lists" msgid "Update email" msgstr "Update email" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Update to {domain}" @@ -9567,7 +9662,7 @@ msgstr "Updating..." msgid "Upload a photo instead" msgstr "Upload a photo instead" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Upload a text file to:" @@ -9603,11 +9698,11 @@ msgstr "Uploading link thumbnail..." msgid "Uploading video..." msgstr "Uploading video..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Use default provider" @@ -9638,17 +9733,17 @@ msgstr "Use this to sign in to the other app along with your handle." msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "User blocked" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "User Blocked" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "User Blocked by \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "User blocked by list" msgid "User Blocked by List" msgstr "User Blocked by List" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "User Blocking You" @@ -9698,15 +9793,15 @@ msgstr "Username cannot begin or end with a hyphen" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Username must only contain letters (a–z), numbers, and hyphens" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Username or email address" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "users followed by <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "users following <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "users following <0>@{0}0>" msgid "Users I follow" msgstr "Users I follow" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Users in \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Users you follow" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Value:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Verify code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verify DNS Record" @@ -9786,8 +9873,8 @@ msgstr "Verify email dialog" msgid "Verify now" msgstr "Verify now" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verify Text File" @@ -9841,15 +9928,15 @@ msgstr "Video from {0}: {text}" msgid "Video Games" msgstr "Video Games" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Video is paused" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Video is playing" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video not found." @@ -9882,11 +9969,11 @@ msgstr "View" msgid "View {0}'s avatar" msgstr "View {0}'s avatar" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "View {0}'s profile" @@ -9906,16 +9993,11 @@ msgstr "View blogpost for more details" msgid "View debug entry" msgstr "View debug entry" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "View details" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "View details for reporting a copyright violation" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "View full thread" @@ -9960,7 +10042,7 @@ msgstr "View the labelling service provided by @{0}" msgid "View this user's verifications" msgstr "View this user's verifications" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "View users who like this feed" @@ -9993,8 +10075,8 @@ msgstr "View your muted accounts" msgid "View your verifications" msgstr "View your verifications" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Views full image" @@ -10002,6 +10084,14 @@ msgstr "Views full image" msgid "Views video in immersive mode" msgstr "Views video in immersive mode" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Violence" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Violent or threatening content" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "When you tap on a check, you’ll see which organisations have granted v msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Which languages would you like to see in your algorithmic feeds?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Who can interact with this post?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Who can reply" @@ -10249,40 +10340,38 @@ msgstr "Whoops! Trending videos failed to load." msgid "Why are you appealing?" msgstr "Why are you appealing?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Why should this content be reviewed?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Why should this conversation be reviewed?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Why should this feed be reviewed?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Why should this list be reviewed?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Why should this message be reviewed?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Why should this post be reviewed?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Why should this starter pack be reviewed?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Why should this user be reviewed?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Would you like to block this user and/or delete this conversation?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Yes" msgid "Yes, deactivate" msgstr "Yes, deactivate" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Yes, delete this starter pack" @@ -10373,7 +10462,7 @@ msgstr "You are not allowed to go live" msgid "You are not allowed to upload videos." msgstr "You are not allowed to upload videos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "You are not following anyone." @@ -10445,17 +10534,13 @@ msgstr "You can reactivate your account to continue logging in. Your profile and msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "You can select up to {MAX_IMAGES, plural, other {# images}} in total." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "You can update this later from your settings." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "You do not have any followers." @@ -10467,6 +10552,10 @@ msgstr "You don't follow any users who follow @{name}." msgid "You don't have any chat requests at the moment." msgstr "You don't have any chat requests at the moment." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "You don't have any lists yet." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "You don't have any pinned feeds." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "You have blocked this user" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "You have blocked this user. You cannot view their content." @@ -10495,7 +10584,7 @@ msgstr "You have completely disabled reply, quote and mention notifications, so 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "You have hidden this post" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "You have hidden this post." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "You have muted this account." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "You have muted this user" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "You haven't muted any words or tags yet" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "You hid this reply." @@ -10574,11 +10663,11 @@ msgstr "You joined Bluesky {timeAgoString} ago" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "You joined Bluesky using a starter pack {timeAgoString} ago" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "You may appeal non-self labels if you feel they were placed in error." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "You may appeal these labels if you feel they were placed in error." @@ -10614,10 +10703,6 @@ msgstr "You must complete age assurance in order to access this screen." 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "You must select at least one labeller for a report" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "You're ready to go!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "You've already appealed this label and it's being reviewed by our moderation team." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "You've chosen to hide a word or tag within this post." @@ -10750,7 +10839,7 @@ msgstr "You've reached your daily limit for video uploads (too many bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Your appeal has been submitted. If your appeal succeeds, you will receiv msgid "Your birth date" msgstr "Your birthdate" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Your browser does not support the video format. Please try a different browser." @@ -10798,7 +10887,7 @@ msgstr "Your chats have been disabled" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Your choice will be remembered for future links. You can change it at any time in settings." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Your followers" @@ -10905,14 +10994,10 @@ msgstr "Your profile, posts, feeds and lists will no longer be visible to other msgid "Your reply was sent" msgstr "Your reply was sent" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Your report will be sent to <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Your report will be sent to the Bluesky Moderation Service" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "Your selected interests help us serve you content you care about." diff --git a/src/locale/locales/en/messages.po b/src/locale/locales/en/messages.po index 17d1a1fa58..d75139003d 100644 --- a/src/locale/locales/en/messages.po +++ b/src/locale/locales/en/messages.po @@ -245,155 +245,155 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" @@ -489,7 +489,7 @@ msgstr "" msgid "<0>{0}0> is included in your starter pack" msgstr "" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "" @@ -514,7 +514,7 @@ msgstr "" msgid "24 hours" msgstr "" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "" @@ -592,7 +592,7 @@ msgid "Accessibility Settings" msgstr "" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -630,6 +630,10 @@ msgstr "" msgid "Account options" msgstr "" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "" @@ -681,8 +685,8 @@ msgstr "" msgid "Add {displayName} to starter pack" msgstr "" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "" @@ -786,7 +790,7 @@ msgstr "" msgid "Add the default feed of only people you follow" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "" @@ -830,7 +834,7 @@ msgstr "" msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "" @@ -841,7 +845,7 @@ msgstr "" #: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 #: src/lib/moderation/useModerationCauseDescription.ts:149 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "" @@ -853,8 +857,8 @@ msgstr "" msgid "Adult content is disabled." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "" @@ -914,6 +918,10 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -929,12 +937,24 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" msgstr "" #: src/screens/Settings/AppPasswords.tsx:199 @@ -942,8 +962,8 @@ msgid "Allows access to direct messages" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "" @@ -1014,14 +1034,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1060,8 +1084,10 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "" @@ -1074,7 +1100,7 @@ msgstr "" msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "" @@ -1104,8 +1130,12 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 @@ -1188,7 +1218,7 @@ msgid "Appeal this decision" msgstr "" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1263,7 +1293,7 @@ msgstr "" msgid "Art" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "" @@ -1301,15 +1331,15 @@ msgstr "" #: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1346,7 +1376,7 @@ msgstr "" msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1468,8 +1498,8 @@ msgstr "" msgid "Blog" msgstr "" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "" @@ -1482,11 +1512,11 @@ msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1638,6 +1668,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 @@ -1646,8 +1677,8 @@ msgstr "" #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1724,8 +1755,8 @@ msgstr "" msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1824,7 +1855,7 @@ msgstr "" msgid "Check my status" msgstr "" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "" @@ -1868,7 +1899,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1917,14 +1948,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1969,10 +1992,10 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -2055,16 +2078,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "" @@ -2157,7 +2180,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2167,7 +2190,7 @@ msgstr "" msgid "Confirmation code" msgstr "" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "" @@ -2304,7 +2327,7 @@ msgstr "" msgid "Copied to clipboard" msgstr "" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "" @@ -2331,18 +2354,18 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "" @@ -2395,7 +2418,7 @@ msgstr "" msgid "Copy QR code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "" @@ -2545,8 +2568,8 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "" @@ -2554,10 +2577,6 @@ msgstr "" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "" - #: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" @@ -2570,10 +2589,10 @@ msgstr "" msgid "Dangerous substances or drug abuse" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "" @@ -2586,7 +2605,7 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "" @@ -2612,7 +2631,7 @@ msgstr "" msgid "Deepfake adult content" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "" @@ -2763,11 +2782,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -2789,6 +2808,14 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "" @@ -2871,8 +2898,8 @@ msgstr "" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "" @@ -2884,7 +2911,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:522 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "" @@ -2907,19 +2934,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 #: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -3071,8 +3099,8 @@ msgstr "" msgid "Edit People" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "" @@ -3096,7 +3124,7 @@ msgstr "" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "" @@ -3147,7 +3175,7 @@ msgstr "" msgid "Email Verified" msgstr "" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "" @@ -3162,7 +3190,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3203,6 +3231,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "" @@ -3262,7 +3294,7 @@ msgstr "" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3275,7 +3307,7 @@ msgstr "" msgid "Enter your email address" msgstr "" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3320,15 +3352,11 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "" @@ -3368,7 +3396,7 @@ msgstr "" msgid "Expand alt text" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "" @@ -3477,7 +3505,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:602 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "" @@ -3826,7 +3854,7 @@ msgid "Flexible" msgstr "" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 @@ -3871,9 +3899,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "" @@ -3907,12 +3937,15 @@ msgid "Followers you know" msgstr "" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 #: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "" @@ -3922,8 +3955,9 @@ msgctxt "feed-name" msgid "Following" msgstr "" -#: src/components/ProfileCard.tsx:474 +#: src/components/ProfileCard.tsx:492 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "" @@ -3949,11 +3983,11 @@ msgstr "" msgid "Follows You" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "" @@ -3974,7 +4008,7 @@ msgstr "" msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "" @@ -3996,11 +4030,11 @@ msgstr "" msgid "Forgot Password" msgstr "" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "" @@ -4061,7 +4095,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4077,7 +4111,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4169,7 +4203,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4204,8 +4238,8 @@ msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "" @@ -4231,7 +4265,7 @@ msgstr "" msgid "Handle" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:606 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "" @@ -4240,7 +4274,7 @@ msgstr "" msgid "Handle changed!" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "" @@ -4329,7 +4363,7 @@ msgstr "" msgid "Hide" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "" @@ -4338,6 +4372,10 @@ msgstr "" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4380,7 +4418,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "" @@ -4434,12 +4472,12 @@ msgstr "" msgid "Home" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "" @@ -4508,7 +4546,7 @@ msgstr "" msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4575,7 +4613,7 @@ msgstr "" msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "" @@ -4595,11 +4633,11 @@ msgstr "" msgid "Input password for account deletion" msgstr "" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "" @@ -4615,12 +4653,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:612 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "" @@ -4723,12 +4761,12 @@ msgstr "" msgid "Labeled by the author." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "" @@ -4754,7 +4792,7 @@ msgstr "" msgid "Languages" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "" @@ -4794,7 +4832,7 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "" @@ -4831,8 +4869,8 @@ msgstr "" msgid "Learn more in your <0>account settings.0>" msgstr "" +#: src/components/dialogs/ServerInput.tsx:225 #: src/components/moderation/ContentHider.tsx:247 -#: src/view/com/auth/server-input/index.tsx:220 msgid "Learn more." msgstr "" @@ -4880,9 +4918,9 @@ msgstr "" msgid "Let's go!" msgstr "" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "" @@ -5099,6 +5137,14 @@ msgstr "" msgid "Load new posts" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "" @@ -5194,7 +5240,7 @@ msgstr "" msgid "Media" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" @@ -5202,14 +5248,10 @@ msgstr "" msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5337,8 +5379,8 @@ msgstr "" msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:104 -#: src/view/shell/desktop/Feeds.tsx:114 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "" @@ -5496,7 +5538,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "" @@ -5513,7 +5555,7 @@ msgstr "" msgid "Never lose access to your followers or data." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:582 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "" @@ -5527,11 +5569,11 @@ msgctxt "action" msgid "New" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5601,11 +5643,11 @@ msgctxt "action" msgid "New Post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5632,8 +5674,8 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5660,8 +5702,8 @@ msgstr "" msgid "No app passwords yet" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "" @@ -5686,8 +5728,9 @@ msgstr "" msgid "No likes yet" msgstr "" -#: src/components/ProfileCard.tsx:496 +#: src/components/ProfileCard.tsx:514 #: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "" @@ -5711,7 +5754,7 @@ msgstr "" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "" @@ -5772,7 +5815,7 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "" @@ -5887,8 +5930,8 @@ msgstr "" msgid "Now" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "" @@ -5955,7 +5998,7 @@ msgstr "" msgid "Only .jpg and .png files are supported" msgstr "" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "" @@ -6071,8 +6114,8 @@ msgstr "" msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" msgstr "" #: src/screens/Log.tsx:83 @@ -6134,7 +6177,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "" @@ -6142,7 +6185,7 @@ msgstr "" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "" @@ -6151,10 +6194,6 @@ msgstr "" msgid "Options:" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "" @@ -6181,7 +6220,7 @@ msgstr "" #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 #: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "" @@ -6239,7 +6278,7 @@ msgstr "" msgid "Page Not Found" msgstr "" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6293,6 +6332,14 @@ msgstr "" msgid "People I follow" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + #: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6310,7 +6357,7 @@ msgstr "" msgid "Photography" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "" @@ -6365,7 +6412,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "" @@ -6390,7 +6437,7 @@ msgstr "" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6476,7 +6523,7 @@ msgstr "" msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6484,7 +6531,7 @@ msgstr "" msgid "Please enter your password as well:" msgstr "" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" @@ -6536,7 +6583,7 @@ msgstr "" msgid "Politics" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "" @@ -6592,7 +6639,7 @@ msgstr "" msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "" @@ -6744,6 +6791,10 @@ msgstr "" msgid "Promoting or selling prohibited items or services" msgstr "" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "" @@ -6830,10 +6881,6 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6845,7 +6892,7 @@ msgstr "" msgid "Quotes of this post" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:615 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -7150,11 +7197,11 @@ msgstr "" msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "" @@ -7182,11 +7229,7 @@ msgstr "" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -7345,8 +7388,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7402,7 +7445,7 @@ msgstr "" msgid "Reset password" msgstr "" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7418,8 +7461,8 @@ msgstr "" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7453,7 +7496,7 @@ msgstr "" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 #: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" @@ -7466,8 +7509,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7513,6 +7556,11 @@ msgstr "" msgid "Save QR code" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + #: src/screens/Profile/components/ProfileFeedHeader.tsx:321 #: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" @@ -7541,8 +7589,8 @@ msgstr "" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "" @@ -7763,6 +7811,14 @@ msgstr "" msgid "Select from an existing account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "" @@ -7905,7 +7961,7 @@ msgstr "" msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "" @@ -7921,10 +7977,18 @@ msgstr "" msgid "Set new password" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + #: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "" @@ -7985,7 +8049,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "" @@ -8114,6 +8178,10 @@ msgstr "" msgid "Show list anyway" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "" @@ -8188,7 +8256,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8286,7 +8354,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "" @@ -8311,7 +8379,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "" @@ -8544,8 +8612,8 @@ msgstr "" msgid "Suggested for you" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "" @@ -8585,10 +8653,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "" @@ -8701,7 +8769,7 @@ msgstr "" msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "" @@ -8831,7 +8899,7 @@ msgstr "" 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 "" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "" @@ -8908,7 +8976,7 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8931,6 +8999,10 @@ msgstr "" 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "" @@ -9038,7 +9110,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:608 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "" @@ -9087,7 +9159,7 @@ msgstr "" msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9119,7 +9191,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "" @@ -9131,7 +9203,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "" @@ -9160,7 +9232,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "" @@ -9296,7 +9368,7 @@ msgstr "" msgid "Type your message here" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "" @@ -9316,7 +9388,7 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." @@ -9558,8 +9630,8 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:541 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:562 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "" @@ -9585,7 +9657,7 @@ msgstr "" msgid "Upload a photo instead" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "" @@ -9625,7 +9697,7 @@ msgstr "" msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:573 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "" @@ -9716,15 +9788,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9733,15 +9805,7 @@ msgstr "" msgid "Users I follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "" @@ -9785,8 +9849,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:543 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:564 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "" @@ -9804,8 +9868,8 @@ msgstr "" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:566 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "" @@ -9867,7 +9931,7 @@ msgstr "" msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "" @@ -9900,11 +9964,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "" -#: src/components/ProfileCard.tsx:124 +#: src/components/ProfileCard.tsx:136 #: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 #: src/screens/VideoFeed/index.tsx:797 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "" @@ -10006,8 +10070,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:207 -#: src/view/com/util/images/AutoSizedImage.tsx:234 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10243,11 +10307,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "" @@ -10392,7 +10457,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "" @@ -10464,17 +10529,13 @@ msgstr "" msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "" @@ -10486,6 +10547,10 @@ msgstr "" msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "" @@ -10805,7 +10870,7 @@ msgstr "" msgid "Your birth date" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -10817,7 +10882,7 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:528 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10846,7 +10911,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" diff --git a/src/locale/locales/eo/messages.po b/src/locale/locales/eo/messages.po index 64e898f636..b3c1bb8f05 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Esperanto\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorio \"{interestsDisplayName}\" (aktiva)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {sekvanto} other {sekvantoj}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {sekvata} other {sekvataj}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {ŝato} other {ŝatoj}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {ŝato} other {ŝatoj}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {afiŝo} other {afiŝoj}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citaĵo} other {citaĵoj}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {reafiŝo} other {reafiŝoj}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {konservo} other {konservoj}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {{1} afiŝo} other {{1} afiŝoj}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, one {# homo}other {# homoj}} uzis ĉi tiun startpakon!" @@ -133,6 +133,10 @@ msgstr "{0, plural, one {# homo}other {# homoj}} uzis ĉi tiun startpakon!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# pli}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Konto)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {horo} other {horoj}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutoj}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> eksekvis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> ŝatas vian propran fluon" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> ŝatas vian afiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> ŝatas vian reafiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> forigis iliajn konfirmojn el via konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> reafiŝis vian afiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> reafiŝis vian reafiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> registriĝis kun via startpako" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0> konfirmis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} eksekvis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} eksekvis vin reciproke" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ŝatas vian propran fluon" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ŝatas vian afiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ŝatas vian reafiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} forigis ties konfirmon el via konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} reafiŝis vian afiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} reafiŝis vian reafiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registriĝis kun via startpako" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} konfirmis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} eksekvis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ŝatas vian propran fluon" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ŝatas vian afiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} ŝatas vian reafiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} forigis iliajn konfirmojn el via konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} reafiŝis vian afiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} reafiŝis vian reafiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} registriĝis kun via startpako" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}} konfirmis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} eksekvis vin" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} eksekvis vin reciproke" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ŝatas vian propran fluon" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ŝatas vian afiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} ŝatas vian reafiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} forigis ties konfirmon el via konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} reafiŝis vian afiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} reafiŝis vian reafiŝon" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} registriĝis kun via startpako" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} konfirmis vin" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} sekvataj" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> kaj<1> 1><2>{1} 2>estas en via startpako" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> estas en via startpako" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> anoj" @@ -515,7 +519,7 @@ msgstr "⚠Nevalida identigilo" msgid "24 hours" msgstr "24 horoj" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA-konfirmo" @@ -560,12 +564,16 @@ msgstr "Ekrankopio montranta paĝon kun sonorila piktogramo apud la sekvi-butono msgid "About" msgstr "Pri" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Akcepti" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Akcepti babilpeton" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Alireblecaj agordoj" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Konto silentigita" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Konto silentigita" @@ -627,11 +635,15 @@ msgstr "Konto silentigita de listo" msgid "Account options" msgstr "Kontaj opcioj" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Konto forigita el la rapidatingo" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Aldoni {0} pli por daŭrigi" msgid "Add {displayName} to starter pack" msgstr "Aldoni {displayName} al la startpako" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Aldoni averton pri enhavo" @@ -730,8 +742,8 @@ msgstr "Aldoni plian afiŝon al fadeno" msgid "Add app password" msgstr "Aldoni apan pasvorton" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Aldoni apan pasvorton" @@ -745,8 +757,8 @@ msgstr "Aldoni emoĝian reagon" msgid "Add media to post" msgstr "Aldoni aŭdvidaĵojn al afiŝo" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Aldoni pliaj detaloj (nedeviga)" @@ -783,7 +795,7 @@ msgstr "Aldonu iujn fluojn al via startpako!" msgid "Add the default feed of only people you follow" msgstr "Aldoni la defaŭltan fluon kun nur sekvataj homoj" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Aldonu jenan DNS-rikordon al via domajno:" @@ -823,18 +835,22 @@ msgstr "Aldonita al la startpako" msgid "Additional details (limit 1000 characters)" msgstr "Aldonaj detaloj (limo de 1000 signoj)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Aldonaj detaloj (limo de 300 signoj)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Poradolta" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Poradolta enhavo" @@ -846,11 +862,15 @@ msgstr "Poradolta enhavo povas esti ebligita nur reteje ĉe <0>bsky.app0>." msgid "Adult content is disabled." msgstr "Poradolta enhavo estas malebligita." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etikedoj pri poradolta enhavo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Altnivelaj" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permesi novajn mesaĝojn de" msgid "Allow others to be notified of your posts" msgstr "Permesi aliulojn esti sciigotaj pri viaj afiŝoj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Permesi citafiŝojn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permesi respondojn de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permesas aliron al rektaj mesaĝoj" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Ĉu vi jam havas kodon?" @@ -1003,14 +1039,18 @@ msgstr "Eraro okazis dum ŝargado de la fluo." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Eraro okazis dum generado de via startpako. Ĉu vi volas reprovi?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Eraro okazis dum konservado de la QR-kodo!" @@ -1035,8 +1075,7 @@ msgstr "Ilustraĵo montranta plurajn Bluesky-afiŝojn apud piktogramoj de reafi 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Problemo neinkludita inter ĉi tiuj opcioj" @@ -1050,10 +1089,10 @@ msgstr "Problemo okazis dum provo malfermi la babilejon" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Problemo okazis, bonvolu reprovi." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "Ekrankopio de iPhone montranta la Bluesky-apon malfermitan kun la profilo de konfirmita uzanto kun blua kontrolmarko apud ties montrata nomo." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "nekonata etikedilo" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "kaj" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Anonco" msgid "Announcing verification on Bluesky" msgstr "Anoncas konfirmadon ĉe Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Kontraŭsocia konduto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Ĉiu povas interagi" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Apa lingvo" msgid "App Password" msgstr "Apa pasvorto" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Apa pasvorto forigita" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Apaj pasvortoj" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Apaj pasvortoj" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Apelacii" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Apelacii pri la etikedo \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Apelacii pri ĉi tiu decido" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Apliki defaŭltajn rekomenditajn fluojn" msgid "Apply Pull Request" msgstr "Apliki tirpeton" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arkivigita de {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Arkivigita afiŝo" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Ĉu vi certas, ke vi volas forigi la apan pasvorton \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Ĉu vi certas, ke vi volas forigi ĉi tiun mesaĝon? La mesaĝo estos forigita por vi, sed ne por la alia partoprenanto." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Ĉu vi certas, ke vi volas forigi ĉi tiun startpakon?" @@ -1252,7 +1298,7 @@ msgstr "Ĉu vi tajpas en <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Arto" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Arta aŭ ne-erotika nudeco." @@ -1269,7 +1315,7 @@ msgstr "Asigni temon por algoritmo" msgid "At least 8 characters" msgstr "Almenaŭ 8 signoj" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Nordobrilo" @@ -1284,21 +1330,21 @@ msgstr "Aŭtomate ludi videaĵojn kaj GIF-ojn" msgid "Available" msgstr "Disponebla" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Reen" msgid "Back to Chats" msgstr "Reveni al babilejoj" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Antaŭ ol krei afiŝon aŭ respondi, vi devas unue konfirmi vian retpoŝ msgid "Before creating a starter pack, you must first verify your email." msgstr "Antaŭ ol krei startpakon, vi devas unue konfirmi vian retpoŝtadreson." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Antaŭ ol vi povos mesaĝi, vi devas unue konfirmi vian retpoŝtadreson." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Antaŭ ol vi povos ricevi sciigojn pri afiŝoj de {name}, unue vi devas konfirmi vian retpoŝtadreson." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Naskiĝtago" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bloki" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Ĉu bloki konton?" msgid "Block accounts" msgstr "Bloki kontojn" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bloki kaj forigi" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bloki kaj/aŭ forigi ĉi tiun konversacion" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Bloki liston" @@ -1402,15 +1452,19 @@ msgstr "Bloki aŭ raporti" msgid "Block these accounts?" msgstr "Ĉu bloki tiujn kontojn?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bloki uzanton" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bloki uzanton" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blokita" @@ -1449,25 +1503,25 @@ msgstr "Barado ne malebligos al oni meti etikedojn sur vian konton, sed maleblig msgid "Blog" msgstr "Blogo" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ne povas konfirmi la aŭtentecon de la donita dato." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 estas malfermita reto, kie elekteblas provizanto de gastigo. Se vi estas programisto, vi povas gastigi vian propran servilon." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky estas malfermita reto, kie elekteblas provizanto de gastigo. Se vi estas novulo, ni rekomendas, ke vi restu ĉe la defaŭlta opcio Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Malklarigi bildojn kaj elfiltri el fluoj" msgid "Books" msgstr "Libroj" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Foliumi pli da kontoj sur la paĝo Esplori" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Komerco" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "De {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "De <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Fotilo" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Nuligi reaktivigon kaj elsaluti" msgid "Cancel search" msgstr "Nuligi serĉon" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Ne eblas interagi kun blokita uzanto" @@ -1697,12 +1756,12 @@ msgstr "Ŝanĝi apan lingvon" msgid "Change Handle" msgstr "Ŝanĝi identigilon" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Ŝanĝi kontrol-servon" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Ŝanĝi pasvorton" @@ -1710,7 +1769,11 @@ msgstr "Ŝanĝi pasvorton" msgid "Change password dialog" msgstr "Dialogujo pri pasvorta ŝanĝo" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Ŝanĝi kialon de raporto" @@ -1739,8 +1802,8 @@ msgstr "Ŝanĝoj konservitaj" msgid "Chat" msgstr "Babilejoj" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Babilejo forigita" @@ -1753,7 +1816,7 @@ msgstr "Babilejaj mesaĝoj - silento" msgid "Chat messages - sound" msgstr "Babilejaj mesaĝoj - sono" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Babilejo silentigita" @@ -1769,7 +1832,7 @@ msgstr "Ricevujo de babilpetoj" msgid "Chat requests" msgstr "Babilpetoj" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Agordoj de babilejo" msgid "Chat Settings" msgstr "Agordoj de babilejo" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Babilejo malsilentigita" @@ -1797,7 +1860,7 @@ msgstr "Babilejoj" msgid "Check my status" msgstr "Kontroli mian staton" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Kontrolu vian retpoŝton por trovi ensalut-kodon kaj entajpu ĝin ĉi tie." @@ -1805,6 +1868,14 @@ msgstr "Kontrolu vian retpoŝton por trovi ensalut-kodon kaj entajpu ĝin ĉi ti msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "En via ricevujo serĉu retmesaĝon kun konfirmkodo, kaj entajpu ĝin suben:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Elektu metodon por konfirmi vian domajnon" @@ -1833,7 +1904,7 @@ msgstr "Elektu la algoritmojn, kiuj funkciigos viajn proprajn fluojn." msgid "Choose this color as your avatar" msgstr "Elekti ĉi tiun koloron kiel profilbildo" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Elektu vian kontogastiganton" @@ -1882,14 +1953,6 @@ msgstr "Alklaku ĉi tie por restarti la konfimadan procezon." msgid "Click here to update your email" msgstr "Alklaku ĉi tie por ĝisdatigi vian retpoŝtadreson" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Alklaku por malebligi citafiŝojn de ĉi tiu afiŝo." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Alklaku por ebligi citafiŝojn de ĉi tiu afiŝo." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Alklaku por malfermi etikedan menuon por {tag}" @@ -1919,9 +1982,11 @@ msgstr "🐮 Dek bovinoj 🐮" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "🐮 Dek bovinoj 🐮" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Fermi" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Fermi la aktivan dialogujon" @@ -2018,16 +2083,16 @@ msgstr "Fermas la emoĝi-elektilon" msgid "Closes viewer for header image" msgstr "Fermas la montrilon de la kapa bildo" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Maletendi liston de uzantoj" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Maletendas liston de uzantoj por donita sciigo" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Kolora reĝimo" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Konfirmu vian lokon per GPS. Datumoj pri via loko ne estas spurataj kaj ne forlasos vian aparaton." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Konfirmu vian lokon per GPS. Datumoj pri via loko ne estas spurataj kaj msgid "Confirmation code" msgstr "Konfirmkodo" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Konektado..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Lingvoj de la enhavo" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Enhavo ne disponebla" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Averto de enhavo" @@ -2212,7 +2281,7 @@ msgstr "Fono de kuntekstmenuo, alklaku por fermi la menuon." msgid "Continue" msgstr "Daŭrigi" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Daŭrigi kiel {0} (nune ensalutinta)" @@ -2236,8 +2305,8 @@ msgstr "Pluiri al la sekva paŝo" msgid "Conversation" msgstr "Konversacio" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Konversacio forigita" @@ -2254,7 +2323,7 @@ msgstr "Kuirado" msgid "Copied build version to clipboard" msgstr "Versio kopiita al tondujo" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Versio kopiita al tondujo" msgid "Copied to clipboard" msgstr "Kopiita al tondujo" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Kopiita!" @@ -2290,23 +2359,23 @@ msgstr "Kopii URI-on at://" msgid "Copy author DID" msgstr "Kopii la DID-on de la aŭtoro" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kopii kodon" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Kopii DID-on" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Kopii gastiganton" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Kopii ligilon" @@ -2331,12 +2400,12 @@ msgstr "Kopii ligilon al afiŝo" msgid "Copy link to profile" msgstr "Kopii ligilon al profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Kopii ligilon al startpako" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Kopii mesaĝan tekston" @@ -2354,7 +2423,7 @@ msgstr "Kopii afiŝan tekston" msgid "Copy QR code" msgstr "Kopii QR-kodon" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Kopii la valoron de la TXT-rikordo" @@ -2377,8 +2446,8 @@ msgstr "Ne eblis konekti al la servo de fluo" msgid "Could not find profile" msgstr "Ne eblis trovi profilon" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Ne eblis foriri el babilejo" @@ -2392,7 +2461,7 @@ msgstr "Ne eblis ŝargi fluon" msgid "Could not load list" msgstr "Ne eblis ŝargi liston" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Ne eblis silentigi babilejon" @@ -2476,8 +2545,9 @@ msgstr "Krei la kontrol-liston" msgid "Create new account" msgstr "Krei novan konton" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Krei raporton pri {0}" @@ -2490,7 +2560,7 @@ msgstr "Krei startpakon" msgid "Create user list" msgstr "Krei la liston de uzantoj" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Kreita {0}" @@ -2503,8 +2573,8 @@ msgstr "La kreinto estis blokita" msgid "Culture" msgstr "Kulturo" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Propra" @@ -2512,18 +2582,22 @@ msgstr "Propra" msgid "Customization options" msgstr "Adaptadaj opcioj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Agordu, kiu povas interagi kun ĉi tiu afiŝo." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Adaptas vian ĝuon ĉe Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Malhela" @@ -2536,7 +2610,7 @@ msgstr "Malhela" msgid "Dark mode" msgstr "Malhela reĝimo" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Malhela etoso" @@ -2558,7 +2632,11 @@ msgstr "Sencimiga kontrolo" msgid "Debug panel" msgstr "Panelo de sencimigo" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Defaŭlta" @@ -2566,14 +2644,14 @@ msgstr "Defaŭlta" msgid "Default icons" msgstr "Defaŭltaj piktogramoj" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Forigi" @@ -2586,16 +2664,16 @@ msgstr "Forigi konton" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Forigi konton <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Forigi apan pasvorton" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Ĉu forigi apan pasvorton?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Forigi babilejon" @@ -2603,18 +2681,18 @@ msgstr "Forigi babilejon" msgid "Delete chat declaration record" msgstr "Forigi babilan deklaro-rikordon" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Forigi konversacion" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Forigi konversacion" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Forigi por mi" @@ -2623,11 +2701,11 @@ msgstr "Forigi por mi" msgid "Delete list" msgstr "Forigi liston" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Forigi mesaĝon" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Forigi mesaĝon por mi" @@ -2641,12 +2719,12 @@ msgstr "Forigi mian konton" msgid "Delete post" msgstr "Forigi afiŝon" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Forigi startpakon" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Ĉu forigi startpakon?" @@ -2709,11 +2787,11 @@ msgstr "Programista reĝimo ŝaltita" msgid "Developer options" msgstr "Programistaj opcioj" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialogujo: kiu povas interagi kun ĉi tiu afiŝo" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Malheleta" @@ -2735,6 +2813,14 @@ msgstr "Malŝalti retpoŝtan 2FA-on" msgid "Disable haptic feedback" msgstr "Malŝalti tuŝ-retrokupladan prikomentadon" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Malŝalti subtekstojn" @@ -2778,7 +2864,7 @@ msgstr "Malinstigi apojn por ke ili ne montru mian konton al elsalutintaj uzanto msgid "Discover new custom feeds" msgstr "Malkovri novajn proprajn fluojn" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Malkovri novajn fluojn" @@ -2817,8 +2903,8 @@ msgstr "Montrata nomo" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Forlasu la trolojn kaj klakallogilojn. Trovu realajn homojn kaj konversaciojn, kiuj gravas por vi." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS-panelo" @@ -2830,7 +2916,7 @@ msgstr "Ne apliku ĉi tiun silentigitan vorton al uzantoj, kiujn vi sekvas" msgid "Does not include nudity." msgstr "Ne inkluzivas nudecon." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domajno konfirmita!" @@ -2853,19 +2939,20 @@ msgstr "Ne maltrankvilu! Ĉiuj ekzistantaj mesaĝoj kaj agordoj estas konservita #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Duoble tuŝetu aŭ longe premu la mesaĝon por aldoni reagon" msgid "Double tap to close the dialog" msgstr "Duoble tuŝeti por fermi la dialogujon" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Duoble tuŝeti por ŝati" @@ -2903,6 +2990,10 @@ msgstr "Elŝuti Bluesky-apon" msgid "Download CAR file" msgstr "Elŝuti CAR-dosieron" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Demetu bildojn por aldoni" @@ -2943,9 +3034,13 @@ msgstr "ekz. Neerarantaj afiŝantoj." msgid "e.g. Users that repeatedly reply with ads." msgstr "ekz. Uzantoj kiuj ripete respondas per reklamoj." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Redakti sciigojn de {0}" msgid "Edit People" msgstr "Redakti homojn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Redakti interagajn agordojn de afiŝo" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Redakti profilon" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Redakti profilon" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Redakti startpakon" @@ -3034,7 +3129,7 @@ msgstr "Redakti startpakon" msgid "Edit user list" msgstr "Redakti la liston de uzantoj" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Elekti kiu povas respondi" @@ -3085,7 +3180,7 @@ msgstr "Retpoŝtadresa konfirmado finita!" msgid "Email Verified" msgstr "Retpoŝtadreso konfirmita" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Enkorpigi HTML-kodon" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Enkorpigita videoludilo" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Ŝalti subtekstojn" @@ -3200,7 +3299,7 @@ msgstr "Entajpu la domajnon, kiun vi volas uzi" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Entajpu la retpoŝtadreson, kiun vi uzis por krei vian konton. Ni sendos al vi \"restarigan kodon\" por ke vi agordu novan pasvorton." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Entajpu la uzantnomon aŭ retpoŝtadreson, kiun vi uzis kreante vian konton" @@ -3213,7 +3312,7 @@ msgstr "Entajpu vian naskiĝdaton" msgid "Enter your email address" msgstr "Entajpu vian retpoŝtadreson" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Entajpu vian pasvorton" @@ -3258,22 +3357,18 @@ msgstr "Eraris ricevante la captcha-respondon." msgid "Error: {error}" msgstr "Eraro: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Ĉiuj" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Ĉiuj povas respondi" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Ĉiuj povas respondi al ĉi tiu afiŝo." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Ĉiuj" @@ -3282,16 +3377,6 @@ msgstr "Ĉiuj" msgid "Everything else" msgstr "Ĉio alia" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Troaj mencioj aŭ respondoj" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Troaj aŭ nedezirataj mesaĝoj" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Ekskluzivi uzantojn, kiujn vi sekvas" @@ -3316,7 +3401,7 @@ msgstr "Eliri el la bildmontro" msgid "Expand alt text" msgstr "Etendi alternativan tekston" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Etendi liston de uzantoj" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Etendas aŭ maletendas la tekston de la afiŝo" @@ -3348,7 +3433,7 @@ msgstr "Eksvalidiĝita" msgid "Expires {0}" msgstr "Eksvalidiĝas {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Eksvalidiĝas je {0}" @@ -3407,13 +3492,17 @@ msgstr "Eksteraj aŭdvidaĵoj eblas permesi al retejoj kolekti informojn pri vi msgid "External Media Preferences" msgstr "Preferoj pri eksteraj aŭdvidaĵoj" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Malsukcesis akcepti babilejon" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Malsukcesis aldoni emoĝian reagon" @@ -3421,7 +3510,7 @@ msgstr "Malsukcesis aldoni emoĝian reagon" msgid "Failed to add to starter pack" msgstr "Malsukcesis aldoni al la startpako" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Malsukcesis ŝanĝi identigilon. Bonvolu reprovi." @@ -3438,13 +3527,13 @@ msgstr "Malsukcesis krei konversacion" msgid "Failed to create starter pack" msgstr "Malsukcesis krei startpakon" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Malsukcesis forigi babilejon" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Malsukcesis forigi mesaĝon" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Malsukcesis forigi startpakon" @@ -3465,10 +3554,10 @@ msgstr "Malsukcesis sekvi ĉiujn proponitajn kontojn, bonvolu reprovi" msgid "Failed to load conversations" msgstr "Malsukcesis ŝargi konversaciojn" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Malsukcesis ŝargi preferojn de fluoj" @@ -3498,14 +3587,14 @@ msgstr "Malsukcesis ŝargi antaŭajn mesaĝojn" msgid "Failed to load preference." msgstr "Malsukcesis ŝargi preferon." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Malsukcesis ŝargi propontiajn fluojn" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Malsukcesis ŝargi proponitajn kontojn" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Malsukcesis alpingli afiŝon" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Malsukcesis forigi emoĝian reagon" @@ -3535,7 +3624,8 @@ msgstr "Malsukcesis forigi konfirmon" msgid "Failed to resolve location. Please try again." msgstr "Malsukcesis trovi la lokon. Bonvolu reprovi." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Malsukcesis konservi bildon: {0}" @@ -3557,7 +3647,7 @@ msgstr "Malsukcesis sendi" msgid "Failed to send email, please try again." msgstr "Malsukcesis sendi retmesaĝon, bonvolu reprovi." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Malsukcesis sendi apelacion, bonvole reprovu." @@ -3606,6 +3696,14 @@ msgstr "Malsukcesis konfirmi retpoŝtadreson, bonvolu reprovi." msgid "Failed to verify handle. Please try again." msgstr "La aŭtentikigo de via identigilo malsukcesis. Bonvolu reprovi." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Fluo" @@ -3623,7 +3721,7 @@ msgstr "Kreinto de fluo" msgid "Feed identifier" msgstr "Identigilo de fluo" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menuo de la fluo" @@ -3635,8 +3733,8 @@ msgstr "Baskuligi fluon" msgid "Feed unavailable" msgstr "Fluo ne disponebla" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Prikomentado" @@ -3696,7 +3794,7 @@ msgstr "Filtri serĉon laŭ lingvo (nune: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtri kiu havos eblon ŝalti ricevadon de sciigoj pri via agado" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtri de kiuj vi ricevos sciigojn" @@ -3713,7 +3811,7 @@ msgstr "Finfine! Vidu afiŝojn kiuj gravas al vi. Konservu ilin por reviziti iam msgid "Finance" msgstr "Financoj" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Trovi kontojn por sekvi" msgid "Find people to follow" msgstr "Trovi homojn por sekvi" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Trovi afiŝojn, uzantojn kaj fluojn ĉe Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Fini" msgid "Fitness" msgstr "Fizika bontenado" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Plata nigra" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Plata blua" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Plata blanka" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Fleksebla" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Sekvi" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Sekvi" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Sekvi {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Sekvi {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Eksekvu ĉiujn kontojn" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Sekvi reciproke" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Sekvi reciproke" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Sekvantoj, kiujn vi konas" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Sekvas" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Sekvas" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Sekvas {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Sekvas {handle}" @@ -3894,11 +3988,11 @@ msgstr "Sekvas vin" msgid "Follows You" msgstr "Sekvas vin" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Tiparo" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Tipara grando" @@ -3919,7 +4013,7 @@ msgstr "Pro sekurecaj kialoj, ni sendos konfirmkodon al via retpoŝtadreso." msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Por sekurecaj kialoj, vi ne povos vidi ĉi tion denove. Se vi perdas ĉi tiun apan pasvorton, vi devos generi novan." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Por la plej bona ĝuo, ni rekomendas uzi la tiparon de la etoso." @@ -3941,11 +4035,11 @@ msgstr "Forgesu pri bruo" msgid "Forgot Password" msgstr "Mi forgesis pasvorton" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Ĉu vi forgesis pasvorton?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Ĉu vi forgesis?" @@ -3953,12 +4047,7 @@ msgstr "Ĉu vi forgesis?" msgid "Free your feed" msgstr "Liberu vian fluon" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Ofte afiŝas nedeziratan enhavon" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "De" @@ -4011,7 +4100,7 @@ msgstr "Ricevi sciigojn, kiam homoj reafiŝos afiŝojn, kiujn vi reafiŝis." msgid "Get notifications when people repost your posts." msgstr "Ricevi sciigojn, kiam homoj reafiŝos viajn afiŝojn." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Esti sciigota pri novaj afiŝoj" @@ -4027,7 +4116,7 @@ msgstr "Esti sciigota pri novaj afiŝoj de {name}" msgid "Get notified of this account’s activity" msgstr "Esti sciigata pri agado de ĉi tiu konto" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Esti sciigota kiam {name} afiŝos" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Donu vizaĝon al via profilo" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Evidentaj malobservoj de la leĝo aŭ uzokondiĉoj" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Evidentaj malobservoj de la leĝo aŭ uzokondiĉoj" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Reen" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Iri reen" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Reveni al la antaŭa paŝo" @@ -4123,7 +4208,7 @@ msgstr "Tujelsendi" msgid "Go live for" msgstr "Tujelsendi dum" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Iri al la profilo de {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "Iri al fluo" msgid "Go to next" msgstr "Iri al la sekva" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Iri al profilo" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Iri al uzanta profilo" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Maldeca aŭdvidaĵo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Duonvoje!" msgid "Handle" msgstr "Identigilo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Tiu identigilo jam estas uzata. Bonvolu uzi iun alian." @@ -4182,7 +4279,7 @@ msgstr "Tiu identigilo jam estas uzata. Bonvolu uzi iun alian." msgid "Handle changed!" msgstr "Identigilo ŝanĝita!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Tiu identigilo tro longas. Bonvolu provi malpli longan." @@ -4190,10 +4287,17 @@ msgstr "Tiu identigilo tro longas. Bonvolu provi malpli longan." msgid "Haptics" msgstr "Tuŝ-retrokuplado" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Molestado, trolado aŭ netoleremo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Kradvorto" msgid "Hashtag {tag}" msgstr "Kradvorto {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Ĉu vi havas problemon?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Helpo" @@ -4238,7 +4346,7 @@ msgstr "Ho, sal 👋" msgid "Hidden" msgstr "Kaŝita" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Kaŝita laŭ viaj agordoj pri kontrolado." @@ -4248,7 +4356,7 @@ msgstr "Kaŝita listo" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Kaŝita listo" msgid "Hide" msgstr "Kaŝi" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Kaŝi" @@ -4269,6 +4377,10 @@ msgstr "Kaŝi" msgid "Hide customization options" msgstr "Kaŝi adaptadajn opciojn" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Ĉu kaŝi popularajn temojn?" msgid "Hide trending videos?" msgstr "Ĉu kaŝi popularajn videaĵojn?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Kaŝi la liston de uzantoj" @@ -4320,7 +4432,7 @@ msgstr "Kaŝi la liston de uzantoj" msgid "Hide verification badges" msgstr "Kaŝi konfirmajn ŝildojn" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Kaŝas la enhavon" @@ -4365,12 +4477,12 @@ msgstr "Momenton! Ni iom post iom donas aliron al la videaĵo, kaj vi ankoraŭ a msgid "Home" msgstr "Hejmo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Gastiganto:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Provizanto de gastigo" @@ -4383,6 +4495,10 @@ msgstr "Populara" msgid "How should we open this link?" msgstr "Kiel ni malfermu ĉi tiun ligilon?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Se vi volas ŝanĝi vian pasvorton, ni sendos al vi kodon por konfirmi, msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Se vi volas limigi kiu povos ricevi sciigojn pri agado de via konto, vi povas ŝanĝi tion en <0>Agordoj → Privateco kaj sekureco0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Se vi estas programisto, vi povas gastigi vian propran servilon." @@ -4443,12 +4559,7 @@ msgstr "Se vi estas programisto, vi povas gastigi vian propran servilon." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Kontraŭleĝa kaj urĝa" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Bildo" @@ -4461,29 +4572,24 @@ msgstr "Bilda kaŝmemoro viŝita" msgid "Image cache cleared, freed {0}" msgstr "Bilda kaŝmemoro viŝita, {0} liberita(j)" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Bildo konservita" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Bildoj ne povas esti konservitaj sen permeso por aliro al via bildbiblioteko." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Identoprunto aŭ malveraj asertoj pri identeco aŭ aneco" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Identoprunto, misinformado aŭ malveraj asertoj" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "En-apaj" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "En-apaj sciigoj" @@ -4497,27 +4603,22 @@ msgstr "En-apaj, Homoj kiujn vi sekvas" #: src/screens/Settings/NotificationSettings/index.tsx:282 msgid "In-app, Push" -msgstr "En-apaj, Puŝaj" +msgstr "En-apaj, Ŝprucaj" #: src/screens/Settings/NotificationSettings/index.tsx:265 msgid "In-app, Push, Everyone" -msgstr "En-apaj, Puŝaj, Ĉiuj" +msgstr "En-apaj, Ŝprucaj, Ĉiuj" #: src/screens/Settings/NotificationSettings/index.tsx:273 msgid "In-app, Push, People you follow" -msgstr "En-apaj, Puŝaj, Homoj kiujn vi sekvas" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Malkonvenaj mesaĝoj aŭ maldecaj ligiloj" +msgstr "En-apaj, Ŝprucaj, Homoj kiujn vi sekvas" #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Ricevujo malplenas!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Malĝusta uzantnomo aŭ pasvorto" @@ -4537,11 +4638,11 @@ msgstr "Entajpu novan pasvorton" msgid "Input password for account deletion" msgstr "Entajpu pasvorton por forigi vian konton" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Entajpu la kodon senditan al via retpoŝtadreso" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interago limigita" @@ -4557,12 +4658,12 @@ msgstr "Ni prezentas \"agadaj sciigoj\"" msgid "Introducing saved posts AKA bookmarks" msgstr "Ni prezentas \"konservitaj afiŝoj\" alinome \"legosignoj\"" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Nevalida 2FA-konfirmkodo." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Nevalida identigilo. Bonvolu uzi iun alian." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Nevalidaj agordoj pri interagado." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Nevalida temlinio de raporto" @@ -4626,8 +4727,8 @@ msgstr "Laboroj" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Aliĝi al Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Uzokondiĉoj de KWS" msgid "KWS website" msgstr "Retejo de KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Etikedita de {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Etikedita de la aŭtoro." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etikedoj" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etikedoj aldonitaj" @@ -4678,11 +4779,11 @@ msgstr "Etikedoj aldonitaj" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Etikedoj estas notoj pri uzantoj kaj enhavo. Ili povas esti uzataj por kaŝi, averti, kaj ordigi la reton laŭ kategorioj." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etikedoj sur via konto" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etikedoj sur via enhavo" @@ -4696,7 +4797,7 @@ msgstr "Lingvaj agordoj" msgid "Languages" msgstr "Lingvoj" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Pli granda" @@ -4736,12 +4837,12 @@ msgstr "Eksciu pli pri garantio pri aĝo" msgid "Learn more about Bluesky" msgstr "Eksciu pli pri Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Eksciu pli pri gastigado de via PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Eksciu pli pri kio estas publika ĉe Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Eksciu pli en viaj <0>kontaj agordoj0>." -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Eksciu pli." @@ -4787,10 +4888,10 @@ msgstr "Foriri" msgid "Leave chat" msgstr "Foriri el babilejo" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Foriri el konversacio" @@ -4822,9 +4923,9 @@ msgstr "Ni restarigu vian pasvorton!" msgid "Let's go!" msgstr "Ek!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Hela" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Hela" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Ŝati ({0, plural, one {# ŝato} other {# ŝatoj}})" @@ -4855,7 +4956,7 @@ msgstr "Ŝatu 10 afiŝojn por trejni la fluon Discover" msgid "Like notifications" msgstr "Sciigoj pri ŝatoj" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Ŝati ĉi tiun fluon" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Ŝatata de {0, plural, one {# uzanto} other {# uzantoj}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Ŝatoj de viaj reafiŝoj" msgid "Likes of your reposts notifications" msgstr "Sciigoj pri ŝatoj de viaj reafiŝoj" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Ŝatoj de ĉi tiu afiŝo" @@ -5021,12 +5122,12 @@ msgstr "Tujelsenda funkcio estas je beta-testado" msgid "Live link" msgstr "Tujelsenda ligilo" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Ŝargi pli" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Ŝargi pliajn proponitajn fluojn" @@ -5041,6 +5142,14 @@ msgstr "Ŝargi novajn sciigojn" msgid "Load new posts" msgstr "Ŝargi novajn afiŝojn" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Ŝargado..." @@ -5049,15 +5158,19 @@ msgstr "Ŝargado..." msgid "Log" msgstr "Protokolo" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Videbleco de elsalutintaj uzantoj" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Emblemo farita de @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Emblemo farita de <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Administri la silentigitajn vortojn k kradvortojn" msgid "Mark all as read" msgstr "Marki ĉiujn kiel legitaj" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marki kiel legita" @@ -5132,7 +5245,7 @@ msgstr "Eble poste" msgid "Media" msgstr "Aŭdvidaĵoj" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Aŭdvidaĵoj, kiuj povas esti maltrankviligaj aŭ nekonvenaj por kelkaj spektantoj." @@ -5140,14 +5253,10 @@ msgstr "Aŭdvidaĵoj, kiuj povas esti maltrankviligaj aŭ nekonvenaj por kelkaj msgid "Mention notifications" msgstr "Sciigoj pri mencioj" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "menciitaj uzantoj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Menciitaj uzantoj" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menuo" msgid "Message {0}" msgstr "Mesaĝo {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mesaĝo forigita" @@ -5172,7 +5281,7 @@ msgstr "Mesaĝo forigita" msgid "Message deleted" msgstr "Mesaĝo forigita" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Mesaĝo de @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Enigujo de la mesaĝo" msgid "Message is too long" msgstr "Mesaĝo tro longas" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Opcioj de mesaĝo" @@ -5197,24 +5306,22 @@ msgstr "Opcioj de mesaĝo" msgid "Messages" msgstr "Mesaĝoj" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Noktomezo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Sciigoj aliaj" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Trompa konto" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Trompa afiŝo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Kontroladaj iloj" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Pli da fluoj" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silentigi" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silentigi kradvorton {tag}" @@ -5332,8 +5439,8 @@ msgstr "Silentigi konton" msgid "Mute accounts" msgstr "Silentigi kontojn" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silentigi konversacion" @@ -5396,7 +5503,7 @@ msgstr "Silentigitaj kontoj" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Kiam vi silentigas konton, ties afiŝoj estos forigitaj el via fluo kaj sciigoj. Silentigoj estas tute privataj." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silentigita de \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Miaj fluoj" msgid "Name" msgstr "Nomo" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nomo aŭ priskribo kontraŭas komunumajn normojn" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Iri al startpako" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Iras al la sekva ekrano" @@ -5455,20 +5551,16 @@ msgstr "Iras al la sekva ekrano" msgid "Navigates to your profile" msgstr "Iras al via profilo" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Ĉu vi bezonas raporti kopirajtan malobservon?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Neniam perdu atingon al viaj sekvantoj aŭ datumoj." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Ne gravas, krei identigilon por mi" @@ -5476,17 +5568,17 @@ msgstr "Ne gravas, krei identigilon por mi" msgid "New" msgstr "Nova" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nova" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nova afiŝo} other {Novaj afiŝoj}} de {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Nova afiŝo} other {Novaj afiŝoj}} de {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nova afiŝo" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Novaj afiŝoj de {firstAuthorLink} kaj <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Novaj afiŝoj de {firstAuthorName} kaj {additionalAuthorsCount, plural, one {{formattedAuthorsCount} alia} other {{formattedAuthorsCount} aliaj}}" @@ -5574,8 +5666,8 @@ msgstr "Informa dialogujo pri nova uzanto" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "La plej novaj respondoj unue" @@ -5587,8 +5679,8 @@ msgstr "Novaĵoj" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Novaĵoj" msgid "Next" msgstr "Sekva" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Sekva" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Sekva bildo" @@ -5616,12 +5703,12 @@ msgstr "Sekva bildo" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Ankoraŭ ne estas apaj pasvortoj" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Ne estas DNS-panelo" @@ -5646,8 +5733,9 @@ msgstr "Sen bildo" msgid "No likes yet" msgstr "Ankoraŭ ne estas ŝatoj" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Vi ne plu sekvas {0}" @@ -5671,7 +5759,7 @@ msgstr "Ankoraŭ ne estas sciigoj!" msgid "No one" msgstr "Neniu" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Neniu krom la aŭtoro povas citi ĉi tiun afiŝon." @@ -5701,7 +5789,7 @@ msgstr "Sen rezulto" msgid "No results" msgstr "Sen rezultoj" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Sen rezultoj por \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Neniu rezulto trovita por \"{query}\"" msgid "No results found for {query}" msgstr "Neniu rezulto trovita por {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Sen rezultoj." @@ -5732,7 +5820,7 @@ msgstr "Neniu serĉrezulto trovita por \"{search}\"." msgid "No thanks" msgstr "Ne, dankon" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Neniu" @@ -5753,6 +5841,10 @@ msgstr "Ankoraŭ neniu reafiŝis ĉi tion. Eble vi estu la unua!" msgid "Nobody was found. Try searching for someone else." msgstr "Neniu estis trovita. Provu serĉi iun alian." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Ne-seksuma nudeco" @@ -5843,16 +5935,11 @@ msgstr "nun" msgid "Now" msgstr "Nun" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nudeco" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nudeco aŭ poradolta enhavo ne etikedita tiel" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "Bone" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Bone" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "La plej malnovaj respondoj unue" @@ -5916,7 +6003,7 @@ msgstr "Al unu aŭ pli da videaĵoj mankas alternativa teksto." msgid "Only .jpg and .png files are supported" msgstr "Nur dosieroj .jpg kaj .png estas subtenataj" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Nur {0} povas respondi." @@ -5941,7 +6028,7 @@ msgstr "Ups, io misfunkciis!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Malfermi la profilbildan kreilon" msgid "Open conversation options" msgstr "Malfermi la opciojn pri konversacio" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Malfermi flankmenuon" @@ -5973,8 +6060,8 @@ msgstr "Malfermi emoĝi-elektilon" msgid "Open feed info screen" msgstr "Malfermi la informekranon de la fluo" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Malfermi la opciomenuon de la fluo" @@ -6015,7 +6102,7 @@ msgstr "Malfermi profilon" msgid "Open share menu" msgstr "Malfermi konigadan menuon" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Malfermi menuon de startpako" @@ -6032,9 +6119,9 @@ msgstr "Malfermi sisteman protokolon" msgid "Opens a dialog to add a content warning to your post" msgstr "Malfermas dialogujon por aldoni averton pri enhavo al via afiŝo" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Malfermas dialogujon por elekti, kiu povas respondi al ĉi tiu fadeno" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Malfermas ligilon {0}" msgid "Opens live status dialog" msgstr "Malfermas tujelsendan statusan dialogujon" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Malfermas formularon por restarigi la pasvorton" @@ -6103,24 +6190,15 @@ msgstr "Malfermas formularon por restarigi la pasvorton" msgid "Opens post language settings" msgstr "Malfermi agordojn de afiŝaj lingvoj" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Malfermas ĉi tiun profilon" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Laŭvole donu aldonajn informojn suben:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opcioj:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Aŭ elektu el ĉi tiuj opcioj:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Aŭ daŭrigu uzante alian konton." @@ -6145,21 +6223,50 @@ msgstr "OTA stato: Eraris elŝutante ĝisdatigon" msgid "OTA status: None available" msgstr "OTA stato: Neniu disponebla" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Alia" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Alia konto" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Nia blogafiŝo" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Nia kontrolad-teamo ricevis vian raporton." @@ -6176,7 +6283,7 @@ msgstr "Paĝo netrovita" msgid "Page Not Found" msgstr "Paĝo netrovita" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Homoj sekvataj de @{0}" msgid "People following @{0}" msgstr "Homoj sekvantaj @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Homoj kiujn mi sekvas" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Dorlotbestoj" msgid "Photography" msgstr "Fotografio" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Bildoj destinitaj por adoltoj." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Alpingli fluon" @@ -6266,7 +6381,7 @@ msgstr "Alpingli fluon" msgid "Pin to home" msgstr "Alpingli al hejmo" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Alpingli al hejmo" @@ -6275,7 +6390,7 @@ msgstr "Alpingli al hejmo" msgid "Pin to your profile" msgstr "Alpingli al via profilo" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Alpinglita" @@ -6302,7 +6417,7 @@ msgstr "Ludi" msgid "Play {0}" msgstr "Ludi {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Ludi videaĵon" @@ -6327,7 +6442,7 @@ msgstr "Ludas la GIF-on" msgid "Plays the video" msgstr "Ludas la videaĵon" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Bonvolu aldoni ĉiujn avertajn etikedojn de la enhavo, kiuj aplikeblas al la aŭdvidaĵo, kiun vi afiŝas." @@ -6413,7 +6528,7 @@ msgstr "Bonvolu entajpi vian invitan kodon." msgid "Please enter your new email address." msgstr "Bonvolu entajpi vian novan retpoŝtadreson." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Bonvolu entajpi vian pasvorton" @@ -6421,11 +6536,11 @@ msgstr "Bonvolu entajpi vian pasvorton" msgid "Please enter your password as well:" msgstr "Bonvolu ankaŭ entajpi vian pasvorton:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Bonvolu entajpi vian uzantnomon" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Bonvolu klarigi kial vi kredas, ke ĉi tiu etikedo estis malĝuste surmetita de {0}" @@ -6446,11 +6561,11 @@ msgstr "Bonvolu donu ĉiujn aldonajn detalojn kiujn laŭ vi kontrolantoj bezonos msgid "Please select a language" msgstr "Bonvolu elekti lingvon" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Bonvolu elekti kontrol-servon" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Bonvolu elekti kaŭzon de ĉi tiu raporto" @@ -6473,7 +6588,7 @@ msgstr "Bonvolu tajpi vian mesaĝon sube:" msgid "Politics" msgstr "Politiko" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografio" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Afiŝo estis forigita" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Afiŝo kaŝita de silentigita vorto" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Afiŝo kaŝita de vi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Interagaj agordoj de afiŝo" @@ -6614,13 +6729,8 @@ msgstr "Antaŭa bildo" msgid "Primary Language" msgstr "Ĉefa lingvo" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioritatigi viajn sekvatojn" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privateco" @@ -6652,6 +6762,10 @@ msgstr "Agordoj de privateco kaj sekureco" msgid "Privacy Policy" msgstr "Regularo pri privateco" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Pritraktado de videaĵo..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profilo ĝisdatigita" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Publika" @@ -6712,19 +6834,19 @@ msgstr "Publikigi respondon" #: src/screens/Settings/NotificationSettings/index.tsx:286 msgid "Push" -msgstr "Puŝaj" +msgstr "Ŝprucaj" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Ŝprucosciigoj" #: src/screens/Settings/NotificationSettings/index.tsx:269 msgid "Push, Everyone" -msgstr "Puŝaj, Ĉiuj" +msgstr "Ŝprucaj, Ĉiuj" #: src/screens/Settings/NotificationSettings/index.tsx:277 msgid "Push, People you follow" -msgstr "Puŝaj, Homoj kiujn vi sekvas" +msgstr "Ŝprucaj, Homoj kiujn vi sekvas" #: src/components/StarterPack/QrCodeDialog.tsx:137 msgid "QR code copied to your clipboard!" @@ -6764,10 +6886,6 @@ msgstr "La citaĵo estis sukcese malligita" msgid "Quote posts disabled" msgstr "Citafiŝoj malebligitaj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Agordoj de citado" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Agordoj de citado" msgid "Quotes" msgstr "Citaĵoj" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citaĵoj de ĉi tiu afiŝo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Limo de operacioj transpasita – vi provis ŝanĝi vian identigilon tro multajn fojojn dum mallonga tempo. Bonvolu atendi minuton antaŭ provi denove." @@ -6805,11 +6923,11 @@ msgstr "Legi {0, plural, one {# respondon} other {# respondojn}} pli" msgid "Read blog post" msgstr "Legu blogafiŝon" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Legi malpli" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Legi pli" @@ -6849,17 +6967,13 @@ msgstr "Realaj homoj." msgid "Reason for appeal" msgstr "Kialo de apelacio" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Kialo:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Ricevi en-apajn sciigojn" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" -msgstr "Ricevi pujŝajn sciigojn" +msgstr "Ricevi ŝprucosciigojn" #: src/screens/Search/components/SearchHistory.tsx:49 msgid "Recent Searches" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Rekonekti" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Malakcepti" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Malakcepti babilpeton" @@ -6946,8 +7060,8 @@ msgstr "Forigi fluon" msgid "Remove feed?" msgstr "Ĉu forigi fluon?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Respondis al vi" msgid "Replies" msgstr "Respondoj" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Respondoj malebligitaj" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Respondoj por ĉi tiu afiŝo estis malebligitaj." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Respondi" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Respondi ({0, plural, one {# respondo} other {# respondoj}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Respondo kaŝita de la faden-aŭtoro" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Respondo kaŝita de vi" @@ -7120,11 +7234,7 @@ msgstr "Respondo kaŝita de vi" msgid "Reply notifications" msgstr "Sciigoj pri respondoj" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Agordoj pri respondado" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Agordoj pri respondado estas elektitaj de la aŭtoro de la fadeno" @@ -7141,7 +7251,7 @@ msgstr "Videbleco de respondoj ĝisdatiĝis" msgid "Reply was successfully hidden" msgstr "Respondo estis sukcese kaŝita" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Raporti" msgid "Report account" msgstr "Raporti konton" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Raporti konversacion" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Raporta dialogujo" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Raporti fluon" @@ -7176,7 +7285,7 @@ msgstr "Raporti fluon" msgid "Report list" msgstr "Raporti liston" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Raporti mesaĝon" @@ -7185,48 +7294,41 @@ msgstr "Raporti mesaĝon" msgid "Report post" msgstr "Raporti afiŝon" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Raporti startpakon" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Raporto sendita" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Raporti ĉi tiun enhavon" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Raporti ĉi tiun fluon" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Raporti ĉi tiun liston" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Raporti ĉi tiun mesaĝon" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Raporti ĉi tiun afiŝon" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Raporti ĉi tiun startpakon" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Raporti ĉi tiun uzanton" @@ -7250,7 +7352,7 @@ msgstr "Sciigoj pri reafiŝoj" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Reafiŝi aŭ citafiŝi" @@ -7277,7 +7379,7 @@ msgstr "Reafiŝita de vi" msgid "Reposts" msgstr "Reafiŝoj" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Reafiŝoj de ĉi tiu afiŝo" @@ -7291,8 +7393,8 @@ msgstr "Reafiŝoj de viaj reafiŝoj" msgid "Reposts of your reposts notifications" msgstr "Sciigoj pri reafiŝoj de viaj reafiŝoj" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Peti kodon" @@ -7348,7 +7450,7 @@ msgstr "Restarigi staton de la lernilo" msgid "Reset password" msgstr "Restarigi pasvorton" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Provoj ensaluti" @@ -7360,12 +7462,12 @@ msgstr "Reprovas la lastan agon, kiu eraris" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Reprovas la lastan agon, kiu eraris" msgid "Retry" msgstr "Reprovi" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Reprovi ŝargi raportajn opciojn" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Reveni al la antaŭa paĝo" @@ -7399,8 +7501,8 @@ msgstr "Revenas al hejmpaĝo" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Revenas al antaŭa paĝo" @@ -7412,8 +7514,8 @@ msgstr "Revenas al la antaŭa paŝo" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Revenas al la antaŭa paŝo" msgid "Save" msgstr "Konservi" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Konservi" @@ -7459,8 +7561,13 @@ msgstr "Konservi novan identigilon" msgid "Save QR code" msgstr "Konservi QR-kodon" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Konservi al miaj fluoj" @@ -7487,21 +7594,25 @@ msgstr "Konservita al viaj fluoj" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Diru saluton!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Scienco" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Rulumi maldekstren" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Rulumi dekstren" @@ -7513,7 +7624,7 @@ msgstr "Rulumi al la supro" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Serĉi" @@ -7553,11 +7664,11 @@ msgstr "Serĉi \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Serĉi pliajn kontojn" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Serĉi pliajn fluojn" @@ -7610,19 +7721,19 @@ msgstr "Serĉas profilojn" msgid "Security step required" msgstr "Sekureca etapo devigita" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Vidi afiŝojn pri {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Vidi afiŝojn pri {tag} de uzanto" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Vidi afiŝojn pri #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Vidi afiŝojn pri #{tag} de uzanto" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Serĉ-ŝovilo. Uzu la sagoklavojn por serĉi antaŭen kaj malantaŭen kaj spacoklavon por ludi/paŭzi" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Elekti kategorion \"{interestsDisplayName}\"" @@ -7665,11 +7776,15 @@ msgstr "Elekti {langName}" msgid "Select a color" msgstr "Elekti koloron" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Elektu konton" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Elektu lingvon de la apo" @@ -7701,6 +7816,14 @@ msgstr "Agordi daŭrecon" msgid "Select from an existing account" msgstr "Elektu el ekzistanta konto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Elektu GIF-on" @@ -7727,14 +7850,10 @@ msgstr "Elekti lingvon..." msgid "Select languages" msgstr "Elekti lingvojn" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Elektu kontrol-servon" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Elekti kontrolanton" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Elektu afiŝan lingvon" @@ -7752,10 +7871,6 @@ msgstr "Elektu subtekst-dosieron (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Elekti emoĝion {emojiName} kiel profilbildon" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Elektu kontrol-servo(j)n, al kiu vi volas raporti" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Elektu ĝis 3 lingvojn uzitajn en ĉi tiu afiŝo" @@ -7785,7 +7900,7 @@ msgstr "Elektu viajn interesojn el la opcioj sube" msgid "Select your preferred language for translations in your feed." msgstr "Elektu vian preferatan lingvon por tradukoj en via fluo." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Elektu viajn preferajn sciigajn kanalojn" @@ -7793,6 +7908,10 @@ msgstr "Elektu viajn preferajn sciigajn kanalojn" msgid "Selecting multiple media types is not supported." msgstr "Elektado de pluraj aŭdvidaĵaj specoj ne estas subtenata." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Sendu mojosan retejon!" @@ -7818,7 +7937,7 @@ msgstr "Sendi prikomentadon" msgid "Send message" msgstr "Sendi mesaĝon" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Sendi afiŝon al {name}" @@ -7826,18 +7945,7 @@ msgstr "Sendi afiŝon al {name}" msgid "Send post to..." msgstr "Sendi afiŝon al..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Sendi raporton" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Sendi raporton al {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Sendi raporton al {title}" @@ -7858,7 +7966,7 @@ msgstr "Sendi per rekta mesaĝo" msgid "Sends email with confirmation code for account deletion" msgstr "Sendas retmesaĝon kun konfirmkodo por forigi konton" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Servila adreso" @@ -7874,10 +7982,18 @@ msgstr "Agordi naskiĝdaton" msgid "Set new password" msgstr "Agordi novan pasvorton" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Agordu vian konton" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Agordas retpoŝtadreson por restarigi pasvorton" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Agordoj konservitaj" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Seksuma ago aŭ erotika nudeco." @@ -7953,7 +8069,7 @@ msgstr "Seksume sugesta" msgid "Share" msgstr "Konigi" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Konigi" @@ -7996,7 +8112,7 @@ msgstr "Konigi URI-on at:// de afiŝo" msgid "Share QR code" msgstr "Konigi QR-kodon" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Konigi ĉi tiun fluon" @@ -8012,8 +8128,8 @@ msgstr "Konigu ĉi tiun startpakon kaj helpu homojn aliĝi vian komunumon ĉe Bl #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Konigu vian plej ŝatatan fluon!" msgid "Shared Preferences Tester" msgstr "Testanto de komunaj preferoj" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Montri alternativan tekston" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Montri ĉiuokaze" @@ -8067,6 +8183,10 @@ msgstr "Montri malpli da similaj afiŝoj" msgid "Show list anyway" msgstr "Montri liston ĉiuokaze" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Montri pli" @@ -8080,7 +8200,7 @@ msgstr "Montri pli da similaj afiŝoj" msgid "Show more replies" msgstr "Montri pli da respondoj" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Montri respondojn de afiŝo per fadena arbovido" @@ -8098,10 +8218,6 @@ msgstr "Montri respondojn" msgid "Show replies as" msgstr "Montri respondojn" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Montri respondojn de miaj sekvatoj antaŭ ĉiuj aliaj respondoj" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Montri averton" msgid "Show warning and filter from feeds" msgstr "Montri averton kaj elfiltri el fluoj" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Montri informojn pri kiam ĉi tiu afiŝo estis kreita" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Montras la enhavon" @@ -8145,7 +8261,7 @@ msgstr "Montras la enhavon" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Montras la enhavon" msgid "Sign in" msgstr "Ensaluti" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Ensaluti kiel {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Ensaluti kiel..." @@ -8177,7 +8293,7 @@ msgstr "Ensalutu aŭ kreu konton" msgid "Sign in or create your account to join the conversation!" msgstr "Ensalutu aŭ kreu vian konton por aliĝi al la konversacio!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Ensaluti al nelistigitan konton" @@ -8243,7 +8359,7 @@ msgstr "Preterpasi enkondukon kaj komenci uzi vian konton" msgid "Skip to next step" msgstr "Preterpasi al sekva paŝo" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Malpli granda" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Kelkaj homoj povas respondi" @@ -8280,7 +8396,7 @@ msgstr "Iu reagis per {0}" msgid "Someone reacted {0} to {1}" msgstr "Iu reagis per {0} al {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Io ne estis tute ĝusta pri la datumoj, kiujn vi provas raporti. Bonvolu kontaki subtenejon." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Io misfunkciis" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Io misokazis, bonvolu reprovi" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Io misfunkciis!" msgid "Something went wrong. Please try again in a moment." msgstr "Io misfunkciis. Bonvolu reprovi post momento." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Io misfunkciis. Bonvolu reprovi." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Ĉu io misfunkciis? Sciigu nin." @@ -8327,34 +8442,30 @@ msgstr "Pordonu, ni ne eblis ŝargi kontajn proponojn nune." msgid "Sorry! Your session expired. Please sign in again." msgstr "Pardonu! Via seanco eksvalidiĝis. Bonvolu ensaluti denove." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordigi respondojn" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordigi respondojn laŭ" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordigi respondojn al la sama afiŝo laŭ:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Fonto: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Trudaĵo" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Trudaĵo; troaj mencioj aŭ respondoj" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Trudaĵo; troaj mencioj aŭ respondoj" msgid "Sports" msgstr "Sporto" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Komencu konversacion, kaj ĝi aperos ĉi tie." @@ -8403,11 +8514,11 @@ msgstr "Startpako de <0/>" msgid "Starter pack by you" msgstr "Startpako de vi" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Startpako nevalidas" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Startpakoj" @@ -8436,8 +8547,8 @@ msgstr "Historio de agoj" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Sendi apelacion" msgid "Submit Appeal" msgstr "Sendi apelacion" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Sendi raporton" @@ -8494,7 +8605,7 @@ msgstr "Sukceso!" msgid "Successfully verified" msgstr "Sukcese konfirmita" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Proponitaj kontoj" @@ -8506,17 +8617,17 @@ msgstr "Proponitaj kontoj" msgid "Suggested for you" msgstr "Proponitaj por vi" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Maldeca" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Sunleviĝo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Sunsubiro" @@ -8547,10 +8658,10 @@ msgstr "Ŝanĝi konton" msgid "Switch to {0}" msgstr "Ŝanĝi al {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "Tuŝetu por fermi kuntekstmenuon" msgid "Tap to dismiss" msgstr "Tuŝetu por ignori" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tasko farita - 10 kontoj sekvataj!" @@ -8620,8 +8735,8 @@ msgstr "Diru nin iom pri vi" msgid "Tell us a little more" msgstr "Diru nin pli" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Kondiĉoj" @@ -8637,26 +8752,11 @@ msgstr "Kondiĉoj" msgid "Terms of Service" msgstr "Uzokondiĉoj" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Uzitaj terminoj kontraŭas komunumajn normojn" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Teksto k kradvortoj" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Tekstokampo" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Kampo de teksta enigo" @@ -8665,10 +8765,6 @@ msgstr "Kampo de teksta enigo" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Dankon pro via prikomentado! Ĝi estis sendita al la operatoro de la fluo." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Dankon. Via raporto estis sendita." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Dankon, vi sukcese konfirmis vian retpoŝtadreson. Vi povas fermi ĉi ti msgid "Thanks! You're all set." msgstr "Dankon! Ĉio agordita." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Tio enhavas la jenan:" @@ -8699,11 +8795,11 @@ msgstr "Tiu uzantnomo jam estas uzata" msgid "That's all, folks!" msgstr "Jen ĉio, uloj!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Tio estas ĉio!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Post malbloki, la konto povos interagi kun vi." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "La apo estos restartita" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "La aŭtoro de ĉi tiu fadeno kaŝis tiun respondon." @@ -8750,11 +8846,11 @@ msgstr "Estas pli bone uzi la aplikaĵon. Elŝutu Bluesky nun kaj ni revenos tie msgid "The feed has been replaced with Discover." msgstr "La fluo estis anstataŭigita per Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "La jenaj etikedoj estis aplikitaj al via konto." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "La jenaj etikedoj estis aplikitaj al via enhavo." @@ -8788,7 +8884,7 @@ msgstr "La elektita videaĵo estas pli granda ol 100 MB. Bonvolu reprovi kun pl 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "La Uzkondiĉoj translokiĝis al" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Etosa" @@ -8827,7 +8923,7 @@ msgstr "Estis problemo konektante al Tenor." msgid "There was an issue contacting the server" msgstr "Estis problemo konektante servilon" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Estis problemo konektante servilon, bonvolu kontroli vian interretan kon 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Estis problemo ŝargante afiŝojn. Tuŝeti ĉi tie por reprovi." @@ -8845,7 +8941,7 @@ msgstr "Estis problemo ŝargante afiŝojn. Tuŝeti ĉi tie por reprovi." msgid "There was an issue fetching the list. Tap here to try again." msgstr "Estis problemo ŝargante la liston. Tuŝetu ĉi tie por reprovi." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Estis problemo ŝargante viajn apajn pasvortojn" @@ -8862,11 +8958,6 @@ msgstr "Problemo okazis dum ŝarĝi infomojn de via servo" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Estis problemo forigante ĉi tiun fluon. Bonvolu kontroli vian interretan konekton kaj reprovu." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Estis problemo sendante vian raporton. Bonvolu kontroli vian interretan konekton." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Estis problemo ĝisdatigante viajn fluojn, bonvolu kontroli vian interre #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Estis problemo ĝisdatigante viajn fluojn, bonvolu kontroli vian interre msgid "There was an issue! {0}" msgstr "Estis problemo! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Okazis neatendita problemo en la aplikaĵo. Bonvolu sciigi nin se tio ok 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Ĉi tiuj agordoj nur aplikas al la Following-fluo." @@ -8941,7 +9036,7 @@ msgstr "Ĉi tiu konto estas blokita de unu aŭ pli de viaj kontroladaj listoj. P msgid "This action can be undone at any time." msgstr "Tiu ago povas esti malfarota iam ajn." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Ĉi tiu apelacio estos sendota al <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Ĉi tiu enhavo estas gastigata de {0}. Ĉu vi volas ebligi eksterajn aŭdvidaĵojn?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Ĉi tiu enhavo ne disponeblas pro ke unu el la koncernataj uzantoj blokis la alian." @@ -9006,7 +9101,7 @@ msgstr "Ĉi tiu funkcio ne disponeblas dum uzado de apa pasvorto. Bonvolu ensalu msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ĉi tiu fluo nune havas grandan datumtrafikon kaj dumtempe nedisponeblas. Bonvolu provi denove poste." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Ĉi tiu fluo malplenas! Eble vi devas sekvi pli da uzantoj aŭ ŝanĝi viajn lingvajn agordojn." @@ -9020,7 +9115,7 @@ msgstr "Ĉi tiu fluo malplenas." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Ĉi tiu fluo ne plu estas enreta. Anstataŭe ni montras <0>Discover0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Tiu identigilo estas rezervita. Bonvolu provi alian." @@ -9037,7 +9132,7 @@ msgstr "Ĉi tio ne estas valida ligilo" msgid "This label was applied by the author." msgstr "Ĉi tiu etiketo estis aplikita de la aŭtoro." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Ĉi tiu etikedo estis aplikita de vi." @@ -9065,11 +9160,11 @@ msgstr "Ĉi tiu listo malplenas." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Ĉi tiu kontrolservo neatingeblas. Vidu pli da detaloj sube. Se ĉi tiu problemo daŭras, kontaktu nin." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Ĉi tiu afiŝo asertas, ke ĝi estis kreita je <0>{0}0>, sed ĝi estis unue vidita ĉe Bluesky je <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Ĉi tiu respondo estos ordigota en kaŝitan sekcion ĉe la subo de via f 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Ĉi tio kreu domajnan rikordon ĉe:" @@ -9113,7 +9208,7 @@ msgstr "Tio daŭru nur kelkajn minutojn." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Ĉi tiu uzanto ne havas montratan nomon, kaj tial ne povas esti konfirmita." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Ĉi tiu uzanto havas neniun sekvanton." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Ĉi tiu uzanto blokis vin" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Ĉi tiu uzanto blokis vin. Vi ne povas vidi ties enhavon." @@ -9142,7 +9237,7 @@ msgstr "Ĉi tiu uzanto estas inkluzivita en la listo <0>{0}0>, kiun vi silenti msgid "This user is new here. Press for more info about when they joined." msgstr "Ĉi tiu uzanto novas ĉi tie. Premu por pliaj informoj pri kiam ties aliĝis." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Ĉi tiu uzanto sekvas neniun." @@ -9168,7 +9263,7 @@ msgstr "Fadenaj agordoj" msgid "Thread preferences" msgstr "Fadenaj preferoj" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Fadenaj preferoj" @@ -9181,6 +9276,10 @@ msgstr "Fadene" msgid "Threads Preferences" msgstr "Agordoj pri fadenoj" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Tempo restanta: {0, plural, one {# sekundo} other {# sekundoj}}" @@ -9198,10 +9297,6 @@ msgstr "Por malŝalti vian retpoŝtan 2FA-metodon, bonvolu konfirmi vian atingon msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Por raporti konversacion, bonvolu raporti unu el ĝiaj mesaĝoj per la konversacia ekrano. Ĉi tio ebligas al niaj kontrolantoj kompreni la kuntekston de via problemo." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Al kiu vi volus sendi ĉi tiun raporton?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hodiaŭ" @@ -9222,8 +9317,8 @@ msgstr "Plej popularaj" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "La plej popularaj respondoj unue" @@ -9231,17 +9326,17 @@ msgstr "La plej popularaj respondoj unue" msgid "Topic" msgstr "Temo" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traduki" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Arbovido" @@ -9253,6 +9348,10 @@ msgstr "Popularaj" msgid "Trending Videos" msgstr "Popularaj videaĵoj" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "Fido aperas per interrilatoj, komunumoj kaj komunaj kuntekstoj, do ni ankaŭ estigis <0>fidataj konfirmantoj0>: organizoj kiuj povas rekte fari konfirmadon." @@ -9274,7 +9373,7 @@ msgstr "Du-faza aŭtentikigo (2FA)" msgid "Type your message here" msgstr "Tajpu vian mesaĝon ĉi tie" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipo:" @@ -9294,13 +9393,13 @@ msgstr "Ne eblis konekti al via servo. Bonvolu kontroli vian retkonekton kaj rep #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Ne eblas forigi" @@ -9324,27 +9423,27 @@ msgstr "Nedisponeblaj informoj pri fluo" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Malbloki" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Malbloki" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Malbloki konton" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Ĉu malbloki konton?" @@ -9369,12 +9468,7 @@ msgstr "Malfari reafiŝon" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Malfari reafiŝon ({0, plural, one {# reafiŝo} other {# reafiŝoj}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Ne sekvi" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Ne sekvi {0}" @@ -9383,7 +9477,7 @@ msgstr "Ne sekvi {0}" msgid "Unfollow account" msgstr "Ne sekvi konton" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Ĉesas sekvi la uzanton" @@ -9391,7 +9485,7 @@ msgstr "Ĉesas sekvi la uzanton" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Bedaŭrinde, Bluesky estas nuntempe nedisponebla en Misisipio." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Bedaŭrinde, neniu el viaj abonitaj etikediloj subtenas ĉi tiun tipon d msgid "Unknown verifier" msgstr "Nekonata konfirmanto" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ne plu ŝati ({0, plural, one {# ŝato} other {# ŝatoj}})" @@ -9419,8 +9521,8 @@ msgstr "Malsilentigi" msgid "Unmute" msgstr "Malsilentigi" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Malsilentigi {tag}" @@ -9431,7 +9533,7 @@ msgstr "Malsilentigi {tag}" msgid "Unmute account" msgstr "Malsilentigi konton" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Malsilentigi konversacion" @@ -9454,8 +9556,8 @@ msgstr "Malsilentigi videaĵon" msgid "Unpin" msgstr "Depingli" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Depingli fluon" @@ -9464,8 +9566,8 @@ msgstr "Depingli fluon" msgid "Unpin Feed" msgstr "Depingli fluon" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Depingli de la hejmpaĝo" @@ -9517,13 +9619,6 @@ msgstr "Malabonita de listo" msgid "Unsupported video type: {mimeType}" msgstr "Nesubtenata videaĵa tipo: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Nedezirata seksuma enhavo" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Ĝisdatigi <0>{displayName}0> en listoj" msgid "Update email" msgstr "Ĝisdatigi retpoŝtadreson" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Ŝanĝi al {domain}" @@ -9567,7 +9662,7 @@ msgstr "Ĝisdatigado..." msgid "Upload a photo instead" msgstr "Alŝuti foton anstataŭe" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Alŝuti tekstodosieron al:" @@ -9603,11 +9698,11 @@ msgstr "Alŝutado de ligila miniaturo..." msgid "Uploading video..." msgstr "Alŝutado de videaĵo..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Uzi apan pasvorton por ensaluti al aliaj Bluesky-klientoj ne donante plenan aliron al via konto aŭ pasvorto." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Uzi defaŭltan provizanton" @@ -9638,17 +9733,17 @@ msgstr "Uzi ĉi tion por registriĝi en la alia aplikaĵo per via identigilo." msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Uzu retpoŝtadreson de via konto aŭ alian realan retpoŝtadreson kiun vi posedas, por ke KWS aŭ Bluesky kontakteblos vin se necese." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Uzanto blokita" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Uzanto blokita" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Uzanto blokita de \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Uzanto blokita de listo" msgid "User Blocked by List" msgstr "Uzanto blokita de listo" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Uzanto blokas vin" @@ -9698,15 +9793,15 @@ msgstr "Uzantnomo ne povas komenci aŭ fini per dividstreko" 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:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Uzantnomo aŭ retpoŝtadreso" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "uzantoj sekvataj de <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "uzantoj sekvantaj <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "uzantoj sekvantaj <0>@{0}0>" msgid "Users I follow" msgstr "Uzantoj, kiujn mi sekvas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Uzantoj en \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Uzantoj, kiujn vi sekvas" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valoro:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Konfirmi kodon" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Kontrolu DNS-rikordon" @@ -9786,8 +9873,8 @@ msgstr "Dialogujo pri retpoŝtadresa konfirmo" msgid "Verify now" msgstr "Konfirmi nun" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Kontroli tekstodosieron" @@ -9841,15 +9928,15 @@ msgstr "Videaĵo de {0}: {text}" msgid "Video Games" msgstr "Videoludoj" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Videaĵo estas paŭzigita" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Videaĵo estas ludata" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Videaĵo netrovita." @@ -9882,11 +9969,11 @@ msgstr "Vidi" msgid "View {0}'s avatar" msgstr "Vidi la profilbildon de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Vidi la profilon de {0}" @@ -9906,16 +9993,11 @@ msgstr "Vidi blogafiŝon por pli da detaloj" msgid "View debug entry" msgstr "Vidi protokolan eron" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Vidi detalojn" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Vidi detalojn por raporti kopirajtan malobservon" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Vidi tutan fadenon" @@ -9960,7 +10042,7 @@ msgstr "Vidi la etikedadan servon provizitan de @{0}" msgid "View this user's verifications" msgstr "Vidi konfirmojn de ĉi tiu uzanto" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Vidi uzantojn, kiuj ŝatis ĉi tiun fluon" @@ -9993,8 +10075,8 @@ msgstr "Vidi viajn silentigitajn kontojn" msgid "View your verifications" msgstr "Vidi viajn konfirmojn" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Montras la tutan bildon" @@ -10002,6 +10084,14 @@ msgstr "Montras la tutan bildon" msgid "Views video in immersive mode" msgstr "Montras videaĵon plenekrane" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Kiam vi tuŝetos markon, vi vidos kiuj organizoj donis konfirmon." msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Kiujn lingvojn vi ŝatus vidi en viaj algoritmaj fadenoj?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Kiu povas interagi kun ĉi tiu afiŝo?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Kiu povas respondi" @@ -10249,40 +10340,38 @@ msgstr "Ups! Malsukcesis ŝargi popularajn videaĵojn." msgid "Why are you appealing?" msgstr "Kial vi apelacias?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Kial ĉi tiu enhavo estu reviziita?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Kial ĉi tiu fadeno estu reviziita?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Kial ĉi tiu listo estu reviziita?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Kial ĉi tiu mesaĝo estu reviziita?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Kial ĉi tiu afiŝo estu reviziita?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Kial ĉi tiu startpako estu reviziita?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Kial ĉi tiu uzanto estu reviziita?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Jes" msgid "Yes, deactivate" msgstr "Jes, malaktivigi" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Jes, forigu ĉi tiun startpakon" @@ -10373,7 +10462,7 @@ msgstr "Vi ne havas permeson elsendflui" msgid "You are not allowed to upload videos." msgstr "Vi ne rajtas alŝuti videaĵojn." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Vi sekvas neniun." @@ -10445,17 +10534,13 @@ msgstr "Vi povas reaktivigi vian konton por daŭrigi ensaluton. Via profilo kaj msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Vi povas elekti ĝis {MAX_IMAGES, plural, other {# bildojn}} entute." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Vi povas agordi defaŭltajn interagajn agordojn en <0>Agordoj → Kontrolado → Interagaj agordoj0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Vi povas ĝisdatigi ĉi tion poste en viaj agordoj." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Vi ne havas sekvantojn." @@ -10467,6 +10552,10 @@ msgstr "Vi sekvas neniun uzanton kiu sekvas @{name}." msgid "You don't have any chat requests at the moment." msgstr "Vi ne havas babilpetojn ĉi-momente." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Vi havas neniujn alpinglitajn fadenojn." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Vi blokis ĉi tiun uzanton" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Vi blokis ĉi tiun uzanton. Vi ne povas vidi ties enhavon." @@ -10495,7 +10584,7 @@ msgstr "Vi tute malŝaltis sciigojn pri respondoj, citaĵoj kaj mencioj, do ĉi msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Vi entajpis nevalidan kodon. Ĝi aspektu tiel: XXXXX-XXXXX." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Vi kaŝis ĉi tiun afiŝon" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Vi kaŝis ĉi tiun afiŝon." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Vi silentigis ĉi tiun konton." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Vi silentigis ĉi tiun uzanton" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Vi ankoraŭ silentigis neniujn vortojn aŭ kradvortojn" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Vi kaŝis ĉi tiun respondon." @@ -10574,11 +10663,11 @@ msgstr "Vi aliĝis al Bluesky antaŭ {timeAgoString}" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Vi aliĝis al Bluesky uzante startpakon antaŭ {timeAgoString}" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Vi rajtas apelacii pri etikedoj surmetite de aliuloj, se vi kredas ke ili estis erare surmetitaj." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Vi povas apelacii pri ĉi tiuj etikedoj, se vi kredas ke ili estis surmetitaj erare." @@ -10614,10 +10703,6 @@ msgstr "Vi devas finigi vian garantion pri aĝo por aliri ĉi tiun ekranon." msgid "You must grant access to your photo library to save a QR code" msgstr "Vi devas permesi aliron al via bildbiblioteko por konservi QR-kodon" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Vi devas elekti almenaŭ unu etikedilon por raporti" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Vi pretas iri!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Vi estas ensalutinta per apa pasvorto. Bonvolu ensaluti per via ĉefa pasvorto por daŭrigi malaktivigi vian konton." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Vi jam apelaciis pri ĉi tiu etikedo kaj ĝi estas revizata de nia kontrolad-teamo." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Vi elektis kaŝi vorton aŭ kradvorton en ĉi tiu afiŝo." @@ -10750,7 +10839,7 @@ msgstr "Vi atingis vian tagan limon por videaĵ-alŝutoj (tro da bajtoj)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Via apelacio estas sendita. Se via apelacio sukcesos, vi ricevos retmesa msgid "Your birth date" msgstr "Via naskiĝdato" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Via retumilo ne subtenas la videaĵ-formon. Bonvolu provi uzante alian retumilon." @@ -10798,7 +10887,7 @@ msgstr "Viaj babilejoj estis malŝaltitaj" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Via elekto estos memorota por estontecaj ligiloj. Vi povas ŝanĝi ĝin iam ajn en agordoj." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Via nuna identigilo, <0>{0}0>, estos aŭtomate rezervita por vi. Vi povos denove ekuzi ĝin iam ajn de ĉi tiu konto." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Viaj sekvantoj" @@ -10905,14 +10994,10 @@ msgstr "Via profilo, afiŝoj, fluoj kaj listoj ne plu videblos por aliaj uzantoj msgid "Your reply was sent" msgstr "Via respondo estis sendita" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Via raporto estos sendota al <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Via raporto estos sendota al la kontrolservo de Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/es/messages.po b/src/locale/locales/es/messages.po index 78e2c4ed41..51f4c14331 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {seguidor} other {seguidores}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {siguiendo} other {siguiendo}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {me gusta} other {me gusta}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {me gusta} other {me gusta}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {publicación} other {publicaciones}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {cita} other {citas}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {republicación} other {republicaciones}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {}other {{1} publicaciones}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, one {}other {# personas han}} usado este paquete de inicio." @@ -133,6 +133,10 @@ msgstr "{0, plural, one {}other {# personas han}} usado este paquete de inicio." msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> te siguieron" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "A {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> les gusta tu feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "A {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> les gusta tu publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "A {firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> les gusta tu republicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> eliminaron sus verificaciones de tu cuenta" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> han republicado tu publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> han republicado tu republicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> se han inscrito a tu paquete de inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} y <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}}0> te han verificado" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} te siguió" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} también te siguió" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "A {firstAuthorLink} le gusta tu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "A {firstAuthorLink} le gusta tu publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "A {firstAuthorLink} le gusta tu republicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} eliminó su verificación de tu cuenta" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} republicó tu publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} republicó tu republicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} se inscribió con tu paquete de inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} te verificó" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} te siguieron" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} les gustó tu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} les gustó tu publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "A {firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} les gustó tu republicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} eliminaron sus verificaciones de tu cuenta" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} republicaron tu publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} republicaron tu republicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} se han inscrito con tu paquete de inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} y {additionalAuthorsCount, plural, one {{formattedAuthorsCount} más} other {{formattedAuthorsCount} más}} te verificaron" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} te siguió" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} también te siguió" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "A {firstAuthorName} le gusta tu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "A {firstAuthorName} le gusta tu publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "A {firstAuthorName} le gusta tu republicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} eliminó su verificación de tu cuenta" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} republicó tu publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} republicó tu republicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} se inscribió con tu paquete de inicio" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} te verificó" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} siguiendo" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> y<1> 1><2>{1} 2>forman parte de tu paquete de inicio" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> forma parte de tu paquete de inicio" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> miembros" @@ -515,7 +519,7 @@ msgstr "⚠Nombre de usuario inválido" msgid "24 hours" msgstr "24 horas" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmación de autenticación de doble factor" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Acerca de" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Aceptar" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Aceptar la solicitud de chat" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Ajustes de accesibilidad" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Cuenta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Cuenta silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Cuenta silenciada" @@ -627,11 +635,15 @@ msgstr "Cuenta silenciada por una lista" msgid "Account options" msgstr "Opciones de la cuenta" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Cuenta eliminada del acceso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Agregar {0} más para continuar" msgid "Add {displayName} to starter pack" msgstr "Añadir {displayName} al paquete de inicio" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Añadir una advertencia de contenido" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Añadir contraseña de app" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Añadir contraseña de app" @@ -745,8 +757,8 @@ msgstr "Añadir reacción con emoji" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Añadir más detalles (opcional)" @@ -783,7 +795,7 @@ msgstr "¡Añade algunos feeds a tu paquete de inicio!" msgid "Add the default feed of only people you follow" msgstr "Añade el feed predeterminado de solo personas que sigues" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Añade el siguiente registro DNS a tu dominio:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "Detalles adicionales (máximo 1000 caracteres)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Detalles adicionales (máximo 300 caracteres)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Solo para adultos" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Contenido para adultos" @@ -846,11 +862,15 @@ msgstr "El contenido para adultos solo se puede activar a través de la web en < msgid "Adult content is disabled." msgstr "El contenido para adultos está desactivado." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etiquetas de contenido para adultos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avanzado" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permitir nuevos mensajes de" 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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Permitir citas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permitir respuestas de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permite acceso a los mensajes directos" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "¿Ya tienes un código?" @@ -1003,14 +1039,18 @@ msgstr "Error al recuperar el feed." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Se produjo un error al generar tu paquete de inicio. ¿Quieres intentarlo de nuevo?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Error al guardar el código QR." @@ -1035,8 +1075,7 @@ msgstr "" 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Un problema no presente en estas opciones" @@ -1050,10 +1089,10 @@ msgstr "Se produjo un problema mientras intentaba abrir el chat" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Ocurrió un problema. Inténtalo de nuevo." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un etiquetador desconocido" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "y" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "La verificación llega a Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportamiento antisocial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Cualquiera puede interactuar" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Idioma de la aplicación" msgid "App Password" msgstr "Contraseña de app" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Contraseña de app eliminada" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Contraseñas de app" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Contraseñas de app" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Apelar" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Apelar la etiqueta de \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Apelar esta decisión" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Aplicar feeds recomendados predeterminados" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archivado desde {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Publicación archivada" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "¿Seguro que quieres eliminar la contraseña de app \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "¿Quieres eliminar este mensaje? Se eliminará para ti, pero no para la otra persona." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "¿Quieres eliminar este paquete de inicio?" @@ -1252,7 +1298,7 @@ msgstr "¿Estás escribiendo en <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Arte" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Desnudez artística o no erótica." @@ -1269,7 +1315,7 @@ msgstr "Asignar un tema para el algoritmo" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Reproducir videos y GIFs automáticamente" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Atrás" msgid "Back to Chats" msgstr "Volver a los chats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Para publicar o responder, debes verificar tu correo electrónico." msgid "Before creating a starter pack, you must first verify your email." msgstr "Antes de crear un paquete de inicio, debes verificar tu correo electrónico." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Para aceptar esta solicitud de chat, debes verificar tu correo electrónico." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Cumpleaños" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bloquear" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "¿Bloquear cuenta?" msgid "Block accounts" msgstr "Bloquear cuentas" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bloquear y eliminar" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bloquear o eliminar esta conversación" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Bloquear lista" @@ -1402,15 +1452,19 @@ msgstr "Bloquear o denunciar" msgid "Block these accounts?" msgstr "¿Bloquear estas cuentas?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bloquear usuario" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bloquear usuario" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bloqueado" @@ -1449,25 +1503,25 @@ msgstr "Si bloqueas a un etiquetador aún podrán seguir aplicando etiquetas a t msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky no puede confirmar la autenticidad de la fecha declarada." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Clásico™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 es una red abierta donde puedes elegir tu proveedor de alojamiento. Si eres un desarrollador, puedes alojar tu propio servidor." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky es una red abierta en la que puedes elegir el proveedor que quieras. Si estás empezando, te recomendamos la opción por defecto, Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Desenfocar imágenes y filtrar desde los feeds" msgid "Books" msgstr "Libros" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Explorar más cuentas en la página Explorar" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Negocios" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Por {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Por <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Cámara" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Cancelar la reactivación y cerrar la sesión" msgid "Cancel search" msgstr "Cancelar búsqueda" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "No se puede interactuar con un usuario bloqueado" @@ -1697,12 +1756,12 @@ msgstr "Cambiar el idioma de la aplicación" msgid "Change Handle" msgstr "Cambiar nombre de usuario" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Cambiar el servicio de moderación" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Cambiar la razón de la denuncia" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Chat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chat eliminado" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chat silenciado" @@ -1769,7 +1832,7 @@ msgstr "Bandeja de solicitudes de chat" msgid "Chat requests" msgstr "Solicitudes de chat" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Ajustes de chat" msgid "Chat Settings" msgstr "Configuración de chat" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chat no silenciado" @@ -1797,7 +1860,7 @@ msgstr "Chats" msgid "Check my status" msgstr "Verifique mi estado" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Te hemos enviado un código de inicio de sesión a tu correo. Introdúcelo aquí." @@ -1805,6 +1868,14 @@ msgstr "Te hemos enviado un código de inicio de sesión a tu correo. Introdúce msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Te enviamos un código de verificación a tu correo. Introdúcelo aquí:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Elige el método de verificación del dominio" @@ -1833,7 +1904,7 @@ msgstr "Tú eliges los algoritmos que usar en tus feed." msgid "Choose this color as your avatar" msgstr "Elige este color como tu avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Selecciona tu proveedor de cuenta" @@ -1882,14 +1953,6 @@ msgstr "Haz clic aquí para reiniciar el proceso de verificación." msgid "Click here to update your email" msgstr "Haz clic aquí para actualizar tu correo electrónico" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Clic para deshabilitar las citas para esta publicación." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Clic para habilitar las citas para esta publicación." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Haz clic para abrir el menú de etiquetas de {tag}" @@ -1919,9 +1982,11 @@ msgstr "Tacatá 🐴 tacatá 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Tacatá 🐴 tacatá 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Cerrar" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Cerrar diálogo activo" @@ -2018,16 +2083,16 @@ msgstr "Cierra el selector de emojis" msgid "Closes viewer for header image" msgstr "Cierra el espectador para la imagen del encabezado" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Colapsa la lista de usuarios" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Colapsa la lista de usuarios para una notificación en particular" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Modo de color" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Código de confirmación" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Conectando..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Idiomas del contenido" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Contenido no disponible" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Advertencia de Contenido" @@ -2212,7 +2281,7 @@ msgstr "Fondo del menú contextual, haga clic para cerrar el menú." msgid "Continue" msgstr "Continuar" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continuar como {0} (actualmente ha iniciado sesión)" @@ -2236,8 +2305,8 @@ msgstr "Continuar al siguiente paso" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversación eliminada" @@ -2254,7 +2323,7 @@ msgstr "Cocinando" msgid "Copied build version to clipboard" msgstr "Versión de compilación copiada al portapapeles" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Versión de compilación copiada al portapapeles" msgid "Copied to clipboard" msgstr "Copiado al portapapeles" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "¡Copiado!" @@ -2290,23 +2359,23 @@ msgstr "Copiar URI at://" msgid "Copy author DID" msgstr "Copiar el DID del autor" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copiar código" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copiar DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copiar host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copiar link" @@ -2331,12 +2400,12 @@ msgstr "Copiar el enlace a la publicación" msgid "Copy link to profile" msgstr "Copiar el enlace al perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copiar el enlace al paquete de inicio" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copiar el texto del mensaje" @@ -2354,7 +2423,7 @@ msgstr "Copiar el texto del post" msgid "Copy QR code" msgstr "Copiar código QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copiar valor del registro TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "No se pudo salir de este chat" @@ -2392,7 +2461,7 @@ msgstr "No se pudo cargar este feed" msgid "Could not load list" msgstr "No se pudo cargar esta lista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "No se pudo silenciar el chat" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Crear una cuenta nueva" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Crea un reporte de {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Creada {0}" @@ -2503,8 +2573,8 @@ msgstr "Se ha bloqueado al creador" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalizado" @@ -2512,18 +2582,22 @@ msgstr "Personalizado" msgid "Customization options" msgstr "Opciones de personalización" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personaliza quién puede interactuar con esta publicación." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personaliza tu experiencia en Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Oscuro" @@ -2536,7 +2610,7 @@ msgstr "Oscuro" msgid "Dark mode" msgstr "Modo oscuro" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tema oscuro" @@ -2558,7 +2632,11 @@ msgstr "Moderación de depuración" msgid "Debug panel" msgstr "Panel de depuración" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Por Defecto" @@ -2566,14 +2644,14 @@ msgstr "Por Defecto" msgid "Default icons" msgstr "Iconos por defecto" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Borrar" @@ -2586,16 +2664,16 @@ msgstr "Eliminar la cuenta" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Eliminar la cuenta <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Borrar la contraseña de app" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "¿Borrar la contraseña de app?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Eliminar el chat" @@ -2603,18 +2681,18 @@ msgstr "Eliminar el chat" msgid "Delete chat declaration record" msgstr "Borrar registro de declaración de chat" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Eliminar la conversación" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Eliminar la conversación" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Borrar para mi" @@ -2623,11 +2701,11 @@ msgstr "Borrar para mi" msgid "Delete list" msgstr "Borrar la lista" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Borrar mensaje" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Borrar mensaje para mi" @@ -2641,12 +2719,12 @@ msgstr "Eliminar mi cuenta" msgid "Delete post" msgstr "Borrar la publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Borrar paquete de inicio" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "¿Borrar paquete de inicio?" @@ -2709,11 +2787,11 @@ msgstr "Modo de desarrollador activado" msgid "Developer options" msgstr "Opciones para desarrolladores" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Ajustar quién puede interactuar con esta publicación" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tenue" @@ -2735,6 +2813,14 @@ msgstr "Desactivar la autenticación de doble factor por correo electrónico" msgid "Disable haptic feedback" msgstr "Desactivar la retroalimentación háptica" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Desactivar subtítulos" @@ -2778,7 +2864,7 @@ msgstr "Evitar que las aplicaciones muestren mi cuenta a los usuarios desconecta msgid "Discover new custom feeds" msgstr "Descubre nuevos feeds personalizados" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Descubrir nuevos feeds" @@ -2817,8 +2903,8 @@ msgstr "Nombre para mostrar" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Con panel de DNS" @@ -2830,7 +2916,7 @@ msgstr "No aplicar esta palabra silenciada a los usuarios que sigues" msgid "Does not include nudity." msgstr "No incluye desnudez." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "¡Dominio verificado!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Toca dos veces o presiona durante un instante el mensaje para añadir un msgid "Double tap to close the dialog" msgstr "Doble toque para cerrar el diálogo" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Pulsa dos veces para indicar que te gusta" @@ -2903,6 +2990,10 @@ msgstr "Descargar Bluesky" msgid "Download CAR file" msgstr "Descargar archivo CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Arrastra para agregar imágenes" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Editar las personas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Editar ajustes de interacción de la publicación" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Editar el perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Editar el perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Editar paquete de inicio" @@ -3034,7 +3129,7 @@ msgstr "Editar paquete de inicio" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Editar quién puede responder" @@ -3085,7 +3180,7 @@ msgstr "Verificación de correo electrónico completada" msgid "Email Verified" msgstr "Correo electrónico verificado" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Insertar código HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Reproductor de video incrustado" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Activar los subtítulos" @@ -3200,7 +3299,7 @@ msgstr "Ingresa el dominio que quieres utilizar" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Ingresa el correo electrónico que utilizaste para crear tu cuenta. Te enviaremos un \"código de restablecimiento\" para que puedas establecer una nueva contraseña." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Introduce el nombre de usuario o dirección de correo electrónico que usaste para crear tu cuenta" @@ -3213,7 +3312,7 @@ msgstr "Ingresa tu fecha de nacimiento" msgid "Enter your email address" msgstr "Ingresa tu dirección de correo electrónico" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Ingresa tu contraseña" @@ -3258,22 +3357,18 @@ msgstr "Error al recibir la respuesta del captcha." msgid "Error: {error}" msgstr "Error: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Todos" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Todos pueden responder" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Todos pueden responder a esta publicación." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Todos" @@ -3282,16 +3377,6 @@ msgstr "Todos" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Menciones o respuestas excesivas" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Mensajes excesivos o no deseados" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Excluir a los usuarios que sigues" @@ -3316,7 +3401,7 @@ msgstr "Salir de la vista de imagen" msgid "Expand alt text" msgstr "Expandir el texto alternativo" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Expandir lista de usuarios" @@ -3328,7 +3413,7 @@ msgstr "Expandir o colapsar la publicación completa a la que estás respondiend msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Amplía o reduce el texto de la publicación" @@ -3348,7 +3433,7 @@ msgstr "Expirado" msgid "Expires {0}" msgstr "Expira {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Caduca dentro de {0}" @@ -3407,13 +3492,17 @@ msgstr "Es posible que medios externos permitan que otros sitios recopilen datos msgid "External Media Preferences" msgstr "Preferencias sobre Medios Externos" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Error al aceptar el chat" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Error al añadir una reacción de emoji" @@ -3421,7 +3510,7 @@ msgstr "Error al añadir una reacción de emoji" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Error al cambiar nombre de usuario. Por favor vuelve a intentarlo." @@ -3438,13 +3527,13 @@ msgstr "Error al crear la conversación" msgid "Failed to create starter pack" msgstr "Error al crear el paquete de inicio" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Error al eliminar el chat" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Error al eliminar el mensaje" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Error al eliminar el paquete de inicio" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "Error al cargar las conversaciones" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Error al cargar las preferencias de feeds" @@ -3498,14 +3587,14 @@ msgstr "Error al cargar los mensajes anteriores" msgid "Failed to load preference." msgstr "Error al cargar las preferencias." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Error al cargar los feeds sugeridos" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Error al cargar las sugerencias de seguimiento" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Error al fijar la publicación" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Error al eliminar una reacción de emoji" @@ -3535,7 +3624,8 @@ msgstr "Error al eliminar la verificación" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Error al guardar la imagen: {0}" @@ -3557,7 +3647,7 @@ msgstr "Error al enviar" msgid "Failed to send email, please try again." msgstr "Error al enviar el correo electrónico, vuelve a intentarlo." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Error al enviar la apelación. Por favor, inténtalo de nuevo." @@ -3606,6 +3696,14 @@ msgstr "Error de verificación del correo electrónico, vuelve a intentarlo." msgid "Failed to verify handle. Please try again." msgstr "Error al verificar el nombre de usuario. Intenta nuevamente." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menú de feed" @@ -3635,8 +3733,8 @@ msgstr "Alternar Feed" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Comentarios" @@ -3696,7 +3794,7 @@ msgstr "Filtrar la búsqueda por idioma (actualmente: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrar quién puede recibir notificaciones de tu actividad" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Buscar cuentas para seguir" msgid "Find people to follow" msgstr "Buscar a gente para seguir" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Buscar publicaciones, usuarios y feeds en Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Finalizar" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Negro plano" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Azul plano" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Blanco" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexible" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Seguir" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Seguir" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Seguir {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Seguir {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Seguir también" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Seguir también" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Seguidores que conoces" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Siguiendo" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Siguiendo" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Siguiendo {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Siguiendo {handle}" @@ -3894,11 +3988,11 @@ msgstr "Te sigue" msgid "Follows You" msgstr "Te sigue" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Fuente" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Tamaño de fuente" @@ -3919,7 +4013,7 @@ msgstr "Por razones de seguridad, tendremos que enviarte un código de confirmac msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Por razones de seguridad, no podrás volver a verla. Si pierdes esta contraseña de app, tendrás que generar una nueva." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Para una mejor experiencia, recomendamos que uses la fuente del tema." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Olvidé mi contraseña" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "¿Olvidaste tu contraseña?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "¿La olvidaste?" @@ -3953,12 +4047,7 @@ msgstr "¿La olvidaste?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Frecuentemente Publica Contenido Indeseable" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "Recibe una notificación cuando alguien republique publicaciones que hay msgid "Get notifications when people repost your posts." msgstr "Recibe una notificación cuando alguien responda a tus publicaciones." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Recibe una notificación de nuevas publicaciones" @@ -4027,7 +4116,7 @@ msgstr "Recibe una notificación cuando {name} publique" msgid "Get notified of this account’s activity" msgstr "Recibe notificaciones de la actividad de esta cuenta" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Recibe una notificación cuando {name} publique" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Ponle cara a tu perfil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Violaciones flagrantes de la Ley o de los Términos de servicio" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Violaciones flagrantes de la Ley o de los Términos de servicio" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Volver" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Volver" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Volver al paso anterior" @@ -4123,7 +4208,7 @@ msgstr "Empezar el directo" msgid "Go live for" msgstr "Empezar el directo para" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Ir al perfil de {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Ir al siguiente" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Ir al perfil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ir al perfil del usuario" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Contenido explícito" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "¡Ya estas a mitad de camino!" msgid "Handle" msgstr "Nombre de usuario" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Nombre de usuario en uso. Por favor intente uno distinto." @@ -4182,7 +4279,7 @@ msgstr "Nombre de usuario en uso. Por favor intente uno distinto." msgid "Handle changed!" msgstr "¡Nombre de usuario cambiado!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Nombre de usuario demasiado largo. Intente con uno más corto." @@ -4190,10 +4287,17 @@ msgstr "Nombre de usuario demasiado largo. Intente con uno más corto." msgid "Haptics" msgstr "Vibración" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Acoso, troleo o intolerancia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Etiqueta" msgid "Hashtag {tag}" msgstr "Etiqueta {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "¿Tienes problemas?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Ayuda" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "Oculto" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Oculto por tus ajustes de moderación." @@ -4248,7 +4356,7 @@ msgstr "Lista oculta" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Lista oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -4269,6 +4377,10 @@ msgstr "Ocultar" msgid "Hide customization options" msgstr "Ocultar las opciones de personalización" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "¿Quieres ocultar las tendencias?" msgid "Hide trending videos?" msgstr "¿Quieres ocultar los videos populares?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Ocultar lista de usuarios" @@ -4320,7 +4432,7 @@ msgstr "Ocultar lista de usuarios" msgid "Hide verification badges" msgstr "Ocultar las marcas de verificación" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Oculta el contenido" @@ -4365,12 +4477,12 @@ msgstr "¡Espera! Estamos dando acceso a videos gradualmente, y aún estás en l msgid "Home" msgstr "Inicio" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Alojamiento:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Proveedor de alojamiento" @@ -4383,6 +4495,10 @@ msgstr "Destacando" msgid "How should we open this link?" msgstr "¿Cómo deberíamos abrir este enlace?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Si deseas cambiar tu contraseña, te enviaremos un código para verifica msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Si eres desarrollador/a, puedes alojar tu propio servidor." @@ -4443,12 +4559,7 @@ msgstr "Si eres desarrollador/a, puedes alojar tu propio servidor." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Ilegal y Urgente" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imagen" @@ -4461,29 +4572,24 @@ msgstr "Caché de imágenes limpiado" msgid "Image cache cleared, freed {0}" msgstr "Caché de imágenes limpiado, {0} liberado" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Imagen guardada" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Suplantación de identidad o afirmaciones falsas sobre identidad o afiliación" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Suplantación de identidad, desinformación o afirmaciones falsas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Mensajes inapropiados o enlaces explícitos" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "La bandeja de entrada está vacía" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nombre de usuario o contraseña no válidos" @@ -4537,11 +4638,11 @@ msgstr "Introduce una nueva contraseña" msgid "Input password for account deletion" msgstr "Introduce la contraseña para la eliminación de la cuenta" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Introduce el código que se te ha enviado por correo electrónico." -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interacción limitada" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Código de confirmación de autenticación de doble factor no válido." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Nombre de usuario inválido. Por favor intenta uno diferente." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "El tema de la denuncia no es válido" @@ -4626,8 +4727,8 @@ msgstr "Tareas" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Únete a Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Etiquetado por {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Etiquetado por el autor." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etiquetas" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etiquetas añadidas" @@ -4678,11 +4779,11 @@ msgstr "Etiquetas añadidas" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Las etiquetas son anotaciones sobre usuarios y contenido. Pueden usarse para ocultar, advertir y categorizar la red." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etiquetas en tu cuenta" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etiquetas en tu contenido" @@ -4696,7 +4797,7 @@ msgstr "Ajustes de Idiomas" msgid "Languages" msgstr "Idiomas" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Más grande" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Más información sobre Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Más información sobre cómo autoalojar tu PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Más información sobre qué es público en Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Aprender más." @@ -4787,10 +4888,10 @@ msgstr "Dejar" msgid "Leave chat" msgstr "Dejar chat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Dejar conversación" @@ -4822,9 +4923,9 @@ msgstr "¡Vamos a restablecer tu contraseña!" msgid "Let's go!" msgstr "¡Vamos!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Claro" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claro" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Like ({0, plural, one {# me gusta} other {# me gusta}})" @@ -4855,7 +4956,7 @@ msgstr "Dale \"me gusta\" a 10 publicaciones para entrenar el feed de Descubrimi msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Dar \"me gusta\" a este feed" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Le gusta a {0, plural, one {# usuario} other {# usuarios}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "\"Me gusta\" en esta publicación" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Cargar más" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Cargar más feeds sugeridos" @@ -5041,6 +5142,14 @@ msgstr "Cargar notificaciones nuevas" msgid "Load new posts" msgstr "Cargar publicaciones nuevas" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Cargando..." @@ -5049,15 +5158,19 @@ msgstr "Cargando..." msgid "Log" msgstr "Registro" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilidad de desconexión" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo de @sawaratsuki.bsky.social0>" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo de <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Gestiona tus palabras y etiquetas silenciadas" msgid "Mark all as read" msgstr "Marcar todo como leído" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcar como leído" @@ -5132,7 +5245,7 @@ msgstr "En otro momento" msgid "Media" msgstr "Multimedia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Medios que pueden ser perturbadores o inapropiados para algunos públicos." @@ -5140,14 +5253,10 @@ msgstr "Medios que pueden ser perturbadores o inapropiados para algunos público msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "usuarios mencionados" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Usuarios mencionados" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menú" msgid "Message {0}" msgstr "Mensaje {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mensaje eliminado" @@ -5172,7 +5281,7 @@ msgstr "Mensaje eliminado" msgid "Message deleted" msgstr "Mensaje eliminado" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Mensaje de @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Campo de entrada de mensaje" msgid "Message is too long" msgstr "El mensaje es muy largo" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Opciones del mensaje" @@ -5197,24 +5306,22 @@ msgstr "Opciones del mensaje" msgid "Messages" msgstr "Mensajes" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Medianoche" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Cuenta engañosa" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Publicación engañosa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Herramientas de moderación" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Más feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silenciar {tag}" @@ -5332,8 +5439,8 @@ msgstr "Silenciar esta cuenta" msgid "Mute accounts" msgstr "Silenciar cuentas" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silenciar la conversación" @@ -5396,7 +5503,7 @@ msgstr "Cuentas silenciadas" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Al silenciar a una cuenta no verás sus publicaciones en tu feed o notificaciones. Nadie puede ver a quién silencias." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Mis feeds" msgid "Name" msgstr "Nombre" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nombre o descripción que violan los estándares de la comunidad" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Ir al paquete de inicio" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navega a la siguiente pantalla" @@ -5455,20 +5551,16 @@ msgstr "Navega a la siguiente pantalla" msgid "Navigates to your profile" msgstr "Navega a tu perfil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "¿Necesitas reportar una violación de copyright?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "No pierdas el acceso a tus seguidores o tus datos" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Da igual, crea un nombre de usuario por mí" @@ -5476,17 +5568,17 @@ msgstr "Da igual, crea un nombre de usuario por mí" msgid "New" msgstr "Nuevo" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nuevo" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nueva publicación" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Ventana de información para nuevo usuario" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Respuestas nuevas primero" @@ -5587,8 +5679,8 @@ msgstr "Noticias" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Noticias" msgid "Next" msgstr "Siguiente" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Siguiente" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Imagen nueva" @@ -5616,12 +5703,12 @@ msgstr "Imagen nueva" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Aún no hay contraseñas de app" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Sin panel de DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Todavía no tiene \"me gusta\"" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Ya no sigues a {0}" @@ -5671,7 +5759,7 @@ msgstr "No hay notificaciones" msgid "No one" msgstr "Nadie" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Nadie, excepto el autor, puede citar esta publicación." @@ -5701,7 +5789,7 @@ msgstr "Sin resultado" msgid "No results" msgstr "Sin resultados" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "No hay resultados para \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "No se han encontrado resultados para \"{query}\"" msgid "No results found for {query}" msgstr "No se han encontrado resultados para {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "No hay resultados." @@ -5732,7 +5820,7 @@ msgstr "No se encontraron resultados para \"{search}\"." msgid "No thanks" msgstr "No gracias" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Nadie" @@ -5753,6 +5841,10 @@ msgstr "Nadie ha republicado esto todavía. ¡Quizás deberías ser el primero!" msgid "Nobody was found. Try searching for someone else." msgstr "No se encontró a nadie. Intenta buscar a otra persona." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Desnudez no sexual" @@ -5843,16 +5935,11 @@ msgstr "ahora" msgid "Now" msgstr "Ahora" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Desnudez" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Desnudez o contenido para adultos no etiquetado como tal" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "Aceptar" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Está bien" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Respuestas antiguas primero" @@ -5916,7 +6003,7 @@ msgstr "Falta el texto alternativo en uno o más videos." msgid "Only .jpg and .png files are supported" msgstr "Solo se admiten archivos .jpg y .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Solo {0} puede responder." @@ -5941,7 +6028,7 @@ msgstr "¡Uy, algo ha salido mal!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Abrir el creador de avatares" msgid "Open conversation options" msgstr "Abrir las opciones de conversación" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Abrir el menú lateral" @@ -5973,8 +6060,8 @@ msgstr "Abrir el selector de emojis" msgid "Open feed info screen" msgstr "Abrir la pantalla de información del feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Abrir el menú de opciones del feed" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Abrir menú del paquete de inicio" @@ -6032,9 +6119,9 @@ msgstr "Abrir el registro del sistema" msgid "Opens a dialog to add a content warning to your post" msgstr "Abre un diálogo para agregar una advertencia de contenido a tu publicación" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Abre un diálogo para elegir quién puede responder a este hilo." +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Abre el formulario de restablecimiento de contraseña" @@ -6103,24 +6190,15 @@ msgstr "Abre el formulario de restablecimiento de contraseña" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Abre este perfil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Opcionalmente, proporciona información adicional a continuación:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opciones:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "O combina estas opciones:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "O, continúa con otra cuenta." @@ -6145,21 +6223,50 @@ msgstr "Estado de las actualizaciones: Error obteniendo la actualización" msgid "OTA status: None available" msgstr "Estado de las actualizaciones: Ninguna disponible" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Otro" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Otra cuenta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "El equipo de moderación ha recibido tu denuncia." @@ -6176,7 +6283,7 @@ msgstr "Página no encontrada" msgid "Page Not Found" msgstr "Página no encontrada" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Personas seguidas por @{0}" msgid "People following @{0}" msgstr "Personas siguiendo a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Personas a las que sigo" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Mascotas" msgid "Photography" msgstr "Fotografía" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Imágenes destinadas a adultos." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Anclar el feed" @@ -6266,7 +6381,7 @@ msgstr "Anclar el feed" msgid "Pin to home" msgstr "Anclar en inicio" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Anclar en inicio" @@ -6275,7 +6390,7 @@ msgstr "Anclar en inicio" msgid "Pin to your profile" msgstr "Anclar en tu perfil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Anclado" @@ -6302,7 +6417,7 @@ msgstr "Reproducir" msgid "Play {0}" msgstr "Reproducir {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Reproducir video" @@ -6327,7 +6442,7 @@ msgstr "Reproducir GIF" msgid "Plays the video" msgstr "Reproduce el video" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Añade las etiquetas de advertencia sobre el contenido multimedia que vas a publicar." @@ -6413,7 +6528,7 @@ msgstr "Introduce tu código de invitación." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Escribe tu contraseña" @@ -6421,11 +6536,11 @@ msgstr "Escribe tu contraseña" msgid "Please enter your password as well:" msgstr "Introduce tu contraseña, también:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Escribe tu nombre de usuario" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Por favor, explica por qué crees que esta etiqueta fue aplicada incorrectamente por {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Selecciona un servicio de moderación" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Selecciona un motivo para esta denuncia" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Política" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografía" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Publicación eliminada" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Publicación ocultada por palabra silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Publicación ocultada por ti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Ajustes de interacción de la publicación" @@ -6614,13 +6729,8 @@ msgstr "Imagen previa" msgid "Primary Language" msgstr "Idioma principal" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Priorizar los usuarios a los que sigues" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacidad" @@ -6652,6 +6762,10 @@ msgstr "Ajustes de privacidad y seguridad" msgid "Privacy Policy" msgstr "Política de privacidad" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Procesando video..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Perfil actualizado" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Público" @@ -6714,7 +6836,7 @@ msgstr "Publicar la respuesta" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Notificaciones push" @@ -6764,10 +6886,6 @@ msgstr "La cita se ha desvinculado correctamente" msgid "Quote posts disabled" msgstr "Citas deshabilitadas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Configuración de citas" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Configuración de citas" msgid "Quotes" msgstr "Citas" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citas de esta publicación" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Límite de velocidad excedido - has intentado cambiar tu nombre de usuario demasiadas veces en un periodo breve. Espera un minuto antes de intentarlo nuevamente." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "Leer la publicación del blog (en inglés)" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Ver menos" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Ver más" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Motivo del recurso" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Razón:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Recibir notificaciones en la aplicación" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Recibir notificaciones push" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Reconectar" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Rechazar" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Rechazar la solicitud de chat" @@ -6946,8 +7060,8 @@ msgstr "Eliminar feed" msgid "Remove feed?" msgstr "¿Eliminar feed?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Respuestas" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Respuestas deshabilitadas" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Las respuestas en esta publicación estan deshabilitadas." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responder ({0, plural, one {# respuesta} other {# respuestas}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Respuesta ocultada por el autor del hilo" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Respuesta ocultada por ti" @@ -7120,11 +7234,7 @@ msgstr "Respuesta ocultada por ti" msgid "Reply notifications" msgstr "Notificaciones de respuestas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Ajustes de respuesta" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "La configuración de respuestas es elegida por el autor del hilo" @@ -7141,7 +7251,7 @@ msgstr "Visibilidad de la respuesta actualizada" msgid "Reply was successfully hidden" msgstr "La respuesta se ha ocultado correctamente" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Denunciar" msgid "Report account" msgstr "Denunciar la cuenta" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Denunciar conversación" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Ventana de denuncia" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Denunciar feed" @@ -7176,7 +7285,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar la lista" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Denunciar mensaje" @@ -7185,48 +7294,41 @@ msgstr "Denunciar mensaje" msgid "Report post" msgstr "Denunciar la publicación" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Denunciar paquete de inicio" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Denuncia enviada" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Denunciar este contenido" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Denunciar este feed" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Denunciar esta lista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Denunciar este mensaje" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Denunciar esta publicación" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Denunciar este paquete de inicio" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Denunciar este usuario" @@ -7250,7 +7352,7 @@ msgstr "Notificaciones de republicaciones" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Republicar o citar publicación" @@ -7277,7 +7379,7 @@ msgstr "Republicado por ti" msgid "Reposts" msgstr "Republicaciones" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Republicaciones de esta publicación" @@ -7291,8 +7393,8 @@ msgstr "Republicaciones de tus republicaciones" msgid "Reposts of your reposts notifications" msgstr "Notificaciones de republicaciones de tus republicaciones" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Restablecer el estado de incorporación" msgid "Reset password" msgstr "Restablecer contraseña" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Vuelve a intentar el inicio de sesión" @@ -7360,12 +7462,12 @@ msgstr "Reintenta la última acción, que presentó un error" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Reintenta la última acción, que presentó un error" msgid "Retry" msgstr "Reintentar" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Reintentar cargar opciones de denuncia" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Volver a la página anterior" @@ -7399,8 +7501,8 @@ msgstr "Volver a la página de inicio" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Volver a la página anterior" @@ -7412,8 +7514,8 @@ msgstr "Vuelve al paso anterior" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Vuelve al paso anterior" msgid "Save" msgstr "Guardar" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Guardar" @@ -7459,8 +7561,13 @@ msgstr "Guardar nuevo nombre de usuario" msgid "Save QR code" msgstr "Guardar código QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Guardar en mis feeds" @@ -7487,21 +7594,25 @@ msgstr "Guardado en tus feeds" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "¡Di hola!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Ciencia" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Desplazar hacia arriba" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Buscar" @@ -7553,11 +7664,11 @@ msgstr "Buscar \"{searchText}\"" msgid "Search for feeds that you want to suggest to others." msgstr "Buscar feeds que quieras sugerir a otros." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Buscar más cuentas" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Buscar más feeds" @@ -7610,19 +7721,19 @@ msgstr "Busca perfiles" msgid "Security step required" msgstr "Se requiere un paso de seguridad" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Ver las publicaciones sobre {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Ver las publicaciones sobre {tag} de esta cuenta" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Ver las publicaciones sobre #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Ver las publicaciones sobre #{tag} de esta cuenta" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Control deslizante. Usa las flechas del teclado para avanzar o retroceder y la barra espaciadora para reproducir/pausa" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Selecciona un color" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Seleccionar cuenta" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Elegir un idioma para la aplicación" @@ -7701,6 +7816,14 @@ msgstr "Elegir la duración" msgid "Select from an existing account" msgstr "Selecciona de una cuenta existente" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Seleccionar GIF" @@ -7727,14 +7850,10 @@ msgstr "Seleccionar idioma..." msgid "Select languages" msgstr "Seleccionar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Seleccionar servicio de moderación" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Seleccionar moderador" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Seleccionar subtítulo (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Seleccionar el emoji {emojiName} como tu avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Seleccionar los servicios de moderación a los que reportar" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Selecciona tus intereses entre las siguientes opciones" msgid "Select your preferred language for translations in your feed." msgstr "Elige a qué idioma deseas traducir las publicaciones de tu feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Elegir los canales de notificación que prefieres" @@ -7793,6 +7908,10 @@ msgstr "Elegir los canales de notificación que prefieres" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "¡Envía un sitio web interesante!" @@ -7818,7 +7937,7 @@ msgstr "Enviar comentarios" msgid "Send message" msgstr "Enviar mensaje" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Enviar la publicación a {name}" @@ -7826,18 +7945,7 @@ msgstr "Enviar la publicación a {name}" msgid "Send post to..." msgstr "Enviar publicación a..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Enviar reporte" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Enviar reporte a {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Enviar denuncia a {title}" @@ -7858,7 +7966,7 @@ msgstr "Enviar por mensaje directo" msgid "Sends email with confirmation code for account deletion" msgstr "Envía un correo con el código de confirmación para la eliminación de la cuenta" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Dirección del servidor" @@ -7874,10 +7982,18 @@ msgstr "Establecer cumpleaños" msgid "Set new password" msgstr "Establecer la contraseña nueva" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configura tu cuenta" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Establece el correo electrónico para restablecer la contraseña" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Ajustes guardados" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Actividad sexual o desnudez erótica." @@ -7953,7 +8069,7 @@ msgstr "Sexualmente sugestivo" msgid "Share" msgstr "Compartir" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Compartir" @@ -7996,7 +8112,7 @@ msgstr "Compartir el URI at:// de la publicación" msgid "Share QR code" msgstr "Compartir código QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Compartir este feed" @@ -8012,8 +8128,8 @@ msgstr "Comparte este paquete de inicio y ayuda a las personas a unirse a tu com #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "¡Comparte tu feed favorito!" msgid "Shared Preferences Tester" msgstr "Probador de Preferencias Compartidas" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Ver texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Ver de todas maneras" @@ -8067,6 +8183,10 @@ msgstr "Mostrar menos como esto" msgid "Show list anyway" msgstr "Mostrar lista de todas maneras" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Ver más" @@ -8080,7 +8200,7 @@ msgstr "Mostrar más como esto" msgid "Show more replies" msgstr "Mostrar más respuestas" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Mostrar respuestas" msgid "Show replies as" msgstr "Mostrar las respuestas como" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Mostrar las respuestas de las personas a quienes sigues antes que el resto de respuestas" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Mostrar advertencia" msgid "Show warning and filter from feeds" msgstr "Mostrar advertencia y filtrar de los feeds" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Muestra información sobre la fecha de creación de esta publicación" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Muestra el contenido" @@ -8145,7 +8261,7 @@ msgstr "Muestra el contenido" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Muestra el contenido" msgid "Sign in" msgstr "Iniciar sesión" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Iniciar sesión como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Iniciar sesión como ..." @@ -8177,7 +8293,7 @@ msgstr "Iniciar sesión o crear una cuenta" msgid "Sign in or create your account to join the conversation!" msgstr "¡Inicia sesión o crea una cuenta para unirte a la conversación!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Iniciar sesión en una cuenta que no está en la lista" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Más pequeño" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Algunas personas pueden responder" @@ -8280,7 +8396,7 @@ msgstr "Alguien reaccionó con {0}" msgid "Someone reacted {0} to {1}" msgstr "Alguien reaccionó con {0} a {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Hubo un problema con los datos que intentaste denunciar. Por favor, contacta con el soporte." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Se produjo un error" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Se produjo un error. Por favor, inténtalo de nuevo" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "¡Se produjo un error!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Se produjo un error. Inténtalo de nuevo." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "¿Algo va mal? Avísanos." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "Lo sentimos, tu sesión ha expirado. Inicia sesión de nuevo." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordenar respuestas" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordenar respuestas por" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordenar respuestas a la misma publicación por:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Origen: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; menciones o respuestas excesivas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; menciones o respuestas excesivas" msgid "Sports" msgstr "Deportes" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "Paquete de inicio de <0/>" msgid "Starter pack by you" msgstr "Paquete de inicio creado por ti" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "El paquete de inicio es inválido" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Paquetes de inicio" @@ -8436,8 +8547,8 @@ msgstr "Libro de cuentos" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Enviar apelación" msgid "Submit Appeal" msgstr "Enviar apelación" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Enviar denuncia" @@ -8494,7 +8605,7 @@ msgstr "¡Éxito!" msgid "Successfully verified" msgstr "Verificado correctamente" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Cuentas sugeridas" @@ -8506,17 +8617,17 @@ msgstr "Cuentas sugeridas" msgid "Suggested for you" msgstr "Sugerido para ti" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Sugestivo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Amanecer" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Atardecer" @@ -8547,10 +8658,10 @@ msgstr "Cambiar cuentas" msgid "Switch to {0}" msgstr "Cambiar a {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "Toca para cerrar el menú contextual" msgid "Tap to dismiss" msgstr "Toca para descartar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "¡Tarea completada: 10 cuentas seguidas!" @@ -8620,8 +8735,8 @@ msgstr "Háblanos de ti" msgid "Tell us a little more" msgstr "Cuéntanos un poco más" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Condiciones" @@ -8637,26 +8752,11 @@ msgstr "Condiciones" msgid "Terms of Service" msgstr "Términos de servicio" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Los términos utilizados violan las normas de la comunidad" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Texto y etiquetas" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Campo de texto" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Campo de introducción de texto" @@ -8665,10 +8765,6 @@ msgstr "Campo de introducción de texto" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Gracias. Tu denuncia ha sido enviada." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Gracias, has verificado tu dirección de correo electrónico exitosament msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Eso contiene lo siguiente:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "¡Eso es todo, amigos!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "¡Se acabó!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "La cuenta podrá interactuar contigo tras desbloquearla." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Se reiniciará la app" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "El autor de este hilo ha ocultado esta respuesta." @@ -8750,11 +8846,11 @@ msgstr "La experiencia es mejor en la aplicación. Descarga Bluesky ahora y cont msgid "The feed has been replaced with Discover." msgstr "El feed ha sido reemplazado por Descubrir." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Las siguientes etiquetas se aplicaron a tu cuenta." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Las siguientes etiquetas se aplicaron a tu contenido." @@ -8788,7 +8884,7 @@ msgstr "" 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Los Términos de servicio se han trasladado a" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Hubo un problema al conectarse a Tenor." msgid "There was an issue contacting the server" msgstr "Hubo un problema al contactar con el servidor" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Hubo un problema al contactar con el servidor. Por favor, verifica tu co 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Hubo un problema al obtener las publicaciones. Toca aquí para intentar msgid "There was an issue fetching the list. Tap here to try again." msgstr "Hubo un problema al obtener la lista. Toca aquí para intentar de nuevo." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Hubo un problema al obtener tus contraseñas de app" @@ -8862,11 +8958,6 @@ msgstr "Hubo un problema al obtener tu información de servicio" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Hubo un problema al eliminar este feed. Por favor, verifica tu conexión a internet e inténtalo de nuevo." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Hubo un problema al enviar tu reporte. Por favor, verifica tu conexión a internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Hubo un problema al actualizar tus feeds, por favor verifica tu conexió #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Hubo un problema al actualizar tus feeds, por favor verifica tu conexió msgid "There was an issue! {0}" msgstr "Ocurrió un problema {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Se ha producido un problema inesperado en la aplicación. Por favor, ¡a 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Estos ajustes solo aplican para el feed Following." @@ -8941,7 +9036,7 @@ msgstr "Esta cuenta está bloqueada por una o más de tus listas de moderación. msgid "This action can be undone at any time." msgstr "Esta acción se puede deshacer en cualquier momento." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Esta apelación será enviada a <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Este contenido está alojado por {0}. ¿Deseas habilitar medios externos?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Este contenido no está disponible porque uno de los usuarios involucrados ha bloqueado al otro." @@ -9006,7 +9101,7 @@ msgstr "Esta función no está disponible cuando se usa una contraseña de app. msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Este feed está recibiendo mucho tráfico y no está disponible temporalmente. Inténtalo de nuevo más tarde." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "¡Este feed está vacío! Es posible que necesites seguir a más usuarios o ajustar la configuración de idioma." @@ -9020,7 +9115,7 @@ msgstr "Este feed está vacío." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Este feed ya no está en línea. Estamos mostrando <0>Descubrir0> en su lugar." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Este nombre de usuario está reservado. Por favor intenta con uno diferente." @@ -9037,7 +9132,7 @@ msgstr "Este enlace no es válido" msgid "This label was applied by the author." msgstr "Esta etiqueta fue aplicada por el autor." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Esta etiqueta fue aplicada por ti." @@ -9065,11 +9160,11 @@ msgstr "Esta lista está vacía" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Este servicio de moderación no está disponible. Consulta más detalles a continuación. Si el problema persiste, contáctanos." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Esta publicación declara haber sido creada en <0>{0}0>, pero fue vista por primera vez por Bluesky en <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Esta respuesta se colocará en una sección oculta al final de tu hilo. 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Esto debería crear un registro de dominio en:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Este usuario no tiene un nombre para mostrar, por lo tanto no puede ser verificado." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Este usuario no tiene seguidores." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Este usuario te ha bloqueado" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Este usuario te ha bloqueado. No puedes ver su contenido." @@ -9142,7 +9237,7 @@ msgstr "Este usuario está incluido en la lista <0>{0}0> que has silenciado." msgid "This user is new here. Press for more info about when they joined." msgstr "Este usuario es nuevo aquí. Presiona para más información sobre cuándo se unió." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Este usuario no sigue a nadie." @@ -9168,7 +9263,7 @@ msgstr "Opciones de hilos" msgid "Thread preferences" msgstr "Preferencias de hilos" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferencias de hilos" @@ -9181,6 +9276,10 @@ msgstr "En hilos" msgid "Threads Preferences" msgstr "Preferencias de hilos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Tiempo restante: {0, plural, one {# segundo} other {# segundos}}" @@ -9198,10 +9297,6 @@ msgstr "Para desactivar tu método de autenticación de doble factor por correo msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Para denunciar una conversación. Por favor, denuncia uno de sus mensajes a través de la pantalla de la conversación. Esto permite a nuestros moderadores entender el contexto de tu problema." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "¿A quién te gustaría enviar este reporte?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hoy" @@ -9222,8 +9317,8 @@ msgstr "Destacados" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Respuestas destacadas primero" @@ -9231,17 +9326,17 @@ msgstr "Respuestas destacadas primero" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traducir" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Vista en árbol" @@ -9253,6 +9348,10 @@ msgstr "Tendencias" msgid "Trending Videos" msgstr "Videos populares" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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 confianza0>: organizaciones que pueden verificar cuentas directamente." @@ -9274,7 +9373,7 @@ msgstr "Autenticación de doble factor (2FA)" msgid "Type your message here" msgstr "Escribe tu mensaje aquí" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipo:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "No se puede eliminar" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Desbloquear la cuenta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "¿Desbloquear la cuenta?" @@ -9369,12 +9468,7 @@ msgstr "Deshacer la republicación" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Deshacer la republicación ({0, plural, one {# republicación} other {# republicaciones}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Dejar de seguir" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Dejar de seguir a {0}" @@ -9383,7 +9477,7 @@ msgstr "Dejar de seguir a {0}" msgid "Unfollow account" msgstr "Dejar de seguir esta cuenta" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Deja de seguir al usuario" @@ -9391,7 +9485,7 @@ msgstr "Deja de seguir al usuario" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Desafortunadamente, los etiquetadores a los que te suscribiste no soport msgid "Unknown verifier" msgstr "Verificador desconocido" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "No me gusta ({0, plural, one {# me gusta} other {# me gusta}})" @@ -9419,8 +9521,8 @@ msgstr "Dejar de silenciar" msgid "Unmute" msgstr "Dejar de silenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Dejar de silenciar {tag}" @@ -9431,7 +9533,7 @@ msgstr "Dejar de silenciar {tag}" msgid "Unmute account" msgstr "Dejar de silenciar la cuenta" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Dejar de silenciar la conversación" @@ -9454,8 +9556,8 @@ msgstr "Activar el sonido del video" msgid "Unpin" msgstr "Desfijar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Desfijar feed" @@ -9464,8 +9566,8 @@ msgstr "Desfijar feed" msgid "Unpin Feed" msgstr "Desfijar el feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Desfijar de inicio" @@ -9517,13 +9619,6 @@ msgstr "Dado de baja de la lista" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Contenido sexual no deseado" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Actualizar <0>{displayName}0> en listas" msgid "Update email" msgstr "Actualizar el correo electrónico" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Actualizar a {domain}" @@ -9567,7 +9662,7 @@ msgstr "Actualizando..." msgid "Upload a photo instead" msgstr "Sube una foto en su lugar" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Carga un archivo de texto en:" @@ -9603,11 +9698,11 @@ msgstr "Subiendo miniatura del enlace..." msgid "Uploading video..." msgstr "Subiendo video..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Usa las contraseñas de app para iniciar sesión en otros clientes Bluesky sin darles acceso total a tu cuenta o revelar tu contraseña." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Utilizar el proveedor predeterminado" @@ -9638,17 +9733,17 @@ msgstr "Utilízala para iniciar sesión en la otra app junto a tu nombre de usua msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Usuario bloqueado" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Usuario bloqueado" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Usuario bloqueado por \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Usuario bloqueado por lista" msgid "User Blocked by List" msgstr "Usuario bloqueado por una lista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Usuario te está bloqueando" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nombre de usuario o dirección de correo electrónico" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "usuarios seguidos por <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "usuarios siguiendo a <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "usuarios siguiendo a <0>@{0}0>" msgid "Users I follow" msgstr "Usuarios que sigo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Usuarios en \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Usuarios que sigues" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valor:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verificar registro DNS" @@ -9786,8 +9873,8 @@ msgstr "Ventana de verificación de correo electrónico" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verificar archivo de texto" @@ -9841,15 +9928,15 @@ msgstr "Video de {0}: {text}" msgid "Video Games" msgstr "Videojuegos" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Video en pausa" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Reproduciendo video" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video no encontrado." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Ver el avatar de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Ver el perfil de {0}" @@ -9906,16 +9993,11 @@ msgstr "Ver la entrada del blog para más detalles" msgid "View debug entry" msgstr "Ver entrada de depuración" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Ver detalles" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Ver más detalles sobre cómo reportar una violación de Derechos de Autor" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Ver hilo completo" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Ver usuarios a los que les gusta este feed" @@ -9993,8 +10075,8 @@ msgstr "Ver tus cuentas silenciadas" msgid "View your verifications" msgstr "Ver tus verificaciones" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Muestra la imagen a tamaño completo" @@ -10002,6 +10084,14 @@ msgstr "Muestra la imagen a tamaño completo" msgid "Views video in immersive mode" msgstr "Muestra el video en modo inmersivo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Si tocas en una verificación, verás qué organizaciones la han concedi msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "¿Qué idiomas te gustaría ver en tus feeds?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "¿Quién puede interactuar con esta publicación?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Quién puede responder" @@ -10249,40 +10340,38 @@ msgstr "¡Vaya! No se han podido cargar los videos populares." msgid "Why are you appealing?" msgstr "¿Por qué quieres apelar?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "¿Por qué crees que este contenido debe ser revisado?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "¿Por qué crees que este feed debe ser revisado?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "¿Por qué crees que esta lista debe ser revisada?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "¿Por qué crees que este mensaje debe ser revisado?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "¿Por qué crees que se debería revisar esta publicación?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "¿Por qué crees que este paquete de inicio debe ser revisado?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "¿Por qué crees que este usuario debe ser revisado?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Sí" msgid "Yes, deactivate" msgstr "Sí, desactivar" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Sí, eliminar este paquete de inicio" @@ -10373,7 +10462,7 @@ msgstr "No tienes permiso para emitir en directo" msgid "You are not allowed to upload videos." msgstr "No tienes permiso para subir videos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "No estás siguiendo a nadie." @@ -10445,17 +10534,13 @@ msgstr "Puedes reactivar tu cuenta para continuar iniciando sesión. Tu perfil y msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Puedes definir los ajustes de interacción por defecto en <0>Ajustes → Moderación → Ajustes de interacción0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Puedes cambiar esta opción en Ajustes." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "No tienes ningún seguidor." @@ -10467,6 +10552,10 @@ msgstr "No sigues a ningún usuario que siga a @{name}." msgid "You don't have any chat requests at the moment." msgstr "Por el momento, no tienes solicitudes de chat." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "No tienes ningún feed fijado." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Has bloqueado a este usuario" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Has bloqueado a este usuario. No puedes ver su contenido." @@ -10495,7 +10584,7 @@ msgstr "Has desactivado las notificaciones de respuestas, citas y menciones, por 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Has ocultado esta publicación" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Has ocultado esta publicación." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Has silenciado esta cuenta." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Has silenciado a este usuario" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Aún no has silenciado ninguna palabra o etiqueta" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Has ocultado esta respuesta." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Puedes apelar etiquetas no propias si sientes que fueron colocadas por error." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Puedes apelar estas etiquetas si sientes que fueron colocadas por error." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Debes seleccionar al menos un etiquetador para una denuncia" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "¡Eso es todo!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Has iniciado sesión con una contraseña de app. Utiliza tu contraseña principal para continuar con la desactivación tu cuenta." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Has elegido ocultar una palabra o etiqueta dentro de esta publicación." @@ -10750,7 +10839,7 @@ msgstr "Has alcanzado tu límite diario de carga de videos (demasiados bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Hemos recibido tu apelación. Si se acepta, te avisaremos por correo ele msgid "Your birth date" msgstr "Tu fecha de nacimiento" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Tu navegador no soporta este formato de video. Por favor, inténtalo con uno diferente." @@ -10798,7 +10887,7 @@ msgstr "Tus chats han sido deshabilitados" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Recordaremos tu preferencia para enlaces futuros. Puedes cambiarla cuando quieras en Ajustes." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Tu nombre de usuario actual, <0>{0}0>, quedará automáticamente reservado para ti. Puedes volver a él cuando quieras desde esta cuenta." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Tus seguidores" @@ -10905,14 +10994,10 @@ msgstr "Tu perfil, publicaciones, feeds y listas dejarán de ser visibles para o msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Se enviará tu denuncia a <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Tu reporte ha sido enviado al servicio de moderación de Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/eu/messages.po b/src/locale/locales/eu/messages.po index 1ad3dfaea1..9b00539f53 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Basque\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" kategoria (aktiboa)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {jarraitzaile} other {jarraitzaile}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {jarraitzen} other {jarraitzen}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {gogoko} other {gogoko}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {gogoko} other {gogoko}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {post} other {post}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {aipamen} other {aipamen}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {berpost} other {berpost}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {gordea} other {gordeta}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} postak}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# pertsonek}} erabili dute abio multzo hau!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# pertsonek}} erabili dute abio multzo hau!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# gehiago}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Kontua)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {ordu} other {ordu}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minutu} other {minutu}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}0> jarraitzen dizute" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}0> zure neurrira egindako feeda gogoko dute" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}0> zure posta gogoko dute" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}0> zure berposta gogoko dute" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}0> zure kontuaren egiaztapenak kendu dituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}0> zure postari berpost egin diote" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}0> zure berpostari berpost egin diote" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}}0> zure abio multzoan izena eman dute" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}0> egiaztatu zaituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} jarraitzen dizu" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} bueltan jarraitzen dizu" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} zure neurrira egindako feeda gustoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} zure posta gogoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink}-k zure berposta gogoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} zure kontuaren egiaztapenak kendu dituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} zure postari berpost egin dio" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink}-k zure berpostari berpost egin dio" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} zure abio multzoan izena eman du" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink}-k egiaztatu zaitu" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} jarraitzen dizute" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure neurrira egindako feeda gogoko dute" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure posta gogoko dute" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure berposta gogoko dute" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure kontuaren egiaztapenak kendu dituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure postari berpost egin diote" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} zure berpostari berpost egin diote" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount} } other {beste {formattedAuthorsCount}}} zure abio multzoan izena eman dute" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}} egiaztatu zaituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} jarraitzen dizu" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} bueltan jarraitzen dizu" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} zure neurrira egindako feeda gustoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} zure posta gogoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName}-k zure berposta gogoko du" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} zure kontuaren egiaztapenak kendu dituzte" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} zure postari berpost egin dio" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName}-k zure berpostari berpost egin dio" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} zure abio multzoan izena eman du" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName}-k egiaztatu zaitu" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} jarraitzen" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> eta<1> 1><2>{1} 2>zure abio multzoan daude" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> zure abio multzoan dago" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> kide" @@ -515,7 +519,7 @@ msgstr "⚠Erabiltzaile Baliogabea" msgid "24 hours" msgstr "24 ordu" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA Baieztapena" @@ -560,12 +564,16 @@ msgstr "Jarraitu botoiaren ondoan kanpai ikono bat duen profil orri baten pantai msgid "About" msgstr "Honi buruz" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Jokabide abusiboa edo diskriminatzailea" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Onartu" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Onartu txateatzeko eskaera" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Erabilerraztasun Doikuntzak" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Kontua" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Kontua mutututa" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Kontua Mututua" @@ -627,11 +635,15 @@ msgstr "Kontua Mututua Zerrendagatik" msgid "Account options" msgstr "Kontuaren aukerak" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Kontua ezabatua sarrera azkarretik" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Gehitu {0} gehiago jarraitzeko" msgid "Add {displayName} to starter pack" msgstr "Gehitu {displayName} abio multzora" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Gehitu eduki abisu bat" @@ -730,8 +742,8 @@ msgstr "Gehitu beste post bat harira" msgid "Add app password" msgstr "Gehitu aplikazio pasahitza" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Gehitu Aplikazio Pasahitza" @@ -745,8 +757,8 @@ msgstr "Gehitu emoji erreakzioa" msgid "Add media to post" msgstr "Gehitu multimedia postari" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Gehitu xehetasun gehiago (hautazkoa)" @@ -783,7 +795,7 @@ msgstr "Gehitu feed batzuk zure abio multzoari!" msgid "Add the default feed of only people you follow" msgstr "Gehitu zuk bakarrik jarraitzen duzun jendearen lehenetsitako feeda" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Gehitu honako DNS agiria zure domeinuan:" @@ -823,18 +835,22 @@ msgstr "Abio multzora gehituta" msgid "Additional details (limit 1000 characters)" msgstr "Xehetasun gehiago (1000 karaktere gehienez)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Xehetasun gehiago (300 karaktere gehienez)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Heldua" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Eduki heldua" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Eduki heldua" @@ -846,11 +862,15 @@ msgstr "Eduki heldua <0>bsky.app0> Web bidez bakarrik gaitu daiteke." msgid "Adult content is disabled." msgstr "Eduki heldua desgaitua dago." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Eduki Heldu etiketak" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Helduentzako sexu-abusuen edukia" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Aurreratua" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Baimendu mezu berriak bertatik" msgid "Allow others to be notified of your posts" msgstr "Utzi besteei zure posten berri izaten" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Baimendu post aipamenak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Baimendu erantzunak bertatik:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Mezu zuzenetara sarrera baimentzen da" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Dagoeneko kode bat daukazu?" @@ -1003,14 +1039,18 @@ msgstr "Errore bat gertatu da feeda eskuratzerakoan." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Errore bat gertatu da zure abio multzoa sortzean. Berriro saiatu nahi duzu?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Errore bat gertatu da QR kodea gordetzean!" @@ -1035,8 +1075,7 @@ msgstr "Hainbat Bluesky-ren posten ilustrazioa, berposta, atsegin dut eta iruzki 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Aukera hauetan sartzen ez den arazo bat" @@ -1050,10 +1089,10 @@ msgstr "Arazo bat gertatu da txata irekitzen saiatzean" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Arazo bat gertatu da. Mesedez, saiatu berriro." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "Bluesky aplikazioa irekita erakusten duen iPhone baten maketa egiaztatutako erabiltzaile baten profilean kontrol-marka urdin batekin bistaratzeko izenaren ondoan." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "etiketatzaile ezezaguna" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "eta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Animalien sexu-abusua" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Animalien ongizatea" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Iragarpena" msgid "Announcing verification on Bluesky" msgstr "Bluesky-n egiaztapena iragartzen" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Gizartearen Aurkako Portaera" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Edozeinek elkarreragin dezake" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Aplikazio Hizkuntza" msgid "App Password" msgstr "Aplikazio Pasahitza" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Aplikazioko pasahitza ezabatuta" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Aplikazio pasahitzak" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Aplikazio Pasahitzak" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Apelatu" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Apelatu \"{0}\" etiketa" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Apelatu erabaki hau" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Aplikatu gomendatutako feed lehenetsiak" msgid "Apply Pull Request" msgstr "Aplikatu Tira Eskaera" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "{0}-tik artxibatuta" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Gordetako posta" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Ziur zaude \"{0}\" aplikazioaren pasahitza ezabatu nahi duzula?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Ziur zaude mezu hau ezabatu nahi duzula? Mezua zuretzako ezabatuko da, baina ez beste parte-hartzaileentzat." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Ziur zaude abio multzo hau ezabatu nahi duzula?" @@ -1252,7 +1298,7 @@ msgstr "<0>{suggestedLanguageName}0>-z idazten ari zara?" msgid "Art" msgstr "Artea" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Biluztasun artistikoa edo ez erotikoa" @@ -1269,7 +1315,7 @@ msgstr "Algoritmoari gaia esleitu" msgid "At least 8 characters" msgstr "Gutxienez 8 karaktere" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Bideo eta GIF erreprodukzio automatikoa" msgid "Available" msgstr "Eskuragarri" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Atzera" msgid "Back to Chats" msgstr "Itzuli Txatetara" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Debekatutako jarduerak edo segurtasun-urraketak" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Debekatutako erabiltzailea itzultzen" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Post bat sortu edo erantzun aurretik, zure posta elektronikoa egiaztatu msgid "Before creating a starter pack, you must first verify your email." msgstr "Abio multzo bat sortu aurretik, zure posta elektronikoa egiaztatu behar duzu." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Txateatzeko eskaera hau onartu aurretik, zure posta elektronikoa egiaztatu behar duzu." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "{name}-ren posten jakinarazpenak jaso aurretik, zure helbide elektronikoa egiaztatu behar duzu." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Urtebetetzea" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blokeatu" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Kontua Blokeatu?" msgid "Block accounts" msgstr "Kontuak blokeatu" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blokeatu eta Ezabatu" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Blokeatu eta/edo ezabatu elkarrizketa hau" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blokeo zerrenda" @@ -1402,15 +1452,19 @@ msgstr "Blokeatu edo salatu" msgid "Block these accounts?" msgstr "Kontu hauek blokeatu?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Blokeatu erabiltzailea" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Blokeatu Erabiltzailea" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Blokeatu erabiltzailea eta/edo ezabatu elkarrizketa hau" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blokeatua" @@ -1449,25 +1503,25 @@ msgstr "Blokeatzeak ez du eragotziko etiketak zure kontuan aplikatzea, baina kon msgid "Blog" msgstr "Blog-a" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky-k ezin du baieztatu erreklamatutako dataren benetakotasuna." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 sare ireki bat da, non zure hostatze-hornitzailea aukeratu dezakezun. Garatzailea bazara, zure zerbitzari propioa osta dezakezu." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky sare ireki bat da, non zure hornitzailea aukeratu dezakezun. Berria bazara hemen, Bluesky Sozial aukerarekin jarraitzea gomendatzen dizugu." @@ -1513,6 +1567,10 @@ msgstr "Irudiak lausotu eta iragazi feedetatik" msgid "Books" msgstr "Liburuak" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Guneko arauak haustea" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Nabigatu kontu gehiagotatik Arakatu orrian" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Negozio" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "{0}-gatik" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "<0>{0}0>-gatik" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Utzi berriro aktibatzea eta amaitu saioa" msgid "Cancel search" msgstr "Utzi bilaketa" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Ezin da blokeatutako erabiltzaile batekin elkarreragin" @@ -1697,12 +1756,12 @@ msgstr "Aldatu aplikazioaren hizkuntza" msgid "Change Handle" msgstr "Aldatu Erabiltzailea" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Aldatu moderazio zerbitzua" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Aldatu pasahitza" @@ -1710,7 +1769,11 @@ msgstr "Aldatu pasahitza" msgid "Change password dialog" msgstr "Pasahitza aldatzeko elkarrizketa-koadroa" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Txostenaren kategoria aldatu" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Aldatu salaketa arrazoia" @@ -1739,8 +1802,8 @@ msgstr "Aldaketak gordeta" msgid "Chat" msgstr "Txateatu" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Txata ezabatuta" @@ -1753,7 +1816,7 @@ msgstr "Txat mezuak - isilak" msgid "Chat messages - sound" msgstr "Txat mezuak - soinuarekin" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Txata mutututa" @@ -1769,7 +1832,7 @@ msgstr "Txateatzeko eskaeren sarrera-ontzia" msgid "Chat requests" msgstr "Txateatzeko eskaerak" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Txataren ezarpenak" msgid "Chat Settings" msgstr "Txataren Ezarpenak" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Txata desmutututa" @@ -1797,7 +1860,7 @@ msgstr "Txatak" msgid "Check my status" msgstr "Egiaztatu nire egoera" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Egiaztatu zure e-posta, saioa hasteko kodea hartu eta sartu hemen." @@ -1805,6 +1868,14 @@ msgstr "Egiaztatu zure e-posta, saioa hasteko kodea hartu eta sartu hemen." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Egiaztatu zure sarrera-ontzia, baieztapen kodea hartu eta sartu hemen:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Haurren segurtasuna" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Haurren sexu-abusuari buruzko materiala (CSAM ingelesez)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Aukeratu domeinua egiaztatzeko metodoa" @@ -1833,7 +1904,7 @@ msgstr "Aukeratu zure feed pertsonalizatuak bultzatzen dituzten algoritmoak." msgid "Choose this color as your avatar" msgstr "Aukeratu kolore hau zure abatar gisa" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Aukeratu zure kontu hornitzailea" @@ -1882,14 +1953,6 @@ msgstr "Egin klik hemen egiaztapen-prozesua berrabiarazteko." msgid "Click here to update your email" msgstr "Egin klik hemen zure posta elektronikoa eguneratzeko" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Egin klik post honen aipamen postak desgaitzeko." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Egin klik post honen aipamen postak gaitzeko." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Egin klik hemen {tag}-ren etiketa-menua irekitzeko" @@ -1919,9 +1982,11 @@ msgstr "Klip 🐴 klop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Klip 🐴 klop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Itxi" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Itxi elkarrizketa-koadro aktiboa" @@ -2018,16 +2083,16 @@ msgstr "Emoji-hautatzailea ixten du" msgid "Closes viewer for header image" msgstr "Goiburuko irudiaren ikuslea ixten du" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Tolestu erabiltzaileen zerrenda" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Jakinarazpen jakin baterako erabiltzaileen zerrenda tolesten du" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Kolore modua" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Berretsi zure kokapena GPSarekin. Zure kokapen-datuak ez dira jarraitzen eta ez dira zure gailutik ateratzen." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Berretsi zure kokapena GPSarekin. Zure kokapen-datuak ez dira jarraitzen msgid "Confirmation code" msgstr "Baieztapen kodea" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Konektatzen..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Edukien Hizkuntzak" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Edukia Ez Erabilgarria" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Autolesioak sustatzen edo irudikatzen dituen edukia" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Edukien Abisua" @@ -2212,7 +2281,7 @@ msgstr "Testuinguru-menuaren atzeko planoa, egin klik menua ixteko." msgid "Continue" msgstr "Jarraitu" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Jarraitu {0} gisa (une honetan saioa hasita)" @@ -2236,8 +2305,8 @@ msgstr "Jarraitu hurrengo urratsera" msgid "Conversation" msgstr "Elkarrizketa" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Elkarrizketa ezabatuta" @@ -2254,7 +2323,7 @@ msgstr "Sukaldatzen" msgid "Copied build version to clipboard" msgstr "Konpilazio bertsioa arbelean kopiatu da" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Konpilazio bertsioa arbelean kopiatu da" msgid "Copied to clipboard" msgstr "Arbelean kopiatua" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Kopiatuta!" @@ -2290,23 +2359,23 @@ msgstr "Kopiatu at:// URI" msgid "Copy author DID" msgstr "Kopiatu egilearen DID" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kopiatu kodea" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Kopiatu DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Kopiatu ostalaria" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Kopiatu esteka" @@ -2331,12 +2400,12 @@ msgstr "Kopiatu esteka postera" msgid "Copy link to profile" msgstr "Kopiatu esteka profilera" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Kopiatu abio multzoaren esteka" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Kopiatu mezuaren testua" @@ -2354,7 +2423,7 @@ msgstr "Kopiatu postaren testua" msgid "Copy QR code" msgstr "Kopiatu QR kodea" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Kopiatu TXT erregistroaren balioa" @@ -2377,8 +2446,8 @@ msgstr "Ezin izan da feed zerbitzura konektatu" msgid "Could not find profile" msgstr "Ezin izan da profila aurkitu" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Ezin izan da txata utzi" @@ -2392,7 +2461,7 @@ msgstr "Ezin izan da feeda kargatu" msgid "Could not load list" msgstr "Ezin izan da zerrenda kargatu" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Ezin izan da txata mututu" @@ -2476,8 +2545,9 @@ msgstr "Sortu moderazio-zerrenda" msgid "Create new account" msgstr "Sortu kontu berria" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Sortu salaketa {0}rentzat" @@ -2490,7 +2560,7 @@ msgstr "Sortu abio multzoa" msgid "Create user list" msgstr "Sortu erabiltzaile-zerrenda" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Sortuta {0}" @@ -2503,8 +2573,8 @@ msgstr "Sortzailea blokeatu egin da" msgid "Culture" msgstr "Kultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Pertsonalizatua" @@ -2512,18 +2582,22 @@ msgstr "Pertsonalizatua" msgid "Customization options" msgstr "Pertsonalizazio-aukerak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Pertsonalizatu post honekin nork elkarreragin dezakeen." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Zure Bluesky esperientzia pertsonalizatzen du" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Arrisku handiko erronkak edo jarduerak" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Substantzia arriskutsuak edo drogen gehiegizko kontsumoa" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Iluna" @@ -2536,7 +2610,7 @@ msgstr "Iluna" msgid "Dark mode" msgstr "Modu iluna" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Gai iluna" @@ -2558,7 +2632,11 @@ msgstr "Arazketa Moderazioa" msgid "Debug panel" msgstr "Arazketa panela" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Helduentzako eduki faltsua" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Lehenetsia" @@ -2566,14 +2644,14 @@ msgstr "Lehenetsia" msgid "Default icons" msgstr "Ikono lehenetsiak" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Ezabatu" @@ -2586,16 +2664,16 @@ msgstr "Ezabatu kontua" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Ezabatu Kontua <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Ezabatu aplikazioaren pasahitza" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Aplikazioaren pasahitza ezabatu nahi duzu?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Ezabatu txata" @@ -2603,18 +2681,18 @@ msgstr "Ezabatu txata" msgid "Delete chat declaration record" msgstr "Ezabatu txat-adierazpenaren erregistroa" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Ezabatu elkarrizketa" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Ezabatu Elkarrizketa" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Ezabatu niretzat" @@ -2623,11 +2701,11 @@ msgstr "Ezabatu niretzat" msgid "Delete list" msgstr "Ezabatu zerrenda" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Ezabatu mezua" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Ezabatu mezua niretzat" @@ -2641,12 +2719,12 @@ msgstr "Ezabatu nire kontua" msgid "Delete post" msgstr "Ezabatu posta" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Ezabatu abio multzoa" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Abio multzoa ezabatu nahi duzu?" @@ -2709,11 +2787,11 @@ msgstr "Garatzaile modua gaituta" msgid "Developer options" msgstr "Garatzaile aukerak" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Elkarrizketa: egokitu mezu honekin nork elkarreragin dezakeen" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Lausotu" @@ -2735,6 +2813,14 @@ msgstr "Desgaitu 2FA posta elektronikoa" msgid "Disable haptic feedback" msgstr "Desgaitu feedback haptikoa" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Desgaitu azpitituluak" @@ -2778,7 +2864,7 @@ msgstr "Utzi aplikazioei saioa amaitutako erabiltzaileei nire kontua erakusten" msgid "Discover new custom feeds" msgstr "Aurkitu feed pertsonalizatu berriak" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Aurkitu Feed Berriak" @@ -2817,8 +2903,8 @@ msgstr "Bistaratzeko izena" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Utzi troll-ak eta klik egiteko amua. Aurkitu zuretzat garrantzitsuak diren benetako pertsonak eta elkarrizketak." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS Panela" @@ -2830,7 +2916,7 @@ msgstr "Ez aplikatu hitz mututu hau jarraitzen dituzun erabiltzaileei" msgid "Does not include nudity." msgstr "Ez du biluztasunik." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domeinua egiaztatu da!" @@ -2853,19 +2939,20 @@ msgstr "Ez kezkatu! Mezu eta ezarpen guztiak gordeta daude eta heldua zarela egi #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Kolpetxo bikoitza edo luze sakatu erreakzio bat gehitzeko" msgid "Double tap to close the dialog" msgstr "Sakatu birritan elkarrizketa-koadroa ixteko" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Kolpetxo bikoitza gogoko emateko" @@ -2903,6 +2990,10 @@ msgstr "Deskargatu Bluesky" msgid "Download CAR file" msgstr "Deskargatu CAR fitxategia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Doxxing-a" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Jausi irudiak gehitzeko" @@ -2943,9 +3034,13 @@ msgstr "adib. Inoiz galdu behar ez diren kartelak." msgid "e.g. Users that repeatedly reply with ads." msgstr "adib. Iragarkiekin behin eta berriz erantzuten duten erabiltzaileak." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Elikadura-nahasmenduak" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Editatu {0}-ren jakinarazpenak" msgid "Edit People" msgstr "Editatu Jendea" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Editatu posten interakzio-ezarpenak" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Editatu profila" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Editatu Profila" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Editatu abio multzoa" @@ -3034,7 +3129,7 @@ msgstr "Editatu abio multzoa" msgid "Edit user list" msgstr "Editatu erabiltzaile zerrenda" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Editatu nork erantzun dezakeen" @@ -3085,7 +3180,7 @@ msgstr "Helbide elektronikoaren egiaztapena osatu da!" msgid "Email Verified" msgstr "Posta elektronikoa Egiaztatuta" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Txertatu HTML kodea" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Bideo erreproduzitzailea txertatua" @@ -3141,6 +3236,10 @@ msgstr "Kontu baten jakinarazpenak gaitzeko, bisitatu haren profila eta sakatu < msgid "Enable push notifications" msgstr "Gaitu push jakinarazpenak" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Gaitu azpitituluak" @@ -3200,7 +3299,7 @@ msgstr "Sartu erabili nahi duzun domeinua" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Sartu zure kontua sortzeko erabili duzun posta elektronikoa. \"Berrezarri kodea\" bidaliko dizugu pasahitz berri bat ezar dezazun." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Sartu kontua sortu zenuenean erabili zenuen erabiltzaile-izena edo helbide elektronikoa" @@ -3213,7 +3312,7 @@ msgstr "Sartu zure jaiotze data" msgid "Enter your email address" msgstr "Sartu zure posta elektroniko helbidea" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Sartu zure pasahitza" @@ -3258,22 +3357,18 @@ msgstr "Errore bat gertatu da captcha erantzuna jasotzean." msgid "Error: {error}" msgstr "Errorea: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Denek" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Denek erantzun dezakete" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Denek erantzun dezakete post honi." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Edonork" @@ -3282,16 +3377,6 @@ msgstr "Edonork" msgid "Everything else" msgstr "Beste guztia" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Gehiegizko aipamenak edo erantzunak" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Gehiegizko mezuak edo nahi ez diren mezuak" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Baztertu jarraitzen dituzun erabiltzaileak" @@ -3316,7 +3401,7 @@ msgstr "Irudiaren ikuspegitik irteten da" msgid "Expand alt text" msgstr "Zabaldu aukerazko testua" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Zabaldu erabiltzaileen zerrenda" @@ -3328,7 +3413,7 @@ msgstr "Zabaldu edo tolestu erantzuten ari zaren post osoa" msgid "Expand post text" msgstr "Zabaldu postaren testua" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Postaren testua zabaldu edo tolesten du" @@ -3348,7 +3433,7 @@ msgstr "Iraungitua" msgid "Expires {0}" msgstr "Iraungitze-data {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "{0} barru iraungiko da" @@ -3407,13 +3492,17 @@ msgstr "Kanpoko multimediak webguneek zuri eta zure gailuari buruzko informazioa msgid "External Media Preferences" msgstr "Kanpoko Multimedia Hobespenak" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Eduki muturrekoa" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Ezin izan da txata onartu" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Errorea emoji erreakzioa gehitzean" @@ -3421,7 +3510,7 @@ msgstr "Errorea emoji erreakzioa gehitzean" msgid "Failed to add to starter pack" msgstr "Ezin izan da abio multzora gehitu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Ezin izan da handle-a aldatu. Mesedez, saiatu berriro." @@ -3438,13 +3527,13 @@ msgstr "Ezin izan da elkarrizketa sortu" msgid "Failed to create starter pack" msgstr "Ezin izan da sortu abio multzoa" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Ezin izan da txata ezabatu" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Ezin izan da mezua ezabatu" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Ezin izan da abio multzoa ezabatu" @@ -3465,10 +3554,10 @@ msgstr "Ezin izan dira iradokitako kontu guztiak jarraitu, mesedez, saiatu berri msgid "Failed to load conversations" msgstr "Ezin izan dira elkarrizketak kargatu" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Ezin izan dira kargatu feeden hobespenak" @@ -3498,14 +3587,14 @@ msgstr "Ezin izan dira kargatu iraganeko mezuak" msgid "Failed to load preference." msgstr "Ezin izan da hobespena kargatu." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Ezin izan dira iradokitako feedak kargatu" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Ezin izan dira kargatu iradokitako jarraipenak" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Ezin izan da posta ainguratu" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Errorea emoji errakzioa kentzerakoan" @@ -3535,7 +3624,8 @@ msgstr "Ezin izan da egiaztapena kendu" msgid "Failed to resolve location. Please try again." msgstr "Ezin izan da kokapena ebatzi. Mesedez, saiatu berriro." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Ezin izan da irudia gorde: {0}" @@ -3557,7 +3647,7 @@ msgstr "Ezin izan da bidali" msgid "Failed to send email, please try again." msgstr "Ezin izan da posta elektronikoa bidali. Mesedez, saiatu berriro." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Ezin izan da apelazioa bidali. Mesedez, saiatu berriro." @@ -3606,6 +3696,14 @@ msgstr "Ezin izan da posta elektronikoa egiaztatu. Mesedez, saiatu berriro." msgid "Failed to verify handle. Please try again." msgstr "Ezin izan da handle-a egiaztatu. Mesedez, saiatu berriro." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Kontu faltsua edo bot-a" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Hauteskundeei buruzko informazio faltsua" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feeda" @@ -3623,7 +3721,7 @@ msgstr "Feed sortzailea" msgid "Feed identifier" msgstr "Feed identifikatzailea" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Feed menua" @@ -3635,8 +3733,8 @@ msgstr "Feeda aktibatu/desaktibatu" msgid "Feed unavailable" msgstr "Feeda ez dago erabilgarri" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Feedbacka" @@ -3696,7 +3794,7 @@ msgstr "Iragazi bilaketa hizkuntzaren arabera (oraingoa: {currentLanguageLabel}) msgid "Filter who can opt to receive notifications for your activity" msgstr "Iragazi nork aukera dezakeen zure jardueraren jakinarazpenak jasotzea" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Iragazi noren jakinarazpenak jasotzen dituzun" @@ -3713,7 +3811,7 @@ msgstr "Azkenean! Jarrai itzazu zuretzako garrantzitsuak diren postak. Gorde itz msgid "Finance" msgstr "Finantzak" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Aurkitu jarraitu beharreko kontuak" msgid "Find people to follow" msgstr "Aurkitu jarraitzeko jendea" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Aurkitu postak, erabiltzaileak eta feedak Bluesky-n" @@ -3741,17 +3839,17 @@ msgstr "Amaitu" msgid "Fitness" msgstr "Sasoia" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Beltz laua" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Urdin laua" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Zuri laua" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Malgua" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Jarraitu" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Jarraitu" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Jarraitu {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Jarraitu {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Jarraitu kontu guztiak" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Jarraitu bueltan" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Jarraitu bueltan" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Ezagutzen dituzun jarraitzaileak" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Jarraitzen" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Jarraitzen" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Jarraitzen {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "{handle}-ri jarraitzen" @@ -3894,11 +3988,11 @@ msgstr "Jarraitzen dizu" msgid "Follows You" msgstr "Jarraitzen Dizu" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Letra-tipoa" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Letra-tipo tamaina" @@ -3919,7 +4013,7 @@ msgstr "Segurtasun arrazoiengatik, baieztapen kode bat bidali beharko dugu zure msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Segurtasun arrazoiengatik, ezingo duzu hau berriro ikusi. Aplikazioaren pasahitza galtzen baduzu, berri bat sortu beharko duzu." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Esperientzia onena lortzeko, gaiaren letra-tipoa erabiltzea gomendatzen dizugu." @@ -3941,11 +4035,11 @@ msgstr "Ahaztu zarata" msgid "Forgot Password" msgstr "Pasahitza Ahaztua" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Pasahitza ahaztu duzu?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Ahaztuta?" @@ -3953,12 +4047,7 @@ msgstr "Ahaztuta?" msgid "Free your feed" msgstr "Askatu zure feeda" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Nahi ez den edukia maiz argitaratzen du" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Nondik" @@ -4011,7 +4100,7 @@ msgstr "Jaso jakinarazpenak jendeak zure berpostak berriro berpostatzen dituenea msgid "Get notifications when people repost your posts." msgstr "Jaso jakinarazpenak jendeak zure postak berpostatzen dituenean." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Jaso jakinarazpenak post berriei buruz" @@ -4027,7 +4116,7 @@ msgstr "Jaso {name}-ren post berrien jakinarazpenak" msgid "Get notified of this account’s activity" msgstr "Jaso kontu honen jardueraren jakinarazpenak" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Jaso jakinarazpena {name}-k posteatzen duenean" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Eman aurpegia zure profilari" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Legearen edo zerbitzu-baldintzen urraketa nabarmenak" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Indarkeriaren gorazarrea" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Legearen edo zerbitzu-baldintzen urraketa nabarmenak" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Itzuli" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Itzuli" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Itzuli aurreko urratsera" @@ -4123,7 +4208,7 @@ msgstr "Zuzenean Jarri" msgid "Go live for" msgstr "Zuzenera joan" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Joan {firstAuthorName}-ren profilera" @@ -4146,23 +4231,35 @@ msgstr "Joan feedera" msgid "Go to next" msgstr "Joan hurrengora" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Joan profilera" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Joan erabiltzailearen profilera" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Multimedia Grafikoa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Eduki grafiko bortitza" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Jokabide harrapari edo grooming-a" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hacking edo sistema erasoak" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Bide erdia!" msgid "Handle" msgstr "Handle-a" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Handle-a dagoeneko hartua. Mesedez, saiatu beste bat." @@ -4182,7 +4279,7 @@ msgstr "Handle-a dagoeneko hartua. Mesedez, saiatu beste bat." msgid "Handle changed!" msgstr "Handle aldatua!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Handle luzeegia. Mesedez, saiatu laburrago batekin." @@ -4190,10 +4287,17 @@ msgstr "Handle luzeegia. Mesedez, saiatu laburrago batekin." msgid "Haptics" msgstr "Haptikoak" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Jazarpena, troleoa edo intolerantzia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Jazarpena edo gorrotoa" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Jarduera kaltegarriak edo arrisku handikoak" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Adingabeei kalte egitea edo arriskuan jartzea" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Traola" msgid "Hashtag {tag}" msgstr "{tag} traola" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Gorrotozko diskurtsoa" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Arazoak dituzu?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Laguntza" @@ -4238,7 +4346,7 @@ msgstr "Kaixo 👋" msgid "Hidden" msgstr "Ezkutua" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Ezkutatuta zure moderazio doikuntzagatik." @@ -4248,7 +4356,7 @@ msgstr "Ezkutuko zerrenda" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Ezkutuko zerrenda" msgid "Hide" msgstr "Ezkutatu" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ezkutatu" @@ -4269,6 +4377,10 @@ msgstr "Ezkutatu" msgid "Hide customization options" msgstr "Ezkutatu pertsonalizazio-aukerak" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Joera-gaiak ezkutatu?" msgid "Hide trending videos?" msgstr "Joera-bideoak ezkutatu?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Ezkutatu erabiltzaile zerrenda" @@ -4320,7 +4432,7 @@ msgstr "Ezkutatu erabiltzaile zerrenda" msgid "Hide verification badges" msgstr "Ezkutatu egiaztapen-bereizgarriak" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Edukia ezkutatzen du" @@ -4365,12 +4477,12 @@ msgstr "Eutsi! Pixkanaka bideorako sarbidea ematen ari gara, eta ilaran zain zau msgid "Home" msgstr "Hasiera" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Hostalaria:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Hostatze hornitzailea" @@ -4383,6 +4495,10 @@ msgstr "Pil-pilean" msgid "How should we open this link?" msgstr "Nola ireki behar dugu esteka hau?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Giza trafikoa" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Pasahitza aldatu nahi baduzu, kode bat bidaliko dizugu zure kontua dela msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Zure kontuaren jardueraren jakinarazpenak nork jaso ditzakeen mugatu nahi baduzu, hau alda dezakezu <0>Ezarpenak → Pribatutasuna eta Segurtasuna0> atalean." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Garatzailea bazara, zure zerbitzari propioa osta dezakezu." @@ -4443,12 +4559,7 @@ msgstr "Garatzailea bazara, zure zerbitzari propioa osta dezakezu." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Legez kanpokoa eta Premiazkoa" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Irudia" @@ -4461,29 +4572,24 @@ msgstr "Irudien cachea garbituta" msgid "Image cache cleared, freed {0}" msgstr "Irudien cachea garbituta, {0} askatuta" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Irudia gordeta" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Ezin dira irudiak gorde zure argazki liburutegian sartzeko baimena eman ezean." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Identitate faltsua edo identitateari buruzko erreklamazio faltsua edo afiliazioa" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Identitate faltsua, desinformazioa edo erreklamazio faltsuak" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Imitazioa" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Aplikazioan" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Jakinarazpenak aplikazioan" @@ -4507,17 +4613,12 @@ msgstr "Aplikazioan, Push, Guztiontzat" msgid "In-app, Push, People you follow" msgstr "Aplikazioan, Push, Jarraitzen duzun jendea" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Mezu desegokiak edo esteka esplizituak" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Sarrera-ontzia hutsik!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Erabiltzaile-izen edo pasahitz baliogabea" @@ -4537,11 +4638,11 @@ msgstr "Idatzi pasahitz berria" msgid "Input password for account deletion" msgstr "Sartu pasahitza kontua ezabatzeko" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Sartu posta elektronikoz bidali zaizun kodea" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Elkarrekintza mugatua" @@ -4557,12 +4658,12 @@ msgstr "Jarduera-jakinarazpenak aurkeztea" msgid "Introducing saved posts AKA bookmarks" msgstr "Gordetako postak, hau da, laster-markak, aurkeztea" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "2FA baieztapen kode baliogabea." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Handle baliogabea. Mesedez, saiatu beste bat." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Interakzio-ezarpen baliogabeak." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Salaketa izenburua ez da zuzena" @@ -4626,8 +4727,8 @@ msgstr "Lanak" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Sartu Bluesky" @@ -4657,20 +4758,20 @@ msgstr "KWS Erabilera Baldintzak" msgid "KWS website" msgstr "KWS webgunea" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "{0}-k etiketatua." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Egileak etiketatua." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etiketak" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etiketak gehitu dira" @@ -4678,11 +4779,11 @@ msgstr "Etiketak gehitu dira" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Etiketak erabiltzaileei eta edukiei buruzko oharrak dira. Ezkutatzeko, abisatzeko eta sarea sailkatzeko erabil daitezke." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etiketak zure kontuan" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etiketak zure edukian" @@ -4696,7 +4797,7 @@ msgstr "Hizkuntza Ezarpenak" msgid "Languages" msgstr "Hizkuntzak" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Handiagoa" @@ -4736,12 +4837,12 @@ msgstr "Adinaren bermeari buruz gehiago ikasi" msgid "Learn more about Bluesky" msgstr "Gehiago ikasi Bluesky-ri buruz" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Gehiago ikasi zure PDS auto-hostatzeari buruz." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Gehiago ikasi eduki honi aplikatutako moderazioari buruz" @@ -4773,8 +4874,8 @@ msgstr "Gehiago ikasi Bluesky-n publikoa denari buruz." msgid "Learn more in your <0>account settings.0>" msgstr "Informazio gehiago zure <0>kontuaren ezarpenetan.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Ikasi gehiago." @@ -4787,10 +4888,10 @@ msgstr "Utzi" msgid "Leave chat" msgstr "Utzi txata" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Utzi elkarrizketa" @@ -4822,9 +4923,9 @@ msgstr "Lor dezagun pasahitza berrezartzea!" msgid "Let's go!" msgstr "Goazen!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Argia" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Argia" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Gogoko ({0, plural, one {gogoko #} other {# gogoko}})" @@ -4855,7 +4956,7 @@ msgstr "Aurkitu feeda trebatzeko 10 post gogoko egin" msgid "Like notifications" msgstr "Gustoko jakinarazpenak" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Feed hau gogoko dut" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Gogoko du {0, plural, one {# erabiltzaileak} other {# erabiltzaileek}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Zure berposten gustokoak" msgid "Likes of your reposts notifications" msgstr "Zure berpost jakinarazpenen gustokoak" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Gogoko post honetan" @@ -5021,12 +5122,12 @@ msgstr "Zuzeneko funtzioa beta proban dago" msgid "Live link" msgstr "Zuzeneko esteka" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Kargatu gehiago" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Kargatu iradokitako feed gehiago" @@ -5041,6 +5142,14 @@ msgstr "Kargatu jakinarazpen berriak" msgid "Load new posts" msgstr "Kargatu post berriak" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Kargatzen..." @@ -5049,15 +5158,19 @@ msgstr "Kargatzen..." msgid "Log" msgstr "Erregistroa" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Saioa itxita" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Saioa amaitutako ikusgarritasuna" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "@sawaratsuki.bsky.social-ren logotipoa" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "<0>@sawaratsuki.bsky.social0>-ren logotipoa" @@ -5113,8 +5226,8 @@ msgstr "Kudeatu mutututa dauden hitzak eta etiketak" msgid "Mark all as read" msgstr "Markatu denak irakurri gisa" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Markatu irakurri gisa" @@ -5132,7 +5245,7 @@ msgstr "Agian beranduago" msgid "Media" msgstr "Multimedia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Publiko batzuentzat kezkagarriak edo desegokiak izan daitezkeen multimediak." @@ -5140,14 +5253,10 @@ msgstr "Publiko batzuentzat kezkagarriak edo desegokiak izan daitezkeen multimed msgid "Mention notifications" msgstr "Aipamen jakinarazpenak" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "aipatutako erabiltzaileak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Aipatutako erabiltzaileak" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menua" msgid "Message {0}" msgstr "Mezua {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mezua ezabatuta" @@ -5172,7 +5281,7 @@ msgstr "Mezua ezabatuta" msgid "Message deleted" msgstr "Mezua ezabatuta" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "@{0}-ren mezua: {1}" @@ -5189,7 +5298,7 @@ msgstr "Mezua sartzeko eremua" msgid "Message is too long" msgstr "Mezua luzeegia da" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Mezuaren aukerak" @@ -5197,24 +5306,22 @@ msgstr "Mezuaren aukerak" msgid "Messages" msgstr "Mezuak" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Gauerdia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Adingabe bati jazarpen edo bullying-a" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Hainbat jakinarazpen" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Kontu Engainagarria" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Post engainagarria" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Engainagarria" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderazio tresnak" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Feed gehiago" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Mututu" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Mututu {tag}" @@ -5332,8 +5439,8 @@ msgstr "Mututu kontua" msgid "Mute accounts" msgstr "Mututu kontuak" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Mututu elkarrizketa" @@ -5396,7 +5503,7 @@ msgstr "Mutututako Kontuak" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Mutututako kontuei postak kendu zaizkie zure feedetatik eta jakinarazpenetatik. Mutututakoak guztiz pribatuak dira." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "\"{0}\"-k mututua" @@ -5421,17 +5528,6 @@ msgstr "Nire Feedak" msgid "Name" msgstr "Izena" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Izenak edo Deskribapenak Komunitatearen Arauak Urratzen ditu" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Joan abio multzora" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Hurrengo pantailara nabigatzen da" @@ -5455,20 +5551,16 @@ msgstr "Hurrengo pantailara nabigatzen da" msgid "Navigates to your profile" msgstr "Zure profilera nabigatzen du" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Copyright-urraketa baten berri eman behar al duzu?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Ez galdu inoiz zure jarraitzaile edo datuetarako sarbidea." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Ez dio axola, sortu handle bat niretzako" @@ -5476,17 +5568,17 @@ msgstr "Ez dio axola, sortu handle bat niretzako" msgid "New" msgstr "Berria" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Berria" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink}-rena {postsCount, plural, one {post berria} other {post berriak}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{firstAuthorName}-ren {postsCount, plural, one {post berria} other {post berriak}}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Post Berria" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "{firstAuthorLink} eta <0>{additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}0>-ren post berriak" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "{firstAuthorName} eta {additionalAuthorsCount, plural, one {beste {formattedAuthorsCount}} other {beste {formattedAuthorsCount}}}-ren post berriak" @@ -5574,8 +5666,8 @@ msgstr "Erabiltzaileen berriaren informazio elkarrizketa-koadroa" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Erantzun berrienak lehenengo" @@ -5587,8 +5679,8 @@ msgstr "Berriak" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Berriak" msgid "Next" msgstr "Hurrengoa" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Hurrengoa" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Hurrengo irudia" @@ -5616,12 +5703,12 @@ msgstr "Hurrengo irudia" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Oraindik ez dago aplikazioen pasahitzik" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "DNS Panelik gabe" @@ -5646,8 +5733,9 @@ msgstr "Irudirik ez" msgid "No likes yet" msgstr "Ez dago gogokorik oraindik" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Jada ez da {0} jarraitzen" @@ -5671,7 +5759,7 @@ msgstr "Oraindik ez dago jakinarazpenik!" msgid "No one" msgstr "Inor ez" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Egileak beste inork ezin du mezu hau aipatu." @@ -5701,7 +5789,7 @@ msgstr "Ez dago emaitzarik" msgid "No results" msgstr "Ez dago emaitzarik" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Emaitzarik ez honentzat: \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Ez da emaitzarik aurkitu \"{query}\"-rentzat" msgid "No results found for {query}" msgstr "Ez da emaitzarik aurkitu {query}-rentzat" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Ez dago emaitzarik." @@ -5732,7 +5820,7 @@ msgstr "Ez da aurkitu \"{search}\" bilaketaren emaitzarik." msgid "No thanks" msgstr "Ez, eskerrik asko" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Inor" @@ -5753,6 +5841,10 @@ msgstr "Inork ez dio berpost egin honi. Agian lehena izan beharko zenuke!" msgid "Nobody was found. Try searching for someone else." msgstr "Ez da inor aurkitu. Saiatu beste norbait bilatzen." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Baimenik gabeko irudi intimoak" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Biluztasun ez sexuala" @@ -5843,16 +5935,11 @@ msgstr "orain" msgid "Now" msgstr "Orain" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Biluztasuna" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Biluztasuna edo helduentzako edukia ez dago horrela etiketaturik" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "Ados" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Ados" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Erantzun zaharrenak lehenik" @@ -5916,7 +6003,7 @@ msgstr "Bideo bati edo gehiagori aukerazko testua falta zaio." msgid "Only .jpg and .png files are supported" msgstr ".jpg eta .png fitxategiak soilik onartzen dira" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "{0}-k bakarrik erantzun dezake." @@ -5941,7 +6028,7 @@ msgstr "Arazoren bat izan da!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Ireki abatar sortzailea" msgid "Open conversation options" msgstr "Ireki elkarrizketa aukerak" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Ireki marrazki menua" @@ -5973,8 +6060,8 @@ msgstr "Ireki emoji-hautatzailea" msgid "Open feed info screen" msgstr "Ireki feedaren informazio pantaila" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Ireki feed aukeren menua" @@ -6015,7 +6102,7 @@ msgstr "Ireki profila" msgid "Open share menu" msgstr "Ireki partekatzeko menua" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Ireki abio multzoaren menua" @@ -6032,9 +6119,9 @@ msgstr "Ireki sistemaren erregistroa" msgid "Opens a dialog to add a content warning to your post" msgstr "Zure postari eduki-abisua gehitzeko elkarrizketa-koadro bat irekitzen du" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Hari honi nork erantzun diezaiokeen aukeratzeko elkarrizketa-koadro bat irekitzen du" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "{0} esteka irekitzen du" msgid "Opens live status dialog" msgstr "Zuzeneko egoeraren elkarrizketa-koadroa irekitzen du" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Pasahitza berrezartzeko formularioa irekitzen du" @@ -6103,24 +6190,15 @@ msgstr "Pasahitza berrezartzeko formularioa irekitzen du" msgid "Opens post language settings" msgstr "Postaren hizkuntza ezarpenak irekitzen ditu" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Profil hau irekitzen du" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Aukeran, eman informazio gehigarria behean:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Aukerak:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Edo konbinatu aukera hauek:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Edo, jarraitu beste kontu batekin." @@ -6145,21 +6223,50 @@ msgstr "OTA egoera: Errorea eguneraketa eskuratzean" msgid "OTA status: None available" msgstr "OTA egoera: Ez dago bat ere eskuragarri" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Beste bat" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Beste kontu bat" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Beste haurren segurtasun arazo bat" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Beste eduki arriskutsu batzuk" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Bestelako jazarpen edo gorrotozko edukia" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Bestelako eduki engainagarria" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Beste sareko arau-hauste batzuk" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Bestelako sexu-indarkeriazko edukia" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Bestelako eduki bortitza" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Gure blogeko argitalpena" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Gure moderazio taldeak zure salaketa jaso du." @@ -6176,7 +6283,7 @@ msgstr "Orria ez da aurkitu" msgid "Page Not Found" msgstr "Orria Ez da Aurkitu" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "@{0}-k jarraitzen duen jendea" msgid "People following @{0}" msgstr "@{0}-ri jarraitzen dion jendea" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Jarraitzen ditudan pertsonak" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Etxe-animaliak" msgid "Photography" msgstr "Argazkia" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Helduentzako pentsatutako irudiak." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Ainguratu feeda" @@ -6266,7 +6381,7 @@ msgstr "Ainguratu Feeda" msgid "Pin to home" msgstr "Ainguratu hasierara" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Ainguratu Hasierara" @@ -6275,7 +6390,7 @@ msgstr "Ainguratu Hasierara" msgid "Pin to your profile" msgstr "Ainguratu zure profilera" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Ainguratua" @@ -6302,7 +6417,7 @@ msgstr "Erreproduzitu" msgid "Play {0}" msgstr "Erreproduzitu {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Erreproduzitu bideoa" @@ -6327,7 +6442,7 @@ msgstr "GIF-a erreproduzitzen du" msgid "Plays the video" msgstr "Bideoa erreproduzitzen du" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Gehitu posteatzen ari zaren multimediari dagozkion eduki-abisuak." @@ -6413,7 +6528,7 @@ msgstr "Mesedez, sartu zure gonbidapen kodea." msgid "Please enter your new email address." msgstr "Mesedez, sartu zure helbide elektroniko berria." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Mesedez, sartu zure pasahitza" @@ -6421,11 +6536,11 @@ msgstr "Mesedez, sartu zure pasahitza" msgid "Please enter your password as well:" msgstr "Mesedez, sartu zure pasahitza ere:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Mesedez, sartu zure erabiltzaile-izena" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Mesedez, azaldu zergatik uste duzun etiketa hau gaizki aplikatu duela {0}-k" @@ -6446,11 +6561,11 @@ msgstr "Mesedez, eman moderatzaileek zure Adinaren Bermearen egoera behar bezala msgid "Please select a language" msgstr "Mesedez, aukeratu hizkuntza bat" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Mesedez, aukeratu moderazio zerbitzu bat" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Mesedez, aukeratu arrazoi bat salaketa honetarako" @@ -6473,7 +6588,7 @@ msgstr "Mesedez, idatzi zure mezua jarraian:" msgid "Politics" msgstr "Politika" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografia" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Posta ezabatu da" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Post Ezkutua Mutututako Hitz batengatik" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Zuk Ezkututako Posta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Postaren elkarrekintza-ezarpenak" @@ -6614,13 +6729,8 @@ msgstr "Aurreko irudia" msgid "Primary Language" msgstr "Lehen Hizkuntza" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Lehenetsi zure Jarraipenak" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Pribatutasuna" @@ -6652,6 +6762,10 @@ msgstr "Pribatutasun eta Segurtasun ezarpenak" msgid "Privacy Policy" msgstr "Pribatutasun Politika" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Adingabe baten pribatutasun urraketa" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Bideoa prozesatzen..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profila eguneratu da" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Debekatutako elementuak edo zerbitzuak sustatzea edo saltzea" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Publikoa" @@ -6714,7 +6836,7 @@ msgstr "Argitaratu erantzuna" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Push jakinarazpenak" @@ -6764,10 +6886,6 @@ msgstr "Aipatutako posta behar bezala kendu da" msgid "Quote posts disabled" msgstr "Post aipamenak desgaituta daude" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Aipamen ezarpenak" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Aipamen ezarpenak" msgid "Quotes" msgstr "Aipamenak" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Post honen aipamenak" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Saiakera muga gainditu da. Gehiegitan saiatu zara handle-a aldatzen denbora laburrean. Mesedez, itxaron minutu bat berriro saiatu aurretik." @@ -6805,11 +6923,11 @@ msgstr "Irakurri {0, plural, one {erantzun # gehiago} other {# erantzun gehiago} msgid "Read blog post" msgstr "Irakurri blogeko posta" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Irakurri gutxiago" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Irakurri gehiago" @@ -6849,15 +6967,11 @@ msgstr "Benetako jendea." msgid "Reason for appeal" msgstr "Apelazio arrazoia" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Arrazoia:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Jaso aplikazio barruko jakinarazpenak" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Jaso push jakinarazpenak" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Berriro konektatu" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Baztertu" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Baztertu txateatzeko eskaera" @@ -6946,8 +7060,8 @@ msgstr "Kendu feeda" msgid "Remove feed?" msgstr "Feeda kendu?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Zuri erantzunda" msgid "Replies" msgstr "Erantzunak" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Erantzunak desgaituta daude" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Mezu honen erantzunak desgaituta daude." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Erantzun" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Erantzuna ({0, plural, one {erantzun #} other {# erantzun}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Erantzuna Hariaren Egileak Ezkutatuta" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Erantzuna Zuk Ezkutatuta" @@ -7120,11 +7234,7 @@ msgstr "Erantzuna Zuk Ezkutatuta" msgid "Reply notifications" msgstr "Erantzun jakinarazpenak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Erantzunaren ezarpenak" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Erantzun ezarpenak hariaren egileak aukeratzen ditu" @@ -7141,7 +7251,7 @@ msgstr "Erantzunen ikusgarritasuna eguneratu da" msgid "Reply was successfully hidden" msgstr "Erantzuna behar bezala ezkutatu da" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Salatu" msgid "Report account" msgstr "Salatu kontua" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Salatu elkarrizketa" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Salaketaren elkarrizketa-koadroa" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Salatu feeda" @@ -7176,7 +7285,7 @@ msgstr "Salatu feeda" msgid "Report list" msgstr "Salatu zerrenda" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Salatu mezua" @@ -7185,48 +7294,41 @@ msgstr "Salatu mezua" msgid "Report post" msgstr "Salatu posta" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Salatu abio multzoa" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Salaketa bidalia" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Salatu eduki hau" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Salatu elkarrizketa hau" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Salatu feed hau" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Salatu zerrenda hau" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Salatu mezu hau" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Salatu post hau" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Salatu abio multzo hau" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Salatu erabiltzaile hau" @@ -7250,7 +7352,7 @@ msgstr "Berpost jakinarazpenak" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Berpostatu edo aipatu posta" @@ -7277,7 +7379,7 @@ msgstr "Zuk berpostatua" msgid "Reposts" msgstr "Berpostak" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Berpostatu post hau" @@ -7291,8 +7393,8 @@ msgstr "Zure berposten berpostak" msgid "Reposts of your reposts notifications" msgstr "Zure berposten berpost jakinarazpenak" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Eskaera kodea" @@ -7348,7 +7450,7 @@ msgstr "Berrezarri sartze-egoera" msgid "Reset password" msgstr "Berrezarri pasahitza" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Saioa hasi berriro" @@ -7360,12 +7462,12 @@ msgstr "Azken ekintza berriro saiatzen da, errorea izan duena" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Azken ekintza berriro saiatzen da, errorea izan duena" msgid "Retry" msgstr "Saiatu berriro" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Saiatu berriro salaketa aukerak kargatzen" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Itzuli aurreko orrialdera" @@ -7399,8 +7501,8 @@ msgstr "Hasierako orrira itzultzen da" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Aurreko orrialdera itzultzen da" @@ -7412,8 +7514,8 @@ msgstr "Aurreko urratsera itzultzen da" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Aurreko urratsera itzultzen da" msgid "Save" msgstr "Gorde" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Gorde" @@ -7459,8 +7561,13 @@ msgstr "Gorde handle berria" msgid "Save QR code" msgstr "Gorde QR kodea" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Gorde nire feedetan" @@ -7487,21 +7594,25 @@ msgstr "Zure feedetan gordeta" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Esan kaixo!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Iruzurra" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Zientzia" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Joan ezkerrera" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Joan eskuinera" @@ -7513,7 +7624,7 @@ msgstr "Joan gora" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Bilatu" @@ -7553,11 +7664,11 @@ msgstr "Bilatu \"{searchText}\"" msgid "Search for feeds that you want to suggest to others." msgstr "Bilatu besteei iradoki nahi diezun feedak." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Bilatu kontu gehiago" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Bilatu feed gehiago" @@ -7610,19 +7721,19 @@ msgstr "Profilak bilatzen ditu" msgid "Security step required" msgstr "Segurtasun urratsa behar da" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Ikusi {tag} postak" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Ikusi erabiltzailearen {tag} postak" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Ikusi #{tag} postak" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Ikusi erabiltzailearen #{tag} postak" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Bilaketa graduatzailea. Erabili gezi-teklak aurrera eta atzera bilatzeko, eta espazioa erreproduzitzeko/pausatzeko" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Hautatu \"{interestsDisplayName}\" kategoria" @@ -7665,11 +7776,15 @@ msgstr "Aukeratu {langName}" msgid "Select a color" msgstr "Aukeratu kolore bat" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Aukeratu arrazoi bat" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Aukeratu kontua" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Aukeratu aplikazioaren hizkuntza bat" @@ -7701,6 +7816,14 @@ msgstr "Hautatu iraupena" msgid "Select from an existing account" msgstr "Aukeratu lehendik dagoen kontu batetik" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Aukeratu GIF-a" @@ -7727,14 +7850,10 @@ msgstr "Aukeratu hizkuntza..." msgid "Select languages" msgstr "Aukeratu hizkuntzak" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Aukeratu moderazio zerbitzua" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Aukeratu moderatzailea" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Aukeratu postaren hizkuntza" @@ -7752,10 +7871,6 @@ msgstr "Aukeratu azpitituluen fitxategia (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Aukeratu {emojiName} emojia zure abatar gisa" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Aukeratu salatzeko moderazio-zerbitzuak" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Hautatu post honetan erabilitako gehienez 3 hizkuntza" @@ -7785,7 +7900,7 @@ msgstr "Aukeratu zure interesak beheko aukeretatik" msgid "Select your preferred language for translations in your feed." msgstr "Aukeratu zure feedean itzulpenak egiteko nahi duzun hizkuntza." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Hautatu zure gogoko jakinarazpen kanalak" @@ -7793,6 +7908,10 @@ msgstr "Hautatu zure gogoko jakinarazpen kanalak" msgid "Selecting multiple media types is not supported." msgstr "Ez da onartzen hainbat euskarri mota hautatzea." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Autolesioak edo jokabide arriskutsuak" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Bidali webgune txukun bat!" @@ -7818,7 +7937,7 @@ msgstr "Bidali iritzia" msgid "Send message" msgstr "Bidali mezua" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Bidali posta {name}-ri" @@ -7826,18 +7945,7 @@ msgstr "Bidali posta {name}-ri" msgid "Send post to..." msgstr "Bidali posta hona..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Bidali salaketa" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Bidali salaketa hona {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Bidali salaketa {title}-ra" @@ -7858,7 +7966,7 @@ msgstr "Bidali mezu zuzenaren bidez" msgid "Sends email with confirmation code for account deletion" msgstr "Kontua ezabatzeko baieztapen-kodea duen mezu elektronikoa bidaltzen du" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Zerbitzariaren helbidea" @@ -7874,10 +7982,18 @@ msgstr "Ezarri jaiotze-data" msgid "Set new password" msgstr "Ezarri pasahitz berria" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Konfiguratu zure kontua" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Pasahitza berrezartzeko posta elektronikoa ezartzen du" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Ezarpenak gorde dira" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Sexu-jarduera edo biluztasun erotikoa." @@ -7953,7 +8069,7 @@ msgstr "Sexu Lizuna" msgid "Share" msgstr "Partekatu" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Partekatu" @@ -7996,7 +8112,7 @@ msgstr "Partekatu posta hemen:// URI" msgid "Share QR code" msgstr "Partekatu QR kodea" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Partekatu feed hau" @@ -8012,8 +8128,8 @@ msgstr "Partekatu abio multzo hau eta lagundu jendea zure Bluesky komunitatean s #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Partekatu zure feed gogokoena!" msgid "Shared Preferences Tester" msgstr "Partekatutako Hobespenen Probatzailea" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Erakutsi aukerazko testua" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Erakutsi hala ere" @@ -8067,6 +8183,10 @@ msgstr "Erakutsi honelako gutxiago" msgid "Show list anyway" msgstr "Erakutsi zerrenda hala ere" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Erakutsi gehiago" @@ -8080,7 +8200,7 @@ msgstr "Erakutsi horrelako gehiago" msgid "Show more replies" msgstr "Erakutsi erantzun gehiago" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Erakutsi postaren erantzunak hari-zuhaitz ikuspegi batean" @@ -8098,10 +8218,6 @@ msgstr "Erakutsi erantzunak" msgid "Show replies as" msgstr "Erakutsi erantzunak honela" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Erakutsi jarraitzen duzun jendearen erantzunak gainerako erantzunen aurretik" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Erakutsi abisua" msgid "Show warning and filter from feeds" msgstr "Erakutsi feedetako abisua eta iragazkia" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Post hau noiz sortu zenari buruzko informazioa erakusten du" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Edukia erakusten du" @@ -8145,7 +8261,7 @@ msgstr "Edukia erakusten du" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Edukia erakusten du" msgid "Sign in" msgstr "Hasi saioa" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Hasi saioa {0} gisa" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Hasi saioa honela..." @@ -8177,7 +8293,7 @@ msgstr "Hasi saioa edo sortu kontua" msgid "Sign in or create your account to join the conversation!" msgstr "Hasi saioa edo sortu zure kontua elkarrizketan sartzeko!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Hasi saioa zerrendan ez dagoen kontuan" @@ -8243,7 +8359,7 @@ msgstr "Saltatu sarrera eta hasi zure kontua erabiltzen" msgid "Skip to next step" msgstr "Hurrengo urratsera joan" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Txikiagoa" @@ -8268,7 +8384,7 @@ msgstr "Zure egiaztapenetako batzuk baliogabeak dira." msgid "Some other feeds you might like" msgstr "Gustatuko litzaizukeen beste feed batzuk" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Batzuek erantzun dezakete" @@ -8280,7 +8396,7 @@ msgstr "Norbaitek erreakzionatu du {0}" msgid "Someone reacted {0} to {1}" msgstr "Norbaitek erreakzionatu du {0} {1}-i" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Zerbait ez zegoen ondo salatzen saiatzen ari zaren datuekin. Mesedez, jarri laguntzarekin harremanetan." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Zerbait gaizki joan da" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Arazoren bat izan da. Mesedez, saiatu berriro" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Arazoren bat izan da!" msgid "Something went wrong. Please try again in a moment." msgstr "Arazoren bat izan da. Mesedez, saiatu berriro geroago." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Arazoren bat izan da. Mesedez, saiatu berriro." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Zerbait gaizki? Jakinaraziguzu." @@ -8327,34 +8442,30 @@ msgstr "Barkatu, ezin ditugu kontu-iradokizunak kargatu une honetan." msgid "Sorry! Your session expired. Please sign in again." msgstr "Barkatu! Zure saioa iraungi da. Mesedez, hasi saioa berriro." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordenatu erantzunak" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordenatu erantzunak honen arabera" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordenatu post bereko erantzunak honela:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Iturria: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spama" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spama; gehiegizko aipamen edo erantzunak" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Spam-a edo bestelako jokabide edo engainu faltsuak" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spama; gehiegizko aipamen edo erantzunak" msgid "Sports" msgstr "Kirolak" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Hasi elkarrizketa bat, eta hemen agertuko da." @@ -8403,11 +8514,11 @@ msgstr "<0/>-ren abio multzoa" msgid "Starter pack by you" msgstr "Zure abio multzoa" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Abio multzoa ez da zuzena" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Abio Multzoak" @@ -8436,8 +8547,8 @@ msgstr "Ipuin liburua" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Bidali apelazioa" msgid "Submit Appeal" msgstr "Bidali Apelazioa" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Bidali salaketa" @@ -8494,7 +8605,7 @@ msgstr "Arrakasta!" msgid "Successfully verified" msgstr "Behar bezala egiaztatu da" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Iradokitako Kontuak" @@ -8506,17 +8617,17 @@ msgstr "Iradokitako Kontuak" msgid "Suggested for you" msgstr "Zuretzat proposatua" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Lizuna" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Egunsentia" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Ilunabarra" @@ -8547,10 +8658,10 @@ msgstr "Kontuak aldatu" msgid "Switch to {0}" msgstr "Aldatu {0}-ra" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "Ukitu testuinguru-menua ixteko" msgid "Tap to dismiss" msgstr "Sakatu baztertzeko" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Jazarpen zuzendua" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Ataza amaituta - 10-ek jarraitzen dute!" @@ -8620,8 +8735,8 @@ msgstr "Kontaiguzu zure buruari buruz pixka bat" msgid "Tell us a little more" msgstr "Kontaiguzu apur bat gehiago" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Baldintzak" @@ -8637,26 +8752,11 @@ msgstr "Baldintzak" msgid "Terms of Service" msgstr "Zerbitzu-Baldintzak" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Erabilitako terminoek komunitatearen estandarrak urratzen dituzte" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Testua eta etiketak" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Testu eremua" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Testua idazteko eremua" @@ -8665,10 +8765,6 @@ msgstr "Testua idazteko eremua" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Eskerrik asko zure iritziagatik! Feedaren operadoreari bidali zaio." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Eskerrik asko. Zure salaketa bidali da." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Eskerrik asko, zure helbide elektronikoa behar bezala egiaztatu duzu. Le msgid "Thanks! You're all set." msgstr "Eskerrik asko! Dena prest duzu." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Horrek honako hauek ditu:" @@ -8699,11 +8795,11 @@ msgstr "Erabiltzaile-izen hori dagoeneko hartuta dago" msgid "That's all, folks!" msgstr "Hori da guztia, lagunok!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Hori da dena!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Kontua zurekin elkarreragin ahal izango du desblokeatu ondoren." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Aplikazioa berrabiaraziko da" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Hari honen egileak erantzun hau ezkutatu du." @@ -8750,11 +8846,11 @@ msgstr "Esperientzia hobea da aplikazioan. Deskargatu Bluesky orain eta utzi zen msgid "The feed has been replaced with Discover." msgstr "Feeda Ezagutu-gatik ordezkatu da." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Etiketa hauek aplikatu zaizkio zure konturi." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Etiketa hauek aplikatu zaizkio zure edukiari." @@ -8788,7 +8884,7 @@ msgstr "Hautatutako bideoa 100 MB baino handiagoa da. Mesedez, saiatu berriro f 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Zerbitzu Baldintzak hona eraman da" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Gaia" @@ -8827,7 +8923,7 @@ msgstr "Arazo bat izan da Tenor-era konektatzean." msgid "There was an issue contacting the server" msgstr "Arazo bat izan da zerbitzariarekin harremanetan jartzeko" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Arazo bat izan da zerbitzariarekin harremanetan jartzeko. Mesedez, egiaz 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Arazo bat izan da postak eskuratzean. Sakatu hemen berriro saiatzeko." @@ -8845,7 +8941,7 @@ msgstr "Arazo bat izan da postak eskuratzean. Sakatu hemen berriro saiatzeko." msgid "There was an issue fetching the list. Tap here to try again." msgstr "Arazo bat izan da zerrenda eskuratzean. Sakatu hemen berriro saiatzeko." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Arazo bat izan da aplikazio pasahitzak eskuratzean" @@ -8862,11 +8958,6 @@ msgstr "Arazo bat izan da zure zerbitzu informazioa eskuratzean" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Arazo bat izan da feed hau kentzean. Egiaztatu Interneteko konexioa eta saiatu berriro." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Arazo bat izan da zure salaketa bidaltzean. Mesedez, egiaztatu zure Interneteko konexioa." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Arazo bat izan da feedak eguneratzean. Egiaztatu Interneteko konexioa et #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Arazo bat izan da feedak eguneratzean. Egiaztatu Interneteko konexioa et msgid "There was an issue! {0}" msgstr "Arazo bat egon da! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Aplikazioan ustekabeko arazo bat egon da. Mesedez, esan iezaguzu hau ger 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Ezarpen hauek Jarraitzen feedari soilik aplikatzen zaizkio." @@ -8941,7 +9036,7 @@ msgstr "Kontu hau zure moderazio-zerrenda batek edo gehiagok blokeatzen du. Desb msgid "This action can be undone at any time." msgstr "Ekintza hau edozein unetan desegin daiteke." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Apelazio hau <0>{sourceName}0> helbidera bidaliko da." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Eduki hau {0}-k dauka. Kanpoko multimedia gaitu nahi duzu?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Eduki hau ez dago erabilgarri inplikatutako erabiltzaileetako batek bestea blokeatu duelako." @@ -9006,7 +9101,7 @@ msgstr "Ezaugarri hau ez dago erabilgarri aplikazioaren pasahitza erabiltzen duz msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Feed honek trafiko handia jasotzen ari da eta aldi baterako ez dago erabilgarri. Mesedez, saiatu berriro geroago." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Feed hau hutsik dago! Baliteke erabiltzaile gehiago jarraitu behar izatea edo hizkuntza-ezarpenak doitzea." @@ -9020,7 +9115,7 @@ msgstr "Feed hau hutsik dago." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Feed hau jada ez dago sarean. <0>Ezagutu0> erakusten ari gara horren ordez." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Handle hau erreserbatuta dago. Mesedez, saiatu beste bat." @@ -9037,7 +9132,7 @@ msgstr "Esteka hau ez da baliozkoa" msgid "This label was applied by the author." msgstr "Etiketa hau egileak aplikatu du." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Etiketa hau zuk aplikatu duzu." @@ -9065,11 +9160,11 @@ msgstr "Zerrenda hau hutsik dago." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Moderazio-zerbitzu hau ez dago erabilgarri. Ikus behean xehetasun gehiagorako. Arazo honek jarraitzen badu, jarri gurekin harremanetan." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Post honek <0>{0}0>-n sortu dela dio, baina Bluesky-k <1>{1}1>-n ikusi zuen lehen aldiz." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Erantzun hau zure hariaren beheko aldean ezkutuko atal batean ordenatuko 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Honek domeinu-erregistro bat sortu beharko luke hemen:" @@ -9113,7 +9208,7 @@ msgstr "Minutu batzuk besterik ez luke iraun behar." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Erabiltzaile honek ez du bistaratzeko izenik, beraz, ezin da egiaztatu." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Erabiltzaile honek ez du jarraitzailerik." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Erabiltzaile honek blokeatu zaitu" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Erabiltzaile honek blokeatu zaitu. Ezin duzu haren edukia ikusi." @@ -9142,7 +9237,7 @@ msgstr "Erabiltzaile hau mututu duzun <0>{0}0> zerrendan sartuta dago." msgid "This user is new here. Press for more info about when they joined." msgstr "Erabiltzaile hau berria da hemen. Sakatu noiz sartu zenari buruzko informazio gehiago lortzeko." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Erabiltzaile hau ez du inor jarraitzen." @@ -9168,7 +9263,7 @@ msgstr "Hariaren aukerak" msgid "Thread preferences" msgstr "Hariaren hobespenak" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Hariaren Hobespenak" @@ -9181,6 +9276,10 @@ msgstr "Harikatua" msgid "Threads Preferences" msgstr "Harien Hobespenak" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Mehatxuak edo instigazioa" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Geratzen den denbora: {0, plural, other {# segundu}}" @@ -9198,10 +9297,6 @@ msgstr "Zure posta elektronikoaren 2FA metodoa desgaitzeko, mesedez egiaztatu <0 msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Elkarrizketa bat salatzeko, mesedez salatu haren mezuetako bat elkarrizketa-pantailaren bidez. Horri esker, gure moderatzaileek zure arazoaren testuingurua ulertu ahal izango dute." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Nori bidali nahiko zenioke salaketa hau?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Gaur" @@ -9222,8 +9317,8 @@ msgstr "Joan gora" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Goiko erantzunak lehenik" @@ -9231,17 +9326,17 @@ msgstr "Goiko erantzunak lehenik" msgid "Topic" msgstr "Gaia" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Itzuli" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Zuhaitz-ikuspegia" @@ -9253,6 +9348,10 @@ msgstr "Joera" msgid "Trending Videos" msgstr "Joera Bideoak" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolling-a" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "Konfiantza harremanetatik, komunitateetatik eta partekatutako testuinguruetatik sortzen da, beraz, <0>egiaztatzaile fidagarriak0> ere gaitzen ari gara: egiaztapena zuzenean jaulki dezaketen erakundeak." @@ -9274,7 +9373,7 @@ msgstr "Bi faktoreko autentifikazioa (2FA)" msgid "Type your message here" msgstr "Idatzi zure mezua hemen" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Mota:" @@ -9294,13 +9393,13 @@ msgstr "Ezin da zure zerbitzuarekin harremanetan jarri. Mesedez, egiaztatu zure #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Ezin da ezabatu" @@ -9324,27 +9423,27 @@ msgstr "Feedaren informazioa ez dago erabilgarri" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Desblokeatu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Desblokeatu" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Desblokeatu kontua" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Kontua Desblokeatu?" @@ -9369,12 +9468,7 @@ msgstr "Desegin berposta" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desegin berposta ({0, plural, one {berpost #} other {# berpost}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Jarraitzen utzi" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} jarraitzen utzi" @@ -9383,7 +9477,7 @@ msgstr "{0} jarraitzen utzi" msgid "Unfollow account" msgstr "Utzi kontua jarraitzeari" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Erabiltzailea jarraitzeari uzten dio" @@ -9391,7 +9485,7 @@ msgstr "Erabiltzailea jarraitzeari uzten dio" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Zoritxarrez, Bluesky ez dago erabilgarri Mississippi-n une honetan." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Zoritxarrez, harpidetutako etiketatzaileetako batek ere ez du onartzen salaketa mota hau." @@ -9399,12 +9493,20 @@ msgstr "Zoritxarrez, harpidetutako etiketatzaileetako batek ere ez du onartzen s msgid "Unknown verifier" msgstr "Egiaztatzaile ezezaguna" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Helduentzako etiketarik gabeko edukia" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Etiketarik gabeko, abusuzko edo baimenik gabeko helduentzako edukia" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Ez gogoko ({0, plural, one {gogoko #} other {# gogoko}})" @@ -9419,8 +9521,8 @@ msgstr "Desmututu" msgid "Unmute" msgstr "Mututzea utzi" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "{tag} ez mututu" @@ -9431,7 +9533,7 @@ msgstr "{tag} ez mututu" msgid "Unmute account" msgstr "Desmututu kontua" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Elkarrizketa ez mututu" @@ -9454,8 +9556,8 @@ msgstr "Bideoa ez mututu" msgid "Unpin" msgstr "Aingura kendu" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Feedari aingura kendu" @@ -9464,8 +9566,8 @@ msgstr "Feedari aingura kendu" msgid "Unpin Feed" msgstr "Kendu aingura Feedari" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Aingura kendu hasieratik" @@ -9517,13 +9619,6 @@ msgstr "Zerrendatik harpidetza kenduta" msgid "Unsupported video type: {mimeType}" msgstr "Bideo mota bateraezina: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Nahi ez den sexu-edukia" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Eguneratu <0>{displayName}0> Zerrendetan" msgid "Update email" msgstr "Eguneratu posta elektronikoa" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Eguneratu {domain}ra" @@ -9567,7 +9662,7 @@ msgstr "Eguneratzen..." msgid "Upload a photo instead" msgstr "Kargatu argazki bat ordez" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Kargatu testu-fitxategi bat hona:" @@ -9603,11 +9698,11 @@ msgstr "Estekaren miniatura kargatzen..." msgid "Uploading video..." msgstr "Bideoa kargatzen..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Erabili aplikazioen pasahitzak beste Bluesky bezeroetan saioa hasteko, zure konturako edo pasahitzerako sarbide osoa eman gabe." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Erabili hornitzaile lehenetsia" @@ -9638,17 +9733,17 @@ msgstr "Erabili hau zure handle-arekin batera beste aplikazioan saioa hasteko." msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Erabili zure kontuko helbide elektronikoa, edo zuk kontrolatzen duzun beste benetako helbide elektroniko bat, KWS edo Bluesky-k zurekin harremanetan jarri behar badute." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Erabiltzailea blokeatuta" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Erabiltzailea blokeatuta" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "\"{0}\"-k blokeatutako erabiltzailea" @@ -9660,7 +9755,7 @@ msgstr "Zerrendak blokeatutako erabiltzailea" msgid "User Blocked by List" msgstr "Zerrendak blokeatutako erabiltzailea" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Erabiltzaileak Zu blokeatzen ari da" @@ -9698,15 +9793,15 @@ msgstr "Erabiltzaile-izenak ezin du marratxo batekin hasi edo amaitu" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Erabiltzaile-izenak letrak (a-z), zenbakiak eta marratxoak bakarrik izan behar ditu" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Erabiltzaile-izena edo helbide elektronikoa" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "<0>@{0}0>-k jarraitzen dituen erabiltzaileak" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "<0>@{0}0> erabiltzaileak jarraitzen" @@ -9715,15 +9810,7 @@ msgstr "<0>@{0}0> erabiltzaileak jarraitzen" msgid "Users I follow" msgstr "Nik jarraitzen ditudan erabiltzaileak" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "\"{0}\"-n dauden erabiltzaileak" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Nik jarraitzen ditudan erabiltzaileak" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Balioa:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Egiaztatu kodea" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Egiaztatu DNS erregistroa" @@ -9786,8 +9873,8 @@ msgstr "Egiaztatu posta elektronikoko elkarrizketa-koadroa" msgid "Verify now" msgstr "Egiaztatu orain" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Egiaztatu testu-fitxategia" @@ -9841,15 +9928,15 @@ msgstr "{0}-ren bideoa: {text}" msgid "Video Games" msgstr "Bideo-jokoak" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Bideoa geldirik dago" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Bideoa erreproduzitzen ari da" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Ez da bideoa aurkitu." @@ -9882,11 +9969,11 @@ msgstr "Ikusi" msgid "View {0}'s avatar" msgstr "Ikusi {0}-ren abatarra" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Ikusi {0}-ren profila" @@ -9906,16 +9993,11 @@ msgstr "Ikusi blogeko argitalpena xehetasun gehiago lortzeko" msgid "View debug entry" msgstr "Ikusi arazketa-sarrera" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Ikusi xehetasunak" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Ikusi copyright-urraketa salatzeko xehetasunak" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Ikusi hari osoa" @@ -9960,7 +10042,7 @@ msgstr "Ikusi @{0}-k eskaintzen duen etiketa-zerbitzua" msgid "View this user's verifications" msgstr "Ikusi erabiltzaile honen egiaztapenak" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Ikusi feed hau gogoko duten erabiltzaileak" @@ -9993,8 +10075,8 @@ msgstr "Ikusi zuk mutututako kontuak" msgid "View your verifications" msgstr "Ikusi zure egiaztapenak" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Irudi osoa ikusten du" @@ -10002,6 +10084,14 @@ msgstr "Irudi osoa ikusten du" msgid "Views video in immersive mode" msgstr "Bideoa murgiltze moduan ikusten du" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Indarkeria" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Eduki bortitza edo mehatxagarria" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Egiaztapen-marka bat sakatzen duzunean, egiaztapena zein erakundek eman msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Zein hizkuntzatan ikusi nahiko zenituzke zure feed algoritmikoak?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Nork elkarreragin dezake post honekin?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Nork erantzun dezake" @@ -10249,40 +10340,38 @@ msgstr "Aiba! Joera bideoak kargatzeak huts egin du." msgid "Why are you appealing?" msgstr "Zergatik zaude apelatzen?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Zergatik berrikusi behar da eduki hau?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Zergatik berrikusi beharko litzateke elkarrizketa hau?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Zergatik berrikusi behar da feed hau?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Zergatik berrikusi behar da zerrenda hau?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Zergatik berrikusi behar da mezu hau?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Zergatik berrikusi behar da post hau?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Zergatik berrikusi behar da abio multzo hau?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Zergatik berrikusi behar da erabiltzaile hau?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Erabiltzaile hau blokeatu eta/edo elkarrizketa hau ezabatu nahi duzu?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Bai" msgid "Yes, deactivate" msgstr "Bai, desaktibatu" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Bai, ezabatu abio multzo hau" @@ -10373,7 +10462,7 @@ msgstr "Ez duzu baimenik zuzenean jartzeko" msgid "You are not allowed to upload videos." msgstr "Ezin dituzu bideoak kargatu." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Ez zara inor jarraitzen ari." @@ -10445,17 +10534,13 @@ msgstr "Zure kontua berriro aktiba dezakezu saioa hasten jarraitzeko. Zure profi msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Guztira gehienez {MAX_IMAGES, plural, other {# irudi}} hauta ditzakezu." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Interakzio-ezarpen lehenetsiak ezar ditzakezu <0>Ezarpenak → Moderazioa → Interakzio-ezarpenak0> atalean." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Geroago eguneratu dezakezu hau zure ezarpenetan." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Ez duzu jarraitzailerik." @@ -10467,6 +10552,10 @@ msgstr "Ez duzu jarraitzen @{name}-k jarraitzen duen erabiltzailerik." msgid "You don't have any chat requests at the moment." msgstr "Ez daukazu txateatzeko eskaerarik oraingoz." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Ez duzu feed ainguraturik." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Erabiltzaile hau blokeatu duzu" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Erabiltzaile hau blokeatu duzu. Ezin duzu bere edukia ikusi." @@ -10495,7 +10584,7 @@ msgstr "Erabat desgaitu dituzu erantzun eta aipamen jakinarazpenak, beraz, fitxa 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Post hau ezkutatu duzu" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Post hau ezkutatu duzu." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Kontu hau mututu duzu." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Erabiltzaile hau mututu duzu" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Ez duzu oraindik hitzik edo etiketarik mututu" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Erantzun hau ezkutatu duzu." @@ -10574,11 +10663,11 @@ msgstr "Zu Bluesky-n sartu zinen orain dela {timeAgoString}" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Zu Bluesky-n sartu zinen abio multzo bat erabiliz orain dela {timeAgoString}" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Norberarenak ez diren etiketak apelatu ditzakezu akatsean jarri direla uste baduzu." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Etiketa hauek apelatu ditzakezu akatsean jarri direla uste baduzu." @@ -10614,10 +10703,6 @@ msgstr "Adinaren bermea bete behar duzu pantaila honetara sartzeko." 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Gutxienez etiketatzaile bat hautatu behar duzu salaketa baterako" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Hasteko prest zaude!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Aplikazioaren pasahitz batekin hasi duzu saioa. Mesedez, hasi saioa zure pasahitz nagusiarekin zure kontua desaktibatzen jarraitzeko." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Etiketa honen aurkako helegitea aurkeztu duzu dagoeneko eta gure moderazio taldeak berrikusten ari da." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Post honetan hitz edo etiketa bat ezkutatzea aukeratu duzu." @@ -10750,7 +10839,7 @@ msgstr "Bideoak kargatzeko eguneko mugara iritsi zara (byte gehiegi)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Zure apelazioa bidali da. Zure apelazioa onartzen bada, mezu elektroniko msgid "Your birth date" msgstr "Zure jaiotze-data" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Zure arakatzaileak ez du bideo formatua onartzen. Mesedez, saiatu beste arakatzaile batekin." @@ -10798,7 +10887,7 @@ msgstr "Zure txatak desaktibatu dira" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Zure aukera etorkizuneko esteketarako gogoratuko da. Edozein unetan alda dezakezu ezarpenetan." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Zure oraingo handlea <0>{0}0> zuretzako automatikoki erreserbatuko da. Edozein momentutan berriro aukeratu dezakezu kontu honetatik." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Zure jarraitzaileak" @@ -10905,14 +10994,10 @@ msgstr "Zure profila, postak, feedak eta zerrendak ez dira ikusgai egongo beste msgid "Your reply was sent" msgstr "Zure erantzuna bidali da" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Zure salaketa <0>{0}0>-ra bidaliko da." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Zure salaketa Bluesky Moderazio Zerbitzura bidaliko da" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "Aukeratutako interesek gogoko duzun edukia zerbitzatzen laguntzen digute." diff --git a/src/locale/locales/fi/messages.po b/src/locale/locales/fi/messages.po index 1422c906be..6185d2bdc5 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {seuraaja} other {seuraajaa}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seurattu} other {seurattua}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {tykkäys} other {tykkäystä}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {tykkäys} other {tykkäystä}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {julkaisu} other {julkaisua}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {lainaus} other {lainausta}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {uudelleenjulkaisu} other {uudelleenjulkaisua}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {tunti} other {tuntia}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuutti} other {minuuttia}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}0> seurasivat sinua" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}0> tykkäsivät mukautetusta syötteestäsi" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}0> tykkäsivät julkaisustasi" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}0> uudelleenjulkaisivat julkaisusi" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} ja <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}}0> rekisteröityivät aloituspakettisi avulla" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} seurasi sinua" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} seurasi sinua takaisin" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} tykkäsi mukautetusta syötteestäsi" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} tykkäsi julkaisustasi" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} uudelleenjulkaisi julkaisusi" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} rekisteröityi aloituspakettisi avulla" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} seurasivat sinua" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} tykkäsivät mukautetusta syötteestäsi" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} tykkäsivät julkaisustasi" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} uudelleenjulkaisivat julkaisusi" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} ja {additionalAuthorsCount, plural, one {{formattedAuthorsCount} muu} other {{formattedAuthorsCount} muuta}} rekisteröityivät aloituspakettisi avulla" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} seurasi sinua" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} seurasi sinua takaisin" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} tykkäsi mukautetusta syötteestäsi" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} tykkäsi julkaisustasi" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} uudelleenjulkaisi julkaisusi" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} rekisteröityi aloituspakettisi avulla" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} seurattua" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> ja<1> 1><2>{1} 2>sisältyvät aloituspakettiisi" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> sisältyy aloituspakettiisi" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "Listan <0>{0}0> jäsenet" @@ -515,7 +519,7 @@ msgstr "⚠Virheellinen käyttäjätunnus" msgid "24 hours" msgstr "24 tuntia" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Kaksivaiheisen tunnistautumisen vahvistus" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Tietoja" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Saavutettavuusasetukset" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Tili" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Tili mykistetty" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Tili mykistetty" @@ -627,11 +635,15 @@ msgstr "Tili mykistetty listan perusteella" msgid "Account options" msgstr "Tilin valinnat" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Tili poistettu pikakäytöstä" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Lisää vielä {0} jatkaaksesi" msgid "Add {displayName} to starter pack" msgstr "Lisää {displayName} aloituspakettiin" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Lisää sisältövaroitus" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Lisää sovellussalasana" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Lisää sovellussalasana" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "Lisää syötteitä aloituspakettiisi!" msgid "Add the default feed of only people you follow" msgstr "Lisää oletussyöte: vain seuraamasi käyttäjät" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Lisää seuraava DNS-tietue verkkotunnukseesi:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Aikuinen" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Aikuissisältö" @@ -846,11 +862,15 @@ msgstr "Aikuissisällön voi ottaa käyttöön vain selainsovelluksen <0>bsky.ap msgid "Adult content is disabled." msgstr "Aikuissisältö on poissa käytöstä." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Aikuissisällön merkinnät" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Edistyneet" @@ -903,6 +923,10 @@ msgstr "Kaikki tallentamasi syötteet yhdessä paikassa." msgid "Allow access to your direct messages" msgstr "Salli pääsy yksityisviesteihisi" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Salli uudet viestit" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Salli lainausjulkaisut" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Salli vastaukset" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Sallii pääsyn yksityisviesteihin" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Onko sinulla jo koodi?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Aloituspakettiasi luotaessa tapahtui virhe. Haluatko yrittää uudelleen?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "Videota ladattaesa tapahtui virhe. Yritä uudelleen." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "QR-koodia tallennettaessa tapahtui virhe!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Ongelma, joka ei sisälly näihin vaihtoehtoihin" @@ -1050,10 +1089,10 @@ msgstr "Yritettäessä avata chattia ilmenei ongelma" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Ilmeni ongelma. Yritä uudelleen." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "tuntematon merkitsijä" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "ja" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Epäsosiaalinen käytös" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Kaikki voivat olla vuorovaikutuksessa" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Sovelluksen kieli" msgid "App Password" msgstr "Sovellussalasana" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Sovellukssalasana poistettu" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Sovellussalasanat" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Sovellussalasanat" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Valita" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Valita merkinnästä ”{0}”" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Valita tästä päätöksestä" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Käytä oletusarvoisia suositeltuja syötteitä" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arkistoitu ajankohdasta {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Arkistoitu julkaisu" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Haluatko varmasti poistaa sovellussalasanan ”{0}”?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Haluatko varmasti poistaa tämän viestin? Viesti poistuu sinulta mutta ei toiselta keskusteluun osallistuneelta." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Haluatko varmasti poistaa tämän aloituspaketin?" @@ -1252,7 +1298,7 @@ msgstr "Kirjoitatko kielellä <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Taide" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Taiteellinen tai ei-eroottinen alastomuus." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "Toista videot ja GIF-animaatiot automaattisesti" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Takaisin" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Ennen aloituspaketin luomista sinun on vahvistettava sähköpostiosoitteesi." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Syntymäpäivä" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Estä" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Estetäänkö tili?" msgid "Block accounts" msgstr "Estä tilit" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Estä lista" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "Estetäänkö nämä tilit?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Estetty" @@ -1449,25 +1503,25 @@ msgstr "Estäminen ei estä merkintöjen asettamista tilillesi, mutta se estää msgid "Blog" msgstr "Blogi" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ei voi vahvistaa väitetyn päivämäärän oikeellisuutta." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 on avoin verkosto, jossa voit valita hostauspalveluntarjoajasi. Jos olet kehittäjä, voit hostata omaa palvelintasi." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "Sumenna kuvat ja suodata syötteistä" msgid "Books" msgstr "Kirjat" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Selaa lisää tilejä Explore-sivulla" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Yritys" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Käyttäjältä {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Käyttäjältä <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Peruuta tilin käyttöönpalautus ja kirjaudu ulos" msgid "Cancel search" msgstr "Peruuta haku" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Estetyn käyttäjän kanssa ei voi olla vuorovaikutuksessa" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Vaihda käyttäjätunnus" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Chatti" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chatti mykistetty" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Chatin asetukset" msgid "Chat Settings" msgstr "Chatin asetukset" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chatti mykistetty" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "Tarkista tilani" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Tarkista sähköpostisi ja syötä saamasi kirjautumiskoodi tähän." @@ -1805,6 +1868,14 @@ msgstr "Tarkista sähköpostisi ja syötä saamasi kirjautumiskoodi tähän." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Tarkista sähköpostisi ja syötä saamasi vahvistuskoodi alle:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Valitse verkkotunnuksen vahvistusmenetelmä" @@ -1833,7 +1904,7 @@ msgstr "Valitse algoritmit, jotka ohjaavat mukautettuja syötteitäsi." msgid "Choose this color as your avatar" msgstr "Valitse tämä väri profiilikuvaksesi" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Napsauta poistaaksesi lainausjulkaisut käytöstä tältä julkaisulta." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Napsauta ottaaksesi lainausjulkaisut käyttöön tälle julkaisulle." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Napsauta tästä avataksesi valikon tunnisteelle {tag}" @@ -1919,9 +1982,11 @@ msgstr "Kopoti 🐴 kopoti 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Kopoti 🐴 kopoti 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Sulje" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Sulje aktiivinen valintaikkuna" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "Sulkee kuvan katseluohjelman" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Pienennä käyttäjäluettelo" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Pienentää tämän ilmoituksen käyttäjäluettelon" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Väritila" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Vahvistuskoodi" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Yhdistetään…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Sisällön kielet" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Sisältö ei saatavilla" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Sisältövaroitus" @@ -2212,7 +2281,7 @@ msgstr "Kontekstivalikon tausta-alue. Napsauta sulkeaksesi valikon." msgid "Continue" msgstr "Jatka" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Jatka käyttäjänä {0} (nyt kirjautuneena)" @@ -2236,8 +2305,8 @@ msgstr "Jatka seuraavaan vaiheeseen" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Keskustelu poistettu" @@ -2254,7 +2323,7 @@ msgstr "Ruoanlaitto" msgid "Copied build version to clipboard" msgstr "Ohjelmiston versio kopioitu leikepöydälle" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Ohjelmiston versio kopioitu leikepöydälle" msgid "Copied to clipboard" msgstr "Kopioitu leikepöydälle" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Kopioitu!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kopioi koodi" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Kopioi DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Kopioi hosti" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Kopioi linkki" @@ -2331,12 +2400,12 @@ msgstr "Kopioi julkaisun linkki" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Kopioi viestin teksti" @@ -2354,7 +2423,7 @@ msgstr "Kopioi julkaisun teksti" msgid "Copy QR code" msgstr "Kopioi QR-koodi" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Kopioi TXT-tietueen arvo" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Chatista ei voitu poistua" @@ -2392,7 +2461,7 @@ msgstr "Syötettä ei voitu ladata" msgid "Could not load list" msgstr "Listaa ei voitu ladata" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Chattia ei voitu mykistää" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Luo uusi tili" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Luo raportti: {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Luotu {0}" @@ -2503,8 +2573,8 @@ msgstr "Tekijä on estetty" msgid "Culture" msgstr "Kulttuuri" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Mukautettu" @@ -2512,18 +2582,22 @@ msgstr "Mukautettu" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Mukauta, kuka voi olla vuorovaikutuksessa tämän julkaisun kanssa." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Tumma" @@ -2536,7 +2610,7 @@ msgstr "Tumma" msgid "Dark mode" msgstr "Tumma ulkoasu" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tumma teema" @@ -2558,7 +2632,11 @@ msgstr "Avaa moderoinnin vianetsintä" msgid "Debug panel" msgstr "Vianetsintäpaneeli" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Oletus" @@ -2566,14 +2644,14 @@ msgstr "Oletus" msgid "Default icons" msgstr "Oletuskuvakkeet" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Poista" @@ -2586,16 +2664,16 @@ msgstr "Poista tili" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Poista tili <0>”0><1>{0}1><2>”2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Poista sovellussalasana" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Poistetaanko sovellussalasana?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "Poista chatin deklaraatiotietue" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Poista itseltäni" @@ -2623,11 +2701,11 @@ msgstr "Poista itseltäni" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Poista viesti" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Poista viesti itseltäni" @@ -2641,12 +2719,12 @@ msgstr "Poista tilini" msgid "Delete post" msgstr "Poista julkaisu" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Poista aloituspaketti" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Poistetaanko aloituspaketti?" @@ -2709,11 +2787,11 @@ msgstr "" msgid "Developer options" msgstr "Kehittäjän valinnat" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Valintaikkuna: säädä, kuka voi olla vuorovaikutuksessa tämän julkaisun kanssa" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Himmeä" @@ -2735,6 +2813,14 @@ msgstr "Poista sähköpostiin perustuva kaksivaiheinen tunnistautuminen käytös msgid "Disable haptic feedback" msgstr "Poista haptinen palaute käytöstä" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Poista tekstitykset käytöstä" @@ -2778,7 +2864,7 @@ msgstr "Kiellä sovelluksia näyttämästä tiliäni kirjautumattomille käyttä msgid "Discover new custom feeds" msgstr "Löydä uusia mukautettuja syötteitä" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Löydä uusia syötteitä" @@ -2817,8 +2903,8 @@ msgstr "Näyttönimi" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS-paneeli" @@ -2830,7 +2916,7 @@ msgstr "Älä käytä tätä mykistyssanaa seuraamiisi käyttäjiin" msgid "Does not include nudity." msgstr "Ei sisällä alastomuutta." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Verkkotunnus vahvistettu!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "Kaksoisnapauta sulkeaksesi valintaikkunan" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "Lataa Bluesky" msgid "Download CAR file" msgstr "Lataa CAR-tiedosto" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Raahaa tähän lisätäksesi kuvia" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Muokkaa käyttäjiä" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Muokkaa julkaisun vuorovaikutusasetuksia" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Muokkaa profiilia" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Muokkaa profiilia" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Muokkaa aloituspakettia" @@ -3034,7 +3129,7 @@ msgstr "Muokkaa aloituspakettia" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Muokkaa, kuka voi vastata" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "Sähköpostiosoite vahvistettu" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Upotuksen HTML-koodi" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Upotettu videosoitin" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Ota tekstitykset käyttöön" @@ -3200,7 +3299,7 @@ msgstr "Syötä verkkotunnus, jota haluat käyttää" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Syötä sähköpostiosoite, jota käytit tilisi luomiseen. Lähetämme sinulle ”palautuskoodin”, jotta voit asettaa uuden salasanan." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "Syötä syntymäaikasi" msgid "Enter your email address" msgstr "Syötä sähköpostiosoitteesi" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "Virhe captcha-vastauksen vastaanottamisessa." msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Kaikilta" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Kaikki voivat vastata" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Kaikki voivat vastata tähän julkaisuun." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Kaikilta" @@ -3282,16 +3377,6 @@ msgstr "Kaikilta" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Liialliset maininnat tai vastaukset" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Liialliset tai ei-toivotut viestit" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Sulje pois seuraamasi käyttäjät" @@ -3316,7 +3401,7 @@ msgstr "Poistuu kuvan katselutilasta" msgid "Expand alt text" msgstr "Laajenna tekstivastine" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Laajenna käyttäjäluettelo" @@ -3328,7 +3413,7 @@ msgstr "Laajenna tai pienennä julkaisu, johon olit vastaamassa" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "Vanhentunut" msgid "Expires {0}" msgstr "Vanhentuu {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "Ulkoinen media voi mahdollistaa verkkosivustoille tietojenkeruun sinusta msgid "External Media Preferences" msgstr "Ulkoisten median asetukset" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Käyttäjätunnuksen vaihtaminen epäonnistui. Yritä uudelleen." @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "Aloituspaketin luominen epäonnistui" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Viestin poistaminen epäonnistui" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Aloituspaketin poistaminen epäonnistui" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Syötteiden asetusten lataaminen epäonnistui" @@ -3498,14 +3587,14 @@ msgstr "Vanhojen viestien lataaminen epäonnistui" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Ehdotettujen syötteiden lataaminen epäonnistui" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Ehdotettujen seurattavien lataaminen epäonnistui" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Julkaisun kiinnittäminen epäonnistui" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Kuvan {0} tallentaminen epäonnistui" @@ -3557,7 +3647,7 @@ msgstr "Lähettäminen epäonnistui" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Valituksen lähettäminen epäonnistui. Yritä uudelleen." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "Käyttäjätunnuksen vahvistaminen epäonnistui. Yritä uudelleen." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Syöte" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Syötteen valikko" @@ -3635,8 +3733,8 @@ msgstr "Syötteen vaihtokytkin" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Palaute" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Etsi tilejä seurattavaksi" msgid "Find people to follow" msgstr "Etsi käyttäjiä seurattavaksi" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "Valmis" msgid "Fitness" msgstr "Kuntoilu" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Joustava" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Seuraa" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Seuraa" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Seuraa tiliä {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Seuraa takaisin" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Seuraa takaisin" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Tuntemasi seuraajat" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Seuratut" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Seuratut" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Seurataan käyttäjää {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "Seuraa sinua" msgid "Follows You" msgstr "Seuraa sinua" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Fontti" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Fonttikoko" @@ -3919,7 +4013,7 @@ msgstr "Turvallisuussyistä meidän on lähetettävä vahvistuskoodi sähköpost msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Turvallisuussyistä et voi tarkastella tätä enää uudelleen. Jos kadotat sovellussalasanan, sinun on luotava uusi." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Parhaan käyttökokemuksen saavuttamiseksi suosittelemme käyttämään teemafonttia." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Unohtunut salasana" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Unohtuiko salasana?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Unohditko?" @@ -3953,12 +4047,7 @@ msgstr "Unohditko?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Julkaisee usein ei-toivottua sisältöä" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Anna profiilillesi kasvot" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Räikeät lain tai käyttöehtojen rikkomukset" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Räikeät lain tai käyttöehtojen rikkomukset" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Palaa takaisin" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Palaa takaisin" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Palaa edelliseen vaiheeseen" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Siirry seuraavaan" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Siirry profiiliin" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Siirry käyttäjän profiiliin" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Graafinen media" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Puolivälissä!" msgid "Handle" msgstr "Käyttäjätunnus" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Käyttäjätunnus jo varattu. Kokeile toista." @@ -4182,7 +4279,7 @@ msgstr "Käyttäjätunnus jo varattu. Kokeile toista." msgid "Handle changed!" msgstr "Käyttäjätunnus vaihdettu!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Käyttäjätunnus liian pitkä. Kokeile lyhyempää." @@ -4190,10 +4287,17 @@ msgstr "Käyttäjätunnus liian pitkä. Kokeile lyhyempää." msgid "Haptics" msgstr "Haptiikka" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Häirintä, trollaus tai suvaitsemattomuus" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Aihetunniste" msgid "Hashtag {tag}" msgstr "Aihetunniste {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Ongelmia?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Ohje" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "Piilotettu lista" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Piilotettu lista" msgid "Hide" msgstr "Piilota" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Piilota" @@ -4269,6 +4377,10 @@ msgstr "Piilota" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Piilotetaanko trendaavat aiheet?" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Piilota käyttäjäluettelo" @@ -4320,7 +4432,7 @@ msgstr "Piilota käyttäjäluettelo" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "Odottakaa! Annamme vähitellen pääsyn videoon, ja olet yhä odotusjono msgid "Home" msgstr "Koti" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Hosti:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Hostingyritys" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "Kuinka haluat avata tämän linkin?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Jos haluat vaihtaa salasanasi, lähetämme sinulle koodin vahvistaaksemm msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" 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ä." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Laiton ja kiireellinen" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Kuva" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Henkilönä esiintyminen taikka väärät väitteet henkilöllisyydestä tai yhteyksistä" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Henkilönä esiintyminen, valetieto tai väärät väitteet" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Sopimattomat viestit tai siveettömät linkit" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Väärä käyttäjätunnus tai salasana" @@ -4537,11 +4638,11 @@ msgstr "Syötä uusi salasana" msgid "Input password for account deletion" msgstr "Syötä salasana tilin poistoa varten" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Syötä sinulle sähköpostitse lähetetty koodi" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Vuorovaikutusta rajoitettu" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Virheellinen kaksivaiheisen tunnistautumisen vahvistuskoodi." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Virheellinen käyttäjätunnus. Kokeile toista." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "Työpaikat" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Liity Blueskyhin" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Merkinnyt {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Tekijän merkitsemä." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Merkinnät" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Merkinnät lisätty" @@ -4678,11 +4779,11 @@ msgstr "Merkinnät lisätty" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Merkinnät ovat käyttäjiä ja sisältöä koskevia huomioita. Niitä voidaan käyttää verkoston piilottamiseen, varoittamiseen ja luokitteluun." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Tilisi merkinnät" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Sisältösi merkinnät" @@ -4696,7 +4797,7 @@ msgstr "Kieliasetukset" msgid "Languages" msgstr "Kielet" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Suurempi" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Lue lisää Blueskysta" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Lue lisää PDS:n itse hostaamisesta." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "Lue lisää siitä, mikä on julkista Blueskyssa." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Lue lisää." @@ -4787,10 +4888,10 @@ msgstr "Poistu" msgid "Leave chat" msgstr "Poistu chatista" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Poistu keskustelusta" @@ -4822,9 +4923,9 @@ msgstr "Aloitetaan salasanasi nollaus!" msgid "Let's go!" msgstr "Aloitetaan!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Vaalea" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Vaalea" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Tykkää ({0, plural, one {# tykkäys} other {# tykkäystä}})" @@ -4855,7 +4956,7 @@ msgstr "Tykkää 10 julkaisusta kouluttaaksesi Discover-syötettä" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Tykkää tästä syötteestä" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Tykännyt {0, plural, one {# käyttäjä} other {# käyttäjää}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Tämän julkaisun tykkäykset" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Lue lisää" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Lataa lisää ehdotettuja syötteitä" @@ -5041,6 +5142,14 @@ msgstr "Lataa uusia ilmoituksia" msgid "Load new posts" msgstr "Lataa uusia julkaisuja" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Ladataan…" @@ -5049,15 +5158,19 @@ msgstr "Ladataan…" msgid "Log" msgstr "Loki" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Näkyvyys kirjautumattomana" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo käyttäjältä @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo käyttäjältä <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Hallinnoi mykistettyjä sanoja ja tunnisteita" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Merkitse luetuksi" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media, joka voi olla häiritsevää tai sopimatonta joillekin yleisöille." @@ -5140,14 +5253,10 @@ msgstr "Media, joka voi olla häiritsevää tai sopimatonta joillekin yleisöill msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "mainitut käyttäjät" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Mainituilta käyttäjiltä" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Valikko" msgid "Message {0}" msgstr "Lähetä viesti käyttäjälle {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Viesti poistettu" @@ -5172,7 +5281,7 @@ msgstr "Viesti poistettu" msgid "Message deleted" msgstr "Viesti poistettu" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "Viestin syöttökenttä" msgid "Message is too long" msgstr "Viesti on liian pitkä" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "Viestit" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Harhaanjohtava tili" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Harhaanjohtava julkaisu" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderointityökalut" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Lisää syötteitä" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Mykistä" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "Mykistä tili" msgid "Mute accounts" msgstr "Mykistä tilit" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Mykistä keskustelu" @@ -5396,7 +5503,7 @@ msgstr "Mykistetyt tilit" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Mykistettyjen tilien julkaisut poistetaan syötteestäsi ja ilmoituksistasi. Mykistykset ovat täysin yksityisiä." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Mykistänyt ”{0}”" @@ -5421,17 +5528,6 @@ msgstr "Syötteeni" msgid "Name" msgstr "Nimi" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nimi tai kuvaus rikkoo yhteisön sääntöjä" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Siirtyy seuraavalle näytölle" @@ -5455,20 +5551,16 @@ msgstr "Siirtyy seuraavalle näytölle" msgid "Navigates to your profile" msgstr "Siirtyy profiiliisi" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Tarvitseeko sinun ilmiantaa tekijänoikeusrikkomus?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Älä koskaan menetä pääsyä seuraajiisi tai tietoihisi." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Ei se mitään, luo minulle käyttäjätunnus" @@ -5476,17 +5568,17 @@ msgstr "Ei se mitään, luo minulle käyttäjätunnus" msgid "New" msgstr "Uusi" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Uusi" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Uusi julkaisu" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Käyttäjän uusien tietojen valintaikkuna" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Uusimmat vastaukset ensin" @@ -5587,8 +5679,8 @@ msgstr "Uutiset" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Uutiset" msgid "Next" msgstr "Seuraava" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Seuraava" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Seuraava kuva" @@ -5616,12 +5703,12 @@ msgstr "Seuraava kuva" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Ei vielä sovellussalasanoja" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Ei DNS-paneelia" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Ei vielä tykkäyksiä" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Et enää seuraa käyttäjää {0}" @@ -5671,7 +5759,7 @@ msgstr "Ei vielä ilmoituksia!" msgid "No one" msgstr "Ei keneltäkään" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Vain tekijä voi lainata tätä julkaisua." @@ -5701,7 +5789,7 @@ msgstr "Ei tulosta" msgid "No results" msgstr "Ei tuloksia" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "Ei tuloksia haulle ”{query}”" msgid "No results found for {query}" msgstr "Ei tuloksia haulle {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "Ei tuloksia haulle ”{search}”." msgid "No thanks" msgstr "Ei kiitos" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Ei keneltäkään" @@ -5753,6 +5841,10 @@ msgstr "Kukaan ei ole vielä uudelleenjulkaissut tätä. Ehkä sinun pitäisi ol msgid "Nobody was found. Try searching for someone else." msgstr "Ketään ei löytynyt. Kokeile hakea jotakuta muuta." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Ei-seksuaalinen alastomuus" @@ -5843,16 +5935,11 @@ msgstr "nyt" msgid "Now" msgstr "Nyt" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Alastomuus" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Merkitsemätön alastomuus tai aikuissisältö" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Selvä" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Vanhimmat vastaukset ensin" @@ -5916,7 +6003,7 @@ msgstr "Ainakin yhdeltä videolta puuttuu tekstivastine." msgid "Only .jpg and .png files are supported" msgstr "Vain .jpg- ja .png-tiedostoja tuetaan" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Vain {0} voi vastata." @@ -5941,7 +6028,7 @@ msgstr "Hups, jokin meni vikaan!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Avaa profiilikuvan luontityökalu" msgid "Open conversation options" msgstr "Avaa keskustelun valinnat" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Avaa alavalikko" @@ -5973,8 +6060,8 @@ msgstr "Avaa emojinvalitsin" msgid "Open feed info screen" msgstr "Avaa syötteen tietonäkymä" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Avaa syötteen valinnat" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Avaa aloituspaketin valikko" @@ -6032,9 +6119,9 @@ msgstr "Avaa järjestelmäloki" msgid "Opens a dialog to add a content warning to your post" msgstr "Avaa valintaikkunan sisältövaroituksen lisäämiseksi julkaisuusi" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Avaa valintaikkunan sen valitsemiseksi, kuka voi vastata tähän ketjuun" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Avaa salasanan palautuslomakkeen" @@ -6103,24 +6190,15 @@ msgstr "Avaa salasanan palautuslomakkeen" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Avaa tämän profiilin" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Anna halutessasi lisätietoa alla:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Valinnat:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Tai yhdistele näitä valintoja:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Tai jatka toisella tilillä." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Jokin muu" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Toinen tili" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "Sivua ei löydy" msgid "Page Not Found" msgstr "Sivua ei löydy" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Käyttäjät, joita @{0} seuraa" msgid "People following @{0}" msgstr "Käyttäjät, jotka seuraavat tiliä @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Lemmikit" msgid "Photography" msgstr "Valokuvaus" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Aikuisille tarkoitetut kuvat." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Kiinnitä syöte" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Kiinnitä kotinäkymään" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Kiinnitä kotinäkymään" @@ -6275,7 +6390,7 @@ msgstr "Kiinnitä kotinäkymään" msgid "Pin to your profile" msgstr "Kiinnitä profiiliisi" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Kiinnitetty" @@ -6302,7 +6417,7 @@ msgstr "Toista" msgid "Play {0}" msgstr "Toista {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Toista video" @@ -6327,7 +6442,7 @@ msgstr "Toistaa GIF-animaation" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Syötä kutsukoodisi." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Syötä myös salasanasi:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Selitä, miksi {0} on mielestäsi virheellisesti asettanut tämän merkinnän" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Politiikka" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Porno" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Mykistetyn sanan perusteella piilotettu julkaisu" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Piilottamasi julkaisu" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Julkaisun vuorovaikutusasetukset" @@ -6614,13 +6729,8 @@ msgstr "Edellinen kuva" msgid "Primary Language" msgstr "Ensisijainen kieli" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Aseta seurattusi ensisijaisiksi" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Yksityisyys" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Tietosuojakäytäntö" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Käsitellään videota…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profiili päivitetty" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Julkinen" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Lainausjulkaisu irrotettiin onnistuneesti" msgid "Quote posts disabled" msgstr "Lainausjulkaisut poissa käytöstä" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Lainausasetukset" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Lainausasetukset" msgid "Quotes" msgstr "Lainaukset" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Tämän julkaisun lainaukset" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Nopeusraja ylitettiin – olet yrittänyt vaihtaa käyttäjätunnustasi liian monta kertaa lyhyessä ajassa. Odota hetki ennen kuin yrität uudelleen." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Syy:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Yhdistä uudelleen" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "Poista syöte" msgid "Remove feed?" msgstr "Poistetaanko syöte?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Vastaukset" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Vastaaminen poissa käytöstä" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Tähän julkaisuun vastaaminen on poissa käytöstä." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Vastaa" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Vastaa ({0, plural, one {# vastaus} other {# vastausta}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Ketjun aloittajan piilottama vastaus" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Piilottamasi vastaus" @@ -7120,11 +7234,7 @@ msgstr "Piilottamasi vastaus" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Vastausasetukset" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Vastausasetukset ovat ketjun aloittajan valitsemat" @@ -7141,7 +7251,7 @@ msgstr "Vastauksen näkyvyys päivitetty" msgid "Reply was successfully hidden" msgstr "Vastaus piilotettiin onnistuneesti" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Ilmianna" msgid "Report account" msgstr "Ilmianna tili" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Ilmianna keskustelu" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Ilmiannon valintaikkuna" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Ilmianna syöte" @@ -7176,7 +7285,7 @@ msgstr "Ilmianna syöte" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Ilmianna viesti" @@ -7185,48 +7294,41 @@ msgstr "Ilmianna viesti" msgid "Report post" msgstr "Ilmianna julkaisu" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Ilmianna aloituspaketti" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Ilmianna tämä sisältö" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Ilmianna tämä syöte" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Ilmianna tämä lista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Ilmianna tämä viesti" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Ilmianna tämä julkaisu" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Ilmianna tämä aloituspaketti" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Ilmianna tämä käyttäjä" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Uudelleenjulkaise tai lainaa julkaisua" @@ -7277,7 +7379,7 @@ msgstr "Uudelleenjulkaisit" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Tämän julkaisun uudelleenjulkaisut" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Nollaa käyttöönoton tila" msgid "Reset password" msgstr "Palauta salasana" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Yrittää uudelleen viimeisintä toimintoa, joka epäonnistui" msgid "Retry" msgstr "Yritä uudelleen" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Palaa edelliselle sivulle" @@ -7399,8 +7501,8 @@ msgstr "Palaa kotinäkymään" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Palaa edelliselle sivulle" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "Tallenna" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Tallenna" @@ -7459,8 +7561,13 @@ msgstr "Tallenna uusi käyttäjätunnus" msgid "Save QR code" msgstr "Tallenna QR-koodi" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Tallenna syötteisiini" @@ -7487,21 +7594,25 @@ msgstr "Tallennettu syötteisiisi" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Tervehdi!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Tiede" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Vieritä alkuun" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Haku" @@ -7553,11 +7664,11 @@ msgstr "Haku ”{searchText}”" msgid "Search for feeds that you want to suggest to others." msgstr "Hae syötteitä, joita haluat ehdottaa toisille." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Kelauksen liukusäädin. Käytä nuolinäppäimiä eteen- ja taaksepäin kelaamiseen ja välilyöntiä toistamiseen tai pysäyttämiseen." #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Valitse väri" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Valitse tili" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Valitse olemassa olevalta tililtä" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Valitse GIF" @@ -7727,14 +7850,10 @@ msgstr "Valitse kieli…" msgid "Select languages" msgstr "Valitse kielet" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Valitse moderaattori" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Valitse tekstitystiedosto (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Valitse emoji {emojiName} profiikuvaksesi" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Valitse moderointipalvelu(t), joille ilmiantaa" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Valitse kiinnostuksen kohteesi alla olevista vaihtoehdoista" msgid "Select your preferred language for translations in your feed." msgstr "Valitse käännösten kieli syötteessäsi." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Lähetä siisti verkkosivusto!" @@ -7818,7 +7937,7 @@ msgstr "Lähetä palautetta" msgid "Send message" msgstr "Lähetä viesti" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Lähetä julkaisu käyttäjälle…" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Lähetä raportti" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Lähetä raportti palveluun {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "Lähetä yksityisviestillä" msgid "Sends email with confirmation code for account deletion" msgstr "Lähettää sähköpostiin tilin poistamiseen tarvittavan vahvistuskoodin" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Palvelimen osoite" @@ -7874,10 +7982,18 @@ msgstr "Aseta syntymäaika" msgid "Set new password" msgstr "Aseta uusi salasana" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Määritä tilisi" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Asettaa sähköpostiosoitteen salasanan palautusta varten" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Erotiikka tai muu aikuisviihde." @@ -7953,7 +8069,7 @@ msgstr "Seksuaalisesti vihjaileva" msgid "Share" msgstr "Jaa" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Jaa" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Jaa QR-koodi" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Jaa tämä syöte" @@ -8012,8 +8128,8 @@ msgstr "Jaa tämä aloituspaketti ja auta muita liittymään yhteisöösi Bluesk #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Jaa suosikkisyötteesi!" msgid "Shared Preferences Tester" msgstr "Jaettujen asetusten testeri" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Näytä tekstivastine" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Näytä silti" @@ -8067,6 +8183,10 @@ msgstr "Näytä vähemmän tällaista" msgid "Show list anyway" msgstr "Näytä lista silti" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Näytä lisää" @@ -8080,7 +8200,7 @@ msgstr "Näytä enemmän tällaista" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Näytä vastaukset" msgid "Show replies as" msgstr "Näytä vastaukset" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Näytä seuraamiesi käyttäjien vastaukset ennen muita vastauksia" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Näytä varoitus" msgid "Show warning and filter from feeds" msgstr "Näytä varoitus ja suodata syötteistä" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "Kirjaudu sisään" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Kirjaudu sisään käyttäjänä {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Kirjaudu sisään käyttäjänä…" @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Kirjaudu sisään tai luo tili osallistuaksesi keskusteluun!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Kirjaudu tiliin, joka ei ole luettelossa" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Pienempi" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Muita syötteitä, joista saattaisit pitää" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Jotkut voivat vastata" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Jokin meni vikaan" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Jokin meni vikaan, yritä uudelleen" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Jokin meni vikaan!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Jokin meni vikaan. Yritä uudelleen." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Onko jokin vialla? Kerro meille." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "Pahoittelut! Istuntosi on vanhentunut. Kirjaudu sisään uudelleen." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Järjestele vastaukset" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Järjestele vastaukset seuraavasti:" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Järjestele saman julkaisun vastaukset seuraavasti:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Roskaposti" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Roskaposti; liialliset maininnat tai vastaukset" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Roskaposti; liialliset maininnat tai vastaukset" msgid "Sports" msgstr "Urheilu" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "Aloituspaketti käyttäjältä <0/>" msgid "Starter pack by you" msgstr "Oma aloituspakettisi" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Aloituspaketti on virheellinen" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Aloituspaketit" @@ -8436,8 +8547,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "Onnistui!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Ehdotuksia sinulle" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Vihjaileva" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Järjestelmä" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "Hylkää napauttamalla" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tehtävä valmis – 10 seurattua!" @@ -8620,8 +8735,8 @@ msgstr "Kerro hieman itsestäsi" msgid "Tell us a little more" msgstr "Kerro hieman lisää" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Ehdot" @@ -8637,26 +8752,11 @@ msgstr "Ehdot" msgid "Terms of Service" msgstr "Käyttöehdot" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Yhteisön sääntöjä rikkova sanasto" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Tekstissä ja tunnisteissa" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Tekstikenttä" @@ -8665,10 +8765,6 @@ msgstr "Tekstikenttä" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Kiitos. Raporttisi on lähetetty." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Kiitos, olet vahvistanut sähköpostiosoitteesi onnistuneesti. Voit sulk msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Se sisältää seuraavaa:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Siinä kaikki, ihmiset!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Tili voi olla vuorovaikutuksessa kanssasi, kun poistat eston." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Sovellus käynnistyy uudelleen" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Ketjun aloittaja on piilottanut tämän vastauksen." @@ -8750,11 +8846,11 @@ msgstr "Kokemus on parempi sovelluksessa. Lataa Bluesky nyt, niin jatkamme siit msgid "The feed has been replaced with Discover." msgstr "Tämä syöte on korvattu Discover-syötteellä." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Seuraavat merkinnät asetettiin tilillesi." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Seuraavat merkinnät asetettiin sisällöllesi." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Käyttöehdot on siirretty kohtaan" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Teema" @@ -8827,7 +8923,7 @@ msgstr "Yhteyden muodostamisessa Tenoriin ilmeni ongelma." msgid "There was an issue contacting the server" msgstr "Yhteydenotossa palvelimeen ilmeni ongelma" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Yhteydenotossa palvelimeen ilmeni ongelma. Tarkista internetyhteytesi ja 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Julkaisujen hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen." @@ -8845,7 +8941,7 @@ msgstr "Julkaisujen hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi u msgid "There was an issue fetching the list. Tap here to try again." msgstr "Listan hakemisessa ilmeni ongelma. Napauta tästä yrittääksesi uudelleen." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Sovellussalasanojesi hakemisessa ilmeni ongelma" @@ -8862,11 +8958,6 @@ msgstr "Palvelutietojesi hakemisessa ilmeni ongelma" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Tämän syötteen poistamisessa ilmeni ongelma. Tarkista internetyhteytesi ja yritä uudelleen." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Raportin lähettämisessä ilmeni ongelma. Tarkista internetyhteytesi." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Syötteidesi päivityksessä ilmeni ongelma. Tarkista internetyhteytesi #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Syötteidesi päivityksessä ilmeni ongelma. Tarkista internetyhteytesi msgid "There was an issue! {0}" msgstr "Ilmeni ongelma! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Sovelluksessa ilmeni odottamaton ongelma. Kerro meille, jos tämä tapah 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Nämä asetukset vaikuttavat vain Seuratut-syötteeseen." @@ -8941,7 +9036,7 @@ msgstr "Tämä tili on estetty ainakin yhden moderointilistasi perusteella. Pois msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Tämä valitus lähetetään kohteeseen <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Tätä sisältöä hostaa {0}. Haluatko sallia ulkoisen median?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Tämä sisältö ei ole saatavilla, koska toinen käyttäjistä on estänyt toisen." @@ -9006,7 +9101,7 @@ msgstr "Tämä ominaisuus ei ole saatavilla sovellussalasanaa käytettäessä. K msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Tämä syöte saa tällä hetkellä paljon liikennettä ja on tilapäisesti pois käytöstä. Yritä uudelleen myöhemmin." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Tämä syöte on tyhjä! Sinun on ehkä seurattava useampia käyttäjiä tai säädettävä kieliasetuksiasi." @@ -9020,7 +9115,7 @@ msgstr "Tämä syöte on tyhjä." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Tämä syöte ei ole enää linjoilla. Näytämme sen sijaan syötteen <0>Discover0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Tämä käyttäjätunnus on varattu. Kokeile toista." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Tämä merkintä on tekijän asettama." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Tämä merkintä on itse asettamasi." @@ -9065,11 +9160,11 @@ msgstr "Tämä lista on tyhjä." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Tämä moderointipalvelu ei ole saatavilla. Katso lisätietoja alta. Jos ongelma jatkuu, ota yhteys meihin." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Tämä julkaisu väittää olevansa luotu <0>{0}0>, mutta ensi kerran se on nähty Blueskyssa <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "Tämä vastaus sijoitetaan piilotettuun osaan ketjusi loppuun, ja ilmoit 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Tämän pitäisi luoda tietue verkkotunnukseen" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Tällä käyttäjällä ei ole yhtään seuraajaa." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Tämä käyttäjä on estänyt sinut" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Tämä käyttäjä on estänyt sinut. Et voi nähdä hänen sisältöään." @@ -9142,7 +9237,7 @@ msgstr "Tämä käyttäjä on listassa <0>{0}0>, jonka olet mykistänyt." msgid "This user is new here. Press for more info about when they joined." msgstr "Tämä käyttäjä on uusi täällä. Paina tätä nähdäksesi, milloin hän liittyi." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Tämä käyttäjä ei seuraa ketään." @@ -9168,7 +9263,7 @@ msgstr "Ketjun valinnat" msgid "Thread preferences" msgstr "Ketjun asetukset" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Ketjun asetukset" @@ -9181,6 +9276,10 @@ msgstr "Ketjuna" msgid "Threads Preferences" msgstr "Ketjujen asetukset" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Jos haluat ilmiantaa keskustelun, ilmianna jokin sen viesteistä keskustelunäytön kautta. Tämä auttaa moderaattoreitamme ymmärtämään ongelmasi kontekstin." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Kenelle haluaisit lähettää tämän raportin?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Tänään" @@ -9222,8 +9317,8 @@ msgstr "Suosituimmat" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Aihe" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Käännä" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "Trendaavat" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "Kaksivaiheinen tunnistautuminen" msgid "Type your message here" msgstr "Kirjoita viestisi tähän" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tyyppi:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Yhteyden muodostaminen palveluusi ei onnistu. Tarkista internetyhteytesi." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Poistaminen ei onnistu" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Poista esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Poista esto" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Poista tilin esto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Poistetaanko tilin esto?" @@ -9369,12 +9468,7 @@ msgstr "Kumoa uudelleenjulkaisu" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Kumoa uudelleenjulkaisu ({0, plural, one {# uudelleenjulkaisu} other {# uudelleenjulkaisua}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Älä seuraa" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Lopeta käyttäjän {0} seuraaminen" @@ -9383,7 +9477,7 @@ msgstr "Lopeta käyttäjän {0} seuraaminen" msgid "Unfollow account" msgstr "Lopeta tilin seuraaminen" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Älä tykkää ({0, plural, one {# tykkäys} other {# tykkäystä}})" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "Poista mykistys" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "Poista tilin mykistys" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Poista keskustelun mykistys" @@ -9454,8 +9556,8 @@ msgstr "Poista videon mykistys" msgid "Unpin" msgstr "Irrota" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Irrota syöte" @@ -9464,8 +9566,8 @@ msgstr "Irrota syöte" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Irrota kotinäkymästä" @@ -9517,13 +9619,6 @@ msgstr "Listan tilaus peruutettu" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Ei-toivottu seksuaalinen sisältö" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Päivitä <0>{displayName}0> listoissa" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Päivitä verkkotunnukseen {domain}" @@ -9567,7 +9662,7 @@ msgstr "Päivitetään…" msgid "Upload a photo instead" msgstr "Lataa palveluun sen sijaan kuva" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Lataa tekstitiedosto osoitteeseen" @@ -9603,11 +9698,11 @@ msgstr "Ladataan linkin pikkukuvaa palveluun…" msgid "Uploading video..." msgstr "Ladataan videota palveluun…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Käytä sovellussalasanoja kirjautuaksesi muihin Bluesky-sovelluksiin antamatta niille täyttä pääsyä tiliisi tai salasanaasi." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Käytä oletustoimittajaa" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Käyttäjä estetty" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Käyttäjä estetty, syynä ”{0}”" @@ -9660,7 +9755,7 @@ msgstr "Käyttäjä estetty listan perusteella" msgid "User Blocked by List" msgstr "Käyttäjä estetty listan perusteella" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Käyttäjä on estänyt sinut" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Käyttäjätunnus tai sähköpostiosoite" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "käyttäjät, joita <0>@{0}0> seuraa" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "Seuraamiltani käyttäjiltä" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Käyttäjiltä listassa ”{0}”" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Arvo:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Vahvista DNS-tietue" @@ -9786,8 +9873,8 @@ msgstr "Vahvista sähköpostiosoite -valintaikkuna" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Vahvista tekstitiedosto" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "Videopelit" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Videota ei löydy." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Näytä käyttäjän {0} profiilikuva" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Näytä käyttäjän {0} profiili" @@ -9906,16 +9993,11 @@ msgstr "Katso blogijulkaisu saadaksesi lisätietoja" msgid "View debug entry" msgstr "Näytä vianetsintäkirjaus" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Näytä lisätietoja" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Näytä lisätietoja tekijänoikeusrikkomuksen ilmiantamisesta" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Näytä koko ketju" @@ -9960,7 +10042,7 @@ msgstr "Näytä käyttäjän @{0} tarjoama merkintäpalvelu" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Näytä tästä syötteestä tykänneet käyttäjät" @@ -9993,8 +10075,8 @@ msgstr "Näytä mykistämäsi tilit" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Mitä kieliä haluaisit nähdä algoritmisyötteissä?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Kuka voi olla vuorovaikutuksessa tämän julkaisun kanssa?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Kuka voi vastata" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Miksi tämä sisältö tulisi arvioida?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Miksi tämä syöte tulisi arvioida?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Miksi tämä lista tulisi arvioida?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Miksi tämä viesti tulisi arvioida?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Miksi tämä julkaisu tulisi arvioida?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Miksi tämä aloituspaketti tulisi arvioida?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Miksi tämä käyttäjä tulisi arvioida?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Kyllä" msgid "Yes, deactivate" msgstr "Kyllä, poista käytöstä" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Kyllä, poista tämä aloituspaketti" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Sinun ei ole mahdollista ladata videoita palveluun." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Et seuraa ketään." @@ -10445,17 +10534,13 @@ msgstr "Voit palauttaa tilisi käyttöön jatkaaksesi sisäänkirjautumista. Pro msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Voit päivittää tämän myöhemmin asetuksistasi." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Sinulla ei ole yhtään seuraajaa." @@ -10467,6 +10552,10 @@ msgstr "Et seuraa ketään, joka seuraa käyttäjää @{name}." msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Sinulla ei ole kiinnitettyjä syötteitä." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Olet estänyt tämän käyttäjän" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Olet estänyt tämän käyttäjän. Et voi nähdä hänen sisältöään." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Olet piilottanut tämän julkaisun" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Olet piilottanut tämän julkaisun." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Olet mykistänyt tämän tilin." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Olet mykistänyt tämän käyttäjän" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Et ole mykistänyt vielä yhtään sanaa tai tunnistetta" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Piilotit tämän vastauksen." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Voit valittaa muiden asettamista merkinnöistä, jos ne ovat mielestäsi virheellisiä." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Voit valittaa näistä merkinnöistä, jos ne ovat mielestäsi virheellisiä." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Sinun on valittava raporttia varten ainakin yksi merkitsijä" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Olet valmis aloittamaan!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Olet valinnut piilottaa tässä julkaisussa esiintyvän sanan tai tunnisteen." @@ -10750,7 +10839,7 @@ msgstr "Olet saavuttanut päiväkohtaisen videolatausten rajoituksen (liian mont 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "Syntymäaikasi" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Selaimesi ei tue tätä videotiedostomuotoa. Kokeile eri selainta." @@ -10798,7 +10887,7 @@ msgstr "Chattisi on poistettu käytöstä" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Nykyinen käyttäjätunnuksesi <0>{0}0> pysyy automaattisesti sinulle varattuna. Voit vaihtaa siihen takaisin tältä tililtä milloin tahansa." @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "Ensimmäinen tykkäyksesi!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "Profiilisi, julkaisusi, syötteesi ja listasi eivät enää näy muille msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Raporttisi lähetetään Blueskyn moderointipalveluun" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/fr/messages.po b/src/locale/locales/fr/messages.po index afe717e1cb..cc8e40bfed 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: French\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Catégorie « {interestsDisplayName} » (active)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {abonné·e} other {abonné·e·s}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {abonnement} other {abonnements}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {a aimé} other {ont aimé}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {a aimé} other {ont aimé}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {post} other {posts}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citation} other {citations}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {reposts}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {conservé} other {conservés}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} posts}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, one {# personne a} other {# personnes ont}} utilisé ce kit de démarrage !" @@ -133,6 +133,10 @@ msgstr "{0, plural, one {# personne a} other {# personnes ont}} utilisé ce kit msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {+ # autre} other {+ # autres}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (compte)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {heure} other {heures}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minute} other {minutes}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}0> vous ont suivi" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}0> ont aimé votre fil d’actu personnalisé" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}0> ont aimé votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}0> ont aimé votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}}0> ont retiré leurs vérifications de votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}0> ont republié votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}0> ont republié votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}}0> se sont inscrits avec votre kit de démarrage" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} et <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}}0> ont vérifié votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} vous a suivi·e" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} vous a suivi·e en retour" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} a aimé votre fil d’actu personnalisé" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} a aimé votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} a aimé votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} a retiré sa vérification de votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} a republié votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} a republié votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} s’est inscrit·e avec votre kit de démarrage" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} a vérifié votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: 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" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimé votre fil d’actu personnalisé" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimé votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont aimé votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} ont retiré leurs vérifications de votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont republié votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} ont republié votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre compte} other {{formattedAuthorsCount} autres comptes}} se sont inscrits avec votre kit de démarrage" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}} ont vérifié votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} a suivi votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} a suivi votre compte en retour" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} a aimé votre fil d’actu personnalisé" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} a aimé votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} a aimé votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} a retiré sa vérification de votre compte" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} a republié votre post" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} a republié votre repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} s’est inscrit·e avec votre kit de démarrage" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} a vérifié votre compte" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} abonnements" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> et<1> 1><2>{1} 2>faites partie de votre kit de démarrage msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> fait partie de votre kit de démarrage" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> membres" @@ -515,7 +519,7 @@ msgstr "⚠Pseudo invalide" msgid "24 hours" msgstr "24 heures" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmation 2FA" @@ -560,12 +564,16 @@ msgstr "Une capture d’écran d’une page de profil avec une icône de cloche msgid "About" msgstr "À propos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Comportement abusif ou discriminatoire" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Accepter" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Accepter la demande de discussion" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Paramètres d’accessibilité" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Compte" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Compte masqué" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Compte masqué" @@ -627,11 +635,15 @@ msgstr "Compte masqué par liste" msgid "Account options" msgstr "Options de compte" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Hébergeur" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Compte supprimé de l’accès rapide" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Ajouter {0} autres pour continuer" msgid "Add {displayName} to starter pack" msgstr "Ajouter {displayName} au kit de démarrage" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Ajouter un avertissement sur le contenu" @@ -730,8 +742,8 @@ msgstr "Ajouter un autre post au fil de discussion" msgid "Add app password" msgstr "Ajouter un mot de passe d’application" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Ajouter un mot de passe d’application" @@ -745,8 +757,8 @@ msgstr "Ajouter une réaction émoji" msgid "Add media to post" msgstr "Ajouter un média au post" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Ajouter plus de détails (facultatif)" @@ -783,7 +795,7 @@ msgstr "Ajoutez des fils d’actu à votre kit de démarrage !" 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" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Ajoutez l’enregistrement DNS suivant à votre domaine :" @@ -823,18 +835,22 @@ msgstr "Compte ajouté au kit de démarrage" msgid "Additional details (limit 1000 characters)" msgstr "Détails supplémentaires (1000 caractères maximum)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Détails supplémentaires (300 caractères maximum)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adulte" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Contenu pour adultes" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Contenu pour adultes" @@ -846,11 +862,15 @@ msgstr "Le contenu pour adultes ne peut être activé que via le Web sur <0>bsky msgid "Adult content is disabled." msgstr "Le contenu pour adultes est désactivé." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Étiquettes de contenu adulte" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Abus sexuels sur adultes" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avancé" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Autoriser n’importe qui à répondre" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Autoriser les nouveaux messages de" msgid "Allow others to be notified of your posts" msgstr "Autoriser les autres à être notifié de vos posts" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "Autoriser qui vous suivez à répondre" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "Autoriser qui vous mentionnez à répondre" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Autoriser les citations" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Autoriser les réponses de :" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "Autoriser les membres de {0} à répondre" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Autoriser quiconque vous suit à répondre" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permet d’accéder à vos messages privés" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Avez-vous déjà un code ?" @@ -1003,14 +1039,18 @@ msgstr "Une erreur s’est produite lors de la récupération du fil d’actu." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Une erreur s’est produite lors de la génération de votre kit de démarrage. Vous voulez réessayer ?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "Une erreur s’est produite lors du chargement de vos listes :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Une erreur s’est produite lors de l’enregistrement du code QR !" @@ -1035,8 +1075,7 @@ msgstr "Une illustration de plusieurs posts de Bluesky à côté des icônes de 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Un problème qui ne fait pas partie de ces options" @@ -1050,10 +1089,10 @@ msgstr "Un problème est survenu lors de l’ouverture de la discussion" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Un problème est survenu, veuillez réessayer." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un étiqueteur inconnu" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "et" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Abus sexuels sur animaux" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Bien-être animal" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Annonce" msgid "Announcing verification on Bluesky" msgstr "La vérification arrive sur Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportement antisocial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "N’importe qui" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Tout le monde peut interagir" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Langue de l’application" msgid "App Password" msgstr "Mot de passe d’application" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Mot de passe d’application supprimé" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Mots de passe d’application" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Mots de passe d’application" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Faire appel" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Faire appel de l’étiquette « {0} »" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Faire appel de cette décision" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Utiliser les fils d’actu recommandés par défaut" msgid "Apply Pull Request" msgstr "Appliquer la pull request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archive datée du {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Post archivé" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Êtes-vous sûr de vouloir supprimer le mot de passe d’application « {0} » ?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Êtes-vous sûr de vouloir supprimer ce message ? Ce message sera supprimé pour vous, mais pas pour l’autre personne." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Êtes-vous sûr de vouloir supprimer ce kit de démarrage ?" @@ -1252,7 +1298,7 @@ msgstr "Écrivez-vous en <0>{suggestedLanguageName}0> ?" msgid "Art" msgstr "Art" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Nudité artistique ou non érotique." @@ -1269,7 +1315,7 @@ msgstr "Assigner un sujet pour l’algo" msgid "At least 8 characters" msgstr "Au moins 8 caractères" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurores" @@ -1284,21 +1330,21 @@ msgstr "Lire automatiquement les vidéos et les GIFs" msgid "Available" msgstr "Disponible" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Retour" msgid "Back to Chats" msgstr "Retour aux discussions" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Activités bannies ou problèmes de sécurité" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Retour d’un compte banni" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Veuillez vérifier votre e-mail avant de créer un post ou de répondre. msgid "Before creating a starter pack, you must first verify your email." msgstr "Veuillez vérifier votre e-mail avant de créer un kit de démarrage." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Veuillez vérifier votre e-mail avant d’accepter cette demande de discussion." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Avant de pouvoir recevoir des notifications pour les posts de {name}, vous devez d’abord vérifier votre e-mail." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Date de naissance" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bloquer" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Bloquer ce compte ?" msgid "Block accounts" msgstr "Bloquer ces comptes" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bloquer et supprimer" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bloquer et/ou supprimer cette conversation" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Liste de blocage" @@ -1402,15 +1452,19 @@ msgstr "Bloquer ou signaler" msgid "Block these accounts?" msgstr "Bloquer ces comptes ?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bloquer le compte" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bloquer le compte" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Bloquer ce compte ou supprimer cette conversation" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bloqué" @@ -1449,25 +1503,25 @@ msgstr "Le blocage n’empêchera pas les étiquettes d’être appliquées à v msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky ne peut pas confirmer l’authenticité de la date déclarée." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 est un réseau ouvert où vous pouvez choisir votre hébergeur. Si vous êtes développeur, vous pouvez héberger votre propre serveur." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky est un réseau ouvert où vous pouvez choisir votre propre hébergeur. Si tout cela est nouveau pour vous, nous vous recommandons de rester sur le choix par défaut Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Flouter les images et les filtrer des fils d’actu" msgid "Books" msgstr "Livres" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Non-respect des règles du site" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Parcourir d’autres comptes sur la page « Explorer »" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Affaires" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Par {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Par <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Caméra" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Annuler la réactivation et se déconnecter" msgid "Cancel search" msgstr "Annuler la recherche" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Impossible d’interagir avec un compte bloqué" @@ -1697,12 +1756,12 @@ msgstr "Changer la langue de l’appli." msgid "Change Handle" msgstr "Modifier le pseudo" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Changer de service de modération" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Modifier le mot de passe" @@ -1710,7 +1769,11 @@ msgstr "Modifier le mot de passe" msgid "Change password dialog" msgstr "Fenêtre de modification de mot de passe" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Changer de catégorie de rapport" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Changer la raison du signalement" @@ -1739,8 +1802,8 @@ msgstr "Modifications enregistrées" msgid "Chat" msgstr "Discussions" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Conversation supprimée" @@ -1753,7 +1816,7 @@ msgstr "Discussions - en sourdine" msgid "Chat messages - sound" msgstr "Discussions - normales" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Discussion en sourdine" @@ -1769,7 +1832,7 @@ msgstr "Demandes de discussion en attente" msgid "Chat requests" msgstr "Demandes de discussion" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Paramètres de discussion" msgid "Chat Settings" msgstr "Paramètres de discussion" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Discussion sans sourdine" @@ -1797,7 +1860,7 @@ msgstr "Discussions" msgid "Check my status" msgstr "Vérifier mon statut" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Vérifiez votre boîte e-mail pour un code de connexion et saisissez-le ici." @@ -1805,6 +1868,14 @@ msgstr "Vérifiez votre boîte e-mail pour un code de connexion et saisissez-le msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Consultez votre boîte de réception, vous avez du recevoir un e-mail contenant un code de confirmation à saisir ci-dessous :" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Protection de l’enfance" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Abus sexuels sur enfants (CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Sélectionnez une méthode de vérification de domaine" @@ -1833,7 +1904,7 @@ msgstr "Choisissez les algorithmes qui alimentent vos fils d’actu personnalis msgid "Choose this color as your avatar" msgstr "Choisir cette couleur comme avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Choisir votre hébergeur" @@ -1882,14 +1953,6 @@ msgstr "Cliquez ici pour redémarrer le processus de vérification." msgid "Click here to update your email" msgstr "Cliquez ici pour mettre à jour votre adresse e-mail" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Cliquez pour désactiver les citations de ce post." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Cliquez pour activer les citations de ce post." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Cliquez pour ouvrir le menu de mot-clé pour {tag}" @@ -1919,9 +1982,11 @@ msgstr "Cataclop 🐴 cataclop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Cataclop 🐴 cataclop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Fermer" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Fermer le dialogue actif" @@ -2018,16 +2083,16 @@ msgstr "Ferme le sélecteur d’émoji" msgid "Closes viewer for header image" msgstr "Ferme la visionneuse pour l’image d’en-tête" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Fermer la liste des comptes" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Réduit la liste des comptes pour une notification donnée" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Mode de couleur" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Confirmez votre position avec le GPS. Votre géolocalisation ne sera pas tracée et ne quittera pas cet appareil." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Confirmez votre position avec le GPS. Votre géolocalisation ne sera pas msgid "Confirmation code" msgstr "Code de confirmation" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Connexion…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Langues du contenu" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Contenu non disponible" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Contenu promouvant ou illustrant de l’automutilation" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Avertissement sur le contenu" @@ -2212,7 +2281,7 @@ msgstr "Menu contextuel en arrière-plan, cliquez pour fermer le menu." msgid "Continue" msgstr "Continuer" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continuer comme {0} (actuellement connecté)" @@ -2236,8 +2305,8 @@ msgstr "Passer à l’étape suivante" msgid "Conversation" msgstr "Discussion" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversation supprimée" @@ -2254,7 +2323,7 @@ msgstr "Cuisine" msgid "Copied build version to clipboard" msgstr "Version de build copiée dans le presse-papier" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Version de build copiée dans le presse-papier" msgid "Copied to clipboard" msgstr "Copié dans le presse-papier" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copié !" @@ -2290,23 +2359,23 @@ msgstr "Copier l’URI at://" msgid "Copy author DID" msgstr "Copier le DID de l’auteur·ice" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copier ce code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copier le DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copier l’hébergeur" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copier le lien" @@ -2331,12 +2400,12 @@ msgstr "Copier le lien vers le post" msgid "Copy link to profile" msgstr "Copier le lien vers le profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copier le lien vers le kit de démarrage" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copier le texte du message" @@ -2354,7 +2423,7 @@ msgstr "Copier le texte du post" msgid "Copy QR code" msgstr "Copier le code QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copier la valeur du registre TXT" @@ -2377,8 +2446,8 @@ msgstr "Impossible de se connecter au service de fil d’actu" msgid "Could not find profile" msgstr "Impossible de retrouver le profil" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Impossible de partir de la discussion" @@ -2392,7 +2461,7 @@ msgstr "Impossible de charger le fil d’actu" msgid "Could not load list" msgstr "Impossible de charger la liste" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Impossible de mettre la discussion en sourdine" @@ -2476,8 +2545,9 @@ msgstr "Créer une liste de modération" msgid "Create new account" msgstr "Créer un nouveau compte" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Créer un signalement pour {0}" @@ -2490,7 +2560,7 @@ msgstr "Créer un kit de démarrage" msgid "Create user list" msgstr "Créer une liste de comptes" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "{0} créé" @@ -2503,8 +2573,8 @@ msgstr "L’auteur·ice a été bloqué·e" msgid "Culture" msgstr "Culture" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personnalisé" @@ -2512,18 +2582,22 @@ msgstr "Personnalisé" msgid "Customization options" msgstr "Paramètres de personnalisation" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personnalisez les comptes qui peuvent interagir avec ce post." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personnalise votre expérience de Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Activités ou défis dangereux" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Abus de substances dangereuses ou drogues" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Sombre" @@ -2536,7 +2610,7 @@ msgstr "Sombre" msgid "Dark mode" msgstr "Mode sombre" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Thème sombre" @@ -2558,7 +2632,11 @@ msgstr "Déboguer la modération" msgid "Debug panel" msgstr "Panneau de débug" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Deepfake de contenu pour adulte" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Par défaut" @@ -2566,14 +2644,14 @@ msgstr "Par défaut" msgid "Default icons" msgstr "Icônes par défaut" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Supprimer" @@ -2586,16 +2664,16 @@ msgstr "Supprimer le compte" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Suppression du compte <0>« 0><1>{0}1><2> »2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Supprimer le mot de passe de l’appli" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Supprimer le mot de passe de l’appli ?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Supprimer la conversation" @@ -2603,18 +2681,18 @@ msgstr "Supprimer la conversation" msgid "Delete chat declaration record" msgstr "Supprimer la déclaration d’ouverture aux discussions" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Supprimer la conversation" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Supprimer la conversation" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Supprimer pour moi" @@ -2623,11 +2701,11 @@ msgstr "Supprimer pour moi" msgid "Delete list" msgstr "Supprimer la liste" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Supprimer le message" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Supprimer le message pour moi" @@ -2641,12 +2719,12 @@ msgstr "Supprimer mon compte" msgid "Delete post" msgstr "Supprimer le post" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Supprimer le kit de démarrage" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Supprimer le kit de démarrage ?" @@ -2709,11 +2787,11 @@ msgstr "Mode développement activé" msgid "Developer options" msgstr "Options pour développeurs" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Une boîte de dialogue : réglez qui peut interagir avec ce post" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Atténué" @@ -2735,6 +2813,14 @@ msgstr "Désactiver le 2FA par e-mail" msgid "Disable haptic feedback" msgstr "Désactiver le retour haptique" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Désactiver complètement les réponses" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Désactiver les sous-titres" @@ -2778,7 +2864,7 @@ msgstr "Empêcher les applis de montrer mon compte aux personnes non connectées msgid "Discover new custom feeds" msgstr "Découvrir des fils d’actu personnalisés" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Découvrir de nouveaux fils d’actu" @@ -2817,8 +2903,8 @@ msgstr "Nom d’affichage" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Oubliez les trolls et les contenus racoleurs. Trouvez des vrais humains et des sujets de conversations qui vous intéressent." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panneau DNS" @@ -2830,7 +2916,7 @@ msgstr "Ne pas appliquer ce mot masqué aux comptes que vous suivez" msgid "Does not include nudity." msgstr "Ne comprend pas de nudité." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domaine vérifié !" @@ -2853,19 +2939,20 @@ msgstr "Pas d’inquiétude ! Tous les messages existants et vos paramètres so #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Tapez deux fois ou appuyez longtemps sur le message pour ajouter une ré msgid "Double tap to close the dialog" msgstr "Tapez deux fois pour fermer cette boîte de dialogue" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Tapez deux fois pour aimer" @@ -2903,6 +2990,10 @@ msgstr "Télécharger Bluesky" msgid "Download CAR file" msgstr "Télécharger le fichier CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Divulgation de données personnelles (doxxing)" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Déposer pour ajouter des images" @@ -2943,9 +3034,13 @@ msgstr "ex. Ces comptes qui ne ratent jamais leur coup." msgid "e.g. Users that repeatedly reply with ads." msgstr "ex. Les comptes qui répondent toujours avec des pubs." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Troubles alimentaires" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Modifier les notifications de {0}" msgid "Edit People" msgstr "Modifier les personnes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Modifier les paramètres d’interaction du post" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Modifier le profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Modifier le profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Modifier le kit de démarrage" @@ -3034,7 +3129,7 @@ msgstr "Modifier le kit de démarrage" msgid "Edit user list" msgstr "Modifier la liste de comptes" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Modifier qui peut répondre" @@ -3085,7 +3180,7 @@ msgstr "Vérification de l’e-mail terminée !" msgid "Email Verified" msgstr "Adresse e-mail vérifiée" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Code HTML à intégrer" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Lecteur vidéo intégré" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Activer les sous-titres" @@ -3200,7 +3299,7 @@ msgstr "Entrez le domaine que vous voulez utiliser" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Saisissez l’e-mail que vous avez utilisé pour créer votre compte. Nous vous enverrons un « code de réinitialisation » pour vous permettre de changer de mot de passe." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Entrer le pseudo ou l’adresse e-mail utilisée lors de la création de votre compte" @@ -3213,7 +3312,7 @@ msgstr "Saisissez votre date de naissance" msgid "Enter your email address" msgstr "Entrez votre e-mail" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Saisir votre mot de passe" @@ -3258,22 +3357,18 @@ msgstr "Erreur de réception de la réponse captcha." msgid "Error: {error}" msgstr "Erreur : {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Tout le monde" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Tout le monde peut répondre" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Tout le monde peut répondre à ce post." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Tout le monde" @@ -3282,16 +3377,6 @@ msgstr "Tout le monde" msgid "Everything else" msgstr "Divers" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Mentions ou réponses excessives" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Messages excessifs ou non-sollicités" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Exclure les comptes que vous suivez" @@ -3316,7 +3401,7 @@ msgstr "Sort de la vue de l’image" msgid "Expand alt text" msgstr "Développer le texte alt" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Développer la liste des comptes" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Développe ou réduit le texte du post" @@ -3348,7 +3433,7 @@ msgstr "Expiré" msgid "Expires {0}" msgstr "Expire {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Expire dans {0}" @@ -3407,13 +3492,17 @@ msgstr "Les médias externes peuvent permettre à des sites web de collecter des msgid "External Media Preferences" msgstr "Préférences sur les médias externes" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Contenu extrémiste" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Échec de l’acceptation de la conversation" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Échec de l’ajout de la réaction émoji" @@ -3421,7 +3510,7 @@ msgstr "Échec de l’ajout de la réaction émoji" msgid "Failed to add to starter pack" msgstr "Échec de l’ajout au kit de démarrage" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Le changement de pseudo a échoué. Veuillez réessayer." @@ -3438,13 +3527,13 @@ msgstr "Échec de la création de la conversation" msgid "Failed to create starter pack" msgstr "Échec de la création du kit de démarrage" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Échec de la suppression de la conversation" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Échec de la suppression du message" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Échec de la suppression du kit de démarrage" @@ -3465,10 +3554,10 @@ msgstr "Échec du suivi de tous les comptes suggérés, veuillez réessayer" msgid "Failed to load conversations" msgstr "Échec du chargement des conversations" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Échec du chargement des fils d’actu" @@ -3498,14 +3587,14 @@ msgstr "Échec du chargement de l’historique" msgid "Failed to load preference." msgstr "Échec du chargement des préférences." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Échec du chargement des fils d’actu suggerés" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Échec du chargement des suivis suggérés" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Échec de l’épinglage du post" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Échec du retrait de la réaction émoji" @@ -3535,7 +3624,8 @@ msgstr "Échec du retrait de la vérification" msgid "Failed to resolve location. Please try again." msgstr "Échec de la géolocalisation. Veuillez réessayer." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Échec de l’enregistrement de l’image : {0}" @@ -3557,7 +3647,7 @@ msgstr "Échec de l’envoi" msgid "Failed to send email, please try again." msgstr "Échec de l’envoi de l’e-mail, veuillez réessayer." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Échec de l’envoi de l’appel, veuillez réessayer." @@ -3606,6 +3696,14 @@ msgstr "Échec de la vérification de l’e-mail, veuillez réessayer." msgid "Failed to verify handle. Please try again." msgstr "La vérification du pseudo a échoué. Veuillez réessayer." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Faux compte ou bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Fausses infos concernant des élections" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Fil d’actu" @@ -3623,7 +3721,7 @@ msgstr "Fil d’actu créé par" msgid "Feed identifier" msgstr "Identifiant du fil d’actu" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menu du fil d’actu" @@ -3635,8 +3733,8 @@ msgstr "Ajouter/enlever le fil d’actu" msgid "Feed unavailable" msgstr "Fil d’actu indisponible" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Commentaires" @@ -3696,7 +3794,7 @@ msgstr "Filtrer les résultats par langue (actuellement : {currentLanguageLabel msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrer qui peut décider de recevoir des notifications pour votre activité" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtrer de qui vous recevrez des notifications" @@ -3713,7 +3811,7 @@ msgstr "Enfin ! Gardez une trace des posts qui sont importants pour vous. Conse msgid "Finance" msgstr "Finance" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Trouver des comptes à suivre" msgid "Find people to follow" msgstr "Trouver des comptes à suivre" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Trouver des posts, des comptes et des fils d’actu sur Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Terminer" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Noir plat" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Bleu plat" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Blanc plat" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexible" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Suivre" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Suivre" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Suivre {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Suivre {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Suivre tous les comptes" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Suivre en retour" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Suivre en retour" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Abonné·e·s que vous connaissez" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Suivi" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Suivis" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Suit {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Suit {handle}" @@ -3894,11 +3988,11 @@ msgstr "Vous suit" msgid "Follows You" msgstr "Vous suit" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Police de caractères" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Taille de police" @@ -3919,7 +4013,7 @@ msgstr "Pour des raisons de sécurité, nous devrons envoyer un code de confirma msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Pour des raisons de sécurité, vous ne pouvez consulter ceci qu’une seule fois. Si vous perdez ce mot de passe d’application, vous devrez en générer un nouveau." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Pour une meilleure expérience, nous vous recommandons d’utiliser la police thématique." @@ -3941,11 +4035,11 @@ msgstr "Oubliez le bruit" msgid "Forgot Password" msgstr "Mot de passe oublié" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Mot de passe oublié ?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Oublié ?" @@ -3953,12 +4047,7 @@ msgstr "Oublié ?" msgid "Free your feed" msgstr "Libérez votre fil d’actu" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publication fréquente de contenu indésirable" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Provenant de" @@ -4011,7 +4100,7 @@ msgstr "Notifier quand des comptes republient à leur tour un de vos reposts." msgid "Get notifications when people repost your posts." msgstr "Notifier quand des comptes republient vos posts." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Recevoir une notification à chaque nouveau post" @@ -4027,7 +4116,7 @@ msgstr "Recevoir des notifications pour les nouveaux posts de {name}" msgid "Get notified of this account’s activity" msgstr "Recevoir des notifications pour l’activité de ce compte" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Recevoir des notifications quand {name} poste" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Donner à votre profil un visage" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Violations flagrantes de la loi ou des conditions générales" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Glorification de la violence" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Violations flagrantes de la loi ou des conditions générales" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Retour" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Retour" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Retour à l’étape précédente" @@ -4123,7 +4208,7 @@ msgstr "Passer en direct" msgid "Go live for" msgstr "Passer en direct pendant" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Voir le profil de {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "Ouvrir le fil d’actu" msgid "Go to next" msgstr "Aller à la suite" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Voir le profil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Voir le profil du compte" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Médias crus" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Contenu graphique violent" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Comportement de grooming ou de prédation" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Piratage du site ou attaques du système" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "On y est presque !" msgid "Handle" msgstr "Pseudo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Ce pseudo est déjà utilisé. Veuillez utiliser un autre pseudo." @@ -4182,7 +4279,7 @@ msgstr "Ce pseudo est déjà utilisé. Veuillez utiliser un autre pseudo." msgid "Handle changed!" msgstr "Pseudo changé !" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Ce pseudo est trop long. Veuillez utiliser un pseudo plus court." @@ -4190,10 +4287,17 @@ msgstr "Ce pseudo est trop long. Veuillez utiliser un pseudo plus court." msgid "Haptics" msgstr "Haptiques" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Harcèlement, trolling ou intolérance" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Harcèlement ou haine" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Activités néfastes ou à haut risque" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Nuisible ou mettant en danger des mineurs" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Mot-clé" msgid "Hashtag {tag}" msgstr "Mot-clé : {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Discours de haine" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Un souci ?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Aide" @@ -4238,7 +4346,7 @@ msgstr "Bonjour 👋" msgid "Hidden" msgstr "Masqué" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Masqué par vos paramètres de modération." @@ -4248,7 +4356,7 @@ msgstr "Liste cachée" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Liste cachée" msgid "Hide" msgstr "Cacher" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Cacher" @@ -4269,6 +4377,10 @@ msgstr "Cacher" msgid "Hide customization options" msgstr "Masquer les paramètres de personnalisation" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Masquer les listes" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Cacher les tendances ?" msgid "Hide trending videos?" msgstr "Cacher les vidéos tendances ?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Cacher la liste des comptes" @@ -4320,7 +4432,7 @@ msgstr "Cacher la liste des comptes" msgid "Hide verification badges" msgstr "Masquer les badges de vérification" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Cache ce contenu" @@ -4365,12 +4477,12 @@ msgstr "Attendez ! Nous donnons progressivement accès à la vidéo et vous fai msgid "Home" msgstr "Accueil" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Hébergeur :" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Hébergeur" @@ -4383,6 +4495,10 @@ msgstr "Populaire" msgid "How should we open this link?" msgstr "Comment ouvrir ce lien ?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Trafic d’êtres humains" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Si vous souhaitez modifier votre mot de passe, nous vous enverrons un co msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Si vous voulez restreindre qui peut recevoir des notifications concernant votre propre activité, vous pouvez le faire depuis <0>Paramètres → Confidentialité et sécurité0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 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." @@ -4443,12 +4559,7 @@ msgstr "Si vous êtes développeur, vous pouvez héberger votre propre serveur." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Illégal et urgent" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Image" @@ -4461,29 +4572,24 @@ msgstr "Cache des images purgé" msgid "Image cache cleared, freed {0}" msgstr "Cache des images purgé, {0} libérés" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Image enregistrée" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Les images ne peuvent être enregistrées tant qu’une permission d’accès à votre photothèque n’est pas autorisée." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Usurpation d’identité ou fausses déclarations concernant l’identité ou l’affiliation" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Usurpation d’identité, désinformation ou fausses déclarations" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Usurpation d’identité" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Dans l’app." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notifications dans l’app." @@ -4507,17 +4613,12 @@ msgstr "Dans l’app., alertes, de tout le monde" msgid "In-app, Push, People you follow" msgstr "Dans l’app., alertes, des comptes suivis" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Messages inappropriés ou liens explicites" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "C’est vide !" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Pseudo ou mot de passe incorrect" @@ -4537,11 +4638,11 @@ msgstr "Entrez le nouveau mot de passe" msgid "Input password for account deletion" msgstr "Entrez le mot de passe pour la suppression du compte" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Entrez le code qui vous a été envoyé par e-mail" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interaction limitée" @@ -4557,12 +4658,12 @@ msgstr "Voici les notifications d’activité" msgid "Introducing saved posts AKA bookmarks" msgstr "Et voici les posts conservés (les signets)" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Code de confirmation 2FA invalide." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Votre pseudo est invalide. Veuillez utiliser un pseudo différent." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Paramètres d’interaction invalides." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Sujet de signalement invalide" @@ -4626,8 +4727,8 @@ msgstr "Emplois" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Rejoignez Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Conditions générales de KWS (en anglais)" msgid "KWS website" msgstr "Site de KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Étiqueté par {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Étiqueté par l’auteur·ice." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Étiquettes" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Étiquettes ajoutées" @@ -4678,11 +4779,11 @@ msgstr "Étiquettes ajoutées" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Les étiquettes sont des annotations sur les comptes et le contenu. Elles peuvent être utilisées pour masquer, avertir et catégoriser le réseau." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Étiquettes sur votre compte" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Étiquettes sur votre contenu" @@ -4696,7 +4797,7 @@ msgstr "Paramètres linguistiques" msgid "Languages" msgstr "Langues" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Plus grande" @@ -4736,12 +4837,12 @@ msgstr "En savoir plus sur la vérification d’âge" msgid "Learn more about Bluesky" msgstr "En savoir plus sur Bluesky (en anglais)" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "En savoir plus sur ce qui est public sur Bluesky (en anglais)." msgid "Learn more in your <0>account settings.0>" msgstr "En savoir plus dans vos <0>paramètres de compte.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "En savoir plus." @@ -4787,10 +4888,10 @@ msgstr "Partir" msgid "Leave chat" msgstr "Partir de la discussion" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Partir de la conversation" @@ -4822,9 +4923,9 @@ msgstr "Réinitialisez votre mot de passe !" msgid "Let's go!" msgstr "Allons-y !" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Clair" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Clair" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Aimer ({0, plural, one {# ont aimé} other {# ont aimé}})" @@ -4855,7 +4956,7 @@ msgstr "Aimez 10 posts afin de former le fil d’actu « Discover »" msgid "Like notifications" msgstr "Notifications « J’aime »" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Aimer ce fil d’actu" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Aimé par {0, plural, one {# compte} other {# comptes}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "« J’aime » de vos reposts" msgid "Likes of your reposts notifications" msgstr "Notifications « J’aime » de vos reposts" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Mentions « J’aime » sur ce post" @@ -5021,12 +5122,12 @@ msgstr "La fonctionnalité « En direct » est en bêta" msgid "Live link" msgstr "Lien vers le direct" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Charger plus" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Charger d’autres fils d’actu suggérés" @@ -5041,6 +5142,14 @@ msgstr "Charger les nouvelles notifications" msgid "Load new posts" msgstr "Charger les nouveaux posts" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Chargement des listes…" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Chargement des paramètres d’interaction du post…" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Chargement…" @@ -5049,15 +5158,19 @@ msgstr "Chargement…" msgid "Log" msgstr "Journaux" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Déconnecté·e" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilité déconnectée" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo par @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo par <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Gérer les mots et les mots-clés masqués" msgid "Mark all as read" msgstr "Tout marquer comme lus" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marqué comme lu" @@ -5132,7 +5245,7 @@ msgstr "Peut-être plus tard" msgid "Media" msgstr "Média" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Médias qui peuvent être perturbants ou inappropriés pour certains publics." @@ -5140,14 +5253,10 @@ msgstr "Médias qui peuvent être perturbants ou inappropriés pour certains pub msgid "Mention notifications" msgstr "Notifications des mentions" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "comptes mentionnés" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Comptes mentionnés" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Envoyer un message à {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Message supprimé" @@ -5172,7 +5281,7 @@ msgstr "Message supprimé" msgid "Message deleted" msgstr "Message supprimé" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Message de @{0} : {1}" @@ -5189,7 +5298,7 @@ msgstr "Champ d’écriture du message" msgid "Message is too long" msgstr "Le message est trop long" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Options de message" @@ -5197,24 +5306,22 @@ msgstr "Options de message" msgid "Messages" msgstr "Messages" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Minuit" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Harcèlement (ou intimidation) d’un mineur" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Notifications diverses" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Compte trompeur" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Post trompeur" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Trompeur" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Outils de modération" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Plus de fils d’actu" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Désactiver le son" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Masquer {tag}" @@ -5332,8 +5439,8 @@ msgstr "Masquer le compte" msgid "Mute accounts" msgstr "Masquer les comptes" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Masquer la conversation" @@ -5396,7 +5503,7 @@ msgstr "Comptes masqués" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Les comptes masqués voient leurs posts supprimés de votre fil d’actu et de vos notifications. Cette option est totalement privée." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Masqué par « {0} »" @@ -5421,17 +5528,6 @@ msgstr "Mes fils d’actu" msgid "Name" msgstr "Nom" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nom ou description qui viole les normes communautaires" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Accéder au kit de démarrage" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navigue vers le prochain écran" @@ -5455,20 +5551,16 @@ msgstr "Navigue vers le prochain écran" msgid "Navigates to your profile" msgstr "Navigue vers votre profil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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 ?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Besoin de signaler une violation des droits d’auteur ?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Ne perdez jamais l’accès à vos abonné·e·s ou à vos données." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Peu importe, créez un pseudo pour moi" @@ -5476,17 +5568,17 @@ msgstr "Peu importe, créez un pseudo pour moi" msgid "New" msgstr "Nouveau" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nouveau" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nouveau post} other {Nouveaux posts}} de {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Nouveau post} other {Nouveaux posts}} de {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nouveau post" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Nouveaux posts de {firstAuthorLink} et <0>{additionalAuthorsCount, plural,one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Nouveaux posts de {firstAuthorName} et {additionalAuthorsCount, plural, one {{formattedAuthorsCount} autre} other {{formattedAuthorsCount} autres}}" @@ -5574,8 +5666,8 @@ msgstr "Dialogue d’information sur un nouveau compte" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Réponses les plus récentes en premier" @@ -5587,8 +5679,8 @@ msgstr "Actualités" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Actualités" msgid "Next" msgstr "Suivant" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Nouvelle" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Image suivante" @@ -5616,12 +5703,12 @@ msgstr "Image suivante" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Aucun mot de passe d’application" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Pas de panneau DNS" @@ -5646,8 +5733,9 @@ msgstr "Pas d’image" msgid "No likes yet" msgstr "Pas encore de mentions « j’aime »" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Ne suit plus {0}" @@ -5671,7 +5759,7 @@ msgstr "Pas encore de notifications !" msgid "No one" msgstr "Personne" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Personne d’autre que l’auteur·ice ne peut citer ce post." @@ -5701,7 +5789,7 @@ msgstr "Aucun résultat" msgid "No results" msgstr "Aucun résultat" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Aucun résultat pour « {0} »." @@ -5719,7 +5807,7 @@ msgstr "Aucun résultat trouvé pour « {query} »" msgid "No results found for {query}" msgstr "Aucun résultat trouvé pour {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Aucun résultat." @@ -5732,7 +5820,7 @@ msgstr "Pas de résultats pour « {search} »." msgid "No thanks" msgstr "Non merci" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Personne" @@ -5753,6 +5841,10 @@ msgstr "Personne n’a encore republié. Peut-être devriez-vous ouvrir la voie msgid "Nobody was found. Try searching for someone else." msgstr "Personne n’a été trouvé. Essayez de chercher quelqu’un d’autre." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Imagerie intime sans consentement" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nudité non sexuelle" @@ -5843,16 +5935,11 @@ msgstr "maintenant" msgid "Now" msgstr "Maintenant" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nudité" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nudité ou contenu adulte non identifié comme tel" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "OK" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Plus anciennes réponses en premier" @@ -5916,7 +6003,7 @@ msgstr "Une ou plusieurs vidéos n’ont pas de texte alt." msgid "Only .jpg and .png files are supported" msgstr "Seuls les fichiers .jpg et .png sont acceptés" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Seul {0} peut répondre." @@ -5941,7 +6028,7 @@ msgstr "Oups, quelque chose n’a pas marché !" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Ouvre le créateur d’avatar" msgid "Open conversation options" msgstr "Ouvrir les options de conversation" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Ouvre le menu latéral" @@ -5973,8 +6060,8 @@ msgstr "Ouvrir le sélecteur d’emoji" msgid "Open feed info screen" msgstr "Ouvrir l’écran des infos sur le fil d’actu" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Ouvrir le menu des options de fil d’actu" @@ -6015,7 +6102,7 @@ msgstr "Ouvrir le profil" msgid "Open share menu" msgstr "Ouvrir le menu de partage" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Ouvrir le menu du kit de démarrage" @@ -6032,9 +6119,9 @@ msgstr "Ouvrir le journal du système" msgid "Opens a dialog to add a content warning to your post" msgstr "Ouvre une boîte de dialogue permettant d’ajouter un avertissement de contenu à votre post" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Ouvre une boîte de dialogue permettant de choisir qui peut répondre à ce fil de discussion" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Ouvre une boîte de dialogue pour choisir qui peut interagir avec ce post" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Ouvre le lien vers {0}" msgid "Opens live status dialog" msgstr "Ouvre la fenêtre de statut « En direct »" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Ouvre le formulaire de réinitialisation du mot de passe" @@ -6103,24 +6190,15 @@ msgstr "Ouvre le formulaire de réinitialisation du mot de passe" msgid "Opens post language settings" msgstr "Ouvre les paramètres de langue du post" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Ouvre ce profil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Ajoutez des informations supplémentaires ci-dessous (optionnel) :" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Options :" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Ou une combinaison de ces options :" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Ou continuer avec un autre compte." @@ -6145,21 +6223,50 @@ msgstr "État des MàJs : Échec de la récupération" msgid "OTA status: None available" msgstr "État des MàJs : Aucune disponible" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Autre" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Autre compte" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Autre problème lié à la protection de l’enfance" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Autre contenu dangereux" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Autre contenu harcelant ou haineux" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Autre contenu trompeur" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Autre non-respect des règles" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Autre contenu de violence sexuelle" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Autre contenu violent" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Notre article de blog (en anglais)" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Notre équipe de modération a reçu votre signalement." @@ -6176,7 +6283,7 @@ msgstr "Page introuvable" msgid "Page Not Found" msgstr "Page introuvable" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Personnes suivies par @{0}" msgid "People following @{0}" msgstr "Personnes qui suivent @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Comptes suivis" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Comptes que vous suivez" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Comptes que vous mentionnez" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Animaux domestiques" msgid "Photography" msgstr "Photographie" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Images destinées aux adultes." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Épingler le fil d’actu" @@ -6266,7 +6381,7 @@ msgstr "Épingler le fil d’actu" msgid "Pin to home" msgstr "Ajouter à l’accueil" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Ajouter à l’accueil" @@ -6275,7 +6390,7 @@ msgstr "Ajouter à l’accueil" msgid "Pin to your profile" msgstr "Épingler à votre profil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Épinglé" @@ -6302,7 +6417,7 @@ msgstr "Lire" msgid "Play {0}" msgstr "Lire {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Lancer la vidéo" @@ -6327,7 +6442,7 @@ msgstr "Lance le GIF" msgid "Plays the video" msgstr "Lance la vidéo" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Veuillez ajouter toute étiquette d’avertissement de contenu pertinente pour le média que vous postez." @@ -6413,7 +6528,7 @@ msgstr "Veuillez saisir votre code d’invitation." msgid "Please enter your new email address." msgstr "Veuillez saisir votre nouvelle adresse e-mail." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Veuillez entrer votre mot de passe" @@ -6421,11 +6536,11 @@ msgstr "Veuillez entrer votre mot de passe" msgid "Please enter your password as well:" msgstr "Veuillez également entrer votre mot de passe :" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Veuillez entrer votre pseudo" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Expliquez-nous pourquoi vous pensez que cette étiquette a été appliquée à tort par {0}" @@ -6446,11 +6561,11 @@ msgstr "Veuillez fournir tous les détails supplémentaires que vous pensez néc msgid "Please select a language" msgstr "Veuillez sélectionner une langue" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Veuillez sélectionner un service de modération" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Veuillez sélectionner une raison pour ce signalement" @@ -6473,7 +6588,7 @@ msgstr "Veuillez écrire votre message ci-dessous :" msgid "Politics" msgstr "Politique" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Porno" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Post supprimé" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Post caché par mot masqué" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Post caché par vous" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Paramètres d’interaction du post" @@ -6614,13 +6729,8 @@ msgstr "Image précédente" msgid "Primary Language" msgstr "Langue principale" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioriser vos abonnements" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Vie privée" @@ -6652,6 +6762,10 @@ msgstr "Paramètres de confidentialité et sécurité" msgid "Privacy Policy" msgstr "Politique de confidentialité" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Violation de la vie privée d’un mineur" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Traitement de la vidéo en cours…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil mis à jour" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Promotion ou vente de produits ou services interdits" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Au fait ! Vous avez la main sur qui peut interagir avec ce post." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Public" @@ -6714,7 +6836,7 @@ msgstr "Publier la réponse" msgid "Push" msgstr "Alertes" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Alertes (notifs push)" @@ -6764,10 +6886,6 @@ msgstr "La citation a été détachée avec succès" msgid "Quote posts disabled" msgstr "Citations désactivées" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Paramètres des citations" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Paramètres des citations" msgid "Quotes" msgstr "Citations" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citations de ce post" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Limite de changements dépassée – vous avez essayé de changer votre pseudo trop souvent dans une courte période. Veuillez attendre avant de réessayer." @@ -6805,11 +6923,11 @@ msgstr "Lire {0, plural, one {une autre réponse} other {# autres réponses}}" msgid "Read blog post" msgstr "Lire l’article de blog (en anglais)" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Lire moins" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Lire plus" @@ -6849,15 +6967,11 @@ msgstr "Des vrais humains." msgid "Reason for appeal" msgstr "Raison de l’appel" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Raison :" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Recevoir des notifications dans l’app." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Recevoir des alertes (notifs push)" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Se reconnecter" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Décliner" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Décliner la demande de discussion" @@ -6946,8 +7060,8 @@ msgstr "Supprimer le fil d’actu" msgid "Remove feed?" msgstr "Supprimer le fil d’actu ?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "en réponse à vous" msgid "Replies" msgstr "Réponses" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Les réponses sont désactivées" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Les réponses à ce post sont désactivées." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Répondre" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Répondre ({0, plural, one {# réponse} other {# réponses}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Réponse cachée par l’auteur·ice du fil de discussion" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Réponse cachée par vous" @@ -7120,11 +7234,7 @@ msgstr "Réponse cachée par vous" msgid "Reply notifications" msgstr "Notifications de réponses" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Paramètres de réponse" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 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" @@ -7141,7 +7251,7 @@ msgstr "Visibilité de la réponse mise à jour" msgid "Reply was successfully hidden" msgstr "La réponse a été cachée avec succès" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Signaler" msgid "Report account" msgstr "Signaler le compte" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Signaler la conversation" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Fenêtre de dialogue de signalement" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Signaler le fil d’actu" @@ -7176,7 +7285,7 @@ msgstr "Signaler le fil d’actu" msgid "Report list" msgstr "Signaler la liste" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Signaler le message" @@ -7185,48 +7294,41 @@ msgstr "Signaler le message" msgid "Report post" msgstr "Signaler le post" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Signaler le kit de démarrage" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Signalement envoyé" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Signaler ce contenu" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Signaler cette conversation" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Signaler ce fil d’actu" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Signaler cette liste" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Signaler ce message" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Signaler ce post" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Signaler ce kit de démarrage" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Signaler ce compte" @@ -7250,7 +7352,7 @@ msgstr "Notifications de reposts" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Republier ou citer" @@ -7277,7 +7379,7 @@ msgstr "Republié par vous" msgid "Reposts" msgstr "Reposts" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Reposts de ce post" @@ -7291,8 +7393,8 @@ msgstr "Reposts de vos reposts" msgid "Reposts of your reposts notifications" msgstr "Notifications des reposts de vos reposts" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Demander le code" @@ -7348,7 +7450,7 @@ msgstr "Réinitialisation du didacticiel" msgid "Reset password" msgstr "Réinitialiser mot de passe" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Réessaye de se connecter" @@ -7360,12 +7462,12 @@ msgstr "Réessaye la dernière action, qui a échoué" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Réessaye la dernière action, qui a échoué" msgid "Retry" msgstr "Réessayer" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Réessayer le chargement des options de signalement" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Retourne à la page précédente" @@ -7399,8 +7501,8 @@ msgstr "Retour à la page d’accueil" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Retour à la page précédente" @@ -7412,8 +7514,8 @@ msgstr "Retourne à l’étape précédente" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Retourne à l’étape précédente" msgid "Save" msgstr "Enregistrer" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Enregistrer" @@ -7459,8 +7561,13 @@ msgstr "Enregistrer votre nouveau pseudo" msgid "Save QR code" msgstr "Enregistrer le code QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Enregistrer ces choix pour la prochaine fois" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Enregistrer dans mes fils d’actu" @@ -7487,21 +7594,25 @@ msgstr "Enregistré à mes fils d’actu" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Dites bonjour !" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Arnaque" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Science" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Défiler à gauche" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Défiler à droite" @@ -7513,7 +7624,7 @@ msgstr "Remonter en haut" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Recherche" @@ -7553,11 +7664,11 @@ msgstr "Recherche de « {searchText} »" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Rechercher plus de comptes" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Rechercher plus de fils d’actu" @@ -7610,19 +7721,19 @@ msgstr "Recherche parmi les profils" msgid "Security step required" msgstr "Étape de sécurité requise" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Voir les posts {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Voir les posts {tag} de ce compte" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Voir les posts #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Voir les posts #{tag} de ce compte" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Curseur de recherche. Utiliser les touches de flèches pour avancer ou reculer, et Espace pour la lecture/pause." #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Sélectionner la catégorie « {interestsDisplayName} »" @@ -7665,11 +7776,15 @@ msgstr "Sélectionner {langName}" msgid "Select a color" msgstr "Sélectionner une couleur" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Sélectionner une raison" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Sélectionner un compte" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Sélectionner une langue pour l’appli." @@ -7701,6 +7816,14 @@ msgstr "Sélectionner une durée" msgid "Select from an existing account" msgstr "Sélectionner un compte existant" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Choisir au sein de vos listes" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Choisir au sein de vos listes <0>{numberOfListsSelected, plural, one {(une choisie)} other {(# choisies)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Sélectionner le GIF" @@ -7727,14 +7850,10 @@ msgstr "Sélectionner la langue…" msgid "Select languages" msgstr "Sélectionner les langues" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Sélectionner un service de modération" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Sélectionner une modération" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Sélectionner la langue du post" @@ -7752,10 +7871,6 @@ msgstr "Sélectionnez le fichier de sous-titres (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Sélectionner l’emoji {emojiName} comme avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Sélectionnez le(s) service(s) de modération destinataires du signalement" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Sélectionnez jusqu’à 3 langues utilisées dans ce post" @@ -7785,7 +7900,7 @@ msgstr "Sélectionnez vos centres d’intérêt parmi les options ci-dessous" msgid "Select your preferred language for translations in your feed." msgstr "Sélectionnez votre langue préférée pour traduire votre fils d’actu." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Sélectionner vos canaux de notification préférés" @@ -7793,6 +7908,10 @@ msgstr "Sélectionner vos canaux de notification préférés" msgid "Selecting multiple media types is not supported." msgstr "La sélection de plusieurs types de médias n’est pas prise en charge." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Automutiliation ou comportement dangereux" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Envoyez un site chouette !" @@ -7818,7 +7937,7 @@ msgstr "Envoyer des commentaires" msgid "Send message" msgstr "Envoyer le message" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Envoyer le post à {name}" @@ -7826,18 +7945,7 @@ msgstr "Envoyer le post à {name}" msgid "Send post to..." msgstr "Envoyer le post à…" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Envoyer le signalement" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Envoyer le signalement à {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Envoyer le signalement à {title}" @@ -7858,7 +7966,7 @@ msgstr "Envoyer par message privé" msgid "Sends email with confirmation code for account deletion" msgstr "Envoie un e-mail avec le code de confirmation pour la suppression du compte" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Adresse du serveur" @@ -7874,10 +7982,18 @@ msgstr "Entrez votre date de naissance" msgid "Set new password" msgstr "Définir un nouveau mot de passe" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +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" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Créez votre compte" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Définir qui peut répondre à votre post" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Définit l’e-mail pour la réinitialisation du mot de passe" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Paramètres enregistrés" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Activité sexuelle ou nudité érotique." @@ -7953,7 +8069,7 @@ msgstr "Sexuellement suggestif" msgid "Share" msgstr "Partager" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Partager" @@ -7996,7 +8112,7 @@ msgstr "Partager l’URI at:// du post" msgid "Share QR code" msgstr "Partager le code QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Partager ce fil d’actu" @@ -8012,8 +8128,8 @@ msgstr "Partagez ce kit de démarrage et aidez les gens à rejoindre votre commu #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Partagez votre fil d’actu favori !" msgid "Shared Preferences Tester" msgstr "Testeur de préférences partagées" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Voir le texte alt" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Afficher quand même" @@ -8067,6 +8183,10 @@ msgstr "En montrer moins comme ça" msgid "Show list anyway" msgstr "Afficher quand même la liste" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Afficher des listes au sein desquels choisir" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Voir plus" @@ -8080,7 +8200,7 @@ msgstr "En montrer plus comme ça" msgid "Show more replies" msgstr "Afficher plus de réponses" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Afficher les réponses en vue arborescente" @@ -8098,10 +8218,6 @@ msgstr "Afficher les réponses" msgid "Show replies as" msgstr "Type d’affichage des réponses" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Afficher les réponses des comptes que vous suivez avant les autres réponses" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Afficher l’avertissement" msgid "Show warning and filter from feeds" msgstr "Afficher l’avertissement et filtrer des fils d’actu" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Affiche plus d’informations sur la date de création de ce post" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Affiche le contenu" @@ -8145,7 +8261,7 @@ msgstr "Affiche le contenu" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Affiche le contenu" msgid "Sign in" msgstr "Connexion" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Se connecter en tant que {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Se connecter en tant que…" @@ -8177,7 +8293,7 @@ msgstr "Se connecter ou créer un compte" msgid "Sign in or create your account to join the conversation!" msgstr "Connectez-vous ou créez votre compte pour participer à la conversation !" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Se connecter à un compte qui n’est pas listé" @@ -8243,7 +8359,7 @@ msgstr "Passer l’introduction et commencer à utiliser votre compte" msgid "Skip to next step" msgstr "Sauter à l’étape d’après" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Plus petite" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Quelques comptes peuvent répondre" @@ -8280,7 +8396,7 @@ msgstr "Quelqu’un a réagi avec {0}" msgid "Someone reacted {0} to {1}" msgstr "Quelqu’un a réagi à {1} avec {0}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Il y a un souci avec les données que vous essayez de signaler. Veuillez contacter le support." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Quelque chose n’a pas marché" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Quelque chose n’a pas marché, veuillez réessayer" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Quelque chose n’a pas marché !" msgid "Something went wrong. Please try again in a moment." msgstr "Quelque chose n’a pas marché. Veuillez réessayer plus tard." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Quelque chose n’a pas marché. Veuillez réessayer." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Un problème ? Dites-nous tout." @@ -8327,34 +8442,30 @@ msgstr "Désolé, nous n’arrivons pas à charger des suggestions de comptes en msgid "Sorry! Your session expired. Please sign in again." msgstr "Désolé ! Votre session a expiré. Essayez de vous reconnecter." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Trier les réponses" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Trier les réponses par" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Trier les réponses au même post par :" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Source : <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam ; mentions ou réponses excessives" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Spam, comportements inauthentiques ou déceptifs" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam ; mentions ou réponses excessives" msgid "Sports" msgstr "Sports" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Démarrez une conversation, et elle apparaîtra ici." @@ -8403,11 +8514,11 @@ msgstr "Kit de démarrage par <0/>" msgid "Starter pack by you" msgstr "Kit de démarrage par vous" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Le kit de démarrage n’est pas valide" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Kits de démarrage" @@ -8436,8 +8547,8 @@ msgstr "Historique" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Faire appel" msgid "Submit Appeal" msgstr "Faire appel" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Envoyer le signalement" @@ -8494,7 +8605,7 @@ msgstr "Succès !" msgid "Successfully verified" msgstr "Vérification réussie" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Comptes suggérés" @@ -8506,17 +8617,17 @@ msgstr "Comptes suggérés" msgid "Suggested for you" msgstr "Suggérés pour vous" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggestif" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Lever du soleil" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Coucher du soleil" @@ -8547,10 +8658,10 @@ msgstr "Changer de compte" msgid "Switch to {0}" msgstr "Basculer vers {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Système" @@ -8591,6 +8702,10 @@ msgstr "Taper pour fermer le menu contextuel" msgid "Tap to dismiss" msgstr "Appuyer pour annuler" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Harcèlement ciblé" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tâche accomplie - 10 abonnements !" @@ -8620,8 +8735,8 @@ msgstr "Dites-nous en un peu à propos de vous" msgid "Tell us a little more" msgstr "Dites-nous en un peu plus" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Conditions générales" @@ -8637,26 +8752,11 @@ msgstr "Conditions générales" msgid "Terms of Service" msgstr "Conditions générales" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Termes utilisés qui violent les normes de la communauté" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Texte et mots-clés" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Champ de texte" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Champ de saisie de texte" @@ -8665,10 +8765,6 @@ msgstr "Champ de saisie de texte" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Merci pour vos commentaires ! Ils seront envoyés au fournisseur du fil d’actu." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Nous vous remercions. Votre signalement a été envoyé." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Merci, vous avez vérifié avec succès votre adresse e-mail. Vous pouve msgid "Thanks! You're all set." msgstr "Merci ! C’est tout bon." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Qui contient les éléments suivants :" @@ -8699,11 +8795,11 @@ msgstr "Ce pseudo est déjà utilisé" msgid "That's all, folks!" msgstr "Et voilà, c’est tout !" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "C’est tout !" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Ce compte pourra interagir avec vous après le déblocage." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "L’application redémarrera." #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "L’auteur·ice de ce fil de discussion a masqué cette réponse." @@ -8750,11 +8846,11 @@ msgstr "L’expérience est meilleure dans l’application. Téléchargez Bluesk msgid "The feed has been replaced with Discover." msgstr "Ce fil d’actu a été remplacé par Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Les étiquettes suivantes ont été appliquées à votre compte." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Les étiquettes suivantes ont été appliquées à votre contenu." @@ -8788,7 +8884,7 @@ msgstr "La vidéo sélectionnée dépasse les 100 Mo. Veuillez réessayer avec 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Nos conditions générales ont été déplacées vers" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Thème" @@ -8827,7 +8923,7 @@ msgstr "Il y a eu un problème de connexion à Tenor." msgid "There was an issue contacting the server" msgstr "Il y a eu un problème de connexion au serveur" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Il y a eu un problème de connexion au serveur, vérifiez votre connexio 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Il y a eu un problème lors de la récupération des posts. Appuyez ici msgid "There was an issue fetching the list. Tap here to try again." msgstr "Il y a eu un problème lors de la récupération de la liste. Appuyez ici pour réessayer." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Il y a eu un problème lors de la récupération de vos mots de passe d’application" @@ -8862,11 +8958,6 @@ msgstr "Il y a eu un problème lors de la récupération de vos informations de msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Il y a eu un problème lors de la suppression de ce fil d’actu. Vérifiez votre connexion internet et réessayez." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Il y a eu un problème lors de l’envoi de votre signalement. Vérifiez votre connexion internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Il y a eu un problème lors de la mise-à-jour de vos fils d’actu. Vé #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Il y a eu un problème lors de la mise-à-jour de vos fils d’actu. Vé msgid "There was an issue! {0}" msgstr "Il y a eu un problème ! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Un problème inattendu s’est produit dans l’application. N’hésite 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:654 +msgid "These are your default settings" +msgstr "Ce sont vos paramètres par défaut" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Ces paramètres s’appliquent seulement pour votre fil d’abonnements." @@ -8941,7 +9036,7 @@ msgstr "Ce compte est bloqué par un ou plusieurs de vos listes de modération. msgid "This action can be undone at any time." msgstr "Cette action peut être annulée à tout moment." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Cet appel sera envoyé à <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Ce contenu est hébergé par {0}. Voulez-vous activer les médias externes ?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Ce contenu n’est pas disponible car l’un des comptes impliqués a bloqué l’autre." @@ -9006,7 +9101,7 @@ msgstr "Cette fonctionnalité n’est pas disponible lorsque vous utilisez un mo msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ce fil d’actu reçoit actuellement un trafic important, il est temporairement indisponible. Veuillez réessayer plus tard." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 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." @@ -9020,7 +9115,7 @@ msgstr "Ce fil d’actu est vide." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Ce fil d’actu n’est plus disponible. Nous vous montrons <0>Discover0> à la place." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Ce pseudo est réservé. Veuillez utiliser un pseudo différent." @@ -9037,7 +9132,7 @@ msgstr "Ce n’est pas un lien valide" msgid "This label was applied by the author." msgstr "Cette étiquette a été apposée par l’auteur·ice." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Cette étiquette a été apposée par vous." @@ -9065,11 +9160,11 @@ msgstr "Cette liste est vide." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Ce service de modération n’est pas disponible. Voir ci-dessous pour plus de détails. Si le problème persiste, contactez-nous." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Ce post déclare avoir été créé le <0>{0}0>, mais a été vu pour la première fois par Bluesky le <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Cette réponse sera classée dans une section cachée au bas de votre fi 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Cela devrait créer un enregistrement de domaine à :" @@ -9113,7 +9208,7 @@ msgstr "Cela ne devrait prendre que quelques minutes." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Ce compte n’a pas de nom d’affichage, et ne peut donc pas être vérifié." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Ce compte n’a pas d’abonné·e·s." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Ce compte vous a bloqué·e" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Ce compte vous a bloqué. Vous ne pouvez pas voir son contenu." @@ -9142,7 +9237,7 @@ msgstr "Ce compte est inclus dans la liste <0>{0}0> que vous avez masquée." msgid "This user is new here. Press for more info about when they joined." msgstr "Ce compte est nouveau ici. Appuyez pour obtenir plus d’informations sur sa date d’arrivée." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Ce compte ne suit personne." @@ -9168,7 +9263,7 @@ msgstr "Options de fil de discussion" msgid "Thread preferences" msgstr "Préférences des fils de discussion" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Préférences des fils de discussion" @@ -9181,6 +9276,10 @@ msgstr "Sous forme de fils" msgid "Threads Preferences" msgstr "Préférences des fils de discussion" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Menaces ou incitation à la haine" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Temps restant : {0, plural, one {# seconde} other {# secondes}}" @@ -9198,10 +9297,6 @@ msgstr "Pour désactiver le 2FA par e-mail, veuillez prouver que vous avez accè msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Pour signaler une conversation, signalez plutôt un de ses messages via l’écran de conversation. Cela permettra à la modération de comprendre le contexte du problème." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "À qui souhaitez-vous envoyer ce signalement ?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Aujourd’hui" @@ -9222,8 +9317,8 @@ msgstr "Meilleur" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Meilleures réponses en premier" @@ -9231,17 +9326,17 @@ msgstr "Meilleures réponses en premier" msgid "Topic" msgstr "Sujet" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traduire" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Vue arborescente" @@ -9253,6 +9348,10 @@ msgstr "Tendances" msgid "Trending Videos" msgstr "Vidéos tendances" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolling" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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 confiance0> : des organisations qui peuvent vérifier des comptes directement." @@ -9274,7 +9373,7 @@ msgstr "Auth. à deux facteurs (2FA)" msgid "Type your message here" msgstr "Écrivez votre message ici" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Type :" @@ -9294,13 +9393,13 @@ msgstr "Impossible de contacter votre service. Vérifiez votre connexion Interne #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Impossible de supprimer" @@ -9324,27 +9423,27 @@ msgstr "Informations sur le fil d’actu indisponible" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Débloquer" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Débloquer" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Débloquer le compte" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Débloquer le compte ?" @@ -9369,12 +9468,7 @@ msgstr "Annuler le repost" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Annuler le repost ({0, plural, one {# repost} other {# reposts}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Se désabonner" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Se désabonner de {0}" @@ -9383,7 +9477,7 @@ msgstr "Se désabonner de {0}" msgid "Unfollow account" msgstr "Se désabonner du compte" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Se désabonne du compte" @@ -9391,7 +9485,7 @@ msgstr "Se désabonne du compte" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Hélas, Bluesky n’est pas disponible au Mississippi actuellement." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Malheureusement, aucun des étiqueteurs auxquels vous êtes abonnés ne msgid "Unknown verifier" msgstr "Vérificateur inconnu" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Contenu pour adultes sans étiquette" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Sans étiquette, abusif ou sans consentement" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Retirer la mention « J’aime » ({0, plural, one {# ont aimé} other {# ont aimé}})" @@ -9419,8 +9521,8 @@ msgstr "Rétablir le son" msgid "Unmute" msgstr "Réafficher" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Réafficher {tag}" @@ -9431,7 +9533,7 @@ msgstr "Réafficher {tag}" msgid "Unmute account" msgstr "Réafficher ce compte" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Réafficher la conversation" @@ -9454,8 +9556,8 @@ msgstr "Rétablir le son de la vidéo" msgid "Unpin" msgstr "Désépingler" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Désépingler le fil d’actu" @@ -9464,8 +9566,8 @@ msgstr "Désépingler le fil d’actu" msgid "Unpin Feed" msgstr "Désépingler le fil d’actu" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Désépingler de l’accueil" @@ -9517,13 +9619,6 @@ msgstr "Désabonné de la liste" msgid "Unsupported video type: {mimeType}" msgstr "Type de vidéo non pris en charge : {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Contenu sexuel non désiré" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Mise à jour de <0>{displayName}0> dans les listes" msgid "Update email" msgstr "Mettre à jour l’e-mail" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Mettre à jour pour {domain}" @@ -9567,7 +9662,7 @@ msgstr "Mise à jour…" msgid "Upload a photo instead" msgstr "Envoyer plutôt une photo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Envoyer un fichier texte vers :" @@ -9603,11 +9698,11 @@ msgstr "Envoi de la miniature du lien en cours…" msgid "Uploading video..." msgstr "Envoi de la vidéo en cours…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Utilisez des mots de passe d’application pour vous connecter à d’autres clients Bluesky sans donner l’accès complet à votre compte ou mot de passe." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Utiliser le fournisseur par défaut" @@ -9638,17 +9733,17 @@ msgstr "Utilisez-le pour vous connecter à l’autre application avec votre pseu msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Utilisez l’adresse e-mail de votre compte, ou une autre adresse e-mail véritable que vous contrôlez, au cas où KWS ou Bluesky auraient besoin de vous contacter." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Compte bloqué" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Compte bloqué" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Compte bloqué par « {0} »" @@ -9660,7 +9755,7 @@ msgstr "Compte bloqué par liste" msgid "User Blocked by List" msgstr "Compte bloqué par liste" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Compte qui vous bloque" @@ -9698,15 +9793,15 @@ msgstr "Le pseudo ne doit pas commencer ou se terminer par un trait d’union" 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Pseudo ou e-mail" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "comptes suivis par <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "comptes abonnés à <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "comptes abonnés à <0>@{0}0>" msgid "Users I follow" msgstr "Comptes que je suis" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Comptes dans « {0} »" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Comptes que vous suivez" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valeur :" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Vérifier le code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Vérifier l’enregistrement DNS" @@ -9786,8 +9873,8 @@ msgstr "Boîte de dialogue de vérification de l’adresse e-mail" msgid "Verify now" msgstr "Vérifier maintenant" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Vérifier le fichier texte" @@ -9841,15 +9928,15 @@ msgstr "Vidéo de {0} : {text}" msgid "Video Games" msgstr "Jeux vidéo" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Vidéo en pause" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Vidéo en cours de lecture" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Vidéo non trouvée." @@ -9882,11 +9969,11 @@ msgstr "Voir" msgid "View {0}'s avatar" msgstr "Voir l’avatar de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Voir le profil de {0}" @@ -9906,16 +9993,11 @@ 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/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Voir les détails" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Voir les détails pour signaler une violation du droit d’auteur" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Voir le fil de discussion entier" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Voir les comptes qui ont aimé ce fil d’actu" @@ -9993,8 +10075,8 @@ msgstr "Consulter vos comptes masqués" msgid "View your verifications" msgstr "Voir vos vérifications" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Affiche l’image complète" @@ -10002,6 +10084,14 @@ msgstr "Affiche l’image complète" msgid "Views video in immersive mode" msgstr "Affiche la vidéo en mode immersif" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Violence" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Contenu violent ou menaçant" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Quand vous tapez sur une coche, vous verrez quelles organisations ont ac msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Quelles langues aimeriez-vous voir apparaître dans vos fils d’actu algorithmiques ?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Qui peut interagir avec ce post ?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Qui peut répondre ?" @@ -10249,40 +10340,38 @@ msgstr "Oups ! Les vidéos tendances n’ont pas réussi à se charger." msgid "Why are you appealing?" msgstr "Pourquoi faites-vous appel ?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Pourquoi ce contenu doit-il être examiné ?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Pourquoi cette conversation devrait-elle être examinée ?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Pourquoi ce fil d’actu doit-il être examiné ?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Pourquoi cette liste devrait-elle être examinée ?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Pourquoi ce message devrait-il être examiné ?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Pourquoi ce post devrait-il être examiné ?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Pourquoi ce kit de démarrage devrait-il être examiné ?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Pourquoi ce compte doit-il être examiné ?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Souhaitez-vous bloquer ce compte ou supprimer cette conversation ?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Oui" msgid "Yes, deactivate" msgstr "Oui, désactiver" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Oui, supprimer ce kit de démarrage" @@ -10373,7 +10462,7 @@ msgstr "Vous n’êtes pas autorisé à partir en direct" msgid "You are not allowed to upload videos." msgstr "Vous n’êtes pas autorisé à envoyer des vidéos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Vous ne suivez personne." @@ -10445,17 +10534,13 @@ msgstr "Vous pouvez réactiver votre compte pour continuer à vous connecter. Vo msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Vous pouvez sélectionner {MAX_IMAGES, plural, one {une seule image} other {jusqu’à # images}} au total." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Vous pouvez définir les paramètres d’interaction par défaut dans <0>Paramètres → Modération → Paramètres d’interaction0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Vous pourrez changer ça plus tard depuis vos paramètres." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Vous n’avez pas d’abonné·e·s." @@ -10467,6 +10552,10 @@ msgstr "Vous ne suivez aucun des comptes qui suivent @{name}." msgid "You don't have any chat requests at the moment." msgstr "Vous n’avez aucune demande de discussion en attente actuellement." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Vous n’avez aucune liste pour l’instant." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Vous n’avez encore aucun fil d’actu épinglé." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Vous avez bloqué ce compte" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Vous avez bloqué ce compte. Vous ne pouvez pas voir son contenu." @@ -10495,7 +10584,7 @@ msgstr "Vous avez complètement désactivé les notifications de mentions, de ci 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Vous avez caché ce post" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Vous avez caché ce post." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Vous avez masqué ce compte." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Vous avez masqué ce compte" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Vous n’avez pas encore masqué de mot ou de mot-clé" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Vous avez caché cette réponse." @@ -10574,11 +10663,11 @@ msgstr "Vous avez rejoint Bluesky il y a {timeAgoString}" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Vous avez rejoint Bluesky à l’aide d’un kit de démarrage il y a {timeAgoString}" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Vous pouvez faire appel des étiquettes poseés par des tiers si vous pensez qu’elles ont été appliquées par erreur." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Vous pouvez faire appel de ces étiquettes si vous estimez qu’elles ont été apposées par erreur." @@ -10614,10 +10703,6 @@ msgstr "Vous devez procéder à la vérification d’âge pour accéder à cet 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Vous devez sélectionner au moins un étiqueteur pour un signalement" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Vous êtes prêt à partir !" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Vous êtes connecté·e avec un mot de passe d’application. Connectez-vous plutôt avec votre mot de passe principal pour continuer à désactiver votre compte." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Vous avez déjà fait appel de cet étiquetage, qui sera réévalué par notre équipe de modération." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Vous avez choisi de masquer un mot ou un mot-clé dans ce post." @@ -10750,7 +10839,7 @@ msgstr "Vous avez atteint votre limite quotidienne d’envoi de vidéos (trop d 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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 ?" @@ -10786,7 +10875,7 @@ msgstr "Votre appel a été envoyé. Si votre appel est réussi, vous recevrez u msgid "Your birth date" msgstr "Votre date de naissance" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Votre navigateur ne prend pas en charge le format vidéo. Essayez plutôt avec un autre navigateur." @@ -10798,7 +10887,7 @@ msgstr "Vos discussions ont été désactivées" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Votre choix sera mémorisé pour les futurs liens. Vous pouvez changer ça à tout moment dans vos paramètres." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Votre pseudo actuel <0>{0}0> sera automatiquement conservé et vous sera réservé. Vous pourrez y revenir à tout moment depuis ce compte." @@ -10827,7 +10916,7 @@ 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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Comptes qui vous suivent" @@ -10905,14 +10994,10 @@ msgstr "Votre profil, vos posts, vos fils d’actu et vos listes ne seront plus msgid "Your reply was sent" msgstr "Votre réponse a été envoyée" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Votre signalement sera envoyé à <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Votre signalement sera envoyé au Service de Modération de Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/fy/messages.po b/src/locale/locales/fy/messages.po index ce66b7501a..aeeb29e617 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Frisian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {folger} other {folgers}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {folgjend} other {folgjend}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {mei-’k-wol-oer} other {mei-’k-wol-oers}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {mei-’k-wol-oer} other {mei-’k-wol-oers}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {berjocht} other {berjochten}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {sitaat} other {sitaten}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {opnij pleatsing} other {opnij pleatsingen}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {}other {{1} berjocht}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, one {}other {# minsken hawwe}} dit startpakket brûkt!" @@ -133,6 +133,10 @@ msgstr "{0, plural, one {}other {# minsken hawwe}} dit startpakket brûkt!" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {oere} other {oeren}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minút} other {minuten}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> hawwe dy folge" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> meie wol oer dyn personalisearre feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> meie wol oer dyn berjocht" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> meie wol oer dyn opnij-pleatsing" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> hawwe harren ferifikaasjes fan dyn account fuortsmiten" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> hawwe dyn berjocht opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> hawwe dyn berjocht opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> hawwe harren registrearre mei dyn startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0> hawwe dy ferifiearre" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} folge dy" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} folge dy werom" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} mei wol oer dyn personalisearre feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} mei wol oer dyn bericht" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} mei wol oer dyn opnij-pleatsing" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} hat de ferifiearring fan dyn account fuortsmiten" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} hat dyn berjocht opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} hat dyn opnij-pleatsing opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registrearre harren mei dyn startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} hat dy ferifiearre" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dy folge" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn personalisearre feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn berjocht" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} meie wol oer dyn opnij-pleatsing" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe harren ferifikaasjes fan dyn account fuortsmiten" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dyn berjocht opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dyn opnij-pleatsing opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe harren registrearre mei dyn startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}} hawwe dy ferifiearre" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} folge dy" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} folge dy werom" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} mei wol oer dyn personalisearre feed" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} mei wol oer dyn berjocht" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} mei wol oer dyn opnij-pleatsing" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} hat de ferifiearring fan dyn account fuortsmiten" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} hat dyn berjocht opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} hat dyn opnij-pleatsing opnij pleatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} registrearre harren mei dyn startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hat dy ferifiearre" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} folgjend" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> en<1> 1><2>{1} 2>binne ynbegrepen yn dyn startpakket" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> is ynbegrepen yn dyn startpakket" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> leden" @@ -515,7 +519,7 @@ msgstr "⚠Unjildige handle" msgid "24 hours" msgstr "24 oeren" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA-befêstiging" @@ -560,12 +564,16 @@ msgstr "In skermôfdruk fan in profylside mei in belpiktogram njonken de folch-k msgid "About" msgstr "Oer" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Akseptearje" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Chatfersyk akseptearje" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Tagonklikheidsynstellingen" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Account negearre" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Account negearre" @@ -627,11 +635,15 @@ msgstr "Account negearre troch list" msgid "Account options" msgstr "Accountopsjes" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Account út flugge tagong fuortsmiten" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Foegje noch {0} ta om troch te gean" msgid "Add {displayName} to starter pack" msgstr "{displayName} tafoegje oan it startpakket" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "In ynhâldswarskôging tafoegje" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "App-wachtwurd tafoegje" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "App-wachtwurd tafoegje" @@ -745,8 +757,8 @@ msgstr "Emoji-reaksje tafoegje" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Mear details tafoegje (opsjoneel)" @@ -783,7 +795,7 @@ msgstr "Foegje wat feeds ta oan dyn startpakket!" msgid "Add the default feed of only people you follow" msgstr "Standertfeed fan allinnich de persoanen dy’tsto folgest tafoegje" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Foegje it folgjende DNS-record ta oan dyn domein:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "Oanfoljende details (maksimaal 1000 tekens)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Oanfoljende details (maksimaal 300 tekens)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Folwoeksene" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Ynhâld foar folwoeksenen" @@ -846,11 +862,15 @@ msgstr "Ynhâld foar folwoeksenen kin allinnich ynskeakele wurde fia it ynternet msgid "Adult content is disabled." msgstr "Ynhâld foar folwoeksenen is útskeakele." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Labels foar ynhâld foar folwoeksenen" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avansearre" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Nije priveeberjochten akseptearje fan" 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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Sitaatberjochten tastean" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Antwurden tastean fan:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Stiet tagong ta priveeberjochten ta" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Hasto al in koade?" @@ -1003,14 +1039,18 @@ msgstr "Der is in flater bard by it opheljen fan de feed." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Der is in flater bard by it generearjen fan dyn startpakket. Wolsto it opnij probearje?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Der is in flater bard by it bewarjen fan de QR-koade!" @@ -1035,8 +1075,7 @@ msgstr "" 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "In probleem net fermeld yn dizze opsjes" @@ -1050,10 +1089,10 @@ msgstr "Der is in flater bard by it iepenjen fan de chat" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Der is in flater bard. Probearje it opnij." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "in ûnbekende labeler" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "en" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Meidieling" msgid "Announcing verification on Bluesky" msgstr "Oankundiging fan ferifikaasje op Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Asosjaal gedrach" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Elkenien kin reagearje" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "App-taal" msgid "App Password" msgstr "App-wachtwurd" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "App-wachtwurd fuortsmiten" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "App-wachtwurden" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "App-wachtwurden" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Beswier meitsje" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Beswier tsjin ‘{0}’-label meitsje" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Beswier tsjin dizze beslissing meitsje" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Standert oanrekommandearre feeds brûke" msgid "Apply Pull Request" msgstr "Pull-fersyk tapasse" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Argivearre fan {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Argivearre berjocht" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Bisto wis datsto it app-wachtwurd ‘{0}’ fuorsmite wolst?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Bisto wis datsto dit priveeberjocht fuortsmite wolst? It priveeberjocht wurdt foar dy fuortsmiten, mar net foar de oare dielnimmer." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Bisto wis datsto dit startpakket fuortsmite wolst?" @@ -1252,7 +1298,7 @@ msgstr "Skriuwsto yn it <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Keunst" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Artistike of net-erotyske neakenbylden." @@ -1269,7 +1315,7 @@ msgstr "Underwerp foar algoritme tawize" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Fideo’s en GIF’s automatysk ôfspylje" msgid "Available" msgstr "Beskikber" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Tebek" msgid "Back to Chats" msgstr "Werom nei chats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Do moatst earst dyn e-mailadres befêstigje eardatsto in berjocht makkes msgid "Before creating a starter pack, you must first verify your email." msgstr "Do moatst earst dyn e-mailadres befêstigje eardatsto in startpakket makkest." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Do moatst earst dyn e-mailadres befêstigje eardatsto in petearfersyk akseptearje kinst." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Eardatsto meldingen ûntfange kinst foar berjochten fan {name}, moatsto earst dyn e-mailadres ferifiearje." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Jierdei" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blokkearje" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Account blokkearje?" msgid "Block accounts" msgstr "Accounts blokkearje" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blokkearje en fuortsmite" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Dit petear blokkearje en/of fuortsmite" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blokkearlist" @@ -1402,15 +1452,19 @@ msgstr "Blokkearje of rapportearje" msgid "Block these accounts?" msgstr "Dizze accounts blokkearje?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Brûker blokkearje" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Brûker blokkearje" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blokkearre" @@ -1449,25 +1503,25 @@ msgstr "Blokkearjen sil dizze labels net fan dyn account ôfhelje, mar it soarge msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kin de wierheid fan dizze datum net befêstigje." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 is in iepen netwurk dêr’tsto sels dyn hostingprovider útsykje kinst. Asto in ûntwikkeler bist, kinsto dyn eigen server hoste." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky is in iepen netwurk dêr’tsto sels dyn hostingprovider útsykje kinst. Asto hjir noch mar krekt bist, riede wy dy oan de standert opsje ‘Bluesky Social’ oan te hâlden." @@ -1513,6 +1567,10 @@ msgstr "Ofbyldingen dizich meitsje en út dyn feeds filterje" msgid "Books" msgstr "Boeken" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Blêdzje troch brûkers op de ûntdekkingsside" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Saaklik" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Troch {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Troch <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Weraktivearring annulearje en ôfmelde" msgid "Cancel search" msgstr "Sykopdracht annulearje" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Do kinst net yn kontakt komme mei in blokkearre brûker" @@ -1697,12 +1756,12 @@ msgstr "App-taal wijzigen" msgid "Change Handle" msgstr "Handle wizigje" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Moderaasjetsjinst wizigje" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Rapportearreden wizigje" @@ -1739,8 +1802,8 @@ msgstr "Wizigingen bewarre" msgid "Chat" msgstr "Chat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chat fuortsmiten" @@ -1753,7 +1816,7 @@ msgstr "Petearberjochten – stil" msgid "Chat messages - sound" msgstr "Petearberjochten – lûd" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chat negearre" @@ -1769,7 +1832,7 @@ msgstr "Chatfersyk Postfek YN" msgid "Chat requests" msgstr "Chatfersiken" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Chatynstellingen" msgid "Chat Settings" msgstr "Chatynstellingen" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chat net mear negearre" @@ -1797,7 +1860,7 @@ msgstr "Chats" msgid "Check my status" msgstr "Myn status kontrolearje" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Kontrolearje dyn e-mail foar in oanmeldkoade en fier dy hjir yn." @@ -1805,6 +1868,14 @@ msgstr "Kontrolearje dyn e-mail foar in oanmeldkoade en fier dy hjir yn." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Kontrolearje dyn Postfek YN foar in e-mailberjocht mei de befêstigingskoade om hjirûnder yn te foljen:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Domeinferifikaasjemetoade kieze" @@ -1833,7 +1904,7 @@ msgstr "De algoritmen kieze dy’t dyn personalisearre feeds oanstjoere." msgid "Choose this color as your avatar" msgstr "Dizze kleur as dyn avatar kieze" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Dyn accountprovider kieze" @@ -1882,14 +1953,6 @@ msgstr "Klik hjir om it ferifikaasjeproses opnij te starten." msgid "Click here to update your email" msgstr "Klik hjir om dyn e-mailadres by te wurkjen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Klik om sitaatberjochten foar dit berjocht te ferbieden." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Klik om sitaatberjochten foar dit berjocht ta te stean." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Klik om it labelmenu foar {tag} te iepenjen" @@ -1919,9 +1982,11 @@ msgstr "Klik 🐴 klak 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Klik 🐴 klak 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Slute" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Aktive dialoochfinster slute" @@ -2018,16 +2083,16 @@ msgstr "Slút de emoji-kiezer" msgid "Closes viewer for header image" msgstr "Slút viewer foar headerôfbylding" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Brûkerslist ynklappe" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Klapt de brûkerslist foar in bepaalde melding yn" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Kleurmodus" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Befêstigingskoade" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Ferbine…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Ynhâldstalen" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Ynhâld net beskikber" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Ynhâldswarskôging" @@ -2212,7 +2281,7 @@ msgstr "Kontekstmenu-eftergrûn, klik om it menu te sluten." msgid "Continue" msgstr "Trochgean" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Trochgean as {0} (op dit stuit oanmeld)" @@ -2236,8 +2305,8 @@ msgstr "Trochgean nei folgjende stap" msgid "Conversation" msgstr "Petear" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Petear fuortsmiten" @@ -2254,7 +2323,7 @@ msgstr "Iten siede" msgid "Copied build version to clipboard" msgstr "Buildferzje nei klamboerd kopiearre" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Buildferzje nei klamboerd kopiearre" msgid "Copied to clipboard" msgstr "Nei klamboerd kopiearre" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Kopiearre!" @@ -2290,23 +2359,23 @@ msgstr "at:// URI kopiearje" msgid "Copy author DID" msgstr "Auteur-DID kopiearje" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Koade kopiearje" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DID kopiearje" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Host kopiearje" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Keppeling kopiearje" @@ -2331,12 +2400,12 @@ msgstr "Keppeling nei berjocht kopiearje" msgid "Copy link to profile" msgstr "Keppeling nei profyl kopiearje" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Keppeling nei startpakket kopiearje" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Berjochttekst kopiearje" @@ -2354,7 +2423,7 @@ msgstr "Berjochttekst kopiearje" msgid "Copy QR code" msgstr "QR-koade kopiearje" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXT-recordwearde kopiearje" @@ -2377,8 +2446,8 @@ msgstr "Ferbine mei feedtsjinst mislearre" msgid "Could not find profile" msgstr "Profyl net fûn" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Kin chat net ferlitte" @@ -2392,7 +2461,7 @@ msgstr "Kin feed net lade" msgid "Could not load list" msgstr "Kin list net lade" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Kin chat net negearje" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Nij account oanmeitsje" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Melding meitsje foar {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Makke {0}" @@ -2503,8 +2573,8 @@ msgstr "Makker is blokkearre" msgid "Culture" msgstr "Kultuer" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Oanpast" @@ -2512,18 +2582,22 @@ msgstr "Oanpast" msgid "Customization options" msgstr "Oanpassingsopsjes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Pas oan wa’t reagearje kin op dit berjocht." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Past dyn Bluesky-ûnderfining oan" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Tsjuster" @@ -2536,7 +2610,7 @@ msgstr "Donker" msgid "Dark mode" msgstr "Donkere modus" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Donker tema" @@ -2558,7 +2632,11 @@ msgstr "Moderaasje debugge" msgid "Debug panel" msgstr "Paniel debugge" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Standert" @@ -2566,14 +2644,14 @@ msgstr "Standert" msgid "Default icons" msgstr "Standert piktogrammen" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Fuortsmite" @@ -2586,16 +2664,16 @@ msgstr "Account fuortsmite" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Account <0>\"0><1>{0}1><2>\"2> fuortsmite" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "App-wachtwurd fuortsmite" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "App-wachtwurd fuortsmite?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Chat fuortsmite" @@ -2603,18 +2681,18 @@ msgstr "Chat fuortsmite" msgid "Delete chat declaration record" msgstr "Chatdeklaraasjerecord fuortsmite" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Petear fuortsmite" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Petear fuortsmite" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Foar my fuortsmite" @@ -2623,11 +2701,11 @@ msgstr "Foar my fuortsmite" msgid "Delete list" msgstr "List fuortsmite" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Berjocht fuortsmite" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Berjocht foar my fuortsmite" @@ -2641,12 +2719,12 @@ msgstr "Myn account fuortsmite" msgid "Delete post" msgstr "Berjocht fuortsmite" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Startpakket fuortsmite" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Startpakket fuortsmite?" @@ -2709,11 +2787,11 @@ msgstr "Untwikkelersmodus ynskeakele" msgid "Developer options" msgstr "Untwikkelersopsjes" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialooch: oanpasse wa’t op dit berjocht reagearje mei" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dôvje" @@ -2735,6 +2813,14 @@ msgstr "E-mail-2FA útskeakelje" msgid "Disable haptic feedback" msgstr "Fielbere feedback útskeakelje" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Undertiteling útskeakelje" @@ -2778,7 +2864,7 @@ msgstr "Apps ûntmoedigje om myn account te toanen oan ôfmelde brûkers" msgid "Discover new custom feeds" msgstr "Nije personalisearre feeds ûntdekke" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Nije feeds ûntdekke" @@ -2817,8 +2903,8 @@ msgstr "Werjeftenamme" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS-paniel" @@ -2830,7 +2916,7 @@ msgstr "Dit negearwurd net brûke foar brûkers dy’tsto folgest" msgid "Does not include nudity." msgstr "Befettet gjin neakens." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domein ferifiearre!" @@ -2853,19 +2939,20 @@ msgstr "Meitsje dy gjin soargen! Alle besteande berjochten en ynstellingen wurde #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Tik dûbeld of druk lang op in berjocht, om in reaksje ta te foegjen" msgid "Double tap to close the dialog" msgstr "Tik dûbeld om de dialooch te sluten" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Tik dûbeld om der wol oer te meien" @@ -2903,6 +2990,10 @@ msgstr "Bluesky downloade" msgid "Download CAR file" msgstr "CAR-bestân downloade" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Falle litte om ôfbyldingen ta te foegjen" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Meldingen fan {0} bewurkje" msgid "Edit People" msgstr "Persoanen bewurkje" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Berjochtynteraksje-ynstellingen bewurkje" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Profyl bewurkje" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Profyl bewurkje" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Startpakket bewurkje" @@ -3034,7 +3129,7 @@ msgstr "Startpakket bewurkje" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Wa’t reagearje kin bewurkje" @@ -3085,7 +3180,7 @@ msgstr "E-mailferifikaasje foltôge!" msgid "Email Verified" msgstr "E-mailadres ferifiearre" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "HTML-koade ynslute" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Yntegrearre fideospiler" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Undertiteling ynskeakelje" @@ -3200,7 +3299,7 @@ msgstr "Fier it domein yn datsto brûke wolst" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Fier it e-mailadres yn datsto brûkt hast om dyn account oan te meitsjen. Wy stjoere dy in ‘werstelkoade’, sadatsto in nij wachtwurd ynstelle kinst." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Fier de brûkersnamme of it e-mailadres yn datso brûkt hast by it oanmeitsjen fan dyn account" @@ -3213,7 +3312,7 @@ msgstr "Fier dyn bertedatum yn" msgid "Enter your email address" msgstr "Fier dyn e-mailadres yn" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Fier fyn wachtwurd yn" @@ -3258,22 +3357,18 @@ msgstr "Flater by ûntfangen fan captcha-antwurd." msgid "Error: {error}" msgstr "Flater: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Elkenien" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Elkenien kin reagearje" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Elkenien kin reagearje op dit berjocht." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Elkenien" @@ -3282,16 +3377,6 @@ msgstr "Elkenien" msgid "Everything else" msgstr "Al it oare" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Oermjittich protte fermeldingen of antwurden" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Oermjittich of net-winske priveeberjochten" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Brûkers útslute dy’tsto folgest" @@ -3316,7 +3401,7 @@ msgstr "Ferlit ôfbyldingswerjefte" msgid "Expand alt text" msgstr "Alt-tekst útklappe" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Brûkerslist útklappe" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Klapt berjochttekst út of yn" @@ -3348,7 +3433,7 @@ msgstr "Ferrûn" msgid "Expires {0}" msgstr "Ferrint {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Ferrint oer {0}" @@ -3407,13 +3492,17 @@ msgstr "Eksterne media kinne websites tastean om ynformaasje oer dy en dyn appar msgid "External Media Preferences" msgstr "Eksterne-mediafoarkarren" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Chat akseptearje mislearre" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Tafoegjen emoji-reaksje mislearre" @@ -3421,7 +3510,7 @@ msgstr "Tafoegjen emoji-reaksje mislearre" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Kin handle net wizigje. Probearje nochris." @@ -3438,13 +3527,13 @@ msgstr "Oanmeitsjen fan petear mislearre" msgid "Failed to create starter pack" msgstr "It oanmeitsjen fan it startpakket is mislearre" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Fuortsmiten fan chat mislearre" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Priveeberjocht kin net fuorsmiten wurde" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Fuortsmiten fan it startpakket is mislearre" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "Laden van konversaasjes mislearre" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Laden fan feedfoarkarren is mislearre" @@ -3498,14 +3587,14 @@ msgstr "Laden fan eardere priveeberjochten is mislearre" msgid "Failed to load preference." msgstr "Laden fan foarkar mislearre." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Laden fan foarstelde feeds is mislearre" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "It is net slagge om in list te laden mei folchsuggestjes" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Fêstsetten fan berjocht is mislearre" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Fuortsmiten emoji-reaksje mislearre" @@ -3535,7 +3624,8 @@ msgstr "Fuortsmiten fan ferifikaasje mislearre" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "It bewarjen fan de ôfbylding is mislearre: {0}" @@ -3557,7 +3647,7 @@ msgstr "Ferstjoeren mislearre" msgid "Failed to send email, please try again." msgstr "E-mailberjocht ferstjoere mislearre, probearje it opnij." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "It yntsjinjen fan beswier is mislearre, probearje it opnij." @@ -3606,6 +3696,14 @@ msgstr "E-mailadres ferifiearjen mislearre, probearje it opnij." msgid "Failed to verify handle. Please try again." msgstr "Kin handle net ferifiearje. Probearje nochris." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "Feedmakker" msgid "Feed identifier" msgstr "Feedidentifikator" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Feedmenu" @@ -3635,8 +3733,8 @@ msgstr "Feed wikselje" msgid "Feed unavailable" msgstr "Feed net beskikber" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Feedback" @@ -3696,7 +3794,7 @@ msgstr "Filter sykje op taal (op dit stuit: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filter wa’t kieze kin meldingen foar dyn aktiviteit te ûntfangen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filter fan wa’tsto meldingen ûntfangst" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Sykje accounts om te folgjen" msgid "Find people to follow" msgstr "Sykje minsken om te folgjen" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Sykje berjochten, brûkers en feeds op Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Foltôgje" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Plat swart" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Plat blau" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Plat wyt" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Fleksibel" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Folgje" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Folgje" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0} folgje" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "{handle} folgje" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Weromfolgje" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Weromfolgje" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Folgers dy’tsto kinst" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Folgjend" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Folgjend" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Folget {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Do folgest {handle}" @@ -3894,11 +3988,11 @@ msgstr "Folget dy" msgid "Follows You" msgstr "Folget dy" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Lettertype" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Lettergrutte" @@ -3919,7 +4013,7 @@ msgstr "Om feilichheidsredenen moatte wy in befêstigingskoade nei dyn e-mailadr msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Om feilichheidsredenen kinsto dit net mear besjen. Do moatst in nij app-wachtwurd generearje asto dit app-wachtwurd kwytrekkest." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Foar de beste ûnderfining riede wy dy oan it temalettertype te brûken." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Wachtwurd ferjitten" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Wachtwurd ferjitten?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Ferjitten?" @@ -3953,12 +4047,7 @@ msgstr "Ferjitten?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publisearret faak net-winske ynhâld" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Fan" @@ -4011,7 +4100,7 @@ msgstr "Untfang meldingen wannear’t minsken dyn opnij-pleatsingen opnij pleats msgid "Get notifications when people repost your posts." msgstr "Untfang meldingen wannear’t minsken dyn berjochten opnij pleatse." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Meldingen oer nije berjochten ûntfange" @@ -4027,7 +4116,7 @@ msgstr "Meldingen oer nije berjochten fan {name} ûntfange" msgid "Get notified of this account’s activity" msgstr "In melding ûntfange oer de aktiviteit fan dizze account" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "In melding ûntfange wannear’t {name} berjochten pleatst" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Jou dyn profyl in gesicht" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Dúdlike oertrêdingen fan de wet of tsjinstbetingsten" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Dúdlike oertrêdingen fan de wet of tsjinstbetingsten" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Tebek" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Tebek" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Tebek nei de foarige stap" @@ -4123,7 +4208,7 @@ msgstr "Gean live" msgid "Go live for" msgstr "Gean live foar" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Gean nei it profyl fan {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Nei folgjende" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Nei profyl" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Nei brûkersprofyl" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Grafyske media" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Healweis!" msgid "Handle" msgstr "Handle" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Handle al yn gebrûk. Probearje in oare." @@ -4182,7 +4279,7 @@ msgstr "Handle al yn gebrûk. Probearje in oare." msgid "Handle changed!" msgstr "Handle wizige!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Handle te lang. Probearje in koartere." @@ -4190,10 +4287,17 @@ msgstr "Handle te lang. Probearje in koartere." msgid "Haptics" msgstr "Haptyske feedback" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Pesterijen, trolling of yntolerânsje" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Hasto problemen?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Help" @@ -4238,7 +4346,7 @@ msgstr "Ha goeie 👋" msgid "Hidden" msgstr "Ferstoppe" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Ferstoppe troch dyn moderaasjeynstellingen." @@ -4248,7 +4356,7 @@ msgstr "Ferburgen list" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Ferburgen list" msgid "Hide" msgstr "Ferstopje" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ferstopje" @@ -4269,6 +4377,10 @@ msgstr "Ferstopje" msgid "Hide customization options" msgstr "Oanpassingsopsjes ferstoppe" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Populêre ûnderwerpen ferstopje?" msgid "Hide trending videos?" msgstr "Populêre fideo’s ferstopje?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Brûkerslist ferstopje" @@ -4320,7 +4432,7 @@ msgstr "Brûkerslist ferstopje" msgid "Hide verification badges" msgstr "Ferifikaasjebadges ferstopje" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Ferstoppet de ynhâld" @@ -4365,12 +4477,12 @@ msgstr "Wachtsje even! Wy jouwe stadichoan tagong ta fideo en do stiest noch hie msgid "Home" msgstr "Startside" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Hostingprovider" @@ -4383,6 +4495,10 @@ msgstr "Populêr" msgid "How should we open this link?" msgstr "Hoe moatte wy dizze keppeling iepenje?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Asto dyn wachtwoord wizigje wolst stjoere wy dy in koade om te ferifiear msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Asto beheine wolst wa’t meldingen foar de aktiviteit fan dyn account ûntfange kin, kinsto dit wizigje yn <0>Ynstellingen → Privacy en Befeiliging0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Asto in ûntwikkeler bist, kinsto dyn eigen server hoste." @@ -4443,12 +4559,7 @@ msgstr "Asto in ûntwikkeler bist, kinsto dyn eigen server hoste." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Yllegaal en driuwend" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Ofbylding" @@ -4461,29 +4572,24 @@ msgstr "Ofbyldingsbuffer wiske" msgid "Image cache cleared, freed {0}" msgstr "Ofbyldingsbuffer wiske, {0} frijmakke" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Ofbylding bewarre" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Ofbyldingen kinne net bewarre wurden, útsein as der tastimming is foar tagong ta dyn fotobiblioteek." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Imitaasje fan identiteit of falske bewearingen oer identiteit of affiliaasje" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Imitaasje fan identiteit, ferkearde ynformaasje of falske bewearingen" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Yn-app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Yn-app-meldingen" @@ -4507,17 +4613,12 @@ msgstr "Yn-app, pushberjocht, elkenien" msgid "In-app, Push, People you follow" msgstr "Yn-app, pushberjocht, minsken dy’tsto folgest" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Unpaslike priveeberjochten of eksplisite keppelingen" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Postfek YN nul!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Unjildige brûkersnamme of wachtwurd" @@ -4537,11 +4638,11 @@ msgstr "Fier nij wachtwurd yn" msgid "Input password for account deletion" msgstr "Fier wachtwurd yn foar fuortsmiten account" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Fer de koade yn dy’t nei dy e-maild is" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Ynteraksje beheind" @@ -4557,12 +4658,12 @@ msgstr "Yntroduksje aktiviteitsmeldingen" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Unjildige 2FA-befêstigingskoade." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Unjildige handle. Probearje in oare." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Unjildich rapportûnderwerp" @@ -4626,8 +4727,8 @@ msgstr "Fakatueres" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Lid wurde fan Bluesky" @@ -4657,20 +4758,20 @@ msgstr "KWS-gebrûksbetingsten" msgid "KWS website" msgstr "KWS-website" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Labele troch {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Labele troch de auteur." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Labels" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Labels tafoege" @@ -4678,11 +4779,11 @@ msgstr "Labels tafoege" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Labels binne oantekeningen oer brûkers en ynhâld. Se kinne brûkt wurde om it te ferstopjen, te warskôgjen en it netwurk te kategorisearjen." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Labels op dyn account" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Labels op dyn ynhâld" @@ -4696,7 +4797,7 @@ msgstr "Taalynstellingen" msgid "Languages" msgstr "Talen" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Grutter" @@ -4736,12 +4837,12 @@ msgstr "Mear ynfo oer leeftiidsferifikaasje" msgid "Learn more about Bluesky" msgstr "Mear ynfo oer Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Mear ynfo oer it sels hosten fan dyn PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Mear ynfo oer wat iepenbier is op Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Mear ynformaasje yn dyn <0>accountynstellingen.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Mear ynfo." @@ -4787,10 +4888,10 @@ msgstr "Ferlitte" msgid "Leave chat" msgstr "Chat ferlitte" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Petear ferlitte" @@ -4822,9 +4923,9 @@ msgstr "Litte wy dyn wachtwurd opnij ynstelle!" msgid "Let's go!" msgstr "Los!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Ljocht" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Ljocht" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 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}})" @@ -4855,7 +4956,7 @@ msgstr "Mei wol oer 10 berjochten om de Untdekken-feed te trainen" msgid "Like notifications" msgstr "Mei-’k-wol-oer-meldingen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Mei wol oer dizze feed" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Mei ’k wol oer troch {0, plural, one {# brûker} other {# brûkers}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Mei-’k-wol-oers fan dyn opnij-pleatsingen" msgid "Likes of your reposts notifications" msgstr "Meldingen oer mei-’k-wol-oers fan dyn opnij-pleatsingen" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Mei-’k-wol-oers op dit berjocht" @@ -5021,12 +5122,12 @@ msgstr "Live-funksje is yn beta-test" msgid "Live link" msgstr "Live-keppeling" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Mear lade" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Mear foarstelde feeds lade" @@ -5041,6 +5142,14 @@ msgstr "Nije meldingen lade" msgid "Load new posts" msgstr "Nije berjochten lade" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Lade…" @@ -5049,15 +5158,19 @@ msgstr "Lade…" msgid "Log" msgstr "Lochboek" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Sichtberheid ôfmelden" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo troch @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo troch <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Dyn negearre wurden en tags beheare" msgid "Mark all as read" msgstr "Alles as lêzen markearje" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "As lêzen markearje" @@ -5132,7 +5245,7 @@ msgstr "Miskien letter" msgid "Media" msgstr "Media" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media dy’t foar bepaalde doelgroepen oanstjitjouwend of ûngepast wêze kinne." @@ -5140,14 +5253,10 @@ msgstr "Media dy’t foar bepaalde doelgroepen oanstjitjouwend of ûngepast wêz msgid "Mention notifications" msgstr "Meldingen fan fermeldingen" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "fermelde brûkers" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Fermelde brûkers" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Berjocht nei {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Berjocht fuortsmiten" @@ -5172,7 +5281,7 @@ msgstr "Berjocht fuortsmiten" msgid "Message deleted" msgstr "Berjocht fuortsmiten" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Berjocht fan @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Ynfierfjild priveeberjocht" msgid "Message is too long" msgstr "Berjocht is te lang" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Berjochtopsjes" @@ -5197,24 +5306,22 @@ msgstr "Berjochtopsjes" msgid "Messages" msgstr "Berjochten" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Middernacht" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Ferskate meldingen" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Misliedende account" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Misliedend berjocht" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderaasje-ark" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Mear feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Negearje" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "{tag} negearje" @@ -5332,8 +5439,8 @@ msgstr "Account negearje" msgid "Mute accounts" msgstr "Accounts negearje" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Petear negearje" @@ -5396,7 +5503,7 @@ msgstr "Negearre accounts" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Fan negearre accounts wurde de berjochten fuortsmiten út dyn feed en út dyn meldingen. Negearre accounts binne folslein privee." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Negearre troch ‘{0}’" @@ -5421,17 +5528,6 @@ msgstr "Myn feeds" msgid "Name" msgstr "Namme" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Namme of omskriuwing skeint mienskipsnoarmen" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Navigearje nei startpakket" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navigearje nei folgjende skerm" @@ -5455,20 +5551,16 @@ msgstr "Navigearje nei folgjende skerm" msgid "Navigates to your profile" msgstr "Navigearret nei dyn profyl" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Wolsto in ynbreuk op it auteursrjocht melde?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Ferlies nea tagong ta dyn folgers of gegevens." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Makket net út, meitsje in handle foar my oan" @@ -5476,17 +5568,17 @@ msgstr "Makket net út, meitsje in handle foar my oan" msgid "New" msgstr "Nij" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nij" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nij berjocht} other {Nije berjochten}} fan {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Nij berjocht} other {Nije berjochten}} fan {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nij berjocht" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Nije berjochten fan {firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Nije berjochten fan {firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} oare} other {{formattedAuthorsCount} oaren}}" @@ -5574,8 +5666,8 @@ msgstr "Nije-brûker-ynformaasjedialooch" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Nijste antwurden earst" @@ -5587,8 +5679,8 @@ msgstr "Nijs" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Nijs" msgid "Next" msgstr "Folgjende" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Folgjende" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Folgjende ôfbylding" @@ -5616,12 +5703,12 @@ msgstr "Folgjende ôfbylding" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Noch gjin app-wachtwurden" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Gjin DNS-paniel" @@ -5646,8 +5733,9 @@ msgstr "Gjin ôfbylding" msgid "No likes yet" msgstr "Noch gjin mei-’k-wol-oers" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Do folgest {0} net mear" @@ -5671,7 +5759,7 @@ msgstr "Noch gjin meldingen!" msgid "No one" msgstr "Net ien" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Allinnich de auteur mei dit berjocht sitearje." @@ -5701,7 +5789,7 @@ msgstr "Gjin resultaat" msgid "No results" msgstr "Gjin resultaten" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Gjin resultaten foar ‘{0}’." @@ -5719,7 +5807,7 @@ msgstr "Gjin resultaten fûn foar ‘{query}’" msgid "No results found for {query}" msgstr "Gjin resultaten fûn foar {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Gjin resultaten." @@ -5732,7 +5820,7 @@ msgstr "Gjin resultaten fûn foar ‘{search}’." msgid "No thanks" msgstr "Nee, tank" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Gjinien" @@ -5753,6 +5841,10 @@ msgstr "Gjinien hat dit opnij pleatst. Miskien moatsto de earste wêze!" msgid "Nobody was found. Try searching for someone else." msgstr "Gjinien fûn, Probearje in oar te sykjen." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Net-seksuele neakens" @@ -5843,16 +5935,11 @@ msgstr "no" msgid "Now" msgstr "No" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Neakens" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Neakens of ynhâld foar folwoeksenen dy’t net as sadanich labele is" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Oké" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Aldste antwurden earst" @@ -5916,7 +6003,7 @@ msgstr "Alt-tekst ûntbrekt by ien of mear fideo’s." msgid "Only .jpg and .png files are supported" msgstr "Allinnich .jpg- en .png-bestannen wurde stipe" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Allinnich {0} kin reagearje." @@ -5941,7 +6028,7 @@ msgstr "Och heden! Der is wat misgien!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Avatar-makker iepenje" msgid "Open conversation options" msgstr "Petearopsjes iepenje" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Menu iepenje" @@ -5973,8 +6060,8 @@ msgstr "Emoji-kiezer iepenje" msgid "Open feed info screen" msgstr "Feed-ynfoskerm iepenje" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Menu Feedopsjes iepenje" @@ -6015,7 +6102,7 @@ msgstr "Profyl iepenje" msgid "Open share menu" msgstr "Dielmenu iepenje" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Startpakketmenu iepenje" @@ -6032,9 +6119,9 @@ msgstr "Systeemlochboek iepenje" msgid "Opens a dialog to add a content warning to your post" msgstr "Iepenet in dialoochfinster om in ynhâldswarskôging oan dyn berjocht ta te foegjen" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Iepenet on dialoochfinster om te bepalen wa’t op dit petear reagearje mei" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Iepenet keppeling {0}" msgid "Opens live status dialog" msgstr "Iepenet live-statusdialooch" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Iepenet formulier om it wachtwud opnij yn te stellen" @@ -6103,24 +6190,15 @@ msgstr "Iepenet formulier om it wachtwud opnij yn te stellen" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Iepenet dit profyl" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Fier opsjoneel hjirûnder oanfoljende ynformaasje yn:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opsjes:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Of kombinearje dizze opsjes:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Of gean troch mei in oare account." @@ -6145,21 +6223,50 @@ msgstr "OTA-status: flater by opheljen fan update" msgid "OTA status: None available" msgstr "OTA-status: Neat beskikber" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Oars" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Oare account" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Us blogberjocht" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Us moderaasjeteam hat dyn melding ûntfongen." @@ -6176,7 +6283,7 @@ msgstr "Side net fûn" msgid "Page Not Found" msgstr "Side net fûn" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Persoanen folge troch @{0}" msgid "People following @{0}" msgstr "Persoanen dy’t @{0} folgje" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Minsken dy’t ik folgje" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Bisten" msgid "Photography" msgstr "Fotografy" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Ofbyldingen bedoeld foar folwoeksenen." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Feed fêstmeitsje" @@ -6266,7 +6381,7 @@ msgstr "Feed fêstmeitsje" msgid "Pin to home" msgstr "Fêstsette op startside" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fêstsette op startside" @@ -6275,7 +6390,7 @@ msgstr "Fêstsette op startside" msgid "Pin to your profile" msgstr "Fêstmeitsje oan dyn profyl" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fêstset" @@ -6302,7 +6417,7 @@ msgstr "Ofspylje" msgid "Play {0}" msgstr "{0} ôfspylje" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Fideo ôfspylje" @@ -6327,7 +6442,7 @@ msgstr "Spilet de GIF ôf" msgid "Plays the video" msgstr "Spilet de fideo ôf" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Foegje alle belutsene ynhâldswarkôgingen foar de media dy’tsto pleatst ta." @@ -6413,7 +6528,7 @@ msgstr "Fier dyn útnûgingskoade yn." msgid "Please enter your new email address." msgstr "Fier dyn nije e-mailadres yn." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Fier dyn wachtwurd yn" @@ -6421,11 +6536,11 @@ msgstr "Fier dyn wachtwurd yn" msgid "Please enter your password as well:" msgstr "Fier dyn wachtwurd ek yn:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Fier dyn brûkersnamme yn" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Lis út wêromsto tinkst dat dit label net krekt tapast is troch {0}" @@ -6446,11 +6561,11 @@ msgstr "Jou alle oanfoljende gegevens op wêrfan do tinkst dat de moderators diz msgid "Please select a language" msgstr "Selektearje in taal" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Selektearje in moderaasjetsjinst" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Selektearje in reden foar dit rapport" @@ -6473,7 +6588,7 @@ msgstr "Skriuw hjirûnder dyn berjocht:" msgid "Politics" msgstr "Polityk" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Porno" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Berjocht is fuortsmiten" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Berjocht ferstoppe troch negearre wurd" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Berjocht troch dy ferstoppe" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Ynstellingen foar berjochtynteraksje" @@ -6614,13 +6729,8 @@ msgstr "Foarige ôfbylding" msgid "Primary Language" msgstr "Primêre taal" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioriteit oan dyn folgers jaan" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacy" @@ -6652,6 +6762,10 @@ msgstr "Privacy- en befeiligingsystellingen" msgid "Privacy Policy" msgstr "Privacybelied" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Fideo ferwurkje…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profyl bywurke" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Iepenbier" @@ -6714,7 +6836,7 @@ msgstr "Antwurd publisearje" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Pushmeldingen" @@ -6764,10 +6886,6 @@ msgstr "Sitaatberjocht is mei sukses losmakke" msgid "Quote posts disabled" msgstr "Sitaatberjochten útskeakele" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Sitaatynstellingen" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Sitaatynstellingen" msgid "Quotes" msgstr "Sitaten" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Sitaten fan dit berjocht" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Oer de snelheidslimyt – do hast yn koarte tiid te faak probearre dyn handle te wizigjen. Wachtsje in minút eardatsto it opnij probearrest." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "Blogartikel lêze" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Minder ynfo" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Mear ynfo" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Reden fan berop" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Reden:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Yn-app-meldingen ûntfange" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Pushmeldingen ûntfange" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Opnij ferbine" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Ofwize" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Chatfersyk ôfwize" @@ -6946,8 +7060,8 @@ msgstr "Feed fuortsmite" msgid "Remove feed?" msgstr "Feed fuortsmite?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Antwurde dy" msgid "Replies" msgstr "Antwurden" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Antwurden útskeakele" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Antwurden op dit berjocht binne útskeakele." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Reagearje" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Beäntwurdzje ({0, plural, one {# antwurd} other {# antwurden}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Reaksje ferstoppe troch auteur fan petear" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Reaksje ferstoppe troch dy" @@ -7120,11 +7234,7 @@ msgstr "Reaksje ferstoppe troch dy" msgid "Reply notifications" msgstr "Meldingen fan reaksjes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Reaksjeynstellingen" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Reaksjeynstellingen wurde keazen troch de auteur fan it petear" @@ -7141,7 +7251,7 @@ msgstr "Sichtberheid fan reaksje bywurke" msgid "Reply was successfully hidden" msgstr "Reaksje is mei sukses ferstoppe" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Melde" msgid "Report account" msgstr "Account melde" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Petear melde" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Dialooch melde" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Feed melde" @@ -7176,7 +7285,7 @@ msgstr "Feed melde" msgid "Report list" msgstr "List melde" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Priveeberjocht melde" @@ -7185,48 +7294,41 @@ msgstr "Priveeberjocht melde" msgid "Report post" msgstr "Berjocht melde" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Startpakket melde" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Melding yntsjinne" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Dizze ynhâld melde" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Dizze feed melde" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Dizze list melde" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Dit priveeberjocht melde" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Dit berjocht melde" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Dit startpakket melde" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Dizze brûker melde" @@ -7250,7 +7352,7 @@ msgstr "Meldingen fan opnij-pleatsingen" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Opnij pleatse of berjocht sitearje" @@ -7277,7 +7379,7 @@ msgstr "Opnij pleatst troch dy" msgid "Reposts" msgstr "Opnij-pleatsingen" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Opnij-pleatsingen fan dit berjocht" @@ -7291,8 +7393,8 @@ msgstr "Opnij-pleatsingen fan dyn opnij-pleatsingen" msgid "Reposts of your reposts notifications" msgstr "Meldingen oer opnij-pleatsingen fan dyn opnij-pleatsingen" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Yntroduksje-status opnij ynstelle" msgid "Reset password" msgstr "Wachtwurd opnij ynstelle" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Nij besykjen oan te melden" @@ -7360,12 +7462,12 @@ msgstr "Werhellet de lêste aksje, dêr’t in flater by barde" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,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:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Laadopsje foar rapport opnij lade" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Tebek nei foarige side" @@ -7399,8 +7501,8 @@ msgstr "Tebek nei de startside" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Tebek nei de foarige side" @@ -7412,8 +7514,8 @@ msgstr "Tebek nei de foarige stap" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Tebek nei de foarige stap" msgid "Save" msgstr "Bewarje" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Bewarje" @@ -7459,8 +7561,13 @@ msgstr "Nije handle bewarje" msgid "Save QR code" msgstr "QR-koade bewarje" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Yn myn feeds bewarje" @@ -7487,21 +7594,25 @@ msgstr "Bewarre yn dyn feeds" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Sis hallo!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Wittenskip" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Nei boppe" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Sykje" @@ -7553,11 +7664,11 @@ msgstr "Sykje nei ‘{searchText}’" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Nei mear accounts sykje" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Nei mear feeds sykje" @@ -7610,19 +7721,19 @@ msgstr "Siket nei profilen" msgid "Security step required" msgstr "Befeiligingsstap fereaske" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "{tag}-berjochten besjen" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "{tag}-berjochten fan brûker besjen" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "#{tag}-berjochten besjen" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "#{tag}-berjochten fan brûker besjen" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Sykslider. Brûk de pylktoetsen om foarút en efterút te sykjen en spaasje om ôf te spyljen/pauzearjen" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "In kleur selektearje" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Account selektearje" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Selektearje in app-taal" @@ -7701,6 +7816,14 @@ msgstr "Doer selektearje" msgid "Select from an existing account" msgstr "Fan in besteand account selektearje" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIF selektearje" @@ -7727,14 +7850,10 @@ msgstr "Taal selektearje…" msgid "Select languages" msgstr "Taal selektearje" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Moderaasjetsjinst selektearje" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Moderator selektearje" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Undertitelbestân (.vtt) selektearje" msgid "Select the {emojiName} emoji as your avatar" msgstr "Dyn avatar as de {emojiName}-emoji selektearje" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "De moderaasjetsjinst(en) wêroan’tsto melde wolst selektearje" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Selektearje dyn ynteressen út de ûndersteande opsjes" msgid "Select your preferred language for translations in your feed." msgstr "Selektearje de taal wêryn’tsto de oersettingen yn dyn feed werjaan wolst." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Selektearje dyn winske meldingskanalen" @@ -7793,6 +7908,10 @@ msgstr "Selektearje dyn winske meldingskanalen" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Stjoer in kreaze website!" @@ -7818,7 +7937,7 @@ msgstr "Feedback ferstjoere" msgid "Send message" msgstr "Berjocht ferstjoere" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Berjocht nei {name} ferstjoere" @@ -7826,18 +7945,7 @@ msgstr "Berjocht nei {name} ferstjoere" msgid "Send post to..." msgstr "Berjocht ferstjoere nei…" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Melding ferstjoere" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Melding nei {0} ferstjoere" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Melding nei {title} ferstjoere" @@ -7858,7 +7966,7 @@ msgstr "As priveeberjocht ferstjoere" msgid "Sends email with confirmation code for account deletion" msgstr "Stjoert in e-mailberjocht mei in befêstigingskoade foar it fuortsmiten fan de account" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Serveradres" @@ -7874,10 +7982,18 @@ msgstr "Bertedatum ynstelle" msgid "Set new password" msgstr "Nij wachtwurd ynstelle" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Dyn account ynstelle" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Stelt e-mail yn foar it opnij ynstellen fan wachtwurden" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Ynstellingen bewarre" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Seksuele aktiviteit of eroatysk neaken." @@ -7953,7 +8069,7 @@ msgstr "Seksueel suggestyf" msgid "Share" msgstr "Diele" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Diele" @@ -7996,7 +8112,7 @@ msgstr "Berjocht at:// URI diele" msgid "Share QR code" msgstr "QR-koade diele" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Dizze feed diele" @@ -8012,8 +8128,8 @@ msgstr "Diel dit startpakket en help minsken lid te wurden fan dyn mienskip op B #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Dyn favorite feed diele!" msgid "Shared Preferences Tester" msgstr "Dielde foarkarren-tester" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Alt-tekst toane" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Dochs toane" @@ -8067,6 +8183,10 @@ msgstr "Minder hjirfan toane" msgid "Show list anyway" msgstr "List dochs toane" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Mear toane" @@ -8080,7 +8200,7 @@ msgstr "Mear hjirfan toane" msgid "Show more replies" msgstr "Mear reaksjes toane" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Petearreaksjes yn konversaasjebyld toane" @@ -8098,10 +8218,6 @@ msgstr "Antwurden toane" msgid "Show replies as" msgstr "Antwurden toane as" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Antwurden fan minsken dy’tsto folgest foar alle oare antwurden toane" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Warskôging toane" msgid "Show warning and filter from feeds" msgstr "Warskôging en filter út feeds toane" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Toant ynformaasje oer wannear’t dit bejoicht oanmakke is" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Toant de ynhâld" @@ -8145,7 +8261,7 @@ msgstr "Toant de ynhâld" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Toant de ynhâld" msgid "Sign in" msgstr "Oanmelde" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Oanmelden as {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Oanmelde as…" @@ -8177,7 +8293,7 @@ msgstr "Oanmelde of registrearje in account" msgid "Sign in or create your account to join the conversation!" msgstr "Meld dy oan of registrearje in account om diel te nimmen oan it petear!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Oanmelde by in account dat net yn de list stiet" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Lytser" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Guon minsken kinne reagearje" @@ -8280,7 +8396,7 @@ msgstr "Ien hat mei {0} reagearre" msgid "Someone reacted {0} to {1}" msgstr "Ien hat mei {0} reagearre op {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Der is wat net hielendal krekt mei de gegevens dy’tsto probearrest te melden. Nim kontakt op mei stipe." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Der is wat misgien" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Der is wat misgien, probearje it nochris" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Der is wat misgien!" msgid "Something went wrong. Please try again in a moment." msgstr "Der is wat misgien. Probearje it oer in amerijke nochris." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Der is wat misgien. Probearje it nochris." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Klopt er wat net? Lit it ús witte." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "Sorry, dyn sesje is ferrûn. Meld dy opnij oan." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Reaksjes sortearje" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Reaksjes sortearje op" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Reaksjes op itselde berjocht sortearje op:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Boarne: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; oermjittich protte fermeldingen of reaksjes" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; oermjittich protte fermeldingen of reaksjes" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Start in petear, en it sil hjir ferskine." @@ -8403,11 +8514,11 @@ msgstr "Startpakket troch <0/>" msgid "Starter pack by you" msgstr "Startpakket troch dy" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Startpakket is ûnjildich" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Startpakketten" @@ -8436,8 +8547,8 @@ msgstr "Ferhaleboek" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Beswier yntsjinje" msgid "Submit Appeal" msgstr "Beswier yntsjinje" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Melding yntsjinje" @@ -8494,7 +8605,7 @@ msgstr "Slagge!" msgid "Successfully verified" msgstr "Mei sukses ferifiearre" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Foarstelde accounts" @@ -8506,17 +8617,17 @@ msgstr "Foarstelde accounts" msgid "Suggested for you" msgstr "Foarsteld foar dy" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggestyf" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Sinneopgong" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Sinneûndergong" @@ -8547,10 +8658,10 @@ msgstr "Fan accounts wikselje" msgid "Switch to {0}" msgstr "Wikselje nei {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Systeem" @@ -8591,6 +8702,10 @@ msgstr "Tik om kontekstmenu te sluten" msgid "Tap to dismiss" msgstr "Tik om te sluten" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Taak foltôge – 10 persoanen folge!" @@ -8620,8 +8735,8 @@ msgstr "Fertel ús wat oer dysels" msgid "Tell us a little more" msgstr "Fertel ús wat mear" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Betingsten" @@ -8637,26 +8752,11 @@ msgstr "Betingsten" msgid "Terms of Service" msgstr "Tsjinstbetingsten" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "De brûkte termen skeine mienskipsnoarmen" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Tekst en tags" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Tekstfjild" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Tekstynfierfjild" @@ -8665,10 +8765,6 @@ msgstr "Tekstynfierfjild" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Dank foar dyn kommentaar! It is nei de feedbehearder stjoerd." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Tank. Dyn melding is ferstjoerd." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Tank, do hast dyn e-mailadres mei sukses ferifiearre. Do kinst dit dialo msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Dat it folgjende befettet:" @@ -8699,11 +8795,11 @@ msgstr "Dy brûkersnamme is al yn gebrûk" msgid "That's all, folks!" msgstr "Dat is alles minsken!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Dat wie alles!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "De account kin nei it deblokkearjen mei dy kommunisearje." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "De app wurdt opnij opstart" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "De auteur fan dit petear hat dizze reaksje ferstoppe." @@ -8750,11 +8846,11 @@ msgstr "De ûnderfining is better yn de app. Download Bluesky no en wy pakke it msgid "The feed has been replaced with Discover." msgstr "De feed is ferfongen troch Untdekke." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "De folgjende labels binne op dyn account tapast." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "De folgjende labels binne op dyn ynhâld tapast." @@ -8788,7 +8884,7 @@ msgstr "De selektearre fideo is grutter as 100 MB. Probearje it opnij mei in ly 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "De Tsjinstbetingsten binne ferpleatst nei" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Der is in probleem bard by it ferbinen mei Tenor." msgid "There was an issue contacting the server" msgstr "Der is in probleem bard by it ferbinen mei de server" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Der is in probleem bard by it ferbinen mei de server. Kontrolearje dyn y 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Der is in probleem bard by it opheljen fan berjochten. Tik hjir om it op msgid "There was an issue fetching the list. Tap here to try again." msgstr "Der is in probleem bard by it opheljen fan de list. Tik hjir om it opnij te probearjen." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Der is in probleem bard by it opheljen fan dyn app-wachtwurden" @@ -8862,11 +8958,6 @@ msgstr "Der is in probleem bard by it opheljen fan dyn tsjinstgegevens" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Der is in probleem bard by it fuortsmiten fan dizze feed. Kontrolearje dyn ynternetferbining en probearje it opnij." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Der is in probleem bard by it ferstjoeren fan dyn melding. Kontrolearje dyn ynternetferbining." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Der is in probleem bard by it bywurkjen fan dyn feeds. Kontrolearje dyn #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Der is in probleem bard by it bywurkjen fan dyn feeds. Kontrolearje dyn msgid "There was an issue! {0}" msgstr "Der is in probleem bard! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Der is in ûnferwacht probleem bard yn de applikaasje. Lit it ús witte 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Dizze ynstellingen binne allinnich fan tapassing op de folgjende feed." @@ -8941,7 +9036,7 @@ msgstr "Dizze account wurdt blokkearre troch ien of mear fan dyn moderaasjeliste msgid "This action can be undone at any time." msgstr "Dizze aksje kin op elk momint ûngedien makke wurde." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Dit beswier wurdt ferstjoerd nei <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Dizze ynhâld wurdt host troch {0}. Wolsto eksterne media ynskeakelje?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Dizze ynhâld is net beskikber, omdat ien fan de belutsene brûkers de oare blokkearre hat." @@ -9006,7 +9101,7 @@ msgstr "Dizze funksje is net beskikber by gebrûk fan in app-wachtwurd. Meld dy msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Dizze feed ûntvangt op dit stuit in protte ferkear en is tydlik net beskikber. Probearje it letter opnij." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Dizze feed is leech! Mooglik moatsto mear brûkers folgje of dyn taalynstellingen oanpasse." @@ -9020,7 +9115,7 @@ msgstr "Dizze feed is leech." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Dizze feed is net langer online. Wy toane <0>Untdekke0> yn stee fan dizze feed." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Dizze handle is reservearre. Probearje in oare." @@ -9037,7 +9132,7 @@ msgstr "Dit is net in falide keppeling" msgid "This label was applied by the author." msgstr "Dit label is oanbrocht troch de auteur." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Dit label is oanbrocht troch dy." @@ -9065,11 +9160,11 @@ msgstr "Dizze list is leech." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Dizze moderaasjetsjinst is net beskikber. Sjoch hjirûnder foar mear details. Nim kontakt mei ús op as dit probleem bliuwt." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Dit berjocht beweart makke te wêzen op <0>{0}0>, mar waard foar it earst sjoen troch Bluesky op <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Dizze reaksje wurdt sortearre yn in ferstoppe seksje ûnderoan it petear msgid "This service has not provided terms of service or a privacy policy." msgstr "Dizze tsjinst hat gjin tsjinstbetingsten of in privacybelied." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Dit soe in domeinrecord oanmeitsje moatte op:" @@ -9113,7 +9208,7 @@ msgstr "Dit soe mar in pear minuten duorje moatte." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Dizze brûker hat gjin werjeftenamme en kin dertroch net ferifiearre wurde." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Dizze brûker hat gjin folgers." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Dizze brûker hat dy blokkearre" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Dizze brûker hat dy blokkearre. Do kinst de ynhâld net besjen." @@ -9142,7 +9237,7 @@ msgstr "Dizze brûker stiet yn de list <0>{0}0> dy’tsto negearre hast." msgid "This user is new here. Press for more info about when they joined." msgstr "Dizze brûker is hjir nij. Druk foar mear ynfo oer wannear’t se lid wurden binne." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Dizze brûker folget net ien." @@ -9168,7 +9263,7 @@ msgstr "Konversaasje-opsjes" msgid "Thread preferences" msgstr "Petearfoarkarren" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Petearfoarkarren" @@ -9181,6 +9276,10 @@ msgstr "As petear" msgid "Threads Preferences" msgstr "Petearfoarkarren" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Restearjende tiid: {0, plural, one {# sekonde} other {# sekonden}}" @@ -9198,10 +9297,6 @@ msgstr "Do moatst dyn tagong ta <0>{0}0> ferifiearje om de 2FA-metoade foar e- msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Om in petear te melden meldsto ien fan de berjochten fia it petearskerm. Sa kinne ús moderators de kontekst fan dyn probleem begripe." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Oan wa wolsto dizze melding stjoere?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hjoed" @@ -9222,8 +9317,8 @@ msgstr "Populêr" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Populêre reaksjes earst" @@ -9231,17 +9326,17 @@ msgstr "Populêre reaksjes earst" msgid "Topic" msgstr "Underwerp" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Oersette" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Konversaasjebyld" @@ -9253,6 +9348,10 @@ msgstr "Populêr" msgid "Trending Videos" msgstr "Populêre fideo’s" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "Fertrouwen ûntstiet út relaasjes, mienskippen en dielde kontekst, dus wy starte ek mei <0>fertroude ferifiearders0>: organisaasjes dy’t daliks ferifikaasje útjaan kinne." @@ -9274,7 +9373,7 @@ msgstr "Twafaktorautentikaasje (2FA)" msgid "Type your message here" msgstr "Typ hjir dyn priveebericht" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Type:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Kin net fuortsmite" @@ -9324,27 +9423,27 @@ msgstr "Feedynformaasje net beskikber" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Deblokkearje" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Deblokkearje" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Account deblokkearje" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Account deblokkearje?" @@ -9369,12 +9468,7 @@ msgstr "Opnij pleatsen ûngedien meitsje" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Opnij pleatsen ûngedien meitsje ({0, plural, one {# opnijpleatsing} other {# opnijpleatsingen}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Untfolgje" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} ûntfolgje" @@ -9383,7 +9477,7 @@ msgstr "{0} ûntfolgje" msgid "Unfollow account" msgstr "Account ûntfolgje" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Untfolget de brûker" @@ -9391,7 +9485,7 @@ msgstr "Untfolget de brûker" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Spitigernôch stipet gjin fan dyn abonnearre labelers dit rapporttype." @@ -9399,12 +9493,20 @@ msgstr "Spitigernôch stipet gjin fan dyn abonnearre labelers dit rapporttype." msgid "Unknown verifier" msgstr "Unbekende ferifiearder" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 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}})" @@ -9419,8 +9521,8 @@ msgstr "Net mear negearje" msgid "Unmute" msgstr "Net mear negearje" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "{tag} net mear negearje" @@ -9431,7 +9533,7 @@ msgstr "{tag} net mear negearje" msgid "Unmute account" msgstr "Account net mear negearje" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Petear net mear negearje" @@ -9454,8 +9556,8 @@ msgstr "Fideo net mear negearje" msgid "Unpin" msgstr "Losmeitsje" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Feed losmeitsje" @@ -9464,8 +9566,8 @@ msgstr "Feed losmeitsje" msgid "Unpin Feed" msgstr "Feed losmeitsje" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Fan startside losmeitsje" @@ -9517,13 +9619,6 @@ msgstr "Fan lis ôfmeld" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Net-winske seksuele ynhâld" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "<0>{displayName}0> yn listen bywurkje" msgid "Update email" msgstr "E-mailadres bywurkje" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Bywurkje nei {domain}" @@ -9567,7 +9662,7 @@ msgstr "Bywurkje…" msgid "Upload a photo instead" msgstr "Laad yn stee dêrfan in foto op" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Laad in tekstbestân op nei:" @@ -9603,11 +9698,11 @@ msgstr "Keppelingminiatuer oplade…" msgid "Uploading video..." msgstr "Fideo oplade…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Brûk app-wachtwurden om oan te melden by oare Bluesky-clients sûnder datsto folsleine tagong ta dyn account of wachtwurd hoechst te jaan." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Standert provider brûke" @@ -9638,17 +9733,17 @@ msgstr "Brûk dit om dy tegearre mei dyn handle oan te melden by de oare app." msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Brûk it e-mailadres fan dyn account, of in oar echt e-mailadres datsto hast, yn it gefal dat KWS of Bluesky kontakt mei dy opnimme wol." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Brûker blokkearre" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Brûker blokkearre" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Brûker blokkearre troch ‘{0}’" @@ -9660,7 +9755,7 @@ msgstr "Brûker blokkearre troch list" msgid "User Blocked by List" msgstr "Brûker blokkearre troch list" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Brûker blokkearre troch dy" @@ -9698,15 +9793,15 @@ msgstr "Brûkersnamme mei net mei in keppelteken begjinne of einigje" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Brûkersnamme mei allinnich letters (a-z), sifers en keppeltekens befetsje" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Brûkersnamme of e-mailadres" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "brûkers folge troch <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "brûkers dy’t <0>@{0}0> folgje" @@ -9715,15 +9810,7 @@ msgstr "brûkers dy’t <0>@{0}0> folgje" msgid "Users I follow" msgstr "Brûkers dy’t ik folgje" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Brûkers yn ‘{0}’" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Brûkers dy’tsto folgest" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Wearde:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Koade ferifiearje" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNS-record ferifiearje" @@ -9786,8 +9873,8 @@ msgstr "Dialoochfinster E-mailadres ferifiearje" msgid "Verify now" msgstr "No ferifiearje" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Tekstbestân ferifiearje" @@ -9841,15 +9928,15 @@ msgstr "Fideo fan {0}: {text}" msgid "Video Games" msgstr "Fideospultsjes" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Fideo is pauzearre" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Fideo spilet" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Fideo net fûn." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Avatar fan {0} besjen" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Profyl fan {0} besjen" @@ -9906,16 +9993,11 @@ msgstr "Blogartikel foar mear details besjen" msgid "View debug entry" msgstr "Debug-item besjen" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Details besjen" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Details foar melden fan in auteursrjochtskeining besjen" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Folslein petear besjen" @@ -9960,7 +10042,7 @@ msgstr "De labeltsjinst fan @{0} besjen" msgid "View this user's verifications" msgstr "Ferifikaasjes fan dizze account besjen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Brûkers dy’t oer dizze feed meie besjen" @@ -9993,8 +10075,8 @@ msgstr "Dyn negearre accounts besjen" msgid "View your verifications" msgstr "Dyn ferifikaasjes besjen" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Toant folsleine ôfbylding" @@ -10002,6 +10084,14 @@ msgstr "Toant folsleine ôfbylding" msgid "Views video in immersive mode" msgstr "Toant fideo yn folslein skerm" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Asto op in finkje tikkest, silsto sjen hokker organisaasjes ferliene fer msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Hokker talen wolsto yn dyn algoritmyske feeds sjen?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Wa kin reagearje op dit berjocht?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Wa kin reagearje" @@ -10249,40 +10340,38 @@ msgstr "Wûpsty! Populêre fideo’s laden mislearre." msgid "Why are you appealing?" msgstr "Wêrom tsjinnesto beswier yn?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Wêrom moat dizze ynhâld beoardiele wurde?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Wêrom moat dizze feed beoardiele wurde?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Wêrom moat dizze list beoardiele wurde?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Wêrom moat dit berjocht beoardiele wurde?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Wêrom moat dit berjocht beoardiele wurde?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Wêrom moat dit startpakket beoardiele wurde?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Wêrom moat dizze brûker beoardiele wurde?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Ja" msgid "Yes, deactivate" msgstr "Ja, de-aktivearje" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Ja, smyt dit startpakket fuort" @@ -10373,7 +10462,7 @@ msgstr "It is dy net tastien live te gean" msgid "You are not allowed to upload videos." msgstr "Do meist gjin fideo’s oplade." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Do folgest net ien." @@ -10445,17 +10534,13 @@ msgstr "Do kinst dyn account opnij aktivearje om troch gean te kinnen mei oanmel msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Do kinst standert ynteraksjeynstellingen ynstelle yn <0>Ynstellingen → Moderaasje → Ynteraksje-ynstellingen0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Do kinst dit letter bywurkje fan dyn ynstellingen út." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Do hast gjin folgers." @@ -10467,6 +10552,10 @@ msgstr "Do folgest gjin brûkers dy’t @{name} folgje." msgid "You don't have any chat requests at the moment." msgstr "Do hast op dit stuit gjin chatfersiken." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Do hast gjin fêstsette feeds." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Do hast dizze brûker blokkeerre" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Do hast dizze brûker blokkeerre. Do kinst de ynhâld net besjen." @@ -10495,7 +10584,7 @@ msgstr "Do hast beäntwurdzje, sitearje en fermeldingsmeldingen folslein útskea 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Do hast dit berjocht ferstoppe" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Do hast dit berjocht ferstoppe." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Do hast dizze account negearre." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Do hast dizze brûker negearre" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Do negearrest noch gjin wurden of tags" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Do hast dizze reaksje ferstoppe." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Do kinst beswier meitsje tsjin labels pleatst troch oaren asto fynst dat se ûnrjochtlik pleatst binne." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Do kinst beswier meitsje tsjin labels asto fynst dat se ûnrjochtlik pleatst binne." @@ -10614,10 +10703,6 @@ msgstr "Om tagong te krijen ta dit skerm, moatsto dyn leeftiidsferifikaasje folt 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Do moatst minimaal ien labeler selektearje foar in melding" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Do bist de klear foar!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Do bist oanmeld mei in app-wachtwurd. Meld dy oan mei dyn haadwachtwurd om troch te gean mei it de-aktivearjen fan dyn account." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Do hast derfoar keazen om in wurd of tag yn dit berjocht te ferstopjen." @@ -10750,7 +10839,7 @@ msgstr "Do bist oer dyn deistige limyt foar fideo-oplaads (te folle bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Dyn beswier is yntsjinne. Asto yn it gelyk stelst wurdst, ûntfangsto in msgid "Your birth date" msgstr "Dyn bertedatum" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Dyn browser stipet de fideo-yndieling net. Probearje in oare browser." @@ -10798,7 +10887,7 @@ msgstr "Dyn chats binne útskeakele" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Dyn kar sil foar takomstige keppelingen ûnthâlden wurde. Do kinst it op elk momint yn de ynstellingen oanpasse." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Dyn aktuele handle <0>{0}0> bliuwt automatysk foar dy reservearre. Do kinst fan dizze account út altyd hjir nei weromskeakelje." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Dyn folgers" @@ -10905,14 +10994,10 @@ msgstr "Dyn profyl, berjochten, feeds en listen binne net langer sichtber foar o msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Dyn melding wurdt nei <0>{0}0> ferstjoerd." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Dyn melding wurdt nei de Bluesky-moderaasjetsjinst ferstjoerd" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/ga/messages.po b/src/locale/locales/ga/messages.po index 85580dd3fc..05c61cbf20 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {leantóir} two {leantóir} few {leantóir} many {leant 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}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {moladh} two {mholadh} few {mholadh} many {moladh} other {moladh}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {moladh} two {mholadh} few {mholadh} many {moladh} other msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {phostáil} two {phostáil} few {phostáil} many {bpostáil} other {postáil}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {postáil athluaite} two {phostáil athluaite} few {phostáil athluaite} many {bpostáil athluaite} other {postáil athluaite}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {athphostáil} two {athphostáil} few {athphostáil} many {athphostáil} other {athphostáil}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {uair} two {uair} few {uair} many {uair} 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}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "Lean {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}0> thú" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "Mhol {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}0> do shainfhotha" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "Mhol {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}0> do phostáil" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "D'athphostáil {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}0> do phostáil" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "Chláraigh {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}}0> le do phacáiste fáilte" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "Lean {firstAuthorLink} thú" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "Lean {firstAuthorLink} thú" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "Mhol {firstAuthorLink} do shainfhotha" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "Mhol {firstAuthorLink} do phostáil" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "D'athphostáil {firstAuthorLink} do phostáil" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "Chláraigh {firstAuthorLink} le do phacáiste fáilte" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "Lean {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} thú" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "Mhol {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do shainfhotha" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "Mhol {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do phostáil" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "D'athphostáil {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} do phostáil" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "Chláraigh {firstAuthorName} agus {additionalAuthorsCount, plural, one {duine amháin eile} two {beirt eile} few {{formattedAuthorsCount} dhuine eile} many {{formattedAuthorsCount} nduine eile} other {{formattedAuthorsCount} duine eile}} le do phacáiste fáilte" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "Lean {firstAuthorName} thú" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "Lean {firstAuthorName} thú" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "Mhol {firstAuthorName} do shainfhotha" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "Mhol {firstAuthorName} do phostáil" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "D'athphostáil {firstAuthorName} do phostáil" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "Chláraigh {firstAuthorName} le do phacáiste fáilte" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} á leanúint" @@ -490,7 +494,7 @@ msgstr "Cuireadh <0>{0}0> agus<1> 1><2>{1} 2> i do phacáiste fáilte" msgid "<0>{0}0> is included in your starter pack" msgstr "Cuireadh <0>{0}0> i do phacáiste fáilte" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> ball" @@ -515,7 +519,7 @@ msgstr "⚠Leasainm Neamhbhailí" msgid "24 hours" msgstr "24 uair an chloig" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Dearbhú 2FA" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Maidir leis" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Glac Leis" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Socruithe Inrochtaineachta" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Cuntas" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Balbhaíodh an cuntas" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Balbhaíodh an Cuntas" @@ -627,11 +635,15 @@ msgstr "Balbhaíodh an Cuntas trí Liosta" msgid "Account options" msgstr "Roghanna cuntais" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Baineadh an cuntas ón mearliosta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Cuir {0} eile leis chun dul ar aghaidh" msgid "Add {displayName} to starter pack" msgstr "Cuir {displayName} leis an bpacáiste fáilte" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Cuir rabhadh faoin ábhar leis" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Cuir pasfhocal aipe leis" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Cuir pasfhocal aipe leis seo" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Cuir tuilleadh sonraí leis (roghnach)" @@ -783,7 +795,7 @@ msgstr "Cuir roinnt fothaí le do phacáiste fáilte!" msgid "Add the default feed of only people you follow" msgstr "Ná cuir ach fotha réamhshocraithe de na daoine a leanann tú leis seo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Cuir an taifead DNS seo a leanas le d'fhearann:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Tuilleadh sonraí (300 carachtar ar a mhéad)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Daoine fásta" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Ábhar do dhaoine fásta" @@ -846,11 +862,15 @@ msgstr "Ní féidir ábhar do dhaoine fásta a chur ar fáil ach tríd an nGréa msgid "Adult content is disabled." msgstr "Tá ábhar do dhaoine fásta curtha ar ceal." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Lipéid d'ábhar do dhaoine fásta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Ardleibhéal" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Ceadaigh teachtaireachtaí nua ó" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Ceadaigh postálacha athluaite" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Ceadaigh freagraí ó:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Ceadaíonn sé seo fáil ar do chuid teachtaireachtaí díreacha" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "An bhfuil cód agat cheana?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Tharla earráid agus do phacáiste fáilte á chruthú. An bhfuil fonn ort triail eile a bhaint as?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Tharla earráid agus an cód QR á shábháil!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Rud nach bhfuil ar fáil sna roghanna seo" @@ -1050,10 +1089,10 @@ msgstr "Tharla fadhb agus an comhrá á oscailt" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Tharla fadhb. Déan iarracht eile, le do thoil." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "lipéadóir anaithnid" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "agus" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Iompar Frithshóisialta" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Tá gach duine in ann idirghníomhú leis" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Teanga na haipe" msgid "App Password" msgstr "Pasfhocal Aipe" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Pasfhocal na haipe scriosta" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Pasfhocail aipe" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Pasfhocail aipe" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Achomharc" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Achomharc in aghaidh lipéid \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Déan achomharc i gcoinne an chinnidh seo" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Bain úsáid as fothaí réamhshocraithe a moladh" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Cartlannaithe ó {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Postáil sa chartlann" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "An bhfuil tú cinnte gur mhaith leat an pasfhocal aipe \"{0}\" a scriosadh?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "An bhfuil tú cinnte gur mhaith leat an teachtaireacht seo a scrios? Scriosfar duitse í ach ní don duine eile atá páirteach." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 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?" @@ -1252,7 +1298,7 @@ msgstr "" msgid "Art" msgstr "Ealaín" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Lomnochtacht ealaíonta nó gan a bheith gáirsiúil." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "Seinn físeáin agus GIFanna go huathoibríoch" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Ar ais" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Ní mór duit do ríomhphost a dheimhniú roimh phacáiste fáilte a chruthú." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Breithlá" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blocáil" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Blocáil an cuntas seo?" msgid "Block accounts" msgstr "Blocáil na cuntais seo" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blocáil agus Scrios" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Blocáil agus/nó scrios an comhrá seo" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Liosta blocála" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "An bhfuil fonn ort na cuntais seo a bhlocáil?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Blocáil an t-úsáideoir" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Blocáil an t-úsáideoir" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blocáilte" @@ -1449,25 +1503,25 @@ msgstr "Ní chuirfidh blocáil cosc ar lipéid a bheith curtha ar do chuntas, ac msgid "Blog" msgstr "Blag" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Ní féidir le Bluesky an dáta maíte a dheimhniú." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "Is líonra oscailte é Bluesky, lenar féidir do sholáthraí óstála féin a roghnú. Más forbróir thú, is féidir leat do fhreastalaí féin a óstáil." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "Déan íomhánna doiléir agus scag ó fhothaí iad" msgid "Books" msgstr "Leabhair" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Tabhair súil ar thuilleadh cuntas ar an leathanach Taiscéalaíocht" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Gnó" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Le {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Le <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Ceamara" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "" msgid "Cancel search" msgstr "Cealaigh an cuardach" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Ní féidir plé le húsáideoir blocáilte" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Athraigh mo leasainm" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Comhrá" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Balbhaíodh an comhrá" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Socruithe comhrá" msgid "Chat Settings" msgstr "Socruithe Comhrá" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Díbhalbhaíodh an comhrá" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "Seiceáil mo stádas" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "" @@ -1805,6 +1868,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Féach ar do bhosca ríomhphoist le haghaidh teachtaireachta leis an gcód dearbhaithe atá le cur isteach thíos." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Roghnaigh modh deimhnithe fearainn" @@ -1833,7 +1904,7 @@ msgstr "Roghnaigh na halgartaim le haghaidh do chuid sainfhothaí." msgid "Choose this color as your avatar" msgstr "Roghnaigh an dath seo mar abhatár duit" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Cliceáil chun cosc a chur ar phostálacha athluaite den phostáil seo." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Cliceáil chun postálacha athluaite den phostáil seo a cheadú." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1982,11 @@ msgstr "Trup, Trup a Chapaillín 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Trup, Trup a Chapaillín 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Dún" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Dún an dialóg oscailte" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "Dúnann sé seo an t-amharcóir le haghaidh íomhá an cheanntáisc" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Laghdaigh an liosta úsáideoirí" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 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" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Mód datha" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Cód dearbhaithe" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Ag nascadh…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Teangacha ábhair" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Ábhar nach bhfuil ar fáil" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Rabhadh ábhair" @@ -2212,7 +2281,7 @@ msgstr "Cúlra an roghchláir comhthéacs, cliceáil chun an roghchlár a dhúna msgid "Continue" msgstr "Lean ar aghaidh" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Lean ort mar {0} (atá logáilte isteach faoi láthair)" @@ -2236,8 +2305,8 @@ msgstr "Lean ar aghaidh go dtí an chéad chéim eile" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Scriosadh an comhrá" @@ -2254,7 +2323,7 @@ msgstr "Cócaireacht" msgid "Copied build version to clipboard" msgstr "Leagan cóipeáilte sa ghearrthaisce" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Leagan cóipeáilte sa ghearrthaisce" msgid "Copied to clipboard" msgstr "Cóipeáilte sa ghearrthaisce" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Cóipeáilte!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Cóipeáil an cód" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Cóipeáil an DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Cóipeáil an t-óstainm" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Cóipeáil an nasc" @@ -2331,12 +2400,12 @@ msgstr "Cóipeáil an nasc leis an bpostáil" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Cóipeáil téacs na teachtaireachta" @@ -2354,7 +2423,7 @@ msgstr "Cóipeáil téacs na postála" msgid "Copy QR code" msgstr "Cóipeáil an cód QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Cóipeáil an taifead TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Níor éiríodh ar an gcomhrá a fhágáil" @@ -2392,7 +2461,7 @@ msgstr "Ní féidir an fotha a lódáil" msgid "Could not load list" msgstr "Ní féidir an liosta a lódáil" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Níor éiríodh ar an gcomhrá a bhalbhú" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Cruthaigh cuntas nua" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Cruthaigh tuairisc do {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Cruthaíodh {0}" @@ -2503,8 +2573,8 @@ msgstr "Cuireadh cosc ar an gcruthaitheoir" msgid "Culture" msgstr "Cultúr" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Saincheaptha" @@ -2512,18 +2582,22 @@ msgstr "Saincheaptha" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Cé atá in ann idirghníomhú leis an bpostáil seo?" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Dorcha" @@ -2536,7 +2610,7 @@ msgstr "Dorcha" msgid "Dark mode" msgstr "Modh dorcha" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Téama dorcha" @@ -2558,7 +2632,11 @@ msgstr "Dífhabhtaigh Modhnóireacht" msgid "Debug panel" msgstr "Painéal dífhabhtaithe" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Réamhshocrú" @@ -2566,14 +2644,14 @@ msgstr "Réamhshocrú" msgid "Default icons" msgstr "Deilbhíní réamhshocraithe" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Scrios" @@ -2586,16 +2664,16 @@ msgstr "Scrios an cuntas" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Scrios Cuntas <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Scrios pasfhocal na haipe" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Scrios pasfhocal na haipe?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "Scrios taifead dearbhaithe comhrá" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Scrios an comhrá" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Scrios an Comhrá" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Scrios domsa" @@ -2623,11 +2701,11 @@ msgstr "Scrios domsa" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Scrios an teachtaireacht seo" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Scrios an teachtaireacht seo domsa" @@ -2641,12 +2719,12 @@ msgstr "Scrios mo chuntas" msgid "Delete post" msgstr "Scrios an phostáil" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Scrios an pacáiste fáilte" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "An bhfuil fonn ort an pacáiste fáilte seo a scriosadh?" @@ -2709,11 +2787,11 @@ msgstr "" msgid "Developer options" msgstr "Roghanna d'fhorbróirí" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialóg: cé atá in ann idirghníomhú leis an bpostáil seo" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Breacdhorcha" @@ -2735,6 +2813,14 @@ msgstr "Ná húsáid 2FA trí ríomhphost" msgid "Disable haptic feedback" msgstr "Ná húsáid aiseolas haptach" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Ná húsáid fotheidil" @@ -2778,7 +2864,7 @@ msgstr "Cuir ina luí ar aipeanna gan mo chuntas a thaispeáint d'úsáideoirí msgid "Discover new custom feeds" msgstr "Aimsigh sainfhothaí nua" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Aimsigh Fothaí Nua" @@ -2817,8 +2903,8 @@ msgstr "Ainm taispeána" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Painéal DNS" @@ -2830,7 +2916,7 @@ msgstr "Ná cuir an focal balbhaithe i bhfeidhm ar úsáideoirí a leanann tú" msgid "Does not include nudity." msgstr "Níl lomnochtacht ann." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Fearann dearbhaithe!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "Tapáil faoi dhó chun an fhuinneog a dhúnadh" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "Íoslódáil Bluesky" msgid "Download CAR file" msgstr "Íoslódáil comhad CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Scaoil anseo chun íomhánna a chur leis" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Cuir Daoine in Eagar" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Cuir socruithe idirghníomhaíochta na postála in eagar" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Athraigh an phróifíl" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Athraigh an Phróifíl" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Cuir an pacáiste fáilte in eagar" @@ -3034,7 +3129,7 @@ msgstr "Cuir an pacáiste fáilte in eagar" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Cé atá in ann freagra a thabhairt" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "Ríomhphost dearbhaithe" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Leabaigh an cód HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Fís-seinnteoir leabaithe" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Cuir fotheidil ar siúl" @@ -3200,7 +3299,7 @@ msgstr "Cuir isteach an fearann is maith leat a úsáid" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Cuir isteach an seoladh ríomhphoist a d’úsáid tú le do chuntas a chruthú. Cuirfidh muid “cód athshocraithe” chugat le go mbeidh tú in ann do phasfhocal a athrú." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "Cuir isteach do bhreithlá" msgid "Enter your email address" msgstr "Cuir isteach do sheoladh ríomhphoist" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "Earráid agus an freagra ar an captcha á phróiseáil." msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Chuile dhuine" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Tig le chuile dhuine freagra a thabhairt" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Tig le chuile dhuine freagra a thabhairt ar an bpostáil." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Chuile dhuine" @@ -3282,16 +3377,6 @@ msgstr "Chuile dhuine" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "An iomarca tagairtí nó freagraí" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Teachtaireachtaí iomarcacha nó nach bhfuil de dhíth" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Ná cuir i bhfeidhm ar úsáideoirí a leanaim" @@ -3316,7 +3401,7 @@ msgstr "Fágann sé seo an radharc ar an íomhá" msgid "Expand alt text" msgstr "Taispeáin an téacs malartach ina iomláine" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Leathnaigh an liosta úsáideoirí" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "As feidhm" msgid "Expires {0}" msgstr "Téann sé seo as feidhm {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "Is féidir le meáin sheachtracha cumas a thabhairt do shuíomhanna ar a msgid "External Media Preferences" msgstr "Roghanna maidir le meáin sheachtracha" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Theip ar athrú an leasainm. Bain triail eile as." @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "Theip ar chruthú an phacáiste fáilte" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Teip ar theachtaireacht a scriosadh" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Theip ar scriosadh an phacáiste fáilte" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Teip ar lódáil roghanna na bhfothaí" @@ -3498,14 +3587,14 @@ msgstr "Teip ar theachtaireachtaí roimhe seo a lódáil" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Teip ar lódáil na bhfothaí molta" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Teip ar lódáil na gcuntas molta" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Theip ar ghreamú na postála" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Níor sábháladh an íomhá: {0}" @@ -3557,7 +3647,7 @@ msgstr "Teip ar sheoladh" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Teip ar achomharc a dhéanamh, bain triail eile as, le do thoil." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "Theip ar dhearbhú an leasainm. Bain triail eile as." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Fotha" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Roghchlár an fhotha" @@ -3635,8 +3733,8 @@ msgstr "Scoránú an fhotha" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Aiseolas" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Aimsigh fothaí le leanúint" msgid "Find people to follow" msgstr "Aimsigh daoine le leanúint" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "Críochnaigh" msgid "Fitness" msgstr "Folláine" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Solúbtha" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Lean" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Lean" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Lean {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Lean ar ais" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Lean ar ais" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Leantóirí a bhfuil aithne agat orthu" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Á leanúint" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Á leanúint" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Ag leanúint {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "Leanann sé/sí thú" msgid "Follows You" msgstr "Leanann sé/sí thú" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Clófhoireann" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Clómhéid" @@ -3919,7 +4013,7 @@ msgstr "Ar chúiseanna slándála, beidh orainn cód dearbhaithe a chur chuig do msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "De bharr cúrsaí slándála, ní bheidh tú in ann breathnú air seo arís. Dá gcaillfeá an pasfhocal aipe, bheadh ort ceann nua a chruthú." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Don eispéireas is fearr, molaimid an cló téama." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Pasfhocal dearmadta" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Pasfhocal dearmadta?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Dearmadta?" @@ -3953,12 +4047,7 @@ msgstr "Dearmadta?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Is minic a phostálann siad ábhar nach bhfuil de dhíth" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Tabhair gnúis do do phróifíl" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Deargshárú an dlí nó na dtéarmaí seirbhíse" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Deargshárú an dlí nó na dtéarmaí seirbhíse" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Ar ais" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Ar ais" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Fill ar an gcéim roimhe seo" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Téigh go dtí an chéad rud eile" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Téigh go próifíl" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Téigh go próifíl an úsáideora" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Meáin Ghrafacha" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Leath bealaigh ann!" msgid "Handle" msgstr "Leasainm" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Tá an leasainm seo in úsáid cheana. Bain triail as ceann eile." @@ -4182,7 +4279,7 @@ msgstr "Tá an leasainm seo in úsáid cheana. Bain triail as ceann eile." msgid "Handle changed!" msgstr "Athraíodh an leasainm!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Tá an leasainm seo rófhada. Bain triail as ceann níos giorra." @@ -4190,10 +4287,17 @@ msgstr "Tá an leasainm seo rófhada. Bain triail as ceann níos giorra." msgid "Haptics" msgstr "Haptaic" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Ciapadh, trolláil, nó éadulaingt" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Haischlib" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Fadhb ort?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Cúnamh" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "Liosta i bhfolach" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Liosta i bhfolach" msgid "Hide" msgstr "Cuir i bhfolach" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Cuir i bhfolach" @@ -4269,6 +4377,10 @@ msgstr "Cuir i bhfolach" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "An bhfuil fonn ort treochtaí a chur i bhfolach?" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Cuir liosta na gcuntas i bhfolach" @@ -4320,7 +4432,7 @@ msgstr "Cuir liosta na gcuntas i bhfolach" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "Foighne ort! Tá físeáin á seoladh de réir a chéile, agus tá tú f msgid "Home" msgstr "Baile" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Óstach:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Soláthraí óstála" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "Conas ar cheart dúinn an nasc seo a oscailt?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Más mian leat do phasfhocal a athrú, seolfaimid cód duit chun dearbh msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" 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ú." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Mídhleathach agus Práinneach" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Íomhá" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Pearsanú nó maíomh mícheart maidir le cé atá ann nó a gceangal" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Pearsanú, mífhaisnéis, nó ráitis bhréagacha" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Teachtaireachtaí míchuí nó nascanna graosta" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Leasainm nó pasfhocal míchruinn" @@ -4537,11 +4638,11 @@ msgstr "Cuir isteach an pasfhocal nua" msgid "Input password for account deletion" msgstr "Cuir isteach an pasfhocal chun an cuntas a scriosadh" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Cuir isteach an cód a chuir muid chugat i dteachtaireacht r-phoist" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Idirghníomhaíocht teoranta" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Tá an cód 2FA seo neamhbhailí." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Leasainm neamhbhailí. Bain triail as ceann eile." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "Jabanna" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Cláraigh le Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Lipéad curtha ag {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Lipéadaithe ag an údar." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Lipéid" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Cuireadh lipéid leis" @@ -4678,11 +4779,11 @@ msgstr "Cuireadh lipéid leis" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Nótaí faoi úsáideoirí nó ábhar is ea lipéid. Is féidir úsáid a bhaint astu leis an líonra a cheilt, a chatagóiriú, agus fainic a chur air." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Lipéid ar do chuntas" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Lipéid ar do chuid ábhair" @@ -4696,7 +4797,7 @@ msgstr "Socruithe teanga" msgid "Languages" msgstr "Teangacha" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Níos Mó" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Tuilleadh eolais maidir le Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "Le tuilleadh a fhoghlaim faoi céard atá poiblí ar Bluesky" msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Tuilleadh eolais." @@ -4787,10 +4888,10 @@ msgstr "Éirigh as" msgid "Leave chat" msgstr "Éirigh as an gcomhrá" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Éirigh as an gcomhrá" @@ -4822,9 +4923,9 @@ msgstr "Socraímis do phasfhocal arís!" msgid "Let's go!" msgstr "Ar aghaidh linn!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Sorcha" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Sorcha" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Mol ({0, plural, one {# mholadh} two {# mholadh} few {# mholadh} many {# moladh} other {# moladh}})" @@ -4855,7 +4956,7 @@ msgstr "Mol 10 bpostáil leis an bhfotha Discover a thraenáil" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Mol an fotha seo" @@ -4880,7 +4981,7 @@ 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}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Moltaí don phostáil seo" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Lódáil tuilleadh" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Lódáil tuilleadh fothaí molta" @@ -5041,6 +5142,14 @@ msgstr "Lódáil fógraí nua" msgid "Load new posts" msgstr "Lódáil postálacha nua" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Ag lódáil …" @@ -5049,15 +5158,19 @@ msgstr "Ag lódáil …" msgid "Log" msgstr "Logleabhar" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Feiceálacht le linn a bheith logáilte amach" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "@sawaratsuki.bsky.social a rinne an lógó" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "<0>@sawaratsuki.bsky.social0> a rinne an lógó" @@ -5113,8 +5226,8 @@ msgstr "Bainistigh do chuid clibeanna agus na focail a bhalbhaigh tú" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcáil léite" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "Meáin" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Meáin a d'fhéadfadh a bheith mí-oiriúnach nó a chuirfeadh isteach ar dhaoine áirithe." @@ -5140,14 +5253,10 @@ msgstr "Meáin a d'fhéadfadh a bheith mí-oiriúnach nó a chuirfeadh isteach a msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "úsáideoirí luaite" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Úsáideoirí luaite" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Clár" msgid "Message {0}" msgstr "Teachtaireacht {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Scriosadh an teachtaireacht" @@ -5172,7 +5281,7 @@ msgstr "Scriosadh an teachtaireacht" msgid "Message deleted" msgstr "Scriosadh an teachtaireacht" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "Réimse ionchur teachtaireachtaí" msgid "Message is too long" msgstr "Tá an teachtaireacht rófhada" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "Teachtaireachtaí" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Cuntas atá Míthreorach" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Postáil atá Míthreorach" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Uirlisí modhnóireachta" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Tuilleadh fothaí" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Balbhaigh" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "" msgid "Mute accounts" msgstr "Balbhaigh cuntais" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Balbhaigh an comhrá" @@ -5396,7 +5503,7 @@ msgstr "Cuntais a balbhaíodh" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Baintear na postálacha ó na cuntais a chuir tú i bhfolach as d’fhotha agus as do chuid fógraí. Is príobháideach ar fad é an cur i bhfolach." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Curtha i bhfolach ag \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Mo Chuid Fothaí" msgid "Name" msgstr "Ainm" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Sáraíonn an tAinm nó an Cur Síos Caighdeáin an Phobail" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Téann sé seo chuig an gcéad scáileán eile" @@ -5455,20 +5551,16 @@ 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:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "An bhfuil tú ag iarraidh sárú cóipchirt a thuairisciú?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Ná bíodh gan fáil ar do chuid leantóirí ná ar do chuid dáta go deo." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Is cuma, cruthaigh leasainm dom" @@ -5476,17 +5568,17 @@ msgstr "Is cuma, cruthaigh leasainm dom" msgid "New" msgstr "Nua" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nua" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Postáil nua" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Dialóg: eolas faoi úsáideoir nua" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Na freagraí is déanaí ar dtús" @@ -5587,8 +5679,8 @@ msgstr "Nuacht" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Nuacht" msgid "Next" msgstr "Ar aghaidh" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Ar aghaidh" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "An chéad íomhá eile" @@ -5616,12 +5703,12 @@ msgstr "An chéad íomhá eile" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Níl aon phasfhocal aipe ann fós" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Gan Phainéal DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Gan moladh fós" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Ní leantar {0} níos mó" @@ -5671,7 +5759,7 @@ msgstr "Níl aon fhógra ann fós!" msgid "No one" msgstr "Duine ar bith" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 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." @@ -5701,7 +5789,7 @@ msgstr "Gan torthaí" msgid "No results" msgstr "Toradh ar bith" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "Gan torthaí ar “{query}”" msgid "No results found for {query}" msgstr "Gan torthaí ar {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "Gan torthaí ar \"{search}\"." msgid "No thanks" msgstr "Níor mhaith liom é sin." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Duine ar bith" @@ -5753,6 +5841,10 @@ msgstr "Ní dhearna éinne athphostáil air seo fós. Ar cheart duitse tosú?" msgid "Nobody was found. Try searching for someone else." msgstr "Ní fuarthas éinne. Bain triail as duine éigin eile a chuardach." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Lomnochtacht Neamhghnéasach" @@ -5843,16 +5935,11 @@ msgstr "anois" msgid "Now" msgstr "Anois" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Lomnochtacht" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Lomnochtacht nó ábhar do dhaoine fásta nach bhfuil an lipéad sin air" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Maith go leor" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Na freagraí is sine ar dtús" @@ -5916,7 +6003,7 @@ msgstr "Téacs malartach de dhíth ar fhíseán nó ar fhíseáin" msgid "Only .jpg and .png files are supported" msgstr "Ní oibríonn ach comhaid .jpg agus .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Ní féidir ach le {0} freagra a thabhairt." @@ -5941,7 +6028,7 @@ msgstr "Úps! Theip ar rud éigin!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Oscail an cruthaitheoir abhatáir" msgid "Open conversation options" msgstr "Oscail na roghanna comhrá" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Oscail an roghchlár tarraiceáin" @@ -5973,8 +6060,8 @@ msgstr "Oscail roghnóir na n-emoji" msgid "Open feed info screen" msgstr "Oscail eolas faoin fhotha" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Oscail roghchlár na bhfothaí" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Oscail clár an phacáiste fáilte" @@ -6032,9 +6119,9 @@ msgstr "Oscail logleabhar an chórais" msgid "Opens a dialog to add a content warning to your post" msgstr "Osclaíonn sé seo fuinneog lenar féidir leat rabhadh a chur leis an bpostáil" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Osclaíonn sé seo dialóg leis na daoine a roghnú a bhfuil cead acu freagra a thabhairt don snáithe seo" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú" @@ -6103,24 +6190,15 @@ msgstr "Osclaíonn sé seo an fhoirm leis an bpasfhocal a athrú" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Osclaíonn sé an phróifíl seo" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Is féidir tuilleadh eolais a chur ar fáil thíos:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Roghanna:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Nó cuir na roghanna seo le chéile:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Nó, lean ort le cuntas eile." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Eile" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Cuntas eile" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "Leathanach gan aimsiú" msgid "Page Not Found" msgstr "Leathanach gan aimsiú" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Na daoine atá leanta ag @{0}" msgid "People following @{0}" msgstr "Na leantóirí atá ag @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Peataí" msgid "Photography" msgstr "Grianghrafadóireacht" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Pictiúir le haghaidh daoine fásta." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Greamaigh an fotha" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Greamaigh le baile" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Greamaigh le Baile" @@ -6275,7 +6390,7 @@ msgstr "Greamaigh le Baile" msgid "Pin to your profile" msgstr "Greamaigh le do phróifíl" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Greamaithe" @@ -6302,7 +6417,7 @@ msgstr "Seinn" msgid "Play {0}" msgstr "Seinn {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Seinn an físeán" @@ -6327,7 +6442,7 @@ msgstr "Seinneann sé seo an GIF" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Cuir isteach do chód cuiridh." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Cuir isteach do phasfhocal freisin, le do thoil." -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Abair linn, le do thoil, cén fáth a gcreideann tú gur chuir {0} an lipéad seo i bhfeidhm go mícheart" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Polaitíocht" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornagrafaíocht" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Postáil nach bhfuil le feiceáil de bharr focail a bhalbhaigh tú" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Postáil a chuir tú i bhfolach" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Socruithe idirghníomhaíochta na postála" @@ -6614,13 +6729,8 @@ msgstr "An íomhá roimhe seo" msgid "Primary Language" msgstr "Príomhtheanga" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Cuir na cuntais a leanaim chun tosaigh" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Príobháideacht" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Polasaí Príobháideachta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Físeán á phróiseáil..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Próifíl uasdátaithe" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Poiblí" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Dícheanglaíodh an phostáil athluaite" msgid "Quote posts disabled" msgstr "Ní féidir postálacha a athlua" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Socruithe maidir le postálacha athluaite" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Socruithe maidir le postálacha athluaite" msgid "Quotes" msgstr "Postálacha athluaite" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Postálacha athluaite den phostáil seo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Rinne tú an iomarca iarrachtaí do leasainm a athrú taobh istigh de thréimhse ghearr. Fan cúpla nóiméad sula ndéanann tú iarracht eile." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Fáth:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Athnasc" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "Bain an fotha de" msgid "Remove feed?" msgstr "An bhfuil fonn ort an fotha a bhaint?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Freagraí" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Cuireadh bac ar fhreagraí" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Ní féidir freagraí a thabhairt ar an bpostáil seo." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Freagair" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Freagair ({0, plural, one {# fhreagra} two {# fhreagra} few {# fhreagra} many {# bhfreagra} other {# freagra}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Freagra a chuir údar an tsnáithe i bhfolach" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Freagra a chuir tusa i bhfolach" @@ -7120,11 +7234,7 @@ msgstr "Freagra a chuir tusa i bhfolach" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Socruithe freagraí" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 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í" @@ -7141,7 +7251,7 @@ msgstr "Nuashonraíodh infheictheacht na bhfreagraí" msgid "Reply was successfully hidden" msgstr "Cuireadh an freagra i bhfolach" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Tuairiscigh" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Tuairiscigh an comhrá seo" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Tuairiscigh comhrá" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Déan gearán faoi fhotha" @@ -7176,7 +7285,7 @@ msgstr "Déan gearán faoi fhotha" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Tuairiscigh an teachtaireacht seo" @@ -7185,48 +7294,41 @@ msgstr "Tuairiscigh an teachtaireacht seo" msgid "Report post" msgstr "Déan gearán faoi phostáil" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Déan gearán faoi phacáiste fáilte" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Déan gearán faoin ábhar seo" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Déan gearán faoin fhotha seo" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Déan gearán faoin liosta seo" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Tuairiscigh an teachtaireacht seo" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Déan gearán faoin phostáil seo" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Tuairiscigh an pacáiste fáilte seo" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Déan gearán faoin úsáideoir seo" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Athphostáil nó athluaigh an phostáil" @@ -7277,7 +7379,7 @@ msgstr "Athphostáilte agat" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Athphostálacha den phostáil seo" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Athshocraigh an próiseas cláraithe" msgid "Reset password" msgstr "Athshocraigh an pasfhocal" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "Baineann sé seo triail eile as an ngníomh is déanaí, ar theip air" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,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:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Fill ar an leathanach roimhe seo" @@ -7399,8 +7501,8 @@ msgstr "Filleann sé seo abhaile" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Filleann sé seo ar an leathanach roimhe seo" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "Sábháil" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Sábháil" @@ -7459,8 +7561,13 @@ msgstr "Sábháil an leasainm nua" msgid "Save QR code" msgstr "Sábháil an cód QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Sábháil i mo chuid fothaí" @@ -7487,21 +7594,25 @@ msgstr "Sábháilte le mo chuid fothaí" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Abair heileo!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Eolaíocht" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Fill ar an mbarr" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Cuardaigh" @@ -7553,11 +7664,11 @@ msgstr "Déan cuardach ar \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Sleamhnán cuardaigh. Úsáid na saigheadeochracha chun dul ar aghaidh nó ar gcúl, agus an spásbharra chun seinm nó cur ar sos" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Roghnaigh dath" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Roghnaigh cuntas" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Roghnaigh ó chuntas atá ann" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Roghnaigh GIF" @@ -7727,14 +7850,10 @@ msgstr "Roghnaigh teanga..." msgid "Select languages" msgstr "Roghnaigh teangacha" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Roghnaigh modhnóir" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Roghnaigh comhad fotheideal (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Roghnaigh an emoji {emojiName} mar abhatár" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Roghnaigh na seirbhísí modhnóireachta le tuairisciú chuige" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Roghnaigh na rudaí a bhfuil suim agat iontu as na roghanna thíos" msgid "Select your preferred language for translations in your feed." msgstr "Do rogha teanga nuair a dhéanfar aistriúchán ar ábhar i d'fhotha." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Seol suíomh gréasáin spéisiúil!" @@ -7818,7 +7937,7 @@ msgstr "Seol aiseolas" msgid "Send message" msgstr "Seol teachtaireacht" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Seol an phostáil seo chuig..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Seol an tuairisc" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Seol an tuairisc chuig {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "Seol mar theachtaireacht dhíreach" msgid "Sends email with confirmation code for account deletion" msgstr "Seolann sé seo ríomhphost ina bhfuil cód dearbhaithe chun an cuntas a scriosadh" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Seoladh an fhreastalaí" @@ -7874,10 +7982,18 @@ msgstr "Socraigh do bhreithlá" msgid "Set new password" msgstr "Socraigh pasfhocal nua" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Socraigh do chuntas" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Socraíonn sé seo an seoladh ríomhphoist le haghaidh athshocrú an phasfhocail" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Gníomhaíocht ghnéasach nó lomnochtacht gháirsiúil." @@ -7953,7 +8069,7 @@ msgstr "Graosta" msgid "Share" msgstr "Comhroinn" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Comhroinn" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Comhroinn an cód QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Comhroinn an fotha seo" @@ -8012,8 +8128,8 @@ msgstr "Roinn an pacáiste fáilte seo agus cuidigh le daoine páirt a ghlacadh #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Roinn an fotha is fearr leat!" msgid "Shared Preferences Tester" msgstr "Tástáil Roghanna Comhroinnte" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Taispeáin an téacs malartach" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Taispeáin mar sin féin" @@ -8067,6 +8183,10 @@ msgstr "Níos lú den sórt seo" msgid "Show list anyway" msgstr "Taispeáin an liosta mar sin féin" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Tuilleadh" @@ -8080,7 +8200,7 @@ msgstr "Níos mó den sórt seo" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Taispeáin freagraí" msgid "Show replies as" msgstr "Taispeáin freagraí mar" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Taispeáin freagraí ó na daoine a leanaim roimh aon fhreagra eile" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Taispeáin rabhadh" msgid "Show warning and filter from feeds" msgstr "Taispeáin rabhadh agus scag ó na fothaí é" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "Logáil isteach" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Logáil isteach mar {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Logáil isteach mar..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Logáil isteach nó cláraigh chun páirt a ghlacadh sa chomhrá!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Níos Lú" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Fothaí eile a mbeadh suim agat iontu" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Tá daoine áirithe in ann freagra a thabhairt" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Theip ar rud éigin" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Chuaigh rud éigin amú, bain triail eile as" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Theip ar rud éigin!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Rud éigin mícheart? Abair linn." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Sórtáil freagraí" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Sórtáil freagraí de réir" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Sórtáil freagraí ar an bpostáil chéanna de réir:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Turscar" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Turscar; an iomarca tagairtí nó freagraí" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Turscar; an iomarca tagairtí nó freagraí" msgid "Sports" msgstr "Spórt" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "Pacáiste fáilte le <0/>" msgid "Starter pack by you" msgstr "Pacáiste fáilte a chruthaigh tusa" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Tá an pacáiste fáilte neamhbhailí" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Pacáistí Fáilte" @@ -8436,8 +8547,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "D'éirigh leis!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Molta duit" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Gáirsiúil" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Córas" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "Tapáil le dúnadh" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Obair curtha i gcrích - 10 gcuntas leanta!" @@ -8620,8 +8735,8 @@ msgstr "Abair linn beagáinín fút féin" msgid "Tell us a little more" msgstr "Abair beagán níos mó" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Téarmaí" @@ -8637,26 +8752,11 @@ msgstr "Téarmaí" msgid "Terms of Service" msgstr "Téarmaí Seirbhíse" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Sárú ar chaighdeáin an phobail atá sna téarmaí a úsáideadh" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Téacs agus clibeanna" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Réimse téacs" @@ -8665,10 +8765,6 @@ msgstr "Réimse téacs" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Go raibh maith agat. Seoladh do thuairisc." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Go raibh maith agat! D'éirigh linn do sheoladh ríomhphoist a dheimhni msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Ina bhfuil an méid seo a leanas:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Sin é é!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 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" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Atosófar an aip" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Chuir údar an tsnáithe seo an freagra seo i bhfolach." @@ -8750,11 +8846,11 @@ msgstr "Tá an t-eispéireas níos fearr san aip. Íoslódáil Bluesky anois agu msgid "The feed has been replaced with Discover." msgstr "Tá Discover curtha in áit an fhotha seo." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Cuireadh na lipéid seo a leanas le do chuntas." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Cuireadh na lipéid seo a leanas le do chuid ábhair." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Bogadh ár dTéarmaí Seirbhíse go dtí" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Téama" @@ -8827,7 +8923,7 @@ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh le Tenor." msgid "There was an issue contacting the server" msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Bhí fadhb ann maidir le teagmháil a dhéanamh leis an bhfreastalaí. S 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Bhí fadhb ann maidir le postálacha a fháil. Tapáil anseo le triail e msgid "There was an issue fetching the list. Tap here to try again." msgstr "Bhí fadhb ann maidir leis an liosta a fháil. Tapáil anseo le triail eile a bhaint as." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Bhí fadhb ann agus do chuid pasfhocal aipe á n-íoslódáil" @@ -8862,11 +8958,6 @@ msgstr "Bhí fadhb ann agus d'fhaisnéis seirbhíse á híoslódáil" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Bhí fadhb ann maidir leis an bhfotha seo a bhaint. Seiceáil do cheangal leis an idirlíon agus bain triail eile as." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Níor seoladh do thuairisc. Seiceáil do cheangal leis an idirlíon, le do thoil." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Bhí fadhb ann maidir le do chuid fothaí a nuashonrú. Seiceáil do che #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Bhí fadhb ann maidir le do chuid fothaí a nuashonrú. Seiceáil do che msgid "There was an issue! {0}" msgstr "Bhí fadhb ann! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "D’éirigh fadhb gan choinne leis an aip. Abair linn, le do thoil, má 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Cuirtear na socruithe seo i bhfeidhm ar an bhfotha Following amháin." @@ -8941,7 +9036,7 @@ msgstr "Tá an cuntas seo blocáilte i liosta modhnóireachta amháin ar a lagha msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Cuirfear an t-achomharc seo chuig <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Tá an t-ábhar seo ar fáil ó {0}. An bhfuil fonn ort na meáin sheachtracha a thaispeáint?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Níl an t-ábhar seo le feiceáil toisc gur bhlocáil duine de na húsáideoirí an duine eile." @@ -9006,7 +9101,7 @@ msgstr "Níl an ghné seo ar fáil má tá tú ag baint úsáide as Pasfhocal Ai msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Tá ráchairt an-mhór ar an bhfotha seo faoi láthair. Níl sé ar fáil anois díreach dá bhrí sin. Bain triail eile as níos déanaí, le do thoil." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Tá an fotha seo folamh! Is féidir go mbeidh ort tuilleadh úsáideoirí a leanúint nó do shocruithe teanga a athrú." @@ -9020,7 +9115,7 @@ msgstr "Tá an fotha seo folamh." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Níl an fotha seo ar líne níos mó. Tá <0>Discover0> á thaispeáint againn ina ionad." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Tá an leasainm seo coimeádta. Bain triail as ceann eile." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Chuir an t-údar an lipéad seo leis." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Chuir tusa an lipéad seo leis." @@ -9065,11 +9160,11 @@ msgstr "Tá an liosta seo folamh." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Níl an tseirbhís modhnóireachta ar fáil. Féach tuilleadh sonraí thíos. Má mhaireann an fhadhb seo, téigh i dteagmháil linn." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Deir an phostáil seo gur cruthaíodh í ar <0>{0}0>, ach chonacthas í ar Bluesky den chéad uair ar <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "Cuirfear an freagra seo i rannán speisialta a bheidh i bhfolach ag bun 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Ba cheart dó seo taifead fearainn a chruthú ag:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Níl aon leantóirí ag an úsáideoir seo." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Tá tú blocáilte ag an úsáideoir seo." #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Tá an t-úsáideoir seo tar éis thú a bhlocáil. Ní féidir leat a gcuid ábhair a fheiceáil." @@ -9142,7 +9237,7 @@ msgstr "Tá an t-úsáideoir seo ar an liosta <0>{0}0> a bhalbhaigh tú." msgid "This user is new here. Press for more info about when they joined." msgstr "Tá an t-úsáideoir seo nua anseo. Brúigh le tuilleadh eolais a fháil faoina gclárú." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Níl éinne á leanúint ag an úsáideoir seo." @@ -9168,7 +9263,7 @@ msgstr "Roghanna snáitheanna" msgid "Thread preferences" msgstr "Roghanna snáitheanna" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Roghanna Snáitheanna" @@ -9181,6 +9276,10 @@ msgstr "Modh snáithithe" msgid "Threads Preferences" msgstr "Roghanna Snáitheanna" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Chun comhrá a thuairisciú, tuairiscigh teachtaireacht amháin as tríd an scáileán comhrá. Cuireann sé sin ar cumas ár modhnóirí comhthéacs do dheacrachta a thuiscint." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Cé chuige ar mhaith leat an tuairisc seo a sheoladh?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Inniu" @@ -9222,8 +9317,8 @@ msgstr "Barr" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Ábhar" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Aistrigh" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "Treochtaí" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "Fíordheimhniú déshraithe (2FA)" msgid "Type your message here" msgstr "Scríobh do theachtaireacht anseo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Clóscríobh:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Ní féidir é a scriosadh" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Díbhlocáil" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Díbhlocáil" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Díbhlocáil an cuntas" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "An bhfuil fonn ort an cuntas seo a dhíbhlocáil?" @@ -9369,12 +9468,7 @@ msgstr "Cuir stop leis an athphostáil" 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}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Dílean" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Dílean {0}" @@ -9383,7 +9477,7 @@ msgstr "Dílean {0}" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Dímhol ({0, plural, one {# mholadh} two {# mholadh} few {# mholadh} many {# moladh} other {# moladh}})" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "Díbhalbhaigh" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Ná balbhaigh an comhrá seo níos mó" @@ -9454,8 +9556,8 @@ msgstr "Ná balbhaigh an físeán seo níos mó" msgid "Unpin" msgstr "Díghreamaigh" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Díghreamaigh an fotha" @@ -9464,8 +9566,8 @@ msgstr "Díghreamaigh an fotha" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Díghreamaigh ón mbaile" @@ -9517,13 +9619,6 @@ msgstr "Dhíliostáil tú ón liosta seo" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Ábhar graosta nach mian liom" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Nuashonraigh <0>{displayName}0> i Liostaí" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Uasdátú chuig {domain}" @@ -9567,7 +9662,7 @@ msgstr "Á uasdátú…" msgid "Upload a photo instead" msgstr "Uaslódáil grianghraf in ionad" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Uaslódáil comhad téacs chuig:" @@ -9603,11 +9698,11 @@ msgstr "Mionsamhail á huaslódáil..." msgid "Uploading video..." msgstr "Físeán á uaslódáil..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Bain úsáid as pasfhocail aipe chun logáil isteach i gcliaint Bluesky eile gan rochtain iomlán a thabhairt ar do chuntas nó ar do phasfhocal." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Úsáid an soláthraí réamhshocraithe" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Úsáideoir blocáilte" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Úsáideoir blocáilte ag \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Úsáideoir blocáilte trí liosta" msgid "User Blocked by List" msgstr "Úsáideoir blocáilte le liosta" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Úsáideoir a bhlocálann thú" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Ainm úsáideora nó ríomhphost" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "úsáideoirí a bhfuil <0>@{0}0> á leanúint" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "Úsáideoirí a leanaim" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Úsáideoirí in ”{0}“" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Luach:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Dearbhaigh taifead DNS" @@ -9786,8 +9873,8 @@ msgstr "Dialóg: dearbhú ríomhphoist" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Dearbhaigh comhad téacs" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "Físchluichí" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Físeán gan aimsiú." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Féach ar an abhatár atá ag {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Amharc ar phróifíl {0}" @@ -9906,16 +9993,11 @@ 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/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Féach ar shonraí" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Féach ar shonraí maidir le sárú cóipchirt a thuairisciú" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Féach ar an snáithe iomlán" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Féach ar úsáideoirí ar thaitin an fotha seo leo" @@ -9993,8 +10075,8 @@ msgstr "Féach ar na cuntais a bhalbhaigh tú" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Cad iad na teangacha ba mhaith leat a fheiceáil i do chuid fothaí algartamacha?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Cé atá in ann idirghníomhú leis an bpostáil seo?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Cé atá in ann freagra a thabhairt" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an t-ábhar seo?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an bhfotha seo?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an liosta seo?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an teachtaireacht seo?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an bpostáil seo?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Cén fáth ar cheart athbhreithniú a dhéanamh ar an bpacáiste fáilte seo?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Cén fáth gur cheart athbhreithniú a dhéanamh ar an úsáideoir seo?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Tá" msgid "Yes, deactivate" msgstr "Tá, díghníomhaigh" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Scrios an pacáiste fáilte seo" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Níl cead agat físeáin a uaslódáil." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Níl éinne á leanúint agat." @@ -10445,17 +10534,13 @@ msgstr "Is féidir leat do chuntas a athghníomhú chun leanacht ort ag logáil msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Tig leat é seo a uasdátú ó do shocruithe." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Níl aon leantóir agat." @@ -10467,6 +10552,10 @@ msgstr "Ní leanann tú aon leantóirí de chuid @{name}." msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Níl aon fhothaí greamaithe agat." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Bhlocáil tú an t-úsáideoir seo" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Bhlocáil tú an cuntas seo. Ní féidir leat a gcuid ábhar a fheiceáil." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Chuir tú an phostáil seo i bhfolach" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Chuir tú an phostáil seo i bhfolach." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Bhalbhaigh tú an cuntas seo." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Bhalbhaigh tú an t-úsáideoir seo" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Níor bhalbhaigh tú aon fhocal ná clib fós" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Chuir tú an freagra seo i bhfolach." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Is féidir leat achomharc a dhéanamh maidir le lipéid nár chuir tú féin má shíleann tú iad a bheith in earráid." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Is féidir leat achomharc a dhéanamh maidir leis na lipéad seo má shíleann tú gur cuireadh in earráid iad." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Caithfidh tú ar a laghad lipéadóir amháin a roghnú do thuairisc" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Tá tú réidh!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Roghnaigh tú focal nó clib atá sa phostáil seo a chur i bhfolach." @@ -10750,7 +10839,7 @@ msgstr "Tá tú tar éis an uasteorainn laethúil ar uaslódálacha físeáin a 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "Do bhreithlá" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Ní thacaíonn do bhrabhsálaí leis an bhformáid físe. Bain triail as brabhsálaí eile." @@ -10798,7 +10887,7 @@ msgstr "Cuireadh do chuid comhráite ar ceal" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Coimeádfar an leasainm atá agat faoi láthair, <0>{0}0>, in áirithe duitse. Beidh tú in ann athrú ar ais ón gcuntas seo am ar bith." @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "Do chéad mholadh!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "Ní bheidh do phróifíl, postálacha, fothaí ná liostaí infheicthe a msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Seolfar do thuairisc go dtí Seirbhís Modhnóireachta Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/gd/messages.po b/src/locale/locales/gd/messages.po index 35a58f39d0..01eea8aaa7 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Roinn-seòrsa “{interestsDisplayName}” (gnìomhach)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {gam leantainn} two {gam leantainn} few {gam leantainn} msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {A’ leantainn #} two {A’ leantainn #} few {A’ leantainn #} other {A’ leantainn #}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {’s toil le # seo} two {’s toil le # seo} few {’s toil le # seo} other {’s toil le # seo}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {’s toil le # seo} two {’s toil le # seo} few {’s msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {phost} two {phost} few {puist} other {post}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {luaidh} two {luaidh} few {luaidhean} other {luaidh}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {air ath-phostadh} two {air ath-phostadh} few {air ath-phostadh} other {air ath-phostadh}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {air a shàbhaladh} two {air a shàbhaladh} few {air an sàbhaladh} other {air an sàbhaladh}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {{1} phost} two {{1} phost} few {{1} puist}other {{1} post}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "Chleachd {0, plural, one {# duine} two {# dhuine} few {# daoine} other {# duin}} a’ phacaid tòiseachaidh seo!" @@ -133,6 +133,10 @@ msgstr "Chleachd {0, plural, one {# duine} two {# dhuine} few {# daoine} other { msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {⁊ # a bharrachd} two {⁊ # a bharrachd} few {⁊ # a bharrachd} other {⁊ # a bharrachd}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {uair a thìde} two {uair a thìde} few { msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {mhionaid} two {mhionaid} few {mionaidean} other {mionaid}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "Tha {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0> gad leantainn a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "Tha an t-inbhir gnàthaichte agad a’ còrdadh ri {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "’S toil le {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0> am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "’S toil le {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0> an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "Thug {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0> air falbh an dearbhadh a rinn iad air a’ chunntas agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "Dh’ath-phostaich {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0> am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "Dh’ath-phostaich {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0> an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "Chlàraich {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0> aig a’ phacaid tòiseachaidh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "Rinn {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0> dearbhadh ort" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "Tha {firstAuthorLink} gad leantainn a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "Tha {firstAuthorLink} gad leantainn cuideachd a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "’S toil le {firstAuthorLink} an t-inbhir gnàthaichte agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "Is toil le {firstAuthorLink} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "Is toil le {firstAuthorLink} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "Thug {firstAuthorLink} air falbh an dearbhadh a rinn iad air a’ chunntas agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "Dh’ath-phostaich {firstAuthorLink} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "Dh’ath-phostaich {firstAuthorLink} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "Chlàraich {firstAuthorLink} aig a’ phacaid tòiseachaidh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "Rinn {firstAuthorLink} dearbhadh ort" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "Tha {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} gad leantainn" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "Tha an t-inbhir gnàthaichte agad a’ còrdadh ri {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "’S toil le {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "’S toil le {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "Thug {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} air falbh an dearbhadh a rinn iad air a’ chunntas agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "Dh’ath-phostaich {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "Dh’ath-phostaich {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "Chlàraich {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} aig a’ phacaid tòiseachaidh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "Rinn {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}} dearbhadh ort" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "Tha {firstAuthorName} gad leantainn a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "Tha {firstAuthorName} gad leantainn cuideachd a-nis" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "’S toil le {firstAuthorName} an t-inbhir gnàthaichte agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "Is toil le {firstAuthorName} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "Is toil le {firstAuthorName} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "Thug {firstAuthorName} air falbh an dearbhadh a rinn iad air a’ chunntas agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "Dh’ath-phostaich {firstAuthorName} am post agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "Dh’ath-phostaich {firstAuthorName} an ath-phostadh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "Chlàraich {firstAuthorName} aig a’ phacaid tòiseachaidh agad" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "Rinn {firstAuthorName} dearbhadh ort" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "a’ leantainn {following}" @@ -490,7 +494,7 @@ msgstr "Tha <0>{0}0> agus <1> 1><2>{1} 2> gan gabhail a-staigh sa phacaid msgid "<0>{0}0> is included in your starter pack" msgstr "Tha <0>{0}0> ga ghabhail a-staigh sa phacaid tòiseachaidh agad" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "Na buill aig <0>{0}0>" @@ -515,7 +519,7 @@ msgstr "⚠Làmhrachan mì-dhligheach" msgid "24 hours" msgstr "24 uair a thìde" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Daingneachadh 2FA" @@ -560,12 +564,16 @@ msgstr "Glacadh-sgrìn de dhuilleag pròifil le ìomhaigheag cluig ri taobh a’ msgid "About" msgstr "Mu dhèidhinn" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Gabh ris" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Gabh ris an iarrtas cabadaich" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Roghainnean na so-ruigsinneachd" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Cunntas" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Chaidh an cunntas a mhùchadh" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Chaidh an cunntas a mhùchadh" @@ -627,11 +635,15 @@ msgstr "Chaidh an cunntas a mhùchadh le liosta" msgid "Account options" msgstr "Roghainnean a’ chunntais" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Chaidh an cunntas a thoirt air falbh on ghrad-inntrigeadh" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Cuir ris {0} a bharrachd mus lean thu air adhart" msgid "Add {displayName} to starter pack" msgstr "Cuir {displayName} ris a’ phacaid tòiseachaidh" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Cuir ris rabhadh mun t-susbaint" @@ -730,8 +742,8 @@ msgstr "Cuir post eile ris an t-snàithlean" msgid "Add app password" msgstr "Cuir facal-faire aplacaid ris" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Cuir facal-faire aplacaid ris" @@ -745,8 +757,8 @@ msgstr "Cuir emoji mar fhrith-fhreagairt" msgid "Add media to post" msgstr "Cuir meadhan ris a’ phost" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Cuir barrachd fiosrachaidh ris (roghainneil)" @@ -783,7 +795,7 @@ msgstr "Cuir inbhirean ris a’ phacaid tòiseachaidh agad!" msgid "Add the default feed of only people you follow" msgstr "Cuir ris inbhir bunaiteach nan daoine a tha thu gan leantainn a-mhàin" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Cuir an reacord DNS a leanas ris an àrainn agad:" @@ -823,18 +835,22 @@ msgstr "Air a chur ris a’ phacaid tòiseachaidh" 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:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Fiosrachadh a bharrachd (300 caractar air a’ char as motha)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Inbheach" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Susbaint inbheach" @@ -846,11 +862,15 @@ msgstr "Chan urrainn dhut susbaint inbheach a chur an comas ach air an lìon aig msgid "Adult content is disabled." msgstr "Tha an t-susbaint inbheach à comas." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Leubailean susbaint inbheach" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Adhartach" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Ceadaich teachdaireachdan ùra" 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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Ceadaich luaidhean air puist" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Ceadaich freagairtean o:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Bheir seo cead-inntrigidh dha na teachdaireachdan dìreach" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "A bheil còd agad mar-thà?" @@ -1003,14 +1039,18 @@ msgstr "Dh’èirich mearachd rè nuair a bha sinn a’ faighinn an inbhir." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Dh’èirich mearachd nuair a bha sinn a’ gintinn na pacaid tòiseachaidh agad. A bheil thu airson feuchainn ris a-rithist?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Dh’èirich mearachd rè sàbhaladh a’ chòd QR!" @@ -1035,8 +1075,7 @@ msgstr "Dealbh de ghrunn puist Bluesky ri taobh ìomhaigheadan ath-phostaidh, 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Duilgheadas nach eil am measg nan roghainnean seo" @@ -1050,10 +1089,10 @@ msgstr "Dh’èirich duilgheadas nuair a bha sinn a’ fosgladh na cabadaich" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Dh’èirich duilgheadas, feuch ris a-rithist." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "leubailiche neo-aithnichte" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "agus" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Fios-naidheachd" msgid "Announcing verification on Bluesky" msgstr "Naidheachd mu dhearbhadh air Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Giùlan ana-shòisealta" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Faodaidh duine sam bith eadar-ghabhail a dhèanamh" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Cànan na h-aplacaid" msgid "App Password" msgstr "Facal-faire na h-aplacaid" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Chaidh facal-faire na h-aplacaid a sguabadh às" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Faclan-faire nan aplacaidean" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Faclan-faire nan aplacaidean" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Ath-thagair" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Tog ath-thagradh an aghaidh na leubail “{0}”" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Tog ath-thagradh an aghaidh a’ cho-dhùnaidh seo" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Cuir an sàs na h-inbhirean bunaiteach a mholamaid" msgid "Apply Pull Request" msgstr "Cuir an t-iarrtas pull an gnìomh" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Air a thasglannachadh ann an {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Post tasglannaichte" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "A bheil thu cinnteach gu bheil thu airson faclan-faire na h-aplacaid “{0}” a sguabadh às?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "A bheil thu cinnteach gu bheil thu airson an teachdaireachd seo a sguabadh às? Thèid an teachdaireachd a sguabadh às dhut-sa ach chan ann dhan chom-pàirtiche eile." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 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?" @@ -1252,7 +1298,7 @@ msgstr "A bheil thu a’ sgrìobhadh sa chànan a leanas: <0>{suggestedLanguageN msgid "Art" msgstr "Ealain" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Lomnochd ealanta no neo-earotaigeach." @@ -1269,7 +1315,7 @@ msgstr "Iomruin cuspair dhan algairim" msgid "At least 8 characters" msgstr "Co-dhiù 8 caractaran" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Cluich videothan is GIFs gu fèin-obrachail" msgid "Available" msgstr "Ri fhaighinn" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Air ais" msgid "Back to Chats" msgstr "Air ais gu na cabadaich" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Mus cruthaich thu post no mus fhreagair thu, feumaidh tu am post-d agad msgid "Before creating a starter pack, you must first verify your email." msgstr "Mus cruthaich thu pacaid tòiseachaidh, feumaidh tu am post-d agad a dhearbhadh." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Mus urrainn dhut gabhail ris an iarrtas chabadaich seo, feumaidh tu am post-d agad a dhearbhadh." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Mus fhaigh thu brathan mu phuist a dh’fhoillsicheas {name}, feumaidh tu am post-d agad a dhearbhadh." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Co-là breith" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bac" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "A bheil thu airson an cunntas a bhacadh?" msgid "Block accounts" msgstr "Bac cunntasan" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bac is sguab às" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bac agus/no sguab às an còmhradh seo" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Liosta-bhacaidh" @@ -1402,15 +1452,19 @@ msgstr "Bac no dèan aithris air" msgid "Block these accounts?" msgstr "A bheil thu airson na cunntasan seo a bhacadh?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bac an cleachdaiche" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bac an cleachdaiche" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bacte" @@ -1449,25 +1503,25 @@ msgstr "Ma nì thu bacadh, ’s urrainn do dhaoine leubailean a chur ris a’ ch msgid "Blog" msgstr "Bloga" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 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." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "’S e lìonra fosgailte a th’ ann am Bluesky far an urrainn dhut solaraiche òstaireachd a thaghadh thu fhèin. Mas e neach-leasachaidh a th’ annad, is urrainn dhut frithealaiche a chur air chois thu fhèin." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "’S e lìonra fosgailte a th’ ann am Bluesky far an urrainn dhut solaraiche a thaghadh thu fhèin. Ma tha thu air ùr-thighinn dhan àite, mholamaid dhut a’ bhun-roghainn, Bluesky Social, a chleachdadh an toiseach." @@ -1513,6 +1567,10 @@ msgstr "Cuir sgleò air dealbhan is criathraich iad às na h-inbhirean" msgid "Books" msgstr "Leabhraichean" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Rùraich barrachd chunntasan air an duilleag “Rùraich”" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Gnìomhachas" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Le {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Le <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "An camara" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Sguir dhen ath-ghnìomhachadh is clàraich a-mach" msgid "Cancel search" msgstr "Sguir dhen lorg" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Chan urrainn dhut eadar-ghabhail a dhèanamh le cleachdaiche a bhac thu" @@ -1697,12 +1756,12 @@ msgstr "Atharraich cànan na h-aplacaid" msgid "Change Handle" msgstr "Atharraich an làmhrachan" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Atharraich seirbheise na modarataireachd" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Atharraich am facal-faire" @@ -1710,7 +1769,11 @@ msgstr "Atharraich am facal-faire" msgid "Change password dialog" msgstr "An còmhradh airson am facal-faire atharrachadh" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Atharraich adhbhar na h-aithrise" @@ -1739,8 +1802,8 @@ msgstr "Chaidh na h-atharraichean a shàbhaladh" msgid "Chat" msgstr "Cabadaich" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chaidh a’ chabadaich a sguabadh às" @@ -1753,7 +1816,7 @@ msgstr "Teachdaireachdan cabadaich – sàmhach" msgid "Chat messages - sound" msgstr "Teachdaireachdan cabadaich – fuaim" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chaidh a’ chabadaich a mhùchadh" @@ -1769,7 +1832,7 @@ msgstr "Bogsa a-steach nan iarrtasan cabadaich" msgid "Chat requests" msgstr "Iarrtasan cabadaich" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Roghainnean na cabadaich" msgid "Chat Settings" msgstr "Roghainnean na cabadaich" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chaidh a’ chabadaich a neo-mhùchadh" @@ -1797,7 +1860,7 @@ msgstr "Cabadaich" msgid "Check my status" msgstr "Thoir sùil air an staid agam" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Thoir sùil air a' phost-d agad is cuir an còd airson clàradh a-steach an-seo." @@ -1805,6 +1868,14 @@ msgstr "Thoir sùil air a' phost-d agad is cuir an còd airson clàradh a-steach msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Thoir sùil air a’ bhogsa a-steach agad airson post-d sa bheil còd dearbhaidh is cuir a-steach gu h-ìosal e:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Tagh dòigh airson dearbhadh na h-àrainne" @@ -1833,7 +1904,7 @@ msgstr "Tagh na h-algairimean a dh’obraicheas na h-inbhirean gnàthaichte agad msgid "Choose this color as your avatar" msgstr "Tagh an dath seo mar avatar agad" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Tagh solaraiche a’ chunntais agad" @@ -1882,14 +1953,6 @@ msgstr "Briog an-seo a thòiseachadh air a dhearbhadh." msgid "Click here to update your email" msgstr "Briog an-seo airson am post-d agad ùrachadh" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Dèan briogadh airson puist a nì luaidh air a’ phost seo a chur à comas." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Dèan briogadh airson puist a nì luaidh air a’ phost seo a chur an comas." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Dèan briogadh is fosgail clàr-taice nan tagaichean airson {tag}" @@ -1919,9 +1982,11 @@ msgstr "Turt 🐴 turt 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Turt 🐴 turt 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Dùin" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Dùin an còmhradh gnìomhach" @@ -2018,16 +2083,16 @@ msgstr "Dùinidh seo roghnaichear nan emoji" msgid "Closes viewer for header image" msgstr "Dùinidh seo sealladair dealbh a’ bhanna-chinn" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Co-theannaich liosta an luchd-chleachdaidh" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Co-theannaichidh seo liosta nan cleachdaichean aig a’ bhrath" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Am modh-dhathan" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Dearbh d’ ionad le GPS. Cha tracaich sinn dàta d’ ionaid is chan fhàg e an t-uidheam agad idir." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Dearbh d’ ionad le GPS. Cha tracaich sinn dàta d’ ionaid is chan fh msgid "Confirmation code" msgstr "An còd dearbhaidh" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "A’ dèanamh ceangal…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Cànain na susbainte" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Chan eil an t-susbaint ri làimh" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Rabhadh susbainte" @@ -2212,7 +2281,7 @@ msgstr "Cùlaibh a’ chlàir-thaice cho-theacsail, dèan briogadh airson an cl msgid "Continue" msgstr "Air adhart" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Lean ort mar {0} (clàraichte a-staigh aig an àm seo)" @@ -2236,8 +2305,8 @@ msgstr "Air adhart gun ath-cheum" msgid "Conversation" msgstr "Còmhradh" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Chaidh an còmhradh a sguabadh às" @@ -2254,7 +2323,7 @@ msgstr "Còcaireachd" msgid "Copied build version to clipboard" msgstr "Chaidh lethbhreac de thionndadh a’ bhuild a chur air an stòr-bhòrd" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Chaidh lethbhreac de thionndadh a’ bhuild a chur air an stòr-bhòrd" msgid "Copied to clipboard" msgstr "Chaidh lethbhreac a chur air an stòr-bhòrd" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Chaidh lethbhreac a dhèanamh!" @@ -2290,23 +2359,23 @@ msgstr "Dèan lethbhreac dheth at:// URI" msgid "Copy author DID" msgstr "Dèan lethbhreac dhe DID an ùghdair" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Dèan lethbhreac dhen chòd" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Dèan lethbhreac dhen DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Dèan lethbhreac dhen òstair" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Dèan lethbhreac dhen cheangal" @@ -2331,12 +2400,12 @@ msgstr "Dèan lethbhreac dhen cheangal ris a’ phost" msgid "Copy link to profile" msgstr "Cuir lethbhreac dhen cheangal dhan phròifil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Cuir lethbhreac dhen cheangal dhan pacaid tòiseachaidh" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Dèan lethbhreac de theacsa na teachdaireachd" @@ -2354,7 +2423,7 @@ msgstr "Dèan lethbhreac de theacsa a’ phuist" msgid "Copy QR code" msgstr "Dèan lethbhreac dhen chòd QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Dèan lethbhreac dhen reacord TXT" @@ -2377,8 +2446,8 @@ msgstr "Cha b’ urrainn dhuinn ceangal ri seirbheis an inbhir" msgid "Could not find profile" msgstr "Cha d’fhuair sinn lorg air a’ phròifil" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Cha b’ urrainn dhuinn a’ chabadaich fhàgail" @@ -2392,7 +2461,7 @@ msgstr "Cha b’ urrainn dhuinn an t-inbhir a luchdadh" msgid "Could not load list" msgstr "Cha b’ urrainn dhuinn an liosta a luchdadh" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Cha b’ urrainn dhuinn a’ chabadaich a mhùchadh" @@ -2476,8 +2545,9 @@ msgstr "Cruthaich liosta modarataireachd" msgid "Create new account" msgstr "Cruthaich cunntas ùr" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Cruthaich aithris airson {0}" @@ -2490,7 +2560,7 @@ msgstr "Cruthaich pacaid tòiseachaidh" msgid "Create user list" msgstr "Cruthaich liosta luchd-cleachdaidh" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Air a chruthachadh {0}" @@ -2503,8 +2573,8 @@ msgstr "Chaidh an cruthadair a bhacadh" msgid "Culture" msgstr "Cultar" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Gnàthaichte" @@ -2512,18 +2582,22 @@ msgstr "Gnàthaichte" msgid "Customization options" msgstr "Roghainnean gnàthachaidh" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Co-dhùin cò aig a bheil cead eadar-ghabhail a dhèanamh leis a’ phost seo." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Cuir air gleus àrainneachd Bhluesky dhut fhèin" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Dorcha" @@ -2536,7 +2610,7 @@ msgstr "Dorcha" msgid "Dark mode" msgstr "Am modh dorcha" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Ùrlar dorcha" @@ -2558,7 +2632,11 @@ msgstr "Dì-bhugaich a’ mhodarataireachd" msgid "Debug panel" msgstr "Leòsan an dì-bhugachaidh" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Bun-roghainn" @@ -2566,14 +2644,14 @@ msgstr "Bun-roghainn" msgid "Default icons" msgstr "Na h-ìomhaigheagan bunaiteach" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Sguab às" @@ -2586,16 +2664,16 @@ msgstr "Sguab às an cunntas" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Sguab an cunntas <0>“0><1>{0}1><2>”2> às" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Sguab facal-faire na h-aplacaid às" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "A bheil thu airson facal-faire na h-aplacaid a sguabadh às?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Sguab a’ chabadaich às" @@ -2603,18 +2681,18 @@ msgstr "Sguab a’ chabadaich às" msgid "Delete chat declaration record" msgstr "Sguab às clàr foirgheall na cabadaich" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Sguab an còmhradh às" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Sguab às an còmhradh" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Sguab às dhomh-sa" @@ -2623,11 +2701,11 @@ msgstr "Sguab às dhomh-sa" msgid "Delete list" msgstr "Sguab an liosta às" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Sguab an teachdaireachd às" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Sguab an teachdaireachd às dhomh-sa" @@ -2641,12 +2719,12 @@ msgstr "Sguab an cunntas agam às" msgid "Delete post" msgstr "Sguab às am post" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Sguab a’ phacaid tòiseachaidh às" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "A bheil thu airson a’ phacaid tòiseachaidh seo a sguabadh às?" @@ -2709,11 +2787,11 @@ msgstr "Chaidh modh an luchd-leasachaidh a chur an comas" msgid "Developer options" msgstr "Roghainnean an luchd-leasachaidh" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 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" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Doilleir" @@ -2735,6 +2813,14 @@ msgstr "Cuir dearbhadh 2FA air a’ phost-d à comas" msgid "Disable haptic feedback" msgstr "Cuir an fhreagairt haptaigeach à comas" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Cuir na fo-thiotalan à comas" @@ -2778,7 +2864,7 @@ msgstr "Cùm aplacaidean o bhith a’ sealltainn a’ chunntais agam do luchd-cl msgid "Discover new custom feeds" msgstr "Fidir inbhirean gnàthaichte ùra" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Fidir inbhirean ùra" @@ -2817,8 +2903,8 @@ msgstr "Ainm-taisbeanaidh" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Fàg soraidh slàn aig na trobhaichean is baoit-bhriogaidh. Faigh lorg air fìor-dhaoine ’s seanchas sa bheil ùidh agad." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panail DNS" @@ -2830,7 +2916,7 @@ msgstr "Na cuir an sàs am facal mùchaidh seo mu choinneamh luchd-cleachdaidh a msgid "Does not include nudity." msgstr "Gun lomnochd na bhroinn." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Chaidh an àrainn a dhearbhadh!" @@ -2853,19 +2939,20 @@ msgstr "Na gabh dragh! Chaidh gach teachdaireachd is roghainn a shàbhaladh is b #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Thoir gnogag dhùbailte no dèan brùthadh fada air an teachdaireachd ai 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:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Thoir gnogag dhùbailte a dh’innse gur toil leat e" @@ -2903,6 +2990,10 @@ msgstr "Luchdaich a-nuas Bluesky" msgid "Download CAR file" msgstr "Luchdaich a-nuas am faidhle CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Leig às dealbh airson a chur ris" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Deasaich na brathan o {0}" msgid "Edit People" msgstr "Deasaich na daoine" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Deasaich roghainnean eadar-ghabhail a’ phuist" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Deasaich a’ phròifil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Deasaich a’ phròifil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Deasaich a’ phacaid tòiseachaidh" @@ -3034,7 +3129,7 @@ msgstr "Deasaich a’ phacaid tòiseachaidh" msgid "Edit user list" msgstr "Deasaich liosta an luchd-chleachdaidh" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Co-dhùin cò aig a bheil cead freagairt" @@ -3085,7 +3180,7 @@ msgstr "Chaidh am post-d a dhearbhadh!" msgid "Email Verified" msgstr "Chaidh am post-d a dhearbhadh" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Leabaich an còd HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Cluicheadair video leabaichte" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Cuir fo-thiotalan an comas" @@ -3200,7 +3299,7 @@ msgstr "Cuir a-steach an àrainn a tha thu airson cleachdadh" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Cuir a-steach am post-d a chleachd thu nuair a chruthaich thu an cunntas agad. Chuir sinn “còd ath-shuidheachaidh” thugad agus is urrainn dhut facal-faire ùr a chur an sàs leis." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Cuir a-steach an t-ainm-cleachdaiche no seòladh a’ phuist-d a chleachd thu nuair a chruthaich thu an cunntas agad" @@ -3213,7 +3312,7 @@ msgstr "Cuir a-steach an do latha-breith" msgid "Enter your email address" msgstr "Cuir a-steach an seòladh puist-d agad" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Cuir a-steach am facal-faire agad" @@ -3258,22 +3357,18 @@ msgstr "Dh’èirich mearachd nuair a bha sinn a’ faighinn freagairt a’ Chap msgid "Error: {error}" msgstr "Mearachd: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Duine sam bith" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Faodaidh duine sam bith freagairt" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Faodaidh duine sam bith am post seo a fhreagairt." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "on a h-uile duine" @@ -3282,16 +3377,6 @@ msgstr "on a h-uile duine" msgid "Everything else" msgstr "A h-uile rud eile" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Cus iomraidhean no fhreagairtean" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Cus theachdaireachdan no feadhainn gun iarraidh" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Dùin às luchd-cleachdaidh a tha thu gan leantainn" @@ -3316,7 +3401,7 @@ msgstr "Fàgaidh seo sealladh an deilbh" msgid "Expand alt text" msgstr "Leudaich an roghainn teacsa" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Leudaich liosta an luchd-chleachdaidh" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Leudaichidh no co-theannaichidh seo teacsa a’ phuist" @@ -3348,7 +3433,7 @@ msgstr "Dh’fhalbh an ùine air" msgid "Expires {0}" msgstr "Falbhaidh an ùine air {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Falbhaidh an ùine air ann an {0}" @@ -3407,13 +3492,17 @@ msgstr "Ma cheadaicheas tu meadhanan on taobh a-muigh, dh’fhaoidte gun toir se msgid "External Media Preferences" msgstr "Roghainnean nam meadhanan on taobh a-muigh" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Cha b’ urrainn dhuinn gabhail ris a’ chabadaich" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Cha b’ urrainn dhuinn an emoji a chur mar fhrith-fhreagairt" @@ -3421,7 +3510,7 @@ msgstr "Cha b’ urrainn dhuinn an emoji a chur mar fhrith-fhreagairt" msgid "Failed to add to starter pack" msgstr "Cha b’ urrainn dhuinn pacaid tòiseachaidh a chur ris" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Dh’fhàillig atharrachadh an làmhrachain. Feuch ris a-rithist." @@ -3438,13 +3527,13 @@ msgstr "Cha b’ urrainn dhuinn an còmhradh a chruthachadh" msgid "Failed to create starter pack" msgstr "Cha b’ urrainn dhuinn pacaid tòiseachaidh a chruthachadh" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Cha b’ urrainn dhuinn a’ chabadaich a sguabadh às" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Cha b’ urrainn dhuinn an teachdaireachd a sguabadh às" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Cha b’ urrainn dhuinn a’ phacaid tòiseachaidh a sguabadh às" @@ -3465,10 +3554,10 @@ msgstr "Cha b’ urrainn dhuinn a h-uile cunntas a mholamaid a leantainn, feuch msgid "Failed to load conversations" msgstr "Cha b’ urrainn dhuinn na còmhraidhean a luchdadh" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Cha b’ urrainn dhuinn roghainnean nan inbhirean a luchdadh" @@ -3498,14 +3587,14 @@ msgstr "Cha b’ urrainn dhuinn na seann-teachdaireachdan a luchdadh" msgid "Failed to load preference." msgstr "Cha b’ urrainn dhuinn an roghainn a luchdadh." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Cha b’ urrainn dhuinn na h-inbhirean a mholamaid a luchdadh" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Cha b’ urrainn dhuinn na daoine a mholamaid an leantainn a luchdadh" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Cha b’ urrainn dhuinn am post a phrìneachadh" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Cha b’ urrainn dhuinn an emoji a chuir thu mar fhrith-fhreagairt a thoirt air falbh" @@ -3535,7 +3624,8 @@ msgstr "Cha b’ urrainn dhuinn an dearbhadh a thoirt air falbh" msgid "Failed to resolve location. Please try again." msgstr "Cha d’fhuair sinn lorg air an ionad. Feuch ris a-rithist." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Cha b’ urrainn dhuinn an dealbh a shàbhaladh: {0}" @@ -3557,7 +3647,7 @@ msgstr "Dh’fhàillig a chur" msgid "Failed to send email, please try again." msgstr "Cha b’ urrainn dhuinn am post-d a chur, feuch ris a-rithist." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Cha b’ urrainn dhuinn an t-ath-thagradh a chur, feuch ris a-rithist." @@ -3606,6 +3696,14 @@ msgstr "Cha b’ urrainn dhuinn am post-d a dhearbhadh, feuch ris a-rithist." msgid "Failed to verify handle. Please try again." msgstr "Cha b’ urrainn dhuinn an làmhrachan a dhearbhadh. Feuch ris a-rithist." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Inbhir" @@ -3623,7 +3721,7 @@ msgstr "Cruthadair inbhirean" msgid "Feed identifier" msgstr "Aithnichear inbhirean" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Clàr-taice nan inbhirean" @@ -3635,8 +3733,8 @@ msgstr "Toglaiche nan inbhirean" msgid "Feed unavailable" msgstr "Chan eil an t-inbhir ri fhaighinn" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Innis dhuinn dè do bheachd" @@ -3696,7 +3794,7 @@ msgstr "Criathraich an lorg a-rèir cànain (an-dràsta fhèin: {currentLanguage msgid "Filter who can opt to receive notifications for your activity" msgstr "Criathraich cò aig am bi cead iarrtas a chur airson brathan mu do ghnìomhachd fhaighinn" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Criathraich na daoine a gheibh thu teachdaireachdan uapa" @@ -3713,7 +3811,7 @@ msgstr "Mu dheireadh thall! Glèidh puist a tha cudromach dhut. Sàbhail iad is msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Lorg cunntasan airson an leantainn" msgid "Find people to follow" msgstr "Lorg daoine airson an leantainn" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Lorg puist, cleachdaichean is inbhirean air Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Crìochnaich" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Dubh gun chaisead" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Gorm gun chaisead" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Geal gun chaisead" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Sùbailte" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Lean" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Lean" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Lean ri {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Lean ri {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Lean a h-uile cunntas" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Lean iad cuideachd" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Lean iad cuideachd" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Luchd-leantainn as aithne dhut" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Ga leantainn" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Ga leantainn" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "A’ leantainn {0} a-nis" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "A’ leantainn {handle}" @@ -3894,11 +3988,11 @@ msgstr "Gad leantainn" msgid "Follows You" msgstr "Gad leantainn" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Cruth-clò" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Meud a’ chrutha-chlò" @@ -3919,7 +4013,7 @@ msgstr "Air sgàth adhbharan tèarainteachd, feumaidh sinn còd dearbhaidh a chu msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Air sgàth adhbharan tèarainteachd, chan fhaic thu seo a-rithist. Ma chailleas tu facal-faire na h-aplacaid, bidh agad ri fear ùr a ghintinn." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "’S e cruth-clò an ùrlair as fheàrr a dh’obraicheas, nar beachd-ne." @@ -3941,11 +4035,11 @@ msgstr "Coma leat an treamsgal" msgid "Forgot Password" msgstr "Dhìochuimhnich mi am facal-faire" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Na dhìochuimhnich thu am facal-faire?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Na dhìochuimhnich thu e?" @@ -3953,12 +4047,7 @@ msgstr "Na dhìochuimhnich thu e?" msgid "Free your feed" msgstr "Saor an t-inbhir agad" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "A’ postadh susbaint gun iarraidh gu tric" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "O" @@ -4011,7 +4100,7 @@ msgstr "Faigh brathan nuair a dh’ath-phostaicheas daoine rud a dh’ath-phosta msgid "Get notifications when people repost your posts." msgstr "Faigh brathan nuair a dh’ath-phostaicheas daoine rud a phostaich thusa." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Faigh brathan mu phuist ùra" @@ -4027,7 +4116,7 @@ msgstr "Faigh brath nuair a dh’fhoillsicheas {name} post ùr" msgid "Get notified of this account’s activity" msgstr "Faigh brathan mu ghnìomhachd a’ chunntais seo" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Faigh brath nuair a dh’fhoillsicheas {name} post ùr" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Cuir aodann ris a’ phròifil agad" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Briseadh mòr an lagha no teirmichean na seirbheise" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Briseadh mòr an lagha no teirmichean na seirbheise" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Air ais" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Air ais" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Air ais gun cheum roimhe" @@ -4123,7 +4208,7 @@ msgstr "Cuir struth beò" msgid "Go live for" msgstr "Cuir struth beò fad" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Tadhail air a’ phròifil aig {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Tadhail air an ath-fhear," -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Tadhail air a’ phròifil aca" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Tadhail air pròifil a’ chleachdaiche" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Meadhanan grafaigeach" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Leathach slighe!" msgid "Handle" msgstr "Làmhrachan" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Tha an làmhrachan seo aig cuideigin eile mar-thà. Feuch fear eile." @@ -4182,7 +4279,7 @@ msgstr "Tha an làmhrachan seo aig cuideigin eile mar-thà. Feuch fear eile." msgid "Handle changed!" msgstr "Chaidh an làmhrachan atharrachadh!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Tha an làmhrachan ro fhada. Feuch fear nas giorra." @@ -4190,10 +4287,17 @@ msgstr "Tha an làmhrachan ro fhada. Feuch fear nas giorra." msgid "Haptics" msgstr "Haptaigeachd" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Sàrachadh, trolladh no neo-fhulangas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Taga-hais" msgid "Hashtag {tag}" msgstr "Taga-hais {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "A bheil duilgheadasan agad?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Cobhair" @@ -4238,7 +4346,7 @@ msgstr "Shin thu 👋" msgid "Hidden" msgstr "Falaichte" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Falaichte ri linn nan roghainnean modarataireachd agad." @@ -4248,7 +4356,7 @@ msgstr "Liosta fhalaichte" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Liosta fhalaichte" msgid "Hide" msgstr "Falaich" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Falaich" @@ -4269,6 +4377,10 @@ msgstr "Falaich" msgid "Hide customization options" msgstr "Falaich gach roghainn gnàthachaidh" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "A bheil thu airson na cuspairean a tha a’ treandadh a chur am falach?" 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:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Falaich liosta an luchd-chleachdaidh" @@ -4320,7 +4432,7 @@ msgstr "Falaich liosta an luchd-chleachdaidh" msgid "Hide verification badges" msgstr "Falaich na baidsean dearbhaidh" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Falaichidh seo an t-susbaint" @@ -4365,12 +4477,12 @@ msgstr "Air do shocair! Tha sinn a’ toirt comas air video mean air mhean – g msgid "Home" msgstr "Dhachaigh" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "An t-òstair:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Solaraiche na h-òstaireachd" @@ -4383,6 +4495,10 @@ msgstr "Teth" msgid "How should we open this link?" msgstr "Ciamar a dh’fhosglas sinn an ceangal seo dhut?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Ma tha thu airson am facal-faire seo atharrachadh, cuiridh sinn còd thu msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Ma tha thu airson cuingeachadh cò gheibh brathan mu ghnìomhachd sa chunntas agad, is urrainn dhut seo a chur air gleus sna <0>Roghainnean → Prìobhaideachd is tèarainteachd0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 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." @@ -4443,12 +4559,7 @@ msgstr "Mas e neach-leasachaidh a th’ annad, is urrainn dhut frithealaiche a c 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Mì-laghail is èiginneach" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Dealbh" @@ -4461,29 +4572,24 @@ msgstr "Chaidh tasgadan nan dealbhan fhalamhachadh" msgid "Image cache cleared, freed {0}" msgstr "Chaidh tasgadan nan dealbhan fhalamhachadh, shaor sinn {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Chaidh an dealbh a shàbhaladh" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Chan urrainn dhut dealbhan a shàbhaladh ach ma thug thu cead-inntrigidh dhuinn do leabhar-lann nan dealbhan agad." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Breug-riochdachadh no breugan mun dearbh-aithne no dlùth-chompanas aca" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Breug-riochdachadh, fiosrachadh-brèige no tagraidhean-brèige" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "San aplacaid" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Brathan san aplacaid" @@ -4507,17 +4613,12 @@ msgstr "San aplacaid; push, a h-uile duine" msgid "In-app, Push, People you follow" msgstr "San aplacaid; push, daoine a tha thu gan leantainn" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Teachdaireachdan mì-iomchaidh no ceanglaichean feòlmhor" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Bogsa a-steach falamh!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Tha an t-ainm-cleachdaiche no facal-faire ceàrr" @@ -4537,11 +4638,11 @@ msgstr "Cuir a-steach facal-faire ùr" msgid "Input password for account deletion" msgstr "Cuir a-steach am facal-faire airson an cunntas a sguabadh às" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Cuir a-steach an còd a chuir sinn thugad air a’ phost-d" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Eadar-ghabhail chuingichte" @@ -4557,12 +4658,12 @@ msgstr "Tha brathan gnìomhachd ri làimh a-nis" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Tha an còd dearbhaidh 2FA mì-dhligheach." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Feuch fear eile." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Tha cuspair na h-aithrise mì-dhligheach" @@ -4626,8 +4727,8 @@ msgstr "Obraichean" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Rach an sàs Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Teirmichean a’ chleachdaidh aig KWS" msgid "KWS website" msgstr "Làrach-lìn KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Air a leubaileadh le {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Air a leubaileadh leis an ùghdar." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Leubailean" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Chaidh na leubailean a chur ris" @@ -4678,11 +4779,11 @@ msgstr "Chaidh na leubailean a chur ris" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Tha leubailean nan nòtaichean mu chleachdaichean is susbaint. Bheir iad rabhadh do dhaoine, is urrainnear rudan a chur am falach leotha agus na rudan air an lìonra a sheòrsachadh." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Leubailean a tha ris a’ chunntas agad" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Leubailean a tha ris an t-susbaint agad" @@ -4696,7 +4797,7 @@ msgstr "Roghainnean cànain" msgid "Languages" msgstr "Cànain" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Nas motha" @@ -4736,12 +4837,12 @@ msgstr "Barrachd fiosrachadh mu dhearbhadh na h-aoise" msgid "Learn more about Bluesky" msgstr "Barrachd fiosrachaidh mu dhèidhinn Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Barrachd fiosrachaidh mu fhèin-òstaireachd a’ PDS agad." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Barrachd fiosrachaidh mu na rudan a tha poblach air Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Faigh barrachd fiosrachaidh ann an <0>roghainnean a’ chunntais0> agad." -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Barrachd fiosrachaidh." @@ -4787,10 +4888,10 @@ msgstr "Fàg an-seo" msgid "Leave chat" msgstr "Fàg a’ chabadaich" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Fàg an còmhradh" @@ -4822,9 +4923,9 @@ msgstr "Ath-shuidhicheamaid am facal-faire agad!" msgid "Let's go!" msgstr "Tiugainn!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Soilleir" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Soilleir" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 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}})" @@ -4855,7 +4956,7 @@ msgstr "Nochd gur toil leat 10 puist airson teagasg a thoirt dhan inbhir “Fidi msgid "Like notifications" msgstr "Brathan mu dhaoine a dh’innis gur toil leotha rud" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Innis gur toil leat an t-inbhir seo" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "’S toil le {0, plural, one {# seo} two {# seo} few {# seo} other {# seo}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "’S toil le cuideigin rud a dh’ath-phostaich thu" msgid "Likes of your reposts notifications" msgstr "Brathan mu dhaoine a dh’innis gur toil leotha rud a dh’ath-phostaich thu" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Daoine as toil leotha am post seo" @@ -5021,12 +5122,12 @@ msgstr "’S e gleus beta a tha sna sruthan beòtha" msgid "Live link" msgstr "Ceangal ris an t-sruth bheò" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Luchdaich barrachd dheth" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Luchdaich barrachd inbhirean a mholamaid" @@ -5041,6 +5142,14 @@ msgstr "Luchdaich na brathan ùra" msgid "Load new posts" msgstr "Luchdaich na puist ùra" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Ga luchdadh…" @@ -5049,15 +5158,19 @@ msgstr "Ga luchdadh…" msgid "Log" msgstr "Loga" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Faicsinneachd do dhaoine a chlàraich a-mach" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "An suaicheantas le @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "An suaicheantas le <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Stiùirich na faclan is tagaichean a mhùch thu" msgid "Mark all as read" msgstr "Comharraich gun deach iad uile a leughadh" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Comharraich gun deach a leughadh" @@ -5132,7 +5245,7 @@ msgstr "Uaireigin eile ’s dòcha" msgid "Media" msgstr "Meadhanan" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Meadhanan a chuireadh dragh air cuid a dhaoine no a bhiodh mì-iomchaidh." @@ -5140,14 +5253,10 @@ msgstr "Meadhanan a chuireadh dragh air cuid a dhaoine no a bhiodh mì-iomchaidh msgid "Mention notifications" msgstr "Brathan mu iomradh" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "luchd-cleachdaidh air a bheil iomradh" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Luchd-cleachdaidh air a bheil iomradh" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "An clàr-taice" msgid "Message {0}" msgstr "Cuir teachdaireachd gu {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Chaidh an teachdaireachd a sguabadh às" @@ -5172,7 +5281,7 @@ msgstr "Chaidh an teachdaireachd a sguabadh às" msgid "Message deleted" msgstr "Chaidh an teachdaireachd a sguabadh às" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Teachdaireachd o @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Raon ion-chur na teachdaireachd" msgid "Message is too long" msgstr "Tha an teachdaireachd ro fhada" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Roghainnean na teachdaireachd" @@ -5197,24 +5306,22 @@ msgstr "Roghainnean na teachdaireachd" msgid "Messages" msgstr "Teachdaireachdan" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Meadhan-oidhche" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Brathan eile" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Cunntas meallta" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Post meallta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Innealan modarataireachd" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Barrachd inbhirean" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Mùch" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Mùch {tag}" @@ -5332,8 +5439,8 @@ msgstr "Mùch an cunntas" msgid "Mute accounts" msgstr "Mùch cunntasan" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Mùch an còmhradh" @@ -5396,7 +5503,7 @@ msgstr "Cunntasan a chaidh am mùchadh" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Ma mhùchas tu cunntas, cha nochd na puist aca san inbhir agad no sna brathan agad. Tha mùchadh gu tur prìobhaideach." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Air a mhùchadh le “{0}”" @@ -5421,17 +5528,6 @@ msgstr "Na h-inbhirean agam" msgid "Name" msgstr "Ainm" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Tha an t-ainm no tuairisgeul a’ briseadh stannardan na coimhearsnachd" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Tadhail air a’ phacaid tòiseachaidh" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Bheir seo thu gun ath-sgrìn" @@ -5455,20 +5551,16 @@ 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:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Airson aithris a dhèanamh air briseadh còrach-lethbhreac?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Na caill an luchd-leantainn no an dàta agad ge be dè." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Coma, cruthaichibh làmhrachan dhomh" @@ -5476,17 +5568,17 @@ msgstr "Coma, cruthaichibh làmhrachan dhomh" msgid "New" msgstr "Ùr" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Ùr" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {post ùr} two {phost ùr} few {puist ùra} other {post ùra}} o {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {post ùr} two {phost ùr} few {puist ùra} other {post ùra}} o {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Post ùr" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Puist ùra o {firstAuthorLink} agus <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Puist ùra o {firstAuthorName} agus {additionalAuthorsCount, plural, one {{formattedAuthorsCount} eile} two {{formattedAuthorsCount} eile} few {{formattedAuthorsCount} eile} other {{formattedAuthorsCount} eile}}" @@ -5574,8 +5666,8 @@ msgstr "Còmhradh fiosrachaidh do chleachdaiche ùr" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "As ùire an toiseach" @@ -5587,8 +5679,8 @@ msgstr "Naidheachdan" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Naidheachdan" msgid "Next" msgstr "Air adhart" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Air adhart" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "An t-ath-dhealbh" @@ -5616,12 +5703,12 @@ msgstr "An t-ath-dhealbh" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Chan eil facal-faire aplacaid sam bith agad aig an ìre-sa" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Gun phanail DNS" @@ -5646,8 +5733,9 @@ msgstr "Gun dealbh" msgid "No likes yet" msgstr "Cha toil le gin seo fhathast" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Chan eil thu a’ leantainn {0} tuilleadh" @@ -5671,7 +5759,7 @@ msgstr "Chan eil brath sam bith ann fhathast!" msgid "No one" msgstr "Na ceadaich iad o dhuine sam bith" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 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." @@ -5701,7 +5789,7 @@ msgstr "Cha robh toradh ann" msgid "No results" msgstr "Cha robh toradh ann" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Cha d’fhuair sinn toradh sam bith airson “{0}”." @@ -5719,7 +5807,7 @@ msgstr "Cha deach toradh a lorg airson “{query}”" msgid "No results found for {query}" msgstr "Cha deach toradh a lorg airson “{query}”" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Gun toradh." @@ -5732,7 +5820,7 @@ msgstr "Cha deach toradh a lorg airson “{search}”." msgid "No thanks" msgstr "Cha chuir, mòran taing" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Chan eil duine sam bith" @@ -5753,6 +5841,10 @@ msgstr "Cha do rinn duine sam bith ath-phostadh air seo fhathast. Saoil an dèan msgid "Nobody was found. Try searching for someone else." msgstr "Cha d’fhuair sinn lorg air duine sam bith. Feuch is lorg cuideigin eile." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Lomnochd neo-fheiseil" @@ -5843,16 +5935,11 @@ msgstr "an-dràsta" msgid "Now" msgstr "An-dràsta" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Lomnochd" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Lomnochd no susbaint inbheach ach gun leubail d’ a rèir" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "Ceart ma-thà" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Ceart ma-thà" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "As sine an toiseach" @@ -5916,7 +6003,7 @@ msgstr "Tha roghainn teacsa a dhìth air co-dhiù aon video." msgid "Only .jpg and .png files are supported" msgstr "Chan eil taic ach ri faidhlichean .jpg agus .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Chan fhaod ach {0} freagairt." @@ -5941,7 +6028,7 @@ msgstr "Ìoc, chaidh rudeigin ceàrr!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Fosgail cruthadair nan avatar" msgid "Open conversation options" msgstr "Fosgail roghainnean nan còmhraidhean" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Fosgail an clàr-taice air an taobh" @@ -5973,8 +6060,8 @@ msgstr "Fosgail ròghnaichear nan emoji" msgid "Open feed info screen" msgstr "Fosgail sgrìn an fhiosrachaidh mun inbhir" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Fosgail clàr-taice roghainnean an inbhir" @@ -6015,7 +6102,7 @@ msgstr "Fosgail a’ phròifil" msgid "Open share menu" msgstr "Fosgail clàr-taice a’ cho-roinnidh" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Fosgail clàr-taice na pacaide tòiseachaidh" @@ -6032,9 +6119,9 @@ msgstr "Fosgail log an t-siostaim" msgid "Opens a dialog to add a content warning to your post" msgstr "Fosglaidh seo còmhradh airson rabhadh a chur ris a’ phost agad mun t-susbaint a th’ ann" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Fosglaidh seo còmhradh airson co-dhùnadh cò aig a bheil cead-freagairt san t-snàithlean seo" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Fosglaidh seo an ceangal {0}" msgid "Opens live status dialog" msgstr "Fosglaidh seo còmhradh an t-srutha bheò" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Fosglaidh seo foirm ath-shuidheachadh an fhacail-fhaire" @@ -6103,24 +6190,15 @@ msgstr "Fosglaidh seo foirm ath-shuidheachadh an fhacail-fhaire" msgid "Opens post language settings" msgstr "Fosglaidh seo roghainnean cànan a’ phuist" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Fosglaidh seo a’ phròifil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Ma thogras tu, thoir seachad fiosrachadh a bharrachd gu h-ìosal:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Roghainnean:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "No cuir còmhla ris na roghainnean seo:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "No lean air adhart air cunntas eile." @@ -6145,21 +6223,50 @@ msgstr "Staid OTA: Mearachd a’ faighinn an ùrachaidh" msgid "OTA status: None available" msgstr "Staid OTA: Chan eil gin ri fhaighinn" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Rud eile" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Cunntas eile" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Am post sa bhlog againn" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Fhuair an sgioba modarataireachd againn an aithris a chuir thu thugainn." @@ -6176,7 +6283,7 @@ msgstr "Cha deach an duilleag a lorg" msgid "Page Not Found" msgstr "Cha deach an duilleag a lorg" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Daoine a tha @{0} a’ leantainn" msgid "People following @{0}" msgstr "Daoine a leanas ri @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Daoine a tha mi gan leantainn" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Peatachan" msgid "Photography" msgstr "Togail dhealbhan" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Dealbhan do dh’inbhich." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Prìnich an t-inbhir" @@ -6266,7 +6381,7 @@ msgstr "Prìnich an t-inbhir" msgid "Pin to home" msgstr "Prìnich ris an dachaigh" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Prìnich ris an dachaigh" @@ -6275,7 +6390,7 @@ msgstr "Prìnich ris an dachaigh" msgid "Pin to your profile" msgstr "Prìnich ris a’ phròifil agad" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Prìnichte" @@ -6302,7 +6417,7 @@ msgstr "Cluich" msgid "Play {0}" msgstr "Cluich {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Cluich a’ video" @@ -6327,7 +6442,7 @@ msgstr "Cluichidh seo an GIF" msgid "Plays the video" msgstr "Cluichidh seo a’ video" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Mas e meadhan d’ a leithid a th’ ann, cuir leubail a bheir rabhadh mun t-susbaint ris an stuth a tha thu a’ postadh." @@ -6413,7 +6528,7 @@ msgstr "Cuir a-steach an còd cuiridh agad." msgid "Please enter your new email address." msgstr "Cuir a-steach an seòladh puist-d ùr agad." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Cuir a-steach am facal-faire agad" @@ -6421,11 +6536,11 @@ msgstr "Cuir a-steach am facal-faire agad" msgid "Please enter your password as well:" msgstr "Cuir a-steach am facal-faire agad cuideachd:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Cuir a-steach an t-ainm-cleachdaiche agad" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Mìnich carson a chuir {0} an leubail seo ris air mhearachd nad bheachd-sa" @@ -6446,11 +6561,11 @@ msgstr "Thoir seachad mion-fhiosrachadh sam bith eile a bhios feumail dha na mod msgid "Please select a language" msgstr "Tagh cànan" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Tagh seirbheise modarataireachd" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Tagh adhbhar dhan aithris seo" @@ -6473,7 +6588,7 @@ msgstr "Sgrìobh do theachdaireachd gu h-ìosal:" msgid "Politics" msgstr "Poileataigs" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pòrnografachd" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Chaidh am post a sguabadh às" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Chaidh am post a chur am falach le facal mùchaidh" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Chaidh am post a chur am falach leat fhèin" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Roghainnean eadar-ghabhail a’ phuist" @@ -6614,13 +6729,8 @@ msgstr "An dealbh roimhe" msgid "Primary Language" msgstr "Am prìomh-chànan" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prìomhachas air daoine a tha thu gan leantainn" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Prìobhaideachd" @@ -6652,6 +6762,10 @@ msgstr "Roghainnean na prìobhaideachd is na tèarainteachd" msgid "Privacy Policy" msgstr "Am poileasaidh prìobhaideachd" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "A’ pròiseasadh a’ video…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Chaidh a’ phròifil ùrachadh" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Poblach" @@ -6714,7 +6836,7 @@ msgstr "Foillsich an fhreagairt" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Brathan push" @@ -6764,10 +6886,6 @@ msgstr "Chaidh an luaidh air a’ phost a dhealachadh" msgid "Quote posts disabled" msgstr "Tha luaidhean air puist à comas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Roghainnean nan luaidhean" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Roghainnean nan luaidhean" msgid "Quotes" msgstr "Luaidhean" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Luaidhean air a’ phost seo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Seachad air a’ chrìoch – dh’atharraich thu an làmhrachan agad ro thric ann an ùine ghoirid. Fuirich ort greiseag is feuch ris a-rithist an uair sin." @@ -6805,11 +6923,11 @@ msgstr "Leugh {0, plural, one {# fhreagairt} two {# fhreagairt} few {# freagairt msgid "Read blog post" msgstr "Leugh am post air a’ bhloga" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Falaich an còrr" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Leugh an còrr" @@ -6849,15 +6967,11 @@ msgstr "Fìor-dhaoine." msgid "Reason for appeal" msgstr "Adhbhar an ath-thagraidh" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "An t-adhbhar:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Faigh brathan am broinn na h-aplacaid" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Faigh brathan push" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Ath-cheangail" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Diùlt" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Diùlt an t-iarrtas cabadaich" @@ -6946,8 +7060,8 @@ msgstr "Thoir an t-inbhir air falbh" msgid "Remove feed?" msgstr "A bheil thu airson an t-inbhir a thoirt air falbh?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Fhreagair iad thu" msgid "Replies" msgstr "Freagairtean" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Tha na freagairtean à comas" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Chan urrainnear am post seo a fhreagairt." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Freagair" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Freagair ({0, plural, one {# fhreagairt} two {# fhreagairt} few {# freagairtean} other {# freagairt}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Chaidh an fhreagairt a chur am falach le ùghdar an t-snàithlein" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Chaidh an fhreagairt a chur am falach leat-sa" @@ -7120,11 +7234,7 @@ msgstr "Chaidh an fhreagairt a chur am falach leat-sa" msgid "Reply notifications" msgstr "Brathan mu fhreagairtean" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Roghainnean nam freagairtean" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "’S e ùghdar an t-snàithlein a thaghas roghainnean nam freagairtean" @@ -7141,7 +7251,7 @@ msgstr "Chaidh faicsinneachd na freagairt ùrachadh" msgid "Reply was successfully hidden" msgstr "Chaidh an fhreagairt a chur am falach" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Dèan aithris" msgid "Report account" msgstr "Dèan aithris air a’ chunntas" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Dèan aithris air a’ chòmhradh" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Dèan aithris air a’ chòmhradh" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Dèan aithris air an inbhir" @@ -7176,7 +7285,7 @@ msgstr "Dèan aithris air an inbhir" msgid "Report list" msgstr "Dèan aithris air an liosta" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Dèan aithris air an teachdaireachd" @@ -7185,48 +7294,41 @@ msgstr "Dèan aithris air an teachdaireachd" msgid "Report post" msgstr "Dèan aithris air a’ phost" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Dèan aithris air a’ phacaid tòiseachaidh" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Chaidh aithris a chur a-steach" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Dèan aithris air an t-susbaint seo" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Dèan aithris air an inbhir seo" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Dèan aithris air an liosta seo" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Dèan aithris air an teachdaireachd seo" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Dèan aithris air a’ phost seo" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Dèan aithris air a’ phacaid tòiseachaidh seo" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Dèan aithris air a’ chleachdaiche seo" @@ -7250,7 +7352,7 @@ msgstr "Brathan mu ath-phostadh" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Ath-phostaich no dèan luaidh air a’ phost" @@ -7277,7 +7379,7 @@ msgstr "Rinn thu ath-phostadh" msgid "Reposts" msgstr "Ath-phostadh" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Ath-phostaidh a’ phuist seo" @@ -7291,8 +7393,8 @@ msgstr "Ath-phostadh de rud a dh’ath-phostaich thusa" msgid "Reposts of your reposts notifications" msgstr "Brathan mu ath-phostadh de rud a dh’ath-phostaich thusa" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Iarr còd" @@ -7348,7 +7450,7 @@ msgstr "Ath-shuidhich staid a’ bhòrdachaidh" msgid "Reset password" msgstr "Ath-shuidhich am facal-faire" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Feuchaidh seo ri clàradh a-steach a-rithist" @@ -7360,12 +7462,12 @@ msgstr "Feuchaidh seo ris a’ ghnìomh mu dheireadh a-rithist is e air fàillig #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,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:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Feuch is luchdaich roghainnean na h-aithrise as ùr" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Till gun duilleag roimhpe" @@ -7399,8 +7501,8 @@ msgstr "Tillidh seo thu gun duilleag-dhachaigh" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Tillidh seo thu gun duilleag roimhpe" @@ -7412,8 +7514,8 @@ msgstr "Tillidh seo thu gun cheum roimhe" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Tillidh seo thu gun cheum roimhe" msgid "Save" msgstr "Sàbhail" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Sàbhail" @@ -7459,8 +7561,13 @@ msgstr "Sàbhail an làmhrachan ùr" msgid "Save QR code" msgstr "Sàbhail an còd QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Sàbhail sna h-inbhirean agam" @@ -7487,21 +7594,25 @@ msgstr "Air a shàbhaladh sna h-inbhirean agad" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Can halò!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Saidheans" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Sgrolaich chun an taoibh chlì" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Sgrolaich chun an taoibh dheis" @@ -7513,7 +7624,7 @@ msgstr "Sgrolaich gun bhàrr" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Lorg" @@ -7553,11 +7664,11 @@ msgstr "Lorg “{searchText}”" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Lorg barrachd chunntasan" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Lorg barrachd inbhirean" @@ -7610,19 +7721,19 @@ msgstr "Luirg airson pròifilean" msgid "Security step required" msgstr "Tha feum air ceum tèarainteachd" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Seall puist ris a bheil taga {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Seall puist ris a bheil taga {tag} leis a’ chleachdaiche" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Seall puist ris a bheil taga #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Seall puist ris a bheil taga #{tag} leis a’ chleachdaiche" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Sleamhnachan an t-siridh. Cleachd na saighdean airson gluasad air ais no air adhart agus Space airson a chluich no a chur na stad" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Tagh an roinn-seòrsa “{interestsDisplayName}”" @@ -7665,11 +7776,15 @@ msgstr "Tagh {langName}" msgid "Select a color" msgstr "Tagh dath" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Tagh cunntas" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Tagh cànan dhan aplacaid" @@ -7701,6 +7816,14 @@ msgstr "Tagh dè cho fada" msgid "Select from an existing account" msgstr "Tagh cunntas làithreach" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Tagh GIF" @@ -7727,14 +7850,10 @@ msgstr "Tagh cànan…" msgid "Select languages" msgstr "Tagh cànain" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Tagh seirbheis modarataireachd" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Tagh modaratair" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Tagh cànan a’ phuist" @@ -7752,10 +7871,6 @@ msgstr "Tagh faidhle fho-thiotalan (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Cleachd an emoji {emojiName} mar avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Tagh an t-seirbheis modarataireachd a thèid an aithris agad a chur thuca" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Tagh suas ro 3 cànain a tha sa phost seo" @@ -7785,7 +7900,7 @@ msgstr "Tagh na rudan sa bheil ùidh agad gu h-ìosal" msgid "Select your preferred language for translations in your feed." msgstr "Tagh an cànan as fheàrr leat airson eadar-theangachadh san inbhir agad." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Tagh na seanailean as fheàrr leat airson brathan" @@ -7793,6 +7908,10 @@ msgstr "Tagh na seanailean as fheàrr leat airson brathan" msgid "Selecting multiple media types is not supported." msgstr "Chan urrainnear iomadh seòrsa de mheadhanan a thaghadh aig an aon àm." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Cuir làrach-lìn shnasail!" @@ -7818,7 +7937,7 @@ msgstr "Cuir do bheachdan" msgid "Send message" msgstr "Cuir an teachdaireachd" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Cuir am post gu {name}" @@ -7826,18 +7945,7 @@ msgstr "Cuir am post gu {name}" msgid "Send post to..." msgstr "Cuir am post gu…" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Cuir an aithris" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Cuir an aithris gu {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Cuir an aithris gu {title}" @@ -7858,7 +7966,7 @@ msgstr "Cuir mar theachdaireachd dhìreach" msgid "Sends email with confirmation code for account deletion" msgstr "Cuiridh seo còd dearbhaidh air a’ phost-d airson an cunntas a sguabadh às" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Seòladh an fhrithealaiche" @@ -7874,10 +7982,18 @@ msgstr "Suidhich latha do bhreith" msgid "Set new password" msgstr "Suidhich facal-faire ùr" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Suidhich an cunntas agad" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Suidhichidh seo am post-d airson ath-shuidheachadh an fhacail-fhaire" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Chaidh na roghainnean a sàbhaladh" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Gnìomhachd fheiseil no lomnochd earotaigeach." @@ -7953,7 +8069,7 @@ msgstr "Leth-fheiseil" msgid "Share" msgstr "Co-roinn" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Co-roinn" @@ -7996,7 +8112,7 @@ msgstr "Co-roinn post aig:// URI" msgid "Share QR code" msgstr "Co-roinn an còd QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Co-roinn an t-inbhir seo" @@ -8012,8 +8128,8 @@ msgstr "Co-roinn a’ phacaid tòiseachaidh seo agus cuidich daoine nad choimhea #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Co-roinn an t-inbhir as fheàrr leat!" msgid "Shared Preferences Tester" msgstr "Deuchainn nan co-roghainnean" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Seall an roghainn teacsa" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Seall e co-dhiù" @@ -8067,6 +8183,10 @@ msgstr "Seall nas lugha mar seo" msgid "Show list anyway" msgstr "Seall an liosta co-dhiù" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Seall barrachd" @@ -8080,7 +8200,7 @@ msgstr "Seall barrachd mar seo" msgid "Show more replies" msgstr "Seall an còrr dhe na freagairtean" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Seall freagairtean a’ phuist an cruth craoibhe shnàithleanaichte" @@ -8098,10 +8218,6 @@ msgstr "Seall na freagairtean" msgid "Show replies as" msgstr "Seall na freagairtean mar" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Seall freagairtean nan daoine a tha thu gan leantainn air thoiseach air càch" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Seall rabhadh" msgid "Show warning and filter from feeds" msgstr "Seall rabhadh is criathraich às na h-inbhirean e" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Innsidh seo cuin a chaidh am post seo a chruthachadh" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Seallaidh seo an t-susbaint" @@ -8145,7 +8261,7 @@ msgstr "Seallaidh seo an t-susbaint" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Seallaidh seo an t-susbaint" msgid "Sign in" msgstr "Clàraich a-steach" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Clàraich a-steach mar {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Clàraich a-stach mar…" @@ -8177,7 +8293,7 @@ msgstr "Clàraich a-steach no cruthaich cunntas" msgid "Sign in or create your account to join the conversation!" msgstr "Clàraich a-steach no cruthaich cunntas is thig a chòmhradh!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Clàraich a-steach gu cunntas nach eil air an liosta" @@ -8243,7 +8359,7 @@ msgstr "Leum seachad air an fhàilteachadh is tòisich air an cunntas agad a chl msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Nas lugha" @@ -8268,7 +8384,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’fhaoidte" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Faodaidh cuid a dhaoine freagairt" @@ -8280,7 +8396,7 @@ msgstr "Chuir cuideigin {0} mar fhrith-fhreagairt" msgid "Someone reacted {0} to {1}" msgstr "Chuir cuideigin {0} mar fhrith-fhreagairt dha {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Bha rudeigin ann nach robh buileach ceart leis an dàta a bha thu airson aithris a dhèanamh air. Cuir fios gu sgioba na taice." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Chaidh rudeigin ceàrr" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Chaidh rudeigin ceàrr, feuch ris a-rithist" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Chaidh rudeigin ceàrr!" msgid "Something went wrong. Please try again in a moment." msgstr "Chaidh rudeigin ceàrr. Feuch ris a-rithist ann am mionaid." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Chaidh rudeigin ceàrr. Feuch ris a-rithist." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Mearachd air choireigin? Innis dhuinn." @@ -8327,34 +8442,30 @@ msgstr "" 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." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Seòrsaich na freagairtean" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Seòrsaich na freagairtean a-rèir" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Seòrsaich na freagairtean aig an aon phost a-rèir:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "An tùs: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spama" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spama; cus iomraidhean no fhreagairtean" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spama; cus iomraidhean no fhreagairtean" msgid "Sports" msgstr "Spòrs" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Tòisich air còmhradh is nochdaidh e an-seo." @@ -8403,11 +8514,11 @@ msgstr "Pacaid tòiseachaidh le <0/>" msgid "Starter pack by you" msgstr "Pacaid tòiseachaidh leat fhèin" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Tha a’ phacaid tòiseachaidh seo mì-dhligheach" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Pacaidean tòiseachaidh" @@ -8436,8 +8547,8 @@ msgstr "Leabhar-sgeulachd" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Cuir an t-ath-thagradh" msgid "Submit Appeal" msgstr "Cuir an t-ath-thagradh" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Cuir an aithris thugainn" @@ -8494,7 +8605,7 @@ msgstr "Soirbheas!" msgid "Successfully verified" msgstr "Chaidh a dhearbhadh" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Cunntasan a mholamaid" @@ -8506,17 +8617,17 @@ msgstr "Cunntasan a mholamaid" msgid "Suggested for you" msgstr "Molaidhean dhut" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Leth-fheiseil" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Èirigh na grèine" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Laighe na grèine" @@ -8547,10 +8658,10 @@ msgstr "Leum eadar cunntasan" msgid "Switch to {0}" msgstr "Geàrr leum gu {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "An siostam" @@ -8591,6 +8702,10 @@ msgstr "Thoir gnogag airson an clàr-taice co-theacsail a dhùnadh" msgid "Tap to dismiss" msgstr "Thoir gnogag airson a leigeil seachad" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Rinn thu a’ chùis air, tha thu a’ leantainn deichnear!" @@ -8620,8 +8735,8 @@ msgstr "Innis dhuinn beagan mu do dhèidhinn" msgid "Tell us a little more" msgstr "Innis dhuinn beagan a bharrachd" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Na teirmichean" @@ -8637,26 +8752,11 @@ msgstr "Na teirmichean" msgid "Terms of Service" msgstr "Teirmichean na seirbheise" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Tha briathran ann a bhriseas stannardan na coimhearsnachd" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Teacsa ⁊ tagaichean" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Raon teacsa" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Raon ion-chur an teacsa" @@ -8665,10 +8765,6 @@ msgstr "Raon ion-chur an teacsa" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Mòran taing airson seo a chur thugainn! Shìn sinn air adhart chun an neach a ruitheas an t-inbhir e." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Gun robh math agad. Chaidh an aithris agad a chur." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Tapadh leat, dhearbh thu an seòladh puist-d agad. ’S urrainn dhut an msgid "Thanks! You're all set." msgstr "Mòran taing! Sin agad e." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Sa bheil na leanas:" @@ -8699,11 +8795,11 @@ 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:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Sin e!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 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." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Thèid an aplacaid ath-thòiseachadh" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Dh’fhalaich ùghdar an t-snàithlein seo an fhreagairt seo." @@ -8750,11 +8846,11 @@ msgstr "Gheibh thu àrainneachd nas fheàrr san aplacaid. Luchdaich a-nuas Blues msgid "The feed has been replaced with Discover." msgstr "Chaidh “Fidir” a chur an àite an inbhir." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Chaidh na leubailean a leanas a chur ris a’ chunntas agad." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Chaidh na leubailean a leanas a chur ris an t-susbaint agad." @@ -8788,7 +8884,7 @@ msgstr "Thagh thu video a tha nas motha na 100MB. Feuch ris a-rithist le faidhle 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Chaidh teirmichean na seirbheise a ghluasad gu" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "An t-ùrlar" @@ -8827,7 +8923,7 @@ msgstr "Cha b’ urrainn dhuinn ceangal ri Tenor." msgid "There was an issue contacting the server" msgstr "Cha b’ urrainn dhuinn conaltradh leis an fhrithealaiche" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Cha b’ urrainn dhuinn conaltradh leis an fhrithealaiche, thoir sùil a 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Cha b’ urrainn dhuinn na puist fhaighinn dhut. Thoir gnogag airson feu msgid "There was an issue fetching the list. Tap here to try again." msgstr "Cha b’ urrainn dhuinn an liosta fhaighinn dhut. Thoir gnogag airson feuchainn ris a-rithist." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Cha b’ urrainn dhuinn faclan-faire nan aplacaidean agad fhaighinn dhut" @@ -8862,11 +8958,6 @@ msgstr "Cha b’ urrainn dhuinn am fiosrachadh seirbheise agad fhaighinn dhut" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Cha b’ urrainn dhuinn an t-inbhir seo a thoirt air falbh. Thoir sùil air a’ cheangal ris an eadar-lìon agad is feuch ris a-rithist." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Cha b’ urrainn dhuinn an aithris agad a chur. Thoir sùil air a’ cheangal agad ris an eadar-lìon." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Cha b’ urrainn dhuinn na h-inbhirean agad ùrachadh, thoir sùil air a #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Cha b’ urrainn dhuinn na h-inbhirean agad ùrachadh, thoir sùil air a msgid "There was an issue! {0}" msgstr "Bha duilgheadas ann! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Dh’èirich duilgheadas ris nach robh dùil san aplacaid. Innis dhuinn 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Chan eil na roghainnean seo an sàs ach san inbhir “A’ leantainn”." @@ -8941,7 +9036,7 @@ msgstr "Chaidh an cunntas seo a bhacadh le co-dhiù aon liosta modarataireachd a msgid "This action can be undone at any time." msgstr "’S urrainn dhut seo a neo-dhèanamh uair sam bith." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Thèid an t-ath-thagradh seo a chur gu <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Tha an t-susbaint seo air òstaireachd {0}. A bheil thu airson meadhanan on taobh a-muigh a chur an comas?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Chan eil an t-susbaint seo ri fhaighinn a chionn ’s gu bheil cleachdaiche an sàs a bhac cuideigin eile a tha an sàs ann." @@ -9006,7 +9101,7 @@ msgstr "Chan eil an gleus seo ri làimh fhad ’s a bhios tu a’ cleachdadh fac msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Tha cus trafaig a’ dol san inbhir seo an-dràsta fhèin agus chan eil e ri làimh an-dràsta fhèin. Feuch ris a-rithist an ceann greis." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Tha an t-inbhir seo falamh! Feuch is lean barrachd dhaoine no cuir na roghainnean cànain agad air gleus." @@ -9020,7 +9115,7 @@ msgstr "Tha an t-inbhir seo falamh." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Chan eil an t-inbhir seo air loidhne tuilleadh. Tha sinn a’ sealltainn dhut an inbhir <0>Fidir0> na àite." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Seo làmhrachan glèidhte. Feuch fear eile." @@ -9037,7 +9132,7 @@ msgstr "Chan e ceangal dligheach a tha seo" msgid "This label was applied by the author." msgstr "Chuir an t-ùghdar an leubail seo an sàs." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Chuir thusa an leubail seo an sàs." @@ -9065,11 +9160,11 @@ msgstr "Tha an liosta seo falamh." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Chan eil an t-seirbheis modarataireachd seo ri làimh. Chì thu barrachd fiosrachaidh mu dhèidhinn gu h-ìosal. Ma mhaireas an duilgheadas seo, cuir fios thugainn." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Tha am post seo a’ cumail a-mach gun deach a chruthachadh <0>{0}0> ach chunnacas e air Bluesky <1>{1}1> an toiseach." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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’fhaoidte gu bheil an aplacaid agad ro aosta." @@ -9101,7 +9196,7 @@ msgstr "Thèid an fhreagairt seo a chur ann an earrann fhalaichte aig bonn an t- 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Bu chòir dha seo clàr àrainne a chruthachadh aig:" @@ -9113,7 +9208,7 @@ msgstr "Cha toir seo ach mionaid no dhà." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Chan eil ainm-taisbeanaidh aig a’ chleachdaiche seo agus ri linn sin, chan urrainn dhut a dhearbhadh." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Chan eil duine sam bith a’ leantainn a’ chleachdaiche seo." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Bhac an cleachdaiche seo thu" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Bhac an cleachdaiche seo thu. Chan fhaic thu an t-susbaint aca." @@ -9142,7 +9237,7 @@ msgstr "Tha an cleachdaiche seo air an liosta <0>{0}0> agus tha iad sin mùcht msgid "This user is new here. Press for more info about when they joined." msgstr "Tha an cleachdaiche seo air ùr-thighinn. Dèan brùthadh airson barrachd fiosrachaidh mun latha a chaidh iad an sàs ann." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Chan eil an cleachdaiche seo a’ leantainn duine sam bith." @@ -9168,7 +9263,7 @@ msgstr "Roghainnean an t-snàithlein" msgid "Thread preferences" msgstr "Roghainnean an t-snàithlein" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Roghainnean an t-snàithlein" @@ -9181,6 +9276,10 @@ msgstr "Mar shnàithlean" msgid "Threads Preferences" msgstr "Roghainnean nan snàithleanan" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "An t-àm a th’ air fhàgail: {0, plural, one {# diog} two {# dhiog} few {# diogan} other {# diog}}" @@ -9198,10 +9297,6 @@ msgstr "Airson 2FA air a’ phost-d a chur à comas, dearbh gu bheil cead-inntri msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Airson aithris a dhèanamh air còmhradh, dèan aithris air aon dhe na teachdaireachdan na lùib air sgrìn a’ chòmhraidh. Air an dòigh sin, tuigidh na modaratairean againn co-theacsa na cùise." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Cò dha a chuireas sinn an aithris seo?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "An-diugh" @@ -9222,8 +9317,8 @@ msgstr "Brod nan toradh" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Brod nam freagairtean an toiseach" @@ -9231,17 +9326,17 @@ msgstr "Brod nam freagairtean an toiseach" msgid "Topic" msgstr "Cuspair" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Eadar-theangaich" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Seall mar chraobh" @@ -9253,6 +9348,10 @@ msgstr "Air bilean an t-sluaigh" msgid "Trending Videos" msgstr "Videothan a tha a’ treandadh" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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 earbsach0>: buidhnean aig am bi comas dearbhadh a dhèanamh." @@ -9274,7 +9373,7 @@ msgstr "Dearbhadh dà-cheumnach (2FA)" msgid "Type your message here" msgstr "Sgrìobh do theachdaireachd an-seo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "An seòrsa:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Cha ghabh a sguabadh às" @@ -9324,27 +9423,27 @@ msgstr "Chan eil fiosrachadh mun inbhir ri fhaighinn" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Dì-bhac" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Dì-bhac" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Dì-bhac an cunntas" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "A bheil thu airson an cunntas a dhì-bhacadh?" @@ -9369,12 +9468,7 @@ msgstr "Neo-dhèan an t-ath-phostadh" 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}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Na lean tuilleadh" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Na lean ri {0} tuilleadh" @@ -9383,7 +9477,7 @@ msgstr "Na lean ri {0} tuilleadh" msgid "Unfollow account" msgstr "Na lean an cunntas tuilleadh" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Ma nì thu seo, cha lean thu ris a’ chleachdaiche tuilleadh" @@ -9391,7 +9485,7 @@ msgstr "Ma nì thu seo, cha lean thu ris a’ chleachdaiche tuilleadh" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Gu mì-fhortanach, chan eil taic do dh’aithrisean dhen t-seòrsa seo a msgid "Unknown verifier" msgstr "Neach-dearbhaidh neo-aithnichte" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 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}})" @@ -9419,8 +9521,8 @@ msgstr "Neo-mhùch" msgid "Unmute" msgstr "Neo-mhùch" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Neo-mhùch {tag}" @@ -9431,7 +9533,7 @@ msgstr "Neo-mhùch {tag}" msgid "Unmute account" msgstr "Neo-mhùch an cunntas" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Neo-mhùch an còmhradh" @@ -9454,8 +9556,8 @@ msgstr "Till fuaim a’ video" msgid "Unpin" msgstr "Dì-phrìnich" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Dì-phrìnich an t-inbhir" @@ -9464,8 +9566,8 @@ msgstr "Dì-phrìnich an t-inbhir" msgid "Unpin Feed" msgstr "Dì-phrìnich an t-inbhir" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Dì-phrìnich on dachaigh" @@ -9517,13 +9619,6 @@ msgstr "Chaidh crìoch a chur air an fho-sgrìobhadh aig an liosta" msgid "Unsupported video type: {mimeType}" msgstr "Chan eil taic ri videothan dhen t-seòrsa {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Susbaint fheiseil gun iarraidh" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Ùraich <0>{displayName}0> sna liostaichean" msgid "Update email" msgstr "Ùraich am post-d" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Ùraich air {domain}" @@ -9567,7 +9662,7 @@ msgstr "Ga ùrachadh…" msgid "Upload a photo instead" msgstr "Luchdaich suas dealbh an àite sin" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Luchdaich suas faidhle teacsa gu:" @@ -9603,11 +9698,11 @@ msgstr "A’ luchdadh suas dealbhag a’ cheangail…" msgid "Uploading video..." msgstr "A’ luchdadh suas a’ video…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Cleachd faclan-faire aplacaid airson clàradh a-steach gu cliantan Bhluesky eile gun a bhith a’ toirt seachad làn-chothrom air an fhacal-fhaire no cunntas agad." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Cleachd an solaraiche bunaiteach" @@ -9638,17 +9733,17 @@ msgstr "Cleachd seo airson clàradh a-steach gun aplacaid eile leis an làmhrach msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Cleachd seòladh post-d a’ chunntais agad no seòladh puist-d ceart eile agad air eagal ’s gum bi aig KWS no Bluesky fios a chur thugad." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Chaidh an cleachdaiche a bhacadh" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Cleachdaiche bacte" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Bhac “{0}” an cleachdaiche seo" @@ -9660,7 +9755,7 @@ msgstr "Chaidh an cleachdaiche a bhacadh le liosta" msgid "User Blocked by List" msgstr "Chaidh an cleachdaiche a bhacadh le liosta" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Bhac thusa an cleachdaiche seo" @@ -9698,15 +9793,15 @@ msgstr "Chan fhaod ainm-cleachdaiche tòiseachadh no a’ crìochnachadh le tàt 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Ainm-chleachdaiche no seòladh puist-d" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "luchd-cleachdaidh a tha <0>@{0}0> gan leantainn" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "luchd-cleachdaidh a leanas ri <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "luchd-cleachdaidh a leanas ri <0>@{0}0>" msgid "Users I follow" msgstr "o luchd-cleachdaidh a tha mise gan leantainn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Luchd-cleachdaidh ann an “{0}”" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Luchd-cleachdaidh a tha thusa gan leantainn" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Luach:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Dearbh an còd" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Dearbh an clàr DNS" @@ -9786,8 +9873,8 @@ msgstr "Còmhradh dearbhadh a’ phuist-d" msgid "Verify now" msgstr "Dearbh an-dràsta" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Dearbh am faidhle teacsa" @@ -9841,15 +9928,15 @@ msgstr "Video o {0}: {text}" msgid "Video Games" msgstr "Geamannan video" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Tha a’ video na stad" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Tha a’ video ga chluich" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Cha deach a’ video a lorg." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Seall an t-avatar aig {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Seall a’ phròifil aig {0}" @@ -9906,16 +9993,11 @@ msgstr "Seall am bloga airson barrachd fiosrachaidh" msgid "View debug entry" msgstr "Seall an t-innteart dì-bhugachaidh" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Seall am mion-fhiosrachadh" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Seall am mion-fhiosrachadh airson aithris a dhèanamh air briseadh còrach-lethbhreac" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Seall an snàithlean slàn" @@ -9960,7 +10042,7 @@ msgstr "Seall an t-seirbheis leubailidh aig @{0}" msgid "View this user's verifications" msgstr "Seall na dhearbh an cleachdaiche seo" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Seall an luchd-cleachdaidh as toil leotha an t-inbhir seo" @@ -9993,8 +10075,8 @@ msgstr "Seall na cunntasan a mhùch thu" msgid "View your verifications" msgstr "Seall an dearbhadh a rinn thu" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Seallaidh seo an dealbh slàn" @@ -10002,6 +10084,14 @@ msgstr "Seallaidh seo an dealbh slàn" msgid "Views video in immersive mode" msgstr "Seallaidh seo a’ video sa mhodh làn-tumaidh" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Ma bhriogas tu air cromag, chì thu dè na buidhnean a rinn dearbhadh ai msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Dè na cànain a bu toil leat fhaicinn sna h-inbhirean algairimeach agad?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Cò aig a bheil cead eadar-ghabhail a dhèanamh leis a’ phost seo?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Cò aig a bheil cead freagairt?" @@ -10249,40 +10340,38 @@ msgstr "Oich! Cha b’ urrainn dhuinn na videothan a tha a’ treandadh a luchda msgid "Why are you appealing?" msgstr "Carson a tha thu a’ togail ath-thagradh?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Carson bu chòir dhuinn lèirmheas a dhèanamh air an t-susbaint seo?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Carson bu chòir dhuinn lèirmheas a dhèanamh air an inbhir seo?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Carson bu chòir dhuinn lèirmheas a dhèanamh air an liosta seo?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Carson bu chòir dhuinn lèirmheas a dhèanamh air an teachdaireachd seo?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Carson bu chòir dhuinn lèirmheas a dhèanamh air a’ phost seo?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Carson bu chòir dhuinn lèirmheas a dhèanamh air a’ phacaid tòiseachaidh seo?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Carson bu chòir dhuinn lèirmheas a dhèanamh air an chleachdaiche seo?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Tha" msgid "Yes, deactivate" msgstr "Tha, cuiribh à gnìomh seo" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Tha, sguabaibh às a’ phacaid tòiseachaidh seo" @@ -10373,7 +10462,7 @@ msgstr "Chan eil cead agad a dhol beò" msgid "You are not allowed to upload videos." msgstr "Chan eil cead agad videothan a luchdadh." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Chan eil thu a’ leantainn duine sam bith." @@ -10445,17 +10534,13 @@ msgstr "Cuir an cunntas agad an gnìomh as ùr airson clàradh a-steach. Chì da msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "’S urrainn dhut suas ri {MAX_IMAGES, plural, one {# dealbh} two {# dhealbh} few {# dealbhan}other {# dealbh}} a thaghadh uile gu lèir." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "’S urrainn dhut roghainnean bunaiteach airson eadar-ghabhail a thaghadh ann an <0>Roghainnean → Modarataireachd → Roghainnean eadar-ghabhalach0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "’S urrainn dhut seo ùrachadh sna roghainnean agad uair sam bith." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Chan eil luchd-leantainn sam bith agad." @@ -10467,6 +10552,10 @@ msgstr "Chan eil thu a’ leantainn gin dhe na daoine a leanas @{name}." msgid "You don't have any chat requests at the moment." msgstr "Chan eil iarrtas cabadaich sam bith agad aig an àm seo." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Cha do phrìnich thu inbhir gu ruige seo." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Bhac thu an cleachdaiche seo" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Bhac thu an chleachdaiche seo. Chan fhaic thu an t-susbaint aca." @@ -10495,7 +10584,7 @@ msgstr "Chuir thu à comas brathan a thaobh fhreagairtean, luaidhean is iomraidh 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Chuir thu am post seo am falach" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Chuir thu am post seo am falach." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Mhùch thu an cunntas seo." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Mhùch thu an cleachdaiche seo" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Cha do mhùch thu facal no taga sam bith gu ruige seo" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Chuir thu an fhreagairt seo am falach." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "’S urrainn dhut ath-thagradh a thogail mu leubailean nach do chuir thu fhèin ma tha thu dhen bheachd gur ann air mhearachd a chaidh an cur." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "’S urrainn dhut ath-thagradh a thogail mu leubailean seo ma tha thu dhen bheachd gur ann air mhearachd a chaidh an cur." @@ -10614,10 +10703,6 @@ msgstr "Feumaidh tu d’ aois a dhearbhadh mus fhaigh thu cothrom air an sgrìn 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Feumaidh tu co-dhiù aon leubailiche a thaghadh mus urrainn dhut aithris a dhèanamh" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Sin agad gach rud deiseil!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Rinn thu clàradh a-steach le facal-faire aplacaid. Clàraich a-steach leis a’ phrìomh-fhacal-faire agad ma tha thu airson an cunntas agad a sguabadh às fhathast." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Chuir thu facal no taga am falach sa phost seo." @@ -10750,7 +10839,7 @@ msgstr "Luchdaich thu suas na tha ceadaichte dhut de videothan an-diugh (cus dà 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Chaidh an t-ath-thagradh agad a chur. Ma thèid leis an ath-thagradh aga msgid "Your birth date" msgstr "Latha do bhreith" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Cha chuir am brabhsair agad taic ri fòrmat a’ video. Feuch brabhsair eile." @@ -10798,7 +10887,7 @@ msgstr "Chaidh a’ chabadaich agad a chur à comas" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Cumaidh sinn seo nar cuimhne airson ceanglaichean san àm ri teachd. ’S urrainn dhut seo a chur air gleus uair sam bith sna roghainnean." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Glèidhidh sinn an làmhrachan làithreach agad, <0>{0}0>, dhut gu fèin-obrachail. ’S urrainn dhut a thilleadh uair sam bith on chunntas seo." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Na daoine a tha gad leantainn" @@ -10905,14 +10994,10 @@ msgstr "Chan fhaic luchd-cleachdaidh Bhluesky eile a’ phròifil, na puist, inb msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Thèid an aithris agad a chur gu <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Thèid an aithris agad a chur gu seirbheis modarataireachd Bhluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/gl/messages.po b/src/locale/locales/gl/messages.po index bfbebe4e57..0a6f87e198 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Galician\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {seguidor} other {seguidores}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguindo} other {seguindo}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {gustoulle} other {gustoulles}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {gustoulle} other {gustoulles}}" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {cita} other {citas}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} seguindo" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> e<1> 1><2>{1} 2>están incluídos no paquete de inicio" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> está incluído no paquete de inicio" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> membros" @@ -515,7 +519,7 @@ msgstr "⚠Alcume inválido" msgid "24 hours" msgstr "24 horas" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmación 2FA" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Axustes de accesibilidade" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Conta silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Conta silenciada" @@ -627,11 +635,15 @@ msgstr "Conta silenciada por listaxe" msgid "Account options" msgstr "Opcións da conta" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Conta elimada de acceso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Engadir {0} máis para continuar" msgid "Add {displayName} to starter pack" msgstr "Engadir a {displayName} ao paquete de inicio" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Engadir advertencia de contido" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Engadir contrasinal de app" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "Engadir algunhas canles ao teu paquete de inicio!" msgid "Add the default feed of only people you follow" msgstr "Engade a canle predefinida só das persoas que segues" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Engade o seguinte rexistro DNS ao teu dominio:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adultos" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Contido para adultos" @@ -846,11 +862,15 @@ msgstr "O contido para adultos só se pode habilitar a través da web en <0>bsky msgid "Adult content is disabled." msgstr "O contido para adultos está deshabilitado." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etiquetas de contido para adultos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avanzado" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permitir novas mensaxes de" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Permitir citar publicacións" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permitir respostas de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permitir acceso ás mensaxes directas" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Xa tes un código?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Ocurreu un error ao xerar o teu paquete de inicio. Queres probar de novo?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Ocurreu un erro ao gardar o código QR!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Un problema non presente nestas opcións" @@ -1050,10 +1089,10 @@ msgstr "Ocurreu un erro mentres tentabas abrir as conversas." #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Ocurreu un erro. Proba de novo." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un etiquetador descoñecido" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "e" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportamento antisocial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Calquera pode interactuar" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Idioma da interfaz" msgid "App Password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Contrasinal de app eliminado" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Contrasinais da app" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Apelar" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Apelar a etiqueta de \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Apelar esta decisión" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Aplicar canles recomendadas predeterminados" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arquivada dende {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Publicación arquivada" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Tes a certeza de querer eliminar o contrasinal de aplicación \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Tes a certeza de que queres eliminar esta mensaxe? A mensaxe eliminarase para ti, mais non para a outra persoa." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Tes a certeza de que queres eliminar este paquete de inicio?" @@ -1252,7 +1298,7 @@ msgstr "Estás escribindo en <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Arte" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Espidos artísticos ou non eróticos." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "Reprodución auto. de vídeos e GIFs" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Atrás" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Antes de crear un paquete de inicio, primeiro tes que verificar o teu correo." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Aniversario" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bloquear" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Bloquear conta?" msgid "Block accounts" msgstr "Bloquear contas" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bloquear e eliminar" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bloquear e/ou eliminar esta conversa" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Bloquear listaxe" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "Bloquear estas contas?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bloquear conta" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bloquear Conta" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bloqueado" @@ -1449,25 +1503,25 @@ msgstr "Se bloqueas a un etiquetador aínda poderá seguir aplicando etiquetas n msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non pode confirmar a autenticidade da data solicitada." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 é unha rede aberta onde podes elixir o teu proveedor de aloxamento. Se es desenvolves, podes aloxar o teu propio servidor." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky é unha rede aberta onde ti podes escoller o teu propio provedor. Se acabas de chegar, recomendámosche a opción predefinida de Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Desenfocar imaxes e filtrar desde as canles" msgid "Books" msgstr "Libros" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Explorar máis contas" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Negocios" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Por {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Por <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Cámara" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Cancelar a reactivación e pechar a sesión" msgid "Cancel search" msgstr "Cancelar procura" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Non se pode interactuar cunha conta bloqueada" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Cambiar alcume" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Conversa" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Axustes da conversa" msgid "Chat Settings" msgstr "Axustes da Conversa" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "Verificar o meu estado" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "" @@ -1805,6 +1868,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Enviamos un código de inicio de sesión ao teu correo. Insíreo aquí:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Escoller método de verificación do dominio" @@ -1833,7 +1904,7 @@ msgstr "Ti elixes os algoritmos que usar nas túas canles." msgid "Choose this color as your avatar" msgstr "Elixe esta color como o teu avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Escolle o teu provedor da conta" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Preme para deshabilitar as citas para este chío." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Preme para habilitar as citas para este chío." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Premer para abrir o menú de etiquetas para {tag}" @@ -1919,9 +1982,11 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Pechar" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Pechar xanela activa" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "Pecha o visor do encabezado da imaxe" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Pechar listaxe de contas" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Pechar a listaxe de contas para unha notificación en particular" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Modo de color" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Código de confirmación" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Conectando..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Idiomas de contido" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Contido non dispoñíbel" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Advertencia de contido" @@ -2212,7 +2281,7 @@ msgstr "Fondo do menú contextual, preme para pechar o menú." msgid "Continue" msgstr "Continuar" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continuar como {0} (actualmente iniciaches sesión)" @@ -2236,8 +2305,8 @@ msgstr "Sigue co seguinte paso" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversa eliminada" @@ -2254,7 +2323,7 @@ msgstr "Cociñando" msgid "Copied build version to clipboard" msgstr "Versión de compilación copiada ao portapapeis" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Versión de compilación copiada ao portapapeis" msgid "Copied to clipboard" msgstr "Copiado ao portapapeis" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copiado!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copiar código" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copiar ligazón" @@ -2331,12 +2400,12 @@ msgstr "Copiar ligazón ao chío" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copiar texto da mensaxe" @@ -2354,7 +2423,7 @@ msgstr "Copiar texto do chío" msgid "Copy QR code" msgstr "Copiar código QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Non se puido saír deste conversa" @@ -2392,7 +2461,7 @@ msgstr "Non se puido cargar esta canle" msgid "Could not load list" msgstr "Non se puido cargar esta listaxe" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Non se puido silenciar a conversa" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Crear unha conta nova" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Crea un reporte de {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Creado {0}" @@ -2503,8 +2573,8 @@ msgstr "" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalizado" @@ -2512,18 +2582,22 @@ msgstr "Personalizado" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personaliza quen pode interactuar con este chío." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Escuro" @@ -2536,7 +2610,7 @@ msgstr "Escuro" msgid "Dark mode" msgstr "Modo Escuro" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tema escuro" @@ -2558,7 +2632,11 @@ msgstr "Depuración de Moderacion" msgid "Debug panel" msgstr "Panel de depuración" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Por Defecto" @@ -2566,14 +2644,14 @@ msgstr "Por Defecto" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Borrar" @@ -2586,16 +2664,16 @@ msgstr "Borrar a conta" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Borrar a conta <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Borrar contrasinal de aplicación" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Borrar contrasinal de aplicación?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "Eliminar rexistro de declaración de conversa" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Eliminar conversa" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Eliminar Conversa" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Borrar para min" @@ -2623,11 +2701,11 @@ msgstr "Borrar para min" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Borrar mensaxe" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Borrar mensaxe para min" @@ -2641,12 +2719,12 @@ msgstr "Borrar a miña conta" msgid "Delete post" msgstr "Borrar un chío" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Borrar paquete de inicio" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Borrar paquete de inicio?" @@ -2709,11 +2787,11 @@ msgstr "Modo desenvolvedor habilitado" msgid "Developer options" msgstr "Opcións de desenvolvedor" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Xanela: axustar quen pode interactuar con este chío" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Atenuar" @@ -2735,6 +2813,14 @@ msgstr "Desactivar Correo 2FA" msgid "Disable haptic feedback" msgstr "Desactivar a retroalimentación háptica" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Desactivar lexendaxe" @@ -2778,7 +2864,7 @@ msgstr "Evitar que as aplicacións amosen a miña conta ás persoas desconectada msgid "Discover new custom feeds" msgstr "Descubre novas canles personalizadas" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Descobre Novas Canles" @@ -2817,8 +2903,8 @@ msgstr "Amosar o nome" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panel de DNS" @@ -2830,7 +2916,7 @@ msgstr "Non aplicar esta palabra silenciada ás persoas que segues" msgid "Does not include nudity." msgstr "Non inclúe espidos." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Dominio verificado!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "Doble toque para pechar a xanela" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Duplo toque para marcar cun \"gústame\"" @@ -2903,6 +2990,10 @@ msgstr "Descargar Bluesky" msgid "Download CAR file" msgstr "Descargar ficheiro CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Arrastra para agregar imaxes" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Editar Persoas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Editar axustes de interacción do chío" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Editar o perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Editar o perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Editar paquete de inicio" @@ -3034,7 +3129,7 @@ msgstr "Editar paquete de inicio" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Editar quen pode responder" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "Correo electrónico verificado" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Insertar código HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Reprodutor de vídeo incrustado" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Activar lexendas" @@ -3200,7 +3299,7 @@ msgstr "Introduce o dominio que queres empregar" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Introduce o correo electrónico que utilizaches para crear a túa conta. Enviarémosche un \"código de restablecemento\" para que poidas establecer un novo contrasinal." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "Ingresa a túa data de nacemento" msgid "Enter your email address" msgstr "Introduce o enderezo de correo electrónico" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "Error ao recibir a resposta do captcha." msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Todos" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Todo o mundo pode responder" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Todo o mundo pode responder a este chío." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Todos" @@ -3282,16 +3377,6 @@ msgstr "Todos" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Mencións ou respostas excesivas" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Mensaxes excesivos ou non desexados" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Excluír á contas que segues" @@ -3316,7 +3401,7 @@ msgstr "Saír da vista de imaxe" msgid "Expand alt text" msgstr "Expandir o texto alt" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Expandir listaxe de persoas" @@ -3328,7 +3413,7 @@ msgstr "Expandir ou minimizar o chío completo ao que estás respondendo" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "Expirado" msgid "Expires {0}" msgstr "Expira {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "É posíbel que medios externos permitan que outros sitios recopilen dat msgid "External Media Preferences" msgstr "Medios externos" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Erro ao mudar o nome de usuario. Téntao de novo." @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "Error ao crear o paquete de inicio." -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Error ao eliminar a mensaxe." @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Error ao eliminar o paquete inicial." @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Error ao cargar as preferencias das canles." @@ -3498,14 +3587,14 @@ msgstr "Error ao cargar as mensaxes anteriores." msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Error ao cargar as canles suxeridas." -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Error ao cargar as suxerencias de seguimento." @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Error ao fixar o chío." #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Error ao gardar a imaxe: {0}" @@ -3557,7 +3647,7 @@ msgstr "Error ao enviar" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Error ao enviar a apelación, por favor, inténtao de novo." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "Erro ao verificar nome de usuario. Téntao de novo." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Canles" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menú de canles" @@ -3635,8 +3733,8 @@ msgstr "Alternar canle" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Comentarios" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Procurar contas para seguir" msgid "Find people to follow" msgstr "Procurar contas a seguir" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "Rematar" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexíbel" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Seguir" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Seguir" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Seguir a {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Seguir tamén" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Seguir tamén" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Seguidores que coñeces" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Seguindo" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Seguindo" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Seguindo {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Seguindo a {handle}" @@ -3894,11 +3988,11 @@ msgstr "Séguete" msgid "Follows You" msgstr "Séguete" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Fonte" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Tamaño de fonte" @@ -3919,7 +4013,7 @@ msgstr "Por razóns de seguridade, teremos que enviarche un código de confirmac msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Para unha mellor experiencia, recomendamos que uses a fonte do tema." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Esquecín o meu contrasinal" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Esquecéches o teu contrasinal?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Esquecéchelo?" @@ -3953,12 +4047,7 @@ msgstr "Esquecéchelo?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publicacións frecuentes de contido non desexado" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Dálle ao teu perfil unha cara bonita" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Violacións flagrantes da Lei ou dos Termos de servizo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Violacións flagrantes da Lei ou dos Termos de servizo" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Volver" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Volver" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Volver ao paso anterior" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Ir ao seguinte" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Ir ao perfil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ir ao perfil da conta" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Contido Gráfico" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Xa está na metade do camiño!" msgid "Handle" msgstr "Alcume" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "O alcume xa está collido. Por favor, insire outro diferente." @@ -4182,7 +4279,7 @@ msgstr "O alcume xa está collido. Por favor, insire outro diferente." msgid "Handle changed!" msgstr "Alcume cambiado!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "O alcume é longo de máis. Por favor, insire un máis curto." @@ -4190,10 +4287,17 @@ msgstr "O alcume é longo de máis. Por favor, insire un máis curto." msgid "Haptics" msgstr "Vibración" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Acoso, trolling ou intolerancia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Cancelo" msgid "Hashtag {tag}" msgstr "Cancelo {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Tes problemas?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Axuda" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "Oculto" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Oculto debido aos teus axustes de moderación." @@ -4248,7 +4356,7 @@ msgstr "Listaxe oculta" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Listaxe oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -4269,6 +4377,10 @@ msgstr "Ocultar" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Ocultar os temas de tendencia?" msgid "Hide trending videos?" msgstr "Ocultar os vídeos en tendencia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Ocultar listaxe de persoas" @@ -4320,7 +4432,7 @@ msgstr "Ocultar listaxe de persoas" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Oculta o contido" @@ -4365,12 +4477,12 @@ msgstr "Espera! Estamos dando acceso a vídeos gradualmente e aínda estás na l msgid "Home" msgstr "Inicio" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Aloxamento:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Proveedor de aloxamento" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "Como deberíamos abrir esta ligazón?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Se desexas cambiar o teu contrasinal, enviarémosche un código para ver msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Se es desenvolvedor, podes hospedar o teu propio servidor." @@ -4443,12 +4559,7 @@ msgstr "Se es desenvolvedor, podes hospedar o teu propio servidor." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Ilegal e Urxente" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imaxe" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Suplantación de identidade ou afirmacións falsas sobre identidade ou afiliación" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Suplantación de identidade, desinformación ou afirmacións falsas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Mensaxes inapropiadas ou ligazóns explícitas" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Alcume ou contrasinal incorrectos" @@ -4537,11 +4638,11 @@ msgstr "Introduce un novo contrasinal" msgid "Input password for account deletion" msgstr "Introduce o contrasinal para eliminar a conta" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Introduce o código que se che enviou por correo electrónico" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interacción limitada" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "O código de confirmación 2FA non é válido." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Alcume non válido. Por favor, insire un diferente." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "Tarefas" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Únete a Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Etiquetado por {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Etiquetado pola persoa autora." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etiquetas" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etiquetas engadidas" @@ -4678,11 +4779,11 @@ msgstr "Etiquetas engadidas" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "As etiquetas son anotacións sobre persoas e contido. Poden usarse para ocultar, advertir e categorizar a rede." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etiquetas na túa conta" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etiquetas no teu contido" @@ -4696,7 +4797,7 @@ msgstr "Axustes de Idiomas" msgid "Languages" msgstr "Idiomas" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Máis grande" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Aprender máis de Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "Máis información sobre o que é público en Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Aprender máis." @@ -4787,10 +4888,10 @@ msgstr "Deixar" msgid "Leave chat" msgstr "Deixar conversa" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Deixar conversación" @@ -4822,9 +4923,9 @@ msgstr "Imos restablecer o teu contrasinal!" msgid "Let's go!" msgstr "Imos!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Claro" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claro" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4956,7 @@ msgstr "Dálle «gústame» a 10 publicacións para entrenar as canles de Descub msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Dar «gústame» a esta canle" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Gústame en este chío" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Cargar máis" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Cargar máis canles suxeridas" @@ -5041,6 +5142,14 @@ msgstr "Cargar notificacións novas" msgid "Load new posts" msgstr "Cargar novos chíos" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Cargando..." @@ -5049,15 +5158,19 @@ msgstr "Cargando..." msgid "Log" msgstr "Rexistro" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilidade de desconexión" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo por @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo por <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Xestiona as túas palabras e etiquetas silenciadas" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcar como lido" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "Multimedia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Medios que poden resultar perturbadores ou inapropiados para algunhas audiencias." @@ -5140,14 +5253,10 @@ msgstr "Medios que poden resultar perturbadores ou inapropiados para algunhas au msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "persoas mencionadas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Persoas mencionadas" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menú" msgid "Message {0}" msgstr "Mensaxe {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mensaxe eliminada" @@ -5172,7 +5281,7 @@ msgstr "Mensaxe eliminada" msgid "Message deleted" msgstr "Mensaxe eliminada" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "Campo de entrada da mensaxe" msgid "Message is too long" msgstr "A mensaxe é demasiado longa" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "Mensaxes" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Conta enganosa" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Chío enganoso" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Ferramentas de moderación" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Máis canles" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silenciar {tag}" @@ -5332,8 +5439,8 @@ msgstr "Silenciar conta" msgid "Mute accounts" msgstr "Silenciar contas" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silenciar conversa" @@ -5396,7 +5503,7 @@ msgstr "Contas Silenciadas" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "As publicacións das contas silenciadas elimínanse das túas canles e das túas notificacións. As contas silenciadas son completamente privadas." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "As miñas canles" msgid "Name" msgstr "Nome" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "O nome ou a descrición está a violar as normas da comunidade " - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navega á seguinte pantalla" @@ -5455,20 +5551,16 @@ msgstr "Navega á seguinte pantalla" msgid "Navigates to your profile" msgstr "Navega ao teu perfil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Necesitas reportar unha violación de copyright?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Nunca perdas o acceso aos teus seguidores nin ao teus datos." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un alcume para min" @@ -5476,17 +5568,17 @@ msgstr "Non importa, crea un alcume para min" msgid "New" msgstr "Novo" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Novo" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Novo Chío" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Nova xanela de información desta persoa" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Primeiro as respostas máis recentes" @@ -5587,8 +5679,8 @@ msgstr "Noticias" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Noticias" msgid "Next" msgstr "Siguinte" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Siguinte" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Nova imaxe" @@ -5616,12 +5703,12 @@ msgstr "Nova imaxe" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Sen panel de DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Aínda sen gústames" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Xa non segues a {0}" @@ -5671,7 +5759,7 @@ msgstr "Aínda non hai notificacións!" msgid "No one" msgstr "Ninguén" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Ninguén, excepto a persoa autora, pode citar este chío." @@ -5701,7 +5789,7 @@ msgstr "Sen resultado" msgid "No results" msgstr "Sen resultados" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "Non se encontraron resultados para \"{query}\"" msgid "No results found for {query}" msgstr "Non se encontraron resultados para {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "Non se encontraron resultados de búsqueda para \"{search}\"." msgid "No thanks" msgstr "Non, grazas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Ninguén" @@ -5753,6 +5841,10 @@ msgstr "Ninguén volveu publicar isto. Deberías volvelo a publicar!" msgid "Nobody was found. Try searching for someone else." msgstr "Non se encontrou a ninguén. Proba a buscar a outra persoa." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nudez non sexual" @@ -5843,16 +5935,11 @@ msgstr "agora" msgid "Now" msgstr "Agora" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nudez" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Desnudez ou contido para persoas adultas non etiquetado como tal" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "Ben" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Está ben" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Primeiro as respostas máis antigas" @@ -5916,7 +6003,7 @@ msgstr "Falta o texto alternativo nun ou máis vídeos." msgid "Only .jpg and .png files are supported" msgstr "Só se admiten ficheiros .jpg e .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Só {0} pode responder." @@ -5941,7 +6028,7 @@ msgstr "Vaites, algo non furrula ben!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Abrir o creador de avatares" msgid "Open conversation options" msgstr "Abrir as opcións de conversa" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Abrir menú lateral" @@ -5973,8 +6060,8 @@ msgstr "Abrir o selector de emoji" msgid "Open feed info screen" msgstr "Abrir pantalla de información da canle" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Abre o menú de opcións das canles" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Abrir menú do paquete de inicio" @@ -6032,9 +6119,9 @@ msgstr "Abrir registro do sistema." msgid "Opens a dialog to add a content warning to your post" msgstr "Abre unha xanela para engadir unha advertencia de contido á túa publicación" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Abre unha xanela para elegir quién puede responder a este hilo." +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Abrir o formulario de restablecemento do contrasinal" @@ -6103,24 +6190,15 @@ msgstr "Abrir o formulario de restablecemento do contrasinal" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Abrir este perfil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Opcionalmente, proporcione información adicional a continuación:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opcións:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Ou combina estas opcións:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Ou, continúa con outra conta." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Outro" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Outra conta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "O noso equipo de moderación recibiu a túa denuncia." @@ -6176,7 +6283,7 @@ msgstr "Non se atopou a páxina" msgid "Page Not Found" msgstr "Non se atopou a páxina" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Persoas seguidas por @{0}" msgid "People following @{0}" msgstr "Persoas siguindo a @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Mascotas" msgid "Photography" msgstr "Fotografía" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Imaxes pensadas para persoas adultas." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fixar canle" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Fixar no inicio" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fixar no Inicio" @@ -6275,7 +6390,7 @@ msgstr "Fixar no Inicio" msgid "Pin to your profile" msgstr "Fixar no teu perfil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fixado" @@ -6302,7 +6417,7 @@ msgstr "Reproducir" msgid "Play {0}" msgstr "Reproducir {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Reproducir vídeo" @@ -6327,7 +6442,7 @@ msgstr "Reproducir GIF" msgid "Plays the video" msgstr "Reproduce o vídeo" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Introduce o teu código de convite." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Por favor, insire o teu contrasinal" @@ -6421,11 +6536,11 @@ msgstr "Por favor, insire o teu contrasinal" msgid "Please enter your password as well:" msgstr "Introduce tamén o teu contrasinal:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Por favor, insire o teu alcume" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Explica por que cres que esta etiqueta foi aplicada incorrectamente por {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Política" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografía" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "A publicación foi eliminada" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Chío oculto por palabra silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Chío ocultado por ti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Axustes de interacción do chío" @@ -6614,13 +6729,8 @@ msgstr "Imaxe previa" msgid "Primary Language" msgstr "Idioma primario" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Priorizar aos que segues" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacidade" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Política de privacidade" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Procesando vídeo..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Perfil actualizado" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Público" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "O chío citado separouse correctamente" msgid "Quote posts disabled" msgstr "Citas deshabilitadas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Configuración de citas" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Configuración de citas" msgid "Quotes" msgstr "Citas" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citas deste chío" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Ler menos" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Ler máis" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Razón para apelar" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Razón:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Reconectar" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "Eliminar canle" msgid "Remove feed?" msgstr "Eliminar canle?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Respostas" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Respostas deshabilitadas" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "As respostas a este chío están desactivadas." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Resposta oculta pola persoa autora do fío" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Resposta ocultada por ti" @@ -7120,11 +7234,7 @@ msgstr "Resposta ocultada por ti" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Axustes de resposta" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "A configuración de resposta é elixida pola persoa autora do fío" @@ -7141,7 +7251,7 @@ msgstr "Visibilidade da resposta actualizada" msgid "Reply was successfully hidden" msgstr "A resposta ocultouse correctamente." -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Denunciar" msgid "Report account" msgstr "Denunciar conta" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Denunciar conversación" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Xanela da denuncia" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Denunciar canle" @@ -7176,7 +7285,7 @@ msgstr "Denunciar canle" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Denunciar mensaxe" @@ -7185,48 +7294,41 @@ msgstr "Denunciar mensaxe" msgid "Report post" msgstr "Denunciar chío" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Denunciar paquete de inicio" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Denuncia enviada" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Denunciar este contido" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Denunciar esta canle" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Denunciar esta listaxe" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Denunciar esta mensaxe" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Denunciar este chío" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Denunciar este paquete de inicio" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Denunciar esta persoa" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Rechouchiar ou citar chío" @@ -7277,7 +7379,7 @@ msgstr "Rechouchiado por ti" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Rechouchíos deste chío" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Restablecer o estado de incorporación" msgid "Reset password" msgstr "Restablecer o contrasinal" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "Tenta de novo a última acción, que errou" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Tenta de novo a última acción, que errou" msgid "Retry" msgstr "Reintentar" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Volver á páxina anterior" @@ -7399,8 +7501,8 @@ msgstr "Volve á páxina de inicio" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Volve á páxina anterior" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "Gardar" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Gardar" @@ -7459,8 +7561,13 @@ msgstr "Gardar novo alcume" msgid "Save QR code" msgstr "Gardar código QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Gardar nas miñas canles" @@ -7487,21 +7594,25 @@ msgstr "Guardado nas túas canles" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Di ola!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Ciencia" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Desprázate cara arriba" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Buscar" @@ -7553,11 +7664,11 @@ msgstr "Buscar \"{searchText}\"" msgid "Search for feeds that you want to suggest to others." msgstr "Busca canles que queiras suxerir aos demais." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Selecciona unha cor" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Seleccionar conta" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Selecciona unha conta existente" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Seleccionar GIF" @@ -7727,14 +7850,10 @@ msgstr "Seleccionar idioma..." msgid "Select languages" msgstr "Seleccionar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Seleccionar moderador" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Seleccionar lexendaxe (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Seleccionar o emoji {emojiName} como o teu avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Selecciona o(s) servizo(s) de moderación aos que queres informar" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Seleccione os teus intereses entre as seguintes opcións" msgid "Select your preferred language for translations in your feed." msgstr "A que idioma queres traducir os chíos na túa canle." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Envía un sitio web interesante!" @@ -7818,7 +7937,7 @@ msgstr "Enviar comentarios" msgid "Send message" msgstr "Enviar mensaxe" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Enviar chío a..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Enviar reporte" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Enviar reporte a {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "Enviar vía mensaxe directa" msgid "Sends email with confirmation code for account deletion" msgstr "Envía un correo electrónico co código de confirmación para a eliminación da conta" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Enderezo do servidor" @@ -7874,10 +7982,18 @@ msgstr "Establecer aniversario" msgid "Set new password" msgstr "Establecer un novo contrasinal" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configura a túa conta" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Establece o correo electrónico para restablecer o contrasinal" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Preferencias gardadas" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Actividade sexual ou nudez erótica." @@ -7953,7 +8069,7 @@ msgstr "Sexualmente suxestivo" msgid "Share" msgstr "Compartir" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Compartir" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Compartir código QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Compartir esta canle" @@ -8012,8 +8128,8 @@ msgstr "Comparte este paquete de iniciación e axuda a xente a unirse á túa co #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Comparte as túas canles favoritas!" msgid "Shared Preferences Tester" msgstr "Probador de Preferencias Compartidas" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Ver texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Ver de todas as maneiras" @@ -8067,6 +8183,10 @@ msgstr "Mostrar menos como este" msgid "Show list anyway" msgstr "Mostrar listaxe de todas as maneiras" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Ver máis" @@ -8080,7 +8200,7 @@ msgstr "Mostrar máis como este" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Amosar respostas" msgid "Show replies as" msgstr "Amosar respostas como" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Ver respostas de xente que segues antes que outras respostas" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Mostrar advertencia" msgid "Show warning and filter from feeds" msgstr "Mostrar advertencia e filtrar desde as canles" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Amosa información sobre cando foi creada esta publicación" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "Iniciar sesión" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Iniciar sesión como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Iniciar sesión como ..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Inicia sesión ou crea a túa conta para unirte á conversa!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Acceder a unha conta que non está na listaxe" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Máis pequeno" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Algunha outra canle poderiache gustar" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Algunhas persoas poden responder" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Algo saíu mal" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Produciuse un erro, téntao de novo" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Algo saíu mal!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Ocorreu un erro? Dínolo." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "Sentímolo! A túa sesión caducou. Inicia sesión de novo." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordear respostas" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordear respostas por" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordena as respostas ao mesmo. chío por:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Lixo" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; mencións ou respostas excesivas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; mencións ou respostas excesivas" msgid "Sports" msgstr "Deportes" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "Paquete de inicio por <0/>" msgid "Starter pack by you" msgstr "Paquete de inicio creado por ti" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "O paquete de inicio non é válido" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Paquetes de inicio" @@ -8436,8 +8547,8 @@ msgstr "Libro de contos" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Enviar apelación" msgid "Submit Appeal" msgstr "Enviar Apelación" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "Éxito!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Suxerido para ti" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suxestivo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "Cambiar de contas" msgid "Switch to {0}" msgstr "Cambiar para {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "Toca para descartar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tarefa acadada - 10 seguidores!" @@ -8620,8 +8735,8 @@ msgstr "Fálanos un pouco de ti" msgid "Tell us a little more" msgstr "Cóntanos un pouco máis" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Condicións" @@ -8637,26 +8752,11 @@ msgstr "Condicións" msgid "Terms of Service" msgstr "Condicións de servizo" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Os termos utilizados infrinxen os estándares da comunidade" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Texto e etiquetas" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Campo de texto" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Campo de entrada de texto" @@ -8665,10 +8765,6 @@ msgstr "Campo de entrada de texto" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Grazas. O teu informe foi enviado." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Grazas, verificaches correctamente o teu enderezo de correo electrónico msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Que contén o seguinte:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Iso é todo, parroquia!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Iso é todo!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interactuar contigo despois de desbloqueala." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "A aplicación reiniciarase" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "A persoa autora deste fío ocultou esta resposta." @@ -8750,11 +8846,11 @@ msgstr "A experiencia é mellor na aplicación. Descarga Bluesky agora e retomar msgid "The feed has been replaced with Discover." msgstr "A canle foi substituída por Descubrir." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Aplicáronse as seguintes etiquetas á túa conta." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Aplicáronse as seguintes etiquetas ao teu contido." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Movéronse as Condicións de Servizo a" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Houbo un problema ao conectarse a Tenor." msgid "There was an issue contacting the server" msgstr "Produciuse un problema ao contactar co servidor" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Houbo un problema ao contactar co servidor. Comproba a túa conexión a 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Houbo un problema ao recuperar os chíos. Toca aquí para tentalo de nov msgid "There was an issue fetching the list. Tap here to try again." msgstr "Houbo un problema ao buscar a listaxe. Toca aquí para tentalo de novo." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "" @@ -8862,11 +8958,6 @@ msgstr "Houbo un problema recollendo a túa información no servizo" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Produciuse un problema ao eliminar esta canle. Comproba a túa conexión a Internet e téntao de novo." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Houbo un problema ao enviar o teu informe. Comproba a túa conexión a internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Houbo un problema ao actualizar as túas canles. Comproba a túa conexi #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Houbo un problema ao actualizar as túas canles. Comproba a túa conexi msgid "There was an issue! {0}" msgstr "Houbo un problema! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Houbo un problema inesperado na aplicación. Avísanos se che pasou isto 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Estas opcións só se aplicarán ao seguinte fío." @@ -8941,7 +9036,7 @@ msgstr "Esta conta está bloqueada por unha ou máis das túas listaxes de moder msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Esta apelación enviarase a <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Este contido está aloxado por {0}. Queres activar medios externos?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Este contido non está dispoñíbel porque unha das persoas implicadas bloqueou a outra." @@ -9006,7 +9101,7 @@ msgstr "Esta característica non está dispoñíbel empregando un contrasinal de msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Esta canle está a recibir moito tráfico e non está dispoñíbel temporalmente. Téntao de novo máis tarde." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Esta canle está baleira! É posíbel que teñas que seguir a máis persoas ou axustar a túa configuración de idioma." @@ -9020,7 +9115,7 @@ msgstr "Esta canle está baleira." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Esta canle xa non está en liña. No seu lugar, mostramos <0>Descubrir0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Este nome de usuario está reservado. Fai o favor de escoller un diferente." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Esta etiqueta foi aplicada pola persoa autora." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Esta etiqueta foi aplicada por ti." @@ -9065,11 +9160,11 @@ msgstr "Esta lista está baleira." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Este servizo de moderación non está disponíbel. Consulta máis detalles a continuación. Se o problema persiste, contáctanos." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Esta publicación declara que foi feita en <0>{0}0>, pero foi vista por primeira vez por Bluesky en <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "Esta resposta ordenarase nunha sección oculta na parte inferior do teu 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Isto debería crear un rexistro de dominio en:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Esta persoa non ten seguidores." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Esta persoa bloqueoute" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Esta persoa bloqueoute. Non podes ver o seu contido." @@ -9142,7 +9237,7 @@ msgstr "Esta persoa está incluída na listaxe <0>{0}0> que silenciaches." msgid "This user is new here. Press for more info about when they joined." msgstr "Esta persoa é nova aquí. Preme para obter máis información sobre cando se uniron." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Este persoa non segue a ninguén." @@ -9168,7 +9263,7 @@ msgstr "Opcións de fíos" msgid "Thread preferences" msgstr "Preferencias de fíos" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferencias de Fíos" @@ -9181,6 +9276,10 @@ msgstr "Enfiado" msgid "Threads Preferences" msgstr "Preferencias de fíos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Para denunciar unha conversa, informa dunha das súas mensaxes a través da pantalla de conversa. Isto permite que os nosos moderadores comprendan o contexto do teu problema." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "A quen che gustaría enviar este informe?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hoxe" @@ -9222,8 +9317,8 @@ msgstr "Arriba" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Tema" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traducir" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "Tendencia" msgid "Trending Videos" msgstr "Vídeos en tendencia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "Autenticación en dous pasos (2FA)" msgid "Type your message here" msgstr "Escribe aquí a túa mensaxe" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipo:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Non se pode eliminar" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Desbloquear conta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Desbloquear Conta?" @@ -9369,12 +9468,7 @@ msgstr "Desfacer o rechouchío" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Deixar de seguir" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Deixa de seguir a {0}" @@ -9383,7 +9477,7 @@ msgstr "Deixa de seguir a {0}" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "Activar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Activar a conversa" @@ -9454,8 +9556,8 @@ msgstr "Activar o audio do vídeo" msgid "Unpin" msgstr "Desfixar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Desfixar canle" @@ -9464,8 +9566,8 @@ msgstr "Desfixar canle" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Desfixar do inicio" @@ -9517,13 +9619,6 @@ msgstr "Cancelouse a subscrición da listaxe" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Contido sexual non desexado" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Actualizar <0>{displayName}0> nas listaxes" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Actualizar para {domain}" @@ -9567,7 +9662,7 @@ msgstr "Actualizando..." msgid "Upload a photo instead" msgstr "Carga unha foto no seu lugar" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Carga un ficheiro de texto a:" @@ -9603,11 +9698,11 @@ msgstr "Cargando miniatura da ligazón..." msgid "Uploading video..." msgstr "Cargando vídeo..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Usar o provedor predeterminado" @@ -9638,17 +9733,17 @@ msgstr "Úsao para iniciar sesión noutra aplicación xunto co teu identificador msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Persoas bloqueada" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Persoas bloqueada por \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Persoas bloqueada por listaxe" msgid "User Blocked by List" msgstr "Persoas Bloqueada pola Listaxe" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "A persoas estate bloqueando" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Alcume ou enderezo de correo electrónico" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "persoas seguidas por <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "Persoas que sigo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Persoas en \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valor:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verificar rexistro DNS" @@ -9786,8 +9873,8 @@ msgstr "Verificación de correo electrónico" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verificar o ficheiro de texto" @@ -9841,15 +9928,15 @@ msgstr "Vídeo de {0}: {text}" msgid "Video Games" msgstr "Videoxogos" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Vídeo en pausa" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Vídeo en reprodución" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Non se encontrou o vídeo." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Ver o avatar de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Ver o perfil de {0}" @@ -9906,16 +9993,11 @@ msgstr "Consulta a publicación do blog para obter máis detalles" msgid "View debug entry" msgstr "Ver a entrada de depuración" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Ver detalles" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Consulta os detalles para informar dunha infracción do copyright" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Ver fío completo" @@ -9960,7 +10042,7 @@ msgstr "Consulta o servizo de etiquetado proporcionado por @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Consulta as persoas ás que lles gusta esta canle" @@ -9993,8 +10075,8 @@ msgstr "Consulta as túas contas silenciadas" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Que idiomas che gustaría ver nas túas canles algorítmicas?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Quen pode interactuar con este chío?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Quen pode responder" @@ -10249,40 +10340,38 @@ msgstr "Vaites! Non foi posíbel cargar os vídeos en tendencia." msgid "Why are you appealing?" msgstr "A quen vas apelar?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Por que se debería revisar este contido?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Por que se debería revisar esta canle?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Por que se debería revisar esta listaxe?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Por que se debería revisar esta mensaxe?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Por que se debería revisar este chío?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Por que se debería revisar este paquete inicial?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Por que se debería revisar esta persoa?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Si" msgid "Yes, deactivate" msgstr "Si, desactivar" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Si, eliminar este paquete de inicio" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Non tes permiso para cargar vídeos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Non estás seguindo a ninguén." @@ -10445,17 +10534,13 @@ msgstr "Podes reactivar a túa conta para continuar iniciando sesión. O teu per msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Podes actualizar posteriormente desde as túas preferencias." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Non tes a ninguén que te siga." @@ -10467,6 +10552,10 @@ msgstr "Non segues a ningunha persoa que siga a @{name}." msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Non tes ningunha canle fixada." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Bloqueaches a esta persoa" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Bloqueaches a esta persoa. Non podes ver o seu contido." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Ocultaches este chío" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Ocultaches este chío." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Silenciaches esta conta." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Silenciaches esta persoas" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Aínda non silenciaches ningunha palabra ou etiqueta" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Ocultaches esta resposta." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Podes apelar as etiquetas non propias se consideras que se colocaron por erro." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Podes apelar estas etiquetas se consideras que se colocaron por erro." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Debes seleccionar polo menos unha etiquetadora para un informe" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Prepárate que imos!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Iniciaches sesión cun contrasinal da aplicación. Inicia sesión co teu contrasinal principal para continuar desactivando a túa conta." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Escolleches ocultar unha palabra ou etiqueta dentro deste chío." @@ -10750,7 +10839,7 @@ msgstr "Chegaches ao teu límite diario de carga de vídeos (demasiados bytes po 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "A túa apelación foi enviada. Se a túa apelación se tiver en conta, e msgid "Your birth date" msgstr "A túa data de nacemento" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "O teu navegador non soporta este formato de vídeo. Por favor, proba cun diferente." @@ -10798,7 +10887,7 @@ msgstr "As túas conversas foron deshabilitadas." msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "O teu actual nome de usuario <0>{0}0> quedará reservado automaticamente para ti. Podes volver a el cando queiras desde esta conta." @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "O teu primeiro gústame!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "O teu perfil, chíos, canles e listaxes non estarán visíbeis para outr msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "O teu informe enviarase ao Servizo de moderación de Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/hi/messages.po b/src/locale/locales/hi/messages.po index 7546bb123b..5453984fc4 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Hindi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {फ़ॉलोअर} other {फ़ॉलोअर}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {फ़ॉलोइंग} other {फ़ॉलोइंग}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {पसंद}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, other {पसंद}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {पोस्ट}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, other {क्वोट}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {रीपोस्ट}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {मिनट}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}0> ने आपको फ़ॉलो किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}0> ने आपके कस्टम फ़ीड को पसंद किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}0> ने आपके पोस्ट को पसंद किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}0> ने आपके पोस्ट को रीपोस्ट किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} और <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}}0> ने आपके स्टार्टर पैक से साइन अप किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ने आपको फ़ॉलो किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ने आपको वापस फ़ॉलो किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ने आपके कस्टम फ़ीड को पसंद किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ने आपके पोस्ट को पसंद किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ने आपके पोस्ट को रीपोस्ट किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} ने आपके स्टार्टर पैक से साइन अप किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपको फ़ॉलो किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपके कस्टम फ़ीड को पसंद किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपके पोस्ट को पसंद किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपके पोस्ट को रीपोस्ट किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} और {additionalAuthorsCount, plural, one {{formattedAuthorsCount} अन्य} other {{formattedAuthorsCount} अन्यों}} ने आपके स्टार्टर पैक से साइन अप किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "ने आपको फ़ॉलो किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ने आपको वापस फ़ॉलो किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ने आपके कस्टम फ़ीड को पसंद किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ने आपके पोस्ट को पसंद किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ने आपके पोस्ट को रीपोस्ट किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} ने आपके स्टार्टर पैक से साइन अप किया" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} फ़ॉलोइंग" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> और<1> 1><2>{1} 2>आपके स्टार्ट msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> आपके स्टार्टर पैक में शामिल है" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> सदस्य" @@ -515,7 +519,7 @@ msgstr "⚠ अमान्य हैंडल" msgid "24 hours" msgstr "24 घंटे" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA पुष्टिकरण" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "परिचय" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "सुलभता के सेटिंग" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "खाता" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "खाता म्यूट किया गया" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "खाता म्यूट किया गया" @@ -627,11 +635,15 @@ msgstr "सूची द्वारा खाता म्यूट किय msgid "Account options" msgstr "खाते के विकल्प" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "जल्द पहुँच से खाता हटाया गया" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "आगे बढ्ने के लिए और {0} जोड़ें " msgid "Add {displayName} to starter pack" msgstr "स्टार्टर पैक में {displayName} को जोड़ें" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "सामग्री चेतावनी जोड़ें" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "ऐप पासवर्ड जोड़ें" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "ऐफ पासवर्ड जोड़ें" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "अपने स्टार्टर पैक में कुछ फ़ msgid "Add the default feed of only people you follow" msgstr "केवल आपके फ़ॉलो किए गए लोगों का डिफ़ॉल्ट फ़ीड जोड़ें" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "अपने डोमेन में निम्नलिखित DNS रिकॉर्ड जोड़ें:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "वयस्क" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "वयस्क सामग्री" @@ -846,11 +862,15 @@ msgstr "वयस्क सामग्री को केवल <0>bsky.app0 msgid "Adult content is disabled." msgstr "वयस्क सामग्री अक्षम है।" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "वयस्क सामग्री लेबल" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "विकसित" @@ -903,6 +923,10 @@ msgstr "एक ही जगह पर, आपके सभी सहेजे msgid "Allow access to your direct messages" msgstr "आपके सीधे संदेशों तक पहुँच दें" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "इनसे नए संदेश आने की अनुमति msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "क्वोट पोस्ट की अनुमति दें" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "इन्हें जवाब देने की अनुमति दें:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "आपके सीधे संदेशों तक पहुँच देता है" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "पहले से कोड है?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "आपके स्टार्टर पैक बनाने में त्रुटि हुई। फिर से प्रयास करें?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "वीडियो लोड करते समय त्रुटि हुई। बाद में फिर प्रयास करें।" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "वीडियो लोड करते समय में त्रुटि हुई। फिर से प्रयास करें।" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "QR कोड सहेजने में त्रुटि हुई!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "समस्या जो इन विकल्पों में से नहीं है" @@ -1050,10 +1089,10 @@ msgstr "बातचीत खोलते समय समस्या हु #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "कोई समस्या हुई, फिर से प्रयास करें।" @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "अज्ञात लेबलकर्ता" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "और" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "असामाजिक व्यवहार" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "कोई भी संपर्क कर सकता है" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "ऐप भाषा" msgid "App Password" msgstr "ऐप पासवर्ड" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "ऐप पासवर्ड मिटाया गया" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "ऐप पासवर्ड" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "ऐप पासवर्ड" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "अपील करें" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "\"{0}\" लेबल पर अपील करें" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "इस निर्णय पर अपील करें" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "डिफ़ॉल्ट अनुशंसित फ़ीड लगा msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "{0} से पुरालेखित" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "पुरालेखित पोस्ट" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "क्या आप सच में ऐप पासवर्ड \"{0}\" को मिटाना चाहते हैं?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "क्या आप सच में इस संदेश को मिटाना चाहते हैं? संदेश आपके लिए मिट जाएगी, पर दूसरे प्रतिभागी के लिए नहीं।" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "क्या आप सच में इस स्टार्टर पैक को मिटाना चाहते हैं?" @@ -1252,7 +1298,7 @@ msgstr "" msgid "Art" msgstr "कला" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "कलात्मक या गैर-कामुक नग्नता।" @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "वीडियो और GIF स्वतः चलाएँ" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "वापस" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "स्टार्टर पैक बनाने से पहले, आपको अपना ईमेल सत्यापित करना होगा।" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "जन्मदिन" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "अवरुद्ध करें" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "खाता अवरुद्ध करें?" msgid "Block accounts" msgstr "खाता अवरुद्ध करें" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "अवरोध की सूची" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "खाता ब्लॉक करें?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "उपयोगकर्ता को अवरुद्ध करें" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "उपयोगकर्ता को अवरुद्ध करें" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "अवरुद्ध" @@ -1449,25 +1503,25 @@ msgstr "अवरुद्ध करने पर भी आपके खात msgid "Blog" msgstr "ब्लॉग" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky दावा किए गए तिथि के प्रामाणिकता की पुष्टि नहीं कर सकता।" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 एक खुला नेटवर्क है जहाँ आप अपना होस्टिंग प्रदाता चुन सकते हैं। यदि आप डेवलपर हैं, आप अपना सर्वर होस्ट कर सकते हैं।" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "छवि धुंधला करें और फ़ीड से फ़ि msgid "Books" msgstr "किताबें" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "एक्सप्लोर पृष्ठ पर और खाते देखें" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "व्यवसाय" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "{0} के द्वारा" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "<0>{0}0> के द्वार" @@ -1612,19 +1670,20 @@ msgstr "कैमरा" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "" msgid "Cancel search" msgstr "खोज रद्द करें" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "अवरुद्ध उपयोगकर्ता से संपर्क नहीं कर सकते" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "हैंडल बदलें" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "बातचीत" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "बातचीत म्यूट किया गया" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "बातचीत सेटिंग" msgid "Chat Settings" msgstr "बातचीत सेटिंग" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "बातचीत अनम्यूट किया गया" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "मेरी स्थिति दिखाएँ" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "" @@ -1805,6 +1868,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "नीचे दर्ज करने के लिए पुष्टिकरण कोड के साथ एक ईमेल के लिए अपने इनबॉक्स की जाँच करें:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "डोमेन सत्यापन विधि चुनें" @@ -1833,7 +1904,7 @@ msgstr "आपके कस्टम फ़ीड को चलाने के ल msgid "Choose this color as your avatar" msgstr "इस रंग को अपना अवतार के रूप में चुनें" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "इस पोस्ट के क्वोट पोस्ट अक्षम करने के लिए क्लिक करें।" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "इस पोस्ट के क्वोट पोस्ट सक्षम करने के लिए क्लिक करें।" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1982,11 @@ msgstr "ठक 🐴 ठक 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "ठक 🐴 ठक 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "बंद करें" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "सक्रिय डायलॉग बंद करें" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "हेडर छवि का दर्शक बंद करता है" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "उपयोगकर्ताओं की सूची को संक्षिप्त करें" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "किसी अधिसूचना के उपयोगकर्ताओं की सूची को संक्षिप्त करता है" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "रंग मोड" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "पुष्टिकरण कोड" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "कनेक्ट किया जा रहा..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "सामग्री भाषाएँ" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "सामग्री अनुपलब्ध" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "सामग्री चेतावनी" @@ -2212,7 +2281,7 @@ msgstr "संदर्भ मेनू पृष्ठभूमि, मेन msgid "Continue" msgstr "जारी रखें" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "(अभी साइन इन किया गया) {0} के रूप मे जारी रखें" @@ -2236,8 +2305,8 @@ msgstr "अगले चरण पर जाएँ" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "बातचीत मिटा दी गई" @@ -2254,7 +2323,7 @@ msgstr "रसोई" msgid "Copied build version to clipboard" msgstr "बिल्ड संस्कारण क्लिपबोर्ड पर कॉपी की गई" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "बिल्ड संस्कारण क्लिपबोर्ड msgid "Copied to clipboard" msgstr "क्लिपबोर्ड पर कॉपी की गई" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "कॉपी की गई!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "कोड कॉपी करें" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DID कॉपी करें" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "होस्ट कॉपी करें" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "लिंक कॉपी करें" @@ -2331,12 +2400,12 @@ msgstr "पोस्ट की लिंक कॉपी करें" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "संदेश पाठ कॉपी करें" @@ -2354,7 +2423,7 @@ msgstr "पोस्ट पाठ कॉपी करें" msgid "Copy QR code" msgstr "QR कोड कॉपी करें" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXT रिकॉर्ड मूल्य कॉपी करें " @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "बातचीत छोड़ी नहीं जा सकी" @@ -2392,7 +2461,7 @@ msgstr "फ़ीड लोड नहीं किया जा सका" msgid "Could not load list" msgstr "सूची लोड नहीं किया जा सका" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "बातचीत म्यूट नहीं किया जा सका" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "नया खाता बनाएँ" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "{0} के लिए शिकायत लिखें" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "{0} बनाया गया" @@ -2503,8 +2573,8 @@ msgstr "रचयिता को अवरुद्ध किया गया" msgid "Culture" msgstr "संस्कृति" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "कस्टम" @@ -2512,18 +2582,22 @@ msgstr "कस्टम" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "चुनें कि इस पोस्ट से कौन संपर्क कर सकता है।" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "अँधेरा" @@ -2536,7 +2610,7 @@ msgstr "अँधेरा" msgid "Dark mode" msgstr "अँधेरा मोड" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "अँधेरा थीम" @@ -2558,7 +2632,11 @@ msgstr "मॉडरेशन डिबग करें" msgid "Debug panel" msgstr "पैनल डिबग करें" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "डिफ़ॉल्ट" @@ -2566,14 +2644,14 @@ msgstr "डिफ़ॉल्ट" msgid "Default icons" msgstr "डिफ़ॉल्ट आइकॉन" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "मिटाएँ" @@ -2586,16 +2664,16 @@ msgstr "खाता मिटाएँ" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "<0>\"0><1>{0}1><2>\"2>\" खाता मिटाएँ" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "अप्प पासवर्ड हटाएं" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "ऐप पासवर्ड मिटाएँ?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "बातचीत घोषणा रेकॉर्ड मिटाएँ" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "मेरे लिए मिटाएँ" @@ -2623,11 +2701,11 @@ msgstr "मेरे लिए मिटाएँ" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "संदेश मिटाएँ" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "मेरे लिए संदेश मिटाएँ" @@ -2641,12 +2719,12 @@ msgstr "मेरा खाता मिटाएँ" msgid "Delete post" msgstr "पोस्ट मिटाएँ" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "स्टार्टर पैक मिटाएँ" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "स्टार्टर पैक मिटाएँ?" @@ -2709,11 +2787,11 @@ msgstr "डेवलपर मोड सक्षम" msgid "Developer options" msgstr "डेवलपर विकल्प" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "डायलॉग: चुनें कि इस पोस्ट से कौन संपर्क कर सकता है" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "मंद" @@ -2735,6 +2813,14 @@ msgstr "ईमेल 2FA अक्षम करें" msgid "Disable haptic feedback" msgstr "कंपन फीडबैक अक्षम करें" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "उपशीर्षक अक्षम करें" @@ -2778,7 +2864,7 @@ msgstr "लॉग आउट उपयोगकर्ताओं को मे msgid "Discover new custom feeds" msgstr "नए कस्टम फ़ीड की खोज करें" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "नए फ़ीड की खोज करें" @@ -2817,8 +2903,8 @@ msgstr "प्रदर्शन का नाम" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS पैनल" @@ -2830,7 +2916,7 @@ msgstr "फ़ॉलो किए गए उपयोगकर्ताओं msgid "Does not include nudity." msgstr "नग्नता शामिल नहीं है" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "डोमेन सत्यापित!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "डायलॉग बंद करने के लिए दो बार दबाएँ" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "Bluesky डाउनलोड करें" msgid "Download CAR file" msgstr "CAR फ़ाइल डाउनलोड करें " +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "छवि जोड़ने के लिए उतारें" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "लोग संपादित करें" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "पोस्ट संपर्क सेटिंग संपादित करें" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "मेरी प्रोफ़ाइल संपादित करें" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "स्टार्टर पैक संपादित करें" @@ -3034,7 +3129,7 @@ msgstr "स्टार्टर पैक संपादित करें" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "संपादित करें कि कौन जवाब दे सकता है" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "ईमेल सत्यापित किया गया" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "HTML कोड एंबेड करें" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "एम्बेडेड वीडियो प्लेयर" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "उपशीर्षक सक्षम करें" @@ -3200,7 +3299,7 @@ msgstr "आप जिस डोमेन का उपयोग करना च msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "वह ईमेल दर्ज करें जिसका उपयोग आपने अपना खाता बनाने के लिए किया था। हम आपको एक \"reset code\" भेजेंगे ताकि आप एक नया पासवर्ड सेट कर सकें।" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "अपना जन्मतिथि दर्ज करें" msgid "Enter your email address" msgstr "अपना ईमेल पता दर्ज करें" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "CAPTCHA उत्तर पाने मे त्रुटि हुई msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "सब" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "सब जवाब दे सकते हैं" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "सब इस पोस्ट का जवाब दे सकते हैं" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "सब" @@ -3282,16 +3377,6 @@ msgstr "सब" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "अत्यधिक उल्लेख या जवाब" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "अत्यधिक या अनचाहे संदेश" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "आपके फ़ॉलो किए गए उपयोगकर्ताओं के अलावा" @@ -3316,7 +3401,7 @@ msgstr "छवि दर्शन से निकलता है" msgid "Expand alt text" msgstr "वैकल्पिक पाठ बढ़ाता है" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "उपयोगकर्ताओं की सूची बढ़ाताा है" @@ -3328,7 +3413,7 @@ msgstr "जिस पोस्ट का जवाब दे रहे हैं msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "समाप्त" msgid "Expires {0}" msgstr "{0} में समाप्त होगा" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "बाहरी मीडिया वेबसाइट्स को msgid "External Media Preferences" msgstr "बाहरी मीडिया प्राथमिकताएँ" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "हैंडल बदलने में असफल। कृपया फिर से प्रयास करें।" @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "स्टार्टर पैक बनाने मे असफल" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "संदेश मिटाने में असफल" @@ -3452,7 +3541,7 @@ msgstr "संदेश मिटाने में असफल" msgid "Failed to delete post, please try again" msgstr "पोस्ट मिटाने में असफल, फिर से प्रयास करें" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "स्टार्टर पैक मिटाने में असफल" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "फ़ीड प्राथमिकताएँ लोड करने में असफल" @@ -3498,14 +3587,14 @@ msgstr "पुराने संदेश लोड करने में अ msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "अनुशंसित फ़ीड लोड करने में असफल" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "अनुशंसित फ़ॉलो लोड करने में असफल" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "पोस्ट को पिन करने में असफल" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "छवि सहेजने में असफल: {0}" @@ -3557,7 +3647,7 @@ msgstr "भेजने में असफल" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "अपील जमा करने में असफल, फिर से प्रयास करें" @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "हैंडल सत्यापित करने में असफल। कृपया फिर से प्रयास करें।" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "फ़ीड" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "फ़ीड मेनू" @@ -3635,8 +3733,8 @@ msgstr "फ़ीड टॉगल" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "प्रतिक्रिया" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "फ़ॉलो करने के लिए खाते खोजे msgid "Find people to follow" msgstr "फ़ॉलो करने के लिए लोग खोजें" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "समाप्त करें" msgid "Fitness" msgstr "स्वास्थ्य" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "लचीला" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "फ़ॉलो करें" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "फ़ॉलो करें" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0} को फ़ॉलो करें" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "वापस फ़ॉलो करें" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "वापस फ़ॉलो करें" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "फ़ॉलोअर जिन्हें आप जानते हैं" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "फ़ॉलोइंग" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "फ़ॉलोइंग" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "{0} को फ़ॉलो करते हैं" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "आपको फ़ॉलो करते हैं" msgid "Follows You" msgstr "आपको फ़ॉलो करते हैं" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "फ़ॉन्ट" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "फ़ॉन्ट आकार" @@ -3919,7 +4013,7 @@ msgstr "सुरक्षा कारणों के लिए, हमें msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "सुरक्षा कारणों से, आप इसे फिर से देख नहीं सकेंगे। यदि आप इस ऐप पासवर्ड को खो देते हैं, तो आपको एक नया ऐप पासवर्ड उत्पन्न करना होगा।" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "बहतरीन अनुभव के लिए, हम थीम फ़ॉन्ट का उपयोग करने की सलाह देते हैं।" @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "पासवर्ड भूल गए" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "पासवर्ड भूल गए?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "भूल गए?" @@ -3953,12 +4047,7 @@ msgstr "भूल गए?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "लगातार अनचाही सामग्री पोस्ट करते हैं" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "अपने प्रोफ़ाइल को एक चेहरा दें" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "क़ानून या सेवा की शर्तों का स्पष्ट उल्लंघन" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "क़ानून या सेवा की शर्तों का स #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "वापस जाएँ" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "वापस जाएँ" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "पिछले चरण पर वापस जाएँ" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "अगले पर जाएँ" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "प्रोफ़ाइल पर जाएँ" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "उपयोगकर्ता प्रोफ़ाइल पर जाएँ" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "भयानक मीडिया" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "आधा रास्ता पार!" msgid "Handle" msgstr "हैंडल" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "हैंडल पहले से ले लिया गया है। कृपया कुछ और चुनें।" @@ -4182,7 +4279,7 @@ msgstr "हैंडल पहले से ले लिया गया है msgid "Handle changed!" msgstr "हैंडल बदला गया!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "हैंडल बहुत अधिक लंबा है। कृपया कुछ छोटा चुनें।" @@ -4190,10 +4287,17 @@ msgstr "हैंडल बहुत अधिक लंबा है। कृ msgid "Haptics" msgstr "कंपन" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "उत्पीड़न, ट्रोलिंग, या असहिष्णुता" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "हैशटैग" msgid "Hashtag {tag}" msgstr "हैशटैग {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "मुश्किल हो रही है?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "सहायता" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "छिपाई गई सूची" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "छिपाई गई सूची" msgid "Hide" msgstr "छिपाएँ" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "छिपाएँ" @@ -4269,6 +4377,10 @@ msgstr "छिपाएँ" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "रुझान छिपाएँ?" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "उपयोगकर्ता सूची छुपाएँ" @@ -4320,7 +4432,7 @@ msgstr "उपयोगकर्ता सूची छुपाएँ" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "कृपया रुकिए। हम धीरे-धीरे व msgid "Home" msgstr "होम फ़ीड" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "होस्ट:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "होस्टिंग प्रदाता" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "इस लिंक को हम कैसे खोलें?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "यदि आप अपना पासवर्ड बदलना च msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "यदि आप अपना हैंडल या ईमेल बदलने का प्रयास कर रहे हैं, ऐसा निष्क्रिय करने से पहले करें।" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "ग़ैरक़ानूनी और अत्यावश्यक" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "छवि" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "प्रतिरूपण या पहचान या संबंधन के बारे में ग़लत दावे" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "प्रतिरूपण, झूठी जानकारी, या ग़लत दावे" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "अनुचित संदेश या अश्लील लिंक" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "अमान्य उपयोगकर्ता नाम या पासवर्ड" @@ -4537,11 +4638,11 @@ msgstr "नया पासवर्ड दर्ज करें" msgid "Input password for account deletion" msgstr "खाता मिटाने किए लिए पासवर्ड दर्ज करें" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "आपको ईमेल की गई कोड दर्ज करें" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "संपर्क सीमित" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "अमान्य 2FA पुष्टिकरण कोड" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "अमान्य हैंडल। कृपया कुछ और चुनें।" @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "काम" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Bluesky में शामिल हों" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "{0} द्वारा लेबल किया गया।" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "रचयिता द्वारा लेबल किया गया।" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "लेबल" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "लेबल जोड़े गए" @@ -4678,11 +4779,11 @@ msgstr "लेबल जोड़े गए" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "लेबल लोगों और सामग्री का नामांकन है। इन्हें नेटवर्क को छिपाने, चेतावनी देने, और वर्गीकरण के लिए उपयोग किया जा सकता है।" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "आपके खाते पर लेबल" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "आपकी सामग्री पर लेबल" @@ -4696,7 +4797,7 @@ msgstr "भाषा सेटिंग" msgid "Languages" msgstr "भाषा" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "बड़ा" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Bluesky के बारे में अधिक जानें" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "PDS को ख़ुद होस्ट करने के बारे में अधिक जानें।" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "Bluesky पर क्या सार्वजनिक है, इस msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "अधिक जानें।" @@ -4787,10 +4888,10 @@ msgstr "निकलें" msgid "Leave chat" msgstr "बातचीत से निकलें" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "बातचीत से निकलें" @@ -4822,9 +4923,9 @@ msgstr "चलिए आपका पासवर्ड रीसेट कर msgid "Let's go!" msgstr "चलो चलें!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "रोशन" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "रोशन" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "पसंद करें ({0, plural, one {# पसंद} other {# पसंद}})" @@ -4855,7 +4956,7 @@ msgstr "डिस्कवर फ़ीड को प्रशिक्षित msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "इस फ़ीड को पसंद करें" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {# उपयोगकर्ता} other {# उपयोगकर्ताओं}} ने पसंद किया" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "इस पोस्ट पर पसंद" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "और लोड करें" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "और अनुशंसित फ़ीड लोड करें" @@ -5041,6 +5142,14 @@ msgstr "नई अधिसूचनाएँ लोड करें" msgid "Load new posts" msgstr "नए पोस्ट लोड करें" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "लोड हो रहा है..." @@ -5049,15 +5158,19 @@ msgstr "लोड हो रहा है..." msgid "Log" msgstr "लॉग" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "लॉग आउट दृश्यता" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "@sawaratsuki.bsky.social द्वारा लोगो" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "<0>@sawaratsuki.bsky.social0> द्वारा लोगो" @@ -5113,8 +5226,8 @@ msgstr "अपने म्यूट किए गए शब्द और टै msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "पढ़ा हुआ मार्क करें" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "मीडिया" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "मीडिया जो कुछ दर्शकों के लिए भयावह या अनुचित हो सकता है" @@ -5140,14 +5253,10 @@ msgstr "मीडिया जो कुछ दर्शकों के लि msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "उल्लेखित उपयोगकर्ता" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "उल्लेखित उपयोगकर्ता" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "मेनू" msgid "Message {0}" msgstr "संदेश {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "संदेश मिटाई गई" @@ -5172,7 +5281,7 @@ msgstr "संदेश मिटाई गई" msgid "Message deleted" msgstr "संदेश मिटाई गई" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "संदेश दर्ज करने का स्थान" msgid "Message is too long" msgstr "संदेश बहुत लंबा है" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "संदेश" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "भ्रमित करने वाला खाता" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "भ्रमित करने वाला पोस्ट" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "मॉडरेशन के औज़ार" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "मॉडरेटर ने सामग्री पर सामान्य चेतावनी दी है।" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "अधिक फ़ीड" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "म्यूट" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "खाता म्यूट करें" msgid "Mute accounts" msgstr "खातों को म्यूट करें" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "बातचीत म्यूट करें" @@ -5396,7 +5503,7 @@ msgstr "म्यूट किए गए खाते" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "म्यूट किए गए खातों के पोस्ट आपके फ़ीड और आपकी अधिसूचनाओं से हटा दिए जाते हैं। म्यूट पूरी तरह से निजी हैं।" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "\"{0}\" द्वारा म्यूट किया गया" @@ -5421,17 +5528,6 @@ msgstr "मेरे फ़ीड" msgid "Name" msgstr "नाम" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "नाम या विवरण समुदाय मानकों का उल्लंघन करता है" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "अगले स्क्रीन पर जाता है" @@ -5455,20 +5551,16 @@ msgstr "अगले स्क्रीन पर जाता है" msgid "Navigates to your profile" msgstr "आपके प्रोफ़ाइल पर जाता है" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "कॉपीराइट उल्लंघन की शिकायत करना चाहते हैं?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "अपने फ़ॉलोअर और डेटा तक पहुँच कभी न खोएँ।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "छोड़ें, मेरे लिए हैंडल बनाएँ" @@ -5476,17 +5568,17 @@ msgstr "छोड़ें, मेरे लिए हैंडल बनाएँ" msgid "New" msgstr "नया" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "नया" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "नया पोस्ट" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "नया उपयोगकर्ता जानकारी डाय #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "सबसे नया जवाब पहले" @@ -5587,8 +5679,8 @@ msgstr "समाचार" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "समाचार" msgid "Next" msgstr "अगला" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "अगला" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "अगली छवि" @@ -5616,12 +5703,12 @@ msgstr "अगली छवि" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "कोई ऐप पासवर्ड नहीं" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "कोई DNS पैनल नहीं" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "अभी तक कोई पसंद नहीं" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "{0} को और फ़ॉलो नहीं कर रहे" @@ -5671,7 +5759,7 @@ msgstr "अभी तक कोई अधिसूचनाएँ नहीं!" msgid "No one" msgstr "कोई नहीं" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "केवल लेखक ही इस पोस्ट को क्वोट कर सकता है।" @@ -5701,7 +5789,7 @@ msgstr "कोई परिणाम नहीं" msgid "No results" msgstr "कोई परिणाम नहीं" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "\"{query}\" के लिए कोई परिणाम नहीं msgid "No results found for {query}" msgstr "{query} के लिए कोई परिणाम नहीं मिला" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "\"{search}\" के लिए कोई परिणाम नहीं msgid "No thanks" msgstr "नहीं धन्यवाद" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "कोई नहीं" @@ -5753,6 +5841,10 @@ msgstr "इसे अभी तक किसी ने रीपोस्ट न msgid "Nobody was found. Try searching for someone else." msgstr "कोई नहीं मिला। किसी और को खोजने का प्रयास करें।" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "ग़ैर-यौन नग्नता" @@ -5843,16 +5935,11 @@ msgstr "अभी" msgid "Now" msgstr "अभी" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "नग्नता" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "नग्नता या वयस्क सामग्री को वैसा लेबल नहीं किया गया" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "ठीक" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "ठीक है" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "सबसे पुराने जवाब पहले" @@ -5916,7 +6003,7 @@ msgstr "एक या अधिक वीडियो के विवरण न msgid "Only .jpg and .png files are supported" msgstr "केवल .jpg और .png फ़ाइलें समर्थित हैं" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "केवल {0} जवाब दे सकता है" @@ -5941,7 +6028,7 @@ msgstr "अरे, कोई गड़बड़ हुई!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "अवतार निर्माता खोलें" msgid "Open conversation options" msgstr "बातचीत विकल्प खोलें" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "ड्रॉअर मेनू खोलें" @@ -5973,8 +6060,8 @@ msgstr "इमोजी चयन खोलें" msgid "Open feed info screen" msgstr "फ़ीड जानकारी स्क्रीन खोलें" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "फ़ीड विकल्प मेनू खोलें" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "स्टार्टर पैक मेनू खोलें" @@ -6032,9 +6119,9 @@ msgstr "सिस्टम लॉग खोलें" msgid "Opens a dialog to add a content warning to your post" msgstr "आपके पोस्ट पर सामग्री चेतावनी जोड़ने का डायलॉग खोलता है।" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "यह चुनने के लिए डायलॉग खोलता कि कौन इस थ्रेड में जवाब दे सकता है" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "पासवर्ड रीसेट फ़ॉर्म खोलें" @@ -6103,24 +6190,15 @@ msgstr "पासवर्ड रीसेट फ़ॉर्म खोलें" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "यह प्रोफ़ाइल खोलता है" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "वैकल्पिक तौर पर नीचे अतिरिक्त जानकारी दें:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "विकल्प:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "या इन विकल्पों को जोड़ें:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "या, अन्य खाते से जारी रखें।" @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "अन्य" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "अन्य खाता" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "पृष्ठ नहीं मिला" msgid "Page Not Found" msgstr "पृष्ठ नहीं मिला" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "@{0} द्वारा फ़ॉलो किए गए लोग" msgid "People following @{0}" msgstr "@{0} को फ़ॉलो करते लोग" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "पालतू" msgid "Photography" msgstr "फ़ोटोग्राफ़ी" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "वयस्कों के लिए छवि।" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "फ़ीड पिन करें" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "होम में पिन करें" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "होम में पिन करें" @@ -6275,7 +6390,7 @@ msgstr "होम में पिन करें" msgid "Pin to your profile" msgstr "अपने प्रोफ़ाइल में पिन करें" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "पिन किया गया" @@ -6302,7 +6417,7 @@ msgstr "चलाएँ" msgid "Play {0}" msgstr "{0} चलाएँ" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "वीडियो चलाएँ" @@ -6327,7 +6442,7 @@ msgstr "GIF चलाता है" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "कृपया अपना ईमेल दर्ज करें।" msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "कृपया अपना पासवर्ड भी दर्ज करें:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "कृपया व्याख्या करें कि क्यों आपको लगता है {0} ने यह लेबल ग़लती से लगाई" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "राजनीति" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "अश्लील" @@ -6512,24 +6627,24 @@ msgstr "पोस्ट मिटाया गया" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "पोस्ट अपलोड करने में असफल। कृपया अपना इंटरनेट कनेक्शन जाँच लें और फिर प्रयास करें।" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "पोस्ट म्यूट किए गए शब्द से छिपाया गया" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "पोस्ट आपके द्वारा छिपाया गया" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "पोस्ट संपर्क सेटिंग" @@ -6614,13 +6729,8 @@ msgstr "पिछली छवि" msgid "Primary Language" msgstr "प्राथमिक भाषा" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "अपने फ़ॉलो किए गए खातों को प्राथमिकता दें" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "गोपनीयता" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "गोपनीयता नीति" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "वीडियो प्रसंस्करण हो रहा है..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "प्रोफ़ाइल अपडेट की गई" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "सार्वजनिक" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "क्वोट पोस्ट को सफलतापूर्वक msgid "Quote posts disabled" msgstr "क्वोट पोस्ट अक्षम किए गए" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "क्वोट सेटिंग" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "क्वोट सेटिंग" msgid "Quotes" msgstr "क्वोट" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "इस पोस्ट के क्वोट" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "दर सीमा से अधिक - आपने अपना हैंडल कम समय में बहुत बार बदलने का प्रयास किया है। फिर प्रयास करने से पहले एक मिनट इंतज़ार करें।" @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "कारण:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "फिर कनेक्ट करें" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "फ़ीड हटाएँ" msgid "Remove feed?" msgstr "फ़ीड हटाएँ?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "जवाब" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "जवाब अक्षम" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "इस पोस्ट पर जवाब अक्षम है" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "जवाब दें" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "जवाब दें ({0, plural, one {# जवाब} other {# जवाब}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "जवाब थ्रेड लेखक द्वारा छिपाया गया" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "जवाब आपके द्वारा छिपाया गया" @@ -7120,11 +7234,7 @@ msgstr "जवाब आपके द्वारा छिपाया गय msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "जवाब सेटिंग" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "जवाब सेटिंग थ्रेड का लेखक चुनता है" @@ -7141,7 +7251,7 @@ msgstr "जवाब दृश्यता अपडेट की गई" msgid "Reply was successfully hidden" msgstr "जवाब सफलतापूर्वक छिपाई गई" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "शिकायत करें" msgid "Report account" msgstr "खाते की शिकायत करें" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "बातचीत की शिकायत करें" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "शिकायत डायलॉग" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "फ़ीड की शिकायत करें" @@ -7176,7 +7285,7 @@ msgstr "फ़ीड की शिकायत करें" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "संदेश की शिकायत करें" @@ -7185,48 +7294,41 @@ msgstr "संदेश की शिकायत करें" msgid "Report post" msgstr "पोस्ट की शिकायत करें" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "स्टार्टर पैक की शिकायत करें" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "इस सामग्री की शिकायत करें" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "इस फ़ीड की शिकायत करें" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "इस सूची की शिकायत करें" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "इस संदेश की शिकायत करें" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "इस पोस्ट की शिकायत करें" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "इस स्टार्टर पैक की शिकायत करें" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "इस उपयोगकर्ता की शिकायत करें" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "रीपोस्ट करें या पोस्ट क्वोट करे" @@ -7277,7 +7379,7 @@ msgstr "आपने रीपोस्ट किया" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "इस पोस्ट के रीपोस्ट" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "ज्ञानप्राप्ति स्थिति को री msgid "Reset password" msgstr "पासवर्ड रीसेट करें" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "पिछली क्रिया का फिर से प्रय #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "पिछली क्रिया का फिर से प्रय msgid "Retry" msgstr "फिर प्रयास करें" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "पिछले पृष्ठ पर वापस जाएँ" @@ -7399,8 +7501,8 @@ msgstr "होम पृष्ठ पर वापस जाता है" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "पिछले पृष्ठ पर वापस जाता है" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "सहेजें" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "सहेजें" @@ -7459,8 +7561,13 @@ msgstr "नया हैंडल सहेजें" msgid "Save QR code" msgstr "QR कोड सहेजें" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "मेरे फ़ीड में सहेजें" @@ -7487,21 +7594,25 @@ msgstr "आपके फ़ीड में सहेजा गया" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "नमस्ते कहें!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "विज्ञान" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "ऊपर जाएँ" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "खोजें" @@ -7553,11 +7664,11 @@ msgstr "\"{searchText}\" खोजें" msgid "Search for feeds that you want to suggest to others." msgstr "फ़ीड खोजें जो आप दूसरों को दिखाना चाहते हैं" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "रंग चुनें" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "खाता चुनें" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "मौजूदा खाते से चुनें" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIF चुनें" @@ -7727,14 +7850,10 @@ msgstr "भाषा चुनें..." msgid "Select languages" msgstr "भाषाएँ चुनें" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "मॉडरेटर चुनें" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "उपशीर्षक फ़ाइल (.vtt) चुनें" msgid "Select the {emojiName} emoji as your avatar" msgstr "{emojiName} इमोजी को अपने अवतार के रूप में चुनें" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "शिकायत करने के लिए मॉडरेशन सेवा(एँ) चुनें" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "नीचे दिए विकल्पों में अपनी msgid "Select your preferred language for translations in your feed." msgstr "अपने फ़ीड में अनुवाद के लिए अपनी पसंदीदा भाषा चुनें।" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "कितना सुंदर वेबसाइट है!" @@ -7818,7 +7937,7 @@ msgstr "प्रतिक्रिया भेजें" msgid "Send message" msgstr "संदेश भेजें" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "इन्हें पोस्ट भेजें" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "शिकायत भेजें" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "{0} को शिकायत भेजें" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "सीधा संदेश द्वारा भेजें" msgid "Sends email with confirmation code for account deletion" msgstr "खाता मिटाने के लिए पुष्टिकरण कोड के साथ ईमेल भेजता है" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "सर्वर पता" @@ -7874,10 +7982,18 @@ msgstr "जन्मतिथि चुनें" msgid "Set new password" msgstr "नया पासवर्ड सेट करें" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "खाता बनाएँ" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "पासवर्ड रीसेट करने के लिए ईमेल चुनता है" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "यौन गतिविधि या कामुक नग्नता।" @@ -7953,7 +8069,7 @@ msgstr "यौन रूप से भड़काऊ" msgid "Share" msgstr "साझा करें" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "साझा करें" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "QR कोड साझा करें" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "इस फ़ीड को साझा करें" @@ -8012,8 +8128,8 @@ msgstr "इस स्टार्टर पैक को साझा करे #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "अपना पसंदीदा फ़ीड साझा करें" msgid "Shared Preferences Tester" msgstr "साझा की गई प्राथमिकताओं का परीक्षक" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "वैकल्पिक पाठ दिखाएँ" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "फिर भी दिखाएँ" @@ -8067,6 +8183,10 @@ msgstr "ऐसी चीज़ें कम देखें" msgid "Show list anyway" msgstr "फिर भी सूची दिखाएँ" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "अधिक दिखाएँ" @@ -8080,7 +8200,7 @@ msgstr "ऐसी चीज़ें अधिक देखें" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "जवाब दिखाएँ" msgid "Show replies as" msgstr "जवाबों को ऐसे दिखाएँ" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "अन्य जवाबों से पहले आपके फ़ॉलो किए गए लोगों के जवाब दिखाएँ" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "चेतावनी दिखाएँ" msgid "Show warning and filter from feeds" msgstr "चेतावनी दिखाएँ और फ़ीड से फ़िल्टर करें" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "साइन इन करें" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "{0} के रूप में साइन इन करें" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "... के रूप में साइन इन करें" @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "बातचीत में जुड़ने के लिए साइन इन करें या अपना खाता बनाएँ" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "छोटा" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "कुछ अन्य फ़ीड जो आपको शायद पसंद आएँ" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "कुछ लोग जवाब दे सकते हैं" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "कोई गड़बड़ हुई" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "कोई गड़बड़ हुई, फिर प्रयास करें" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "कोई गड़बड़ हुई!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "कुछ गड़बड़ है? हमें बताएँ।" @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "जवाब क्रमबद्ध करें" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "जवाबों को ऐसे क्रमबद्ध करें" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "उसी पोस्ट के जवाबों को ऐसे क्रमबद्ध करें:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "स्पैम" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "स्पैम; अत्यधिक उल्लेख या जवाब" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "स्पैम; अत्यधिक उल्लेख या जव msgid "Sports" msgstr "खेल" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "<0/> द्वारा स्टार्टर पैक" msgid "Starter pack by you" msgstr "आपके द्वारा स्टार्टर पैक" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "स्टार्टर पैक अमान्य है" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "स्टार्टर पैक" @@ -8436,8 +8547,8 @@ msgstr "कहानी की किताब" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "अपील जमा करें" msgid "Submit Appeal" msgstr "अपील जमा करें" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "सफल!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "आपके लिए सुझाव" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "भड़काऊ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "खाता बदलें" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "सिस्टम" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "ख़ारिज करने के लिए दबाएँ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "कार्य समाप्त - 10 फ़ॉलो!" @@ -8620,8 +8735,8 @@ msgstr "हमें अपने बारे में कुछ बताए msgid "Tell us a little more" msgstr "हमें थोड़ा और बताएँ" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "शर्तें" @@ -8637,26 +8752,11 @@ msgstr "शर्तें" msgid "Terms of Service" msgstr "सेवा की शर्तें" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "इन शब्दों का उपयोग समुदाय मानकों का उल्लंघन है" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "पाठ और टैग" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "पाठ दर्ज करने की फ़ील्ड" @@ -8665,10 +8765,6 @@ msgstr "पाठ दर्ज करने की फ़ील्ड" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "धन्यवाद। आपकी शिकायत भेज दी गई है।" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "धन्यवाद, आपने सफलतापूर्वक अपने ईमेल पते को सत्यापित किया है, आप इस डायलॉग को बंद कर सकते हैं।" @@ -8678,7 +8774,7 @@ msgstr "धन्यवाद, आपने सफलतापूर्वक msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "जिसमें निम्नलिखित शामिल हैं:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "बस इतना ही, दोस्तों!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "अनअवरुद्ध करने के बाद खाता आपसे संपर्क कर सकेगा।" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "ऐप को फिर से शुरू किया जाएगा" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "इस थ्रेड के लेखक ने इस जवाब को छिपाया है।" @@ -8750,11 +8846,11 @@ msgstr "यह अनुभव ऐप में बेहतर है। अभ msgid "The feed has been replaced with Discover." msgstr "फ़ीड को डिस्कवर से बदल दिया गया है।" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "आपके खाते पर नीचे दिए गए लेबल लगाए गए हैं।" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "आपके खाते पर नीचे दिए गए लेबल लगाए गए हैं।" @@ -8788,7 +8884,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "लगता है सर्वर को समस्याएँ हो रहीं हैं। कृपया थोड़े समय बाद फिर प्रयास करें।" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "आप जिस स्टार्टर पैक को देखने का प्रयास कर रहे हैं, वह अमान्य है। आप इस स्टार्टर पैक को मिटा सकते हैं।" @@ -8808,7 +8904,7 @@ msgstr "सेवा की शर्तों को स्थानांत 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 "आपका दर्ज किया गया सत्यापन कोड अमान्य है। पक्का करें कि आपने सही सत्यापन कोड का उपयोग किया या नए कोड का अनुरोध करें।" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "थीम" @@ -8827,7 +8923,7 @@ msgstr "Tenor से कनेक्ट करने में समस्य msgid "There was an issue contacting the server" msgstr "सर्वर से संपर्क करने में समस्या हुई" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "सर्वर से संपर्क करने में समस्या हुई, कृपया अपना इंटरनेट कनेक्शन जाँच लें और फिर प्रयास करें।" @@ -8836,7 +8932,7 @@ msgstr "सर्वर से संपर्क करने में सम msgid "There was an issue fetching notifications. Tap here to try again." msgstr "अधिसूचनाएँ लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "पोस्ट लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।" @@ -8845,7 +8941,7 @@ msgstr "पोस्ट लाने में समस्या हुई। msgid "There was an issue fetching the list. Tap here to try again." msgstr "सूची को लाने में समस्या हुई। फिर प्रयास करने के लिए यहाँ दबाएँ।" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "आपके ऐप पासवर्ड को लाने में समस्या हुई।" @@ -8862,11 +8958,6 @@ msgstr "आपके सेवा जानकारी को लाने म msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "इस फ़ीड को हटाने में समस्या हुई। कृपया अपना इंटरनेट कनेक्शन जाँच लें और फिर प्रयास करें।" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "आपके शिकायत को भेजने में समस्या हुई। कृपया अपना इंटरनेट कनेक्शन जाँच लें।" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "आपके फ़ीड को अपडेट करने में स #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "आपके फ़ीड को अपडेट करने में स msgid "There was an issue! {0}" msgstr "कोई समस्या हुई! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "एप्लिकेशन में एक अप्रत्याश 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "ये सेटिंग केवल फ़ॉलोइंग फ़ीड पर लागू होते हैं।" @@ -8941,7 +9036,7 @@ msgstr "इस खाते को को आपके एक या अधि msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "यह अपील <0>{sourceName}0> को भेजी जाएगी।" @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "यह सामग्री {0} द्वारा होस्ट की गई है। क्या आप बाहरी मीडिया सक्षम करना चाहते हैं?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "यह सामग्री उपलब्ध नहीं है क्योंकि किसी उपयोगकर्ता ने दूसरे को अवरुद्ध किया है।" @@ -9006,7 +9101,7 @@ msgstr "यह सुविधा ऐप पासवर्ड के उपय msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "इस फ़ीड को अभी भारी ट्रैफ़िक मिल रही है और अस्थायी रूप से अनुपलब्ध है। कृपया फिर प्रयास करें।" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "यह फ़ीड खाली है! आपको अधिक उपयोगकर्ताओं को फ़ॉलो करना पड़ेगा या अपने भाषा सेटिंग को बदलना पड़ेगा।" @@ -9020,7 +9115,7 @@ msgstr "यह फ़ीड खाली है।" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "यह फ़ीड और ऑनलाइन नहीं है। हम इसके बदले <0>डिस्कवर0> दिखा रहे हैं।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "यह हैंडल सुरक्षित है। कृपया कुछ और चुनें।" @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "यह लेबल लेखक द्वारा लगाई गई है।" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "यह लेबल आपके द्वारा लगाई गई है।" @@ -9065,11 +9160,11 @@ msgstr "यह सूची खाली है।" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "यह मॉडरेशन सेवा अनुपलब्ध है। अधिक जानकारी के लिए नीचे देखें। यदि यहा समस्या बनी रहती है, हमसे संपर्क करें।" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "यह पोस्ट <0>{0}0> को बनने का दावा करता है, पर इसे Bluesky पर सबसे पहले <1>{1}1> को देखा गया।" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "इस जवाब को आपके थ्रेड के नीच msgid "This service has not provided terms of service or a privacy policy." msgstr "इस सेवा ने कोई सेवा की शर्तें या गोपनियता नीति नहीं दी है।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "इस जगह पर डोमेन रिकॉर्ड बनना चाहिए:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "इस उपयोगकर्ता के कोई फ़ॉलोअर नहीं हैं" @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "इस उपयोगकर्ता ने आपको अवरुद्ध किया है" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "इस उपयोगकर्ता ने आपको अवरुद्ध किया है। आप उनके सामग्री नहीं देख सकते।" @@ -9142,7 +9237,7 @@ msgstr "यह उपयोगकर्ता <0>{0}0> सूची में msgid "This user is new here. Press for more info about when they joined." msgstr "यह उपयोगकर्ता यहाँ नया है। वे कब जुड़े, इसके बारे में अधिक जानकारी के लिए दबाएँ" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "यह उपयोगकर्ता किसी को फ़ॉलो नहीं करता।" @@ -9168,7 +9263,7 @@ msgstr "थ्रेड विकल्प" msgid "Thread preferences" msgstr "थ्रेड प्राथमिकताएँ" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "थ्रेड प्राथमिकताएँ" @@ -9181,6 +9276,10 @@ msgstr "थ्रेड" msgid "Threads Preferences" msgstr "थ्रेड प्राथमिकताएँ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "बातचीत की शिकायत करने के लिए, कृपया बातचीत स्क्रीन द्वारा किसी संदेश की शिकायत करें। इससे हमारे मॉडरेटर को आपकी समस्या का संदर्भ समझने में आसानी होगी।" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "आप यह शिकायत किसे भेजना चाहते हैं?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "आज" @@ -9222,8 +9317,8 @@ msgstr "बहतरीन" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "विषय" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "अनुवाद करें" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "रुझान" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "दो-चरणीय प्रमाणीकरण (2FA)" msgid "Type your message here" msgstr "अपना संदेश यहाँ लिखें" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "प्रकार:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "आपकी सेवा से संपर्क करने में असमर्थ। कृपया अपना इंटरनेट कनेक्शन जाँच ले।" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "मिटाने में असमर्थ" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "अनअवरुद्ध करें" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "अनअवरुद्ध करें" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "खाता अनअवरुद्ध करें" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "खाता अनअवरुद्ध करें?" @@ -9369,12 +9468,7 @@ msgstr "रीपोस्ट पूर्ववत करें" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "रीपोस्ट पूर्ववत करें ({0, plural, one {# रीपोस्ट} other {# रीपोस्ट}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "अनफ़ॉलो करें" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} को अनफ़ॉलो करें" @@ -9383,7 +9477,7 @@ msgstr "{0} को अनफ़ॉलो करें" msgid "Unfollow account" msgstr "खाता अनफ़ॉलो करें" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "नापसंद करें" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "नापसंद करें ({0, plural, one {# पसंद} other {# पसंद}})" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "अनम्यूट करें" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "खाता अनम्यूट करें" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "बातचीत अनम्यूट करें" @@ -9454,8 +9556,8 @@ msgstr "वीडियो अनम्यूट करें" msgid "Unpin" msgstr "पिन से हटाएँ" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "फ़ीड को पिन से हटाएँ" @@ -9464,8 +9566,8 @@ msgstr "फ़ीड को पिन से हटाएँ" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "होम से पिन से हटाएँ" @@ -9517,13 +9619,6 @@ msgstr "सूची की सदस्यता छोड़ी गई" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "अनचाहा यौन सामग्री" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "सूची में <0>{displayName}0> अपडेट करें msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "{domain} को अपडेट करें" @@ -9567,7 +9662,7 @@ msgstr "अपडेट हो रहा है..." msgid "Upload a photo instead" msgstr "इसके बदले फ़ोटो अपलोड करें" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "यहाँ पाठ फ़ाइल अपलोड करें:" @@ -9603,11 +9698,11 @@ msgstr "लिंक थंबनेल अपलोड हो रहा है. msgid "Uploading video..." msgstr "वीडियो अपलोड हो रहा है..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "अपने खाते या पासवर्ड का पूर्ण पहुँच दिए बिना अन्य Bluesky क्लाएंट में साइन इन करने के लिए ऐप पासवर्ड का उपयोग करें।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "डिफ़ॉल्ट प्रदाता का उपयोग करें" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "उपयोगकर्ता अवरुद्ध" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "\"{0}\" द्वारा उपयोगकर्ता अवरुद्ध" @@ -9660,7 +9755,7 @@ msgstr "सूची द्वारा उपयोगकर्ता अवर msgid "User Blocked by List" msgstr "सूची द्वारा उपयोगकर्ता अवरुद्ध" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "आपको अवरुद्ध करता उपयोगकर्ता" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "उपयोगकर्ता नाम या ईमेल पता" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "<0>@{0}0> द्वारा फ़ॉलो किए गए उपयोगकर्ता" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "मेरे फ़ॉलो किए गए उपयोगकर्ता" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "\"{0}\" में उपयोगकर्ता" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "मूल्य:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNS रिकॉर्ड सत्यापित करें" @@ -9786,8 +9873,8 @@ msgstr "ईमेल सत्यापन डायलॉग" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "अभी पाठ फ़ाइल सत्यापित करें" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "वीडियो गेम" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "वीडियो नहीं मिला" @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "{0} का अवतार देखें" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "{0} का प्रोफ़ाइल देखें" @@ -9906,16 +9993,11 @@ msgstr "अधिक जानकारी के लिए ब्लॉग प msgid "View debug entry" msgstr "डीबग प्रविष्टि देखें" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "विवरण देखें" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "कॉपीराइट उल्लंघन की शिकायत करने के लिए विवरण देखें" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "पूरा थ्रेड देखें" @@ -9960,7 +10042,7 @@ msgstr "@{0} द्वारा दी गई लेबल सेवा दे msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "इस फ़ीड को पसंद करने वाले उपयोगकर्ता देखें" @@ -9993,8 +10075,8 @@ msgstr "अपने म्यूट किए गए खाते देखे msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "आप अपने एल्गोरिथ्मिक फ़ीड में कौनसी भाषाएँ देखना चाहते हैं?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "इस पोस्ट से कौन संपर्क कर सकता है?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "कौन जवाब दे सकता है" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "इस सामग्री की समीक्षा क्यों होनी चाहिए?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "इस फ़ीड की समीक्षा क्यों होनी चाहिए?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "इस सूची की समीक्षा क्यों होनी चाहिए?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "इस संदेश की समीक्षा क्यों होनी चाहिए?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "इस पोस्ट की समीक्षा क्यों होनी चाहिए?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "इस स्टार्टर पैक की समीक्षा क्यों होनी चाहिए?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "इस उपयोगकर्ता की समीक्षा क्यों होनी चाहिए?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "हाँ" msgid "Yes, deactivate" msgstr "हाँ, निष्क्रिय करें" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "हाँ, इस स्टार्टर पैक को मिटाएँ" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "आपको वीडियो अपलोड करने की अनुमति नहीं है।" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "आप किसी को फ़ॉलो नहीं कर रहे है।" @@ -10445,17 +10534,13 @@ msgstr "आप लॉग इन जारी रखने के लिए अ msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "आप इसे बाद में अपने सेटिंग में बदल सकते हैं।" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "आपके कोई फ़ॉलोअर नहीं हैं।" @@ -10467,6 +10552,10 @@ msgstr "आप @{name} को फ़ॉलो करने वाले कि msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "आपके पास कोई पिन किए गए फ़ीड नहीं हैं।" @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "आपने इस उपयोगकर्ता को अवरुद्ध किया है" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "आपने इस उपयोगकर्ता को अवरुद्ध किया है। आप उनकी सामग्री नहीं देख सकते।" @@ -10495,7 +10584,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "आपने एक अमान्य कोड दर्ज की है। इसे XXXXX-XXXXX जैसा दिखना चाहिए।" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "आपने इस पोस्ट को छिपाया है" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "आपने इस पोस्ट को छिपाया है।" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "आपने इस खाते को म्यूट किया है।" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "आपने इस उपयोगकर्ता को म्यूट किया है" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "आपने अभी तक कोई शब्द या टैग म्यूट नहीं किया है।" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "आपने इस जवाब को छिपाया" @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "आप पराए लेबलों पर अपील कर सकते हैं यदि आपको लगता है कि इन्हें ग़लती से लगाया गया है।" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "आप इन लेबलों पर अपील कर सकते हैं यदि आपको लगता है कि इन्हें ग़लती से लगाया गया है।" @@ -10614,10 +10703,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "QR कोड सहेजने के लिए आपको फ़ोटो लाइब्रेरी तक पहुँच देनी पड़ेगी।" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "शिकायत करने के लिए आपको कम से कम एक लेबलकर्ता चुनना पड़ेगा।" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "आप बढ़ने के लिए तैयार हैं!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "आपने इस पोस्ट में से एक शब्द या टैग छिपाने का निर्णय लिया है।" @@ -10750,7 +10839,7 @@ msgstr "आप वीडियो अपलोड करने की दैन msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "आप वीडियो अपलोड करने की दैनिक सीमा तक पहुँच गए (अत्यधिक वीडियो)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "आपकी जन्मतिथि" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "आपका ब्राउज़र वीडियो के प्रकार का समर्थन नहीं करता। कृपया कोई नया ब्राउज़र आज़माएँ।" @@ -10798,7 +10887,7 @@ msgstr "आपके बतचिक अक्षम किए गए हैं msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "आपका वर्तमान हैंडल <0>{0}0> आपके लिए आरक्षित रहेगा। आप इस खाते से कभी भी उस हैंडल पर वापस जा सकते हैं।" @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "आपकी पहली पसंद!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "आपके प्रोफ़ाइल, पोस्ट, फ़ीड और msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "आपके शिकायत को Bluesky मॉडरेशन सेवा को भेजा जाएगा।" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/hu/messages.po b/src/locale/locales/hu/messages.po index 21a0b35627..3c3edc6503 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "{interestsDisplayName} kategória (aktív)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {követő} other {követő}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {követett} other {követett}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {kedvelés} other {kedvelés}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {kedvelés} other {kedvelés}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {bejegyzés} other {bejegyzés}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {idézés} other {idézés}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {megosztás} other {megosztás}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, other {mentés}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} bejegyzés}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, one {}other {#}} személy regisztrált ezzel a kezdőcsomaggal!" @@ -133,6 +133,10 @@ msgstr "{0, plural, one {}other {#}} személy regisztrált ezzel a kezdőcsomagg msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# további}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (fiók)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {# óra} other {# óra}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {# perc} other {# perc}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy mostantól követ Téged" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy kedvelte az egyéni hírfolyamodat" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy kedvelte a bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy kedvelte a megosztott bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy eltávolította a hitelesítését a fiókodról" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy megosztotta a bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy megosztotta a megosztott bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy a Te kezdőcsomagoddal regisztrált" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}}0> további személy hitelesített Téged" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} mostantól követ Téged" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} kölcsönözte a követésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} kedvelte az egyéni hírfolyamodat" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} kedvelte a bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} kedvelte a megosztott bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} eltávolította a hitelesítését a fiókodról" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} megosztotta a bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} megosztotta a megosztott bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} a Te kezdőcsomagoddal regisztrált" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} hitelesített Téged" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy mostantól követ Téged" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy kedvelte az egyéni hírfolyamodat" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy kedvelte a bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy kedvelte a megosztott bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy eltávolította a hitelesítését a fiókodról" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy megosztotta a bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy megosztotta a megosztott bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy a Te kezdőcsomagoddal regisztrált" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy hitelesített Téged" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} mostantól követ Téged" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} kölcsönözte a követésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} kedvelte az egyéni hírfolyamodat" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} kedvelte a bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} kedvelte a megosztott bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} eltávolította a hitelesítését a fiókodról" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} megosztotta a bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} megosztotta a megosztott bejegyzésedet" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} a Te kezdőcsomagoddal regisztrált" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} hitelesített Téged" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} követett" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> és<1> 1><2>{1} 2>szerepel a kezdőcsomagodban" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> szerepel a kezdőcsomagodban" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "a(z) <0>{0}0> lista tagjai" @@ -515,7 +519,7 @@ msgstr "⚠Érvénytelen felhasználónév" msgid "24 hours" msgstr "24 óráig" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Kétlépcsős azonosítás" @@ -560,12 +564,16 @@ msgstr "Képernyőkép egy felhasználói profilról, amelyen egy harang ikon l msgid "About" msgstr "Névjegy" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Abuzív vagy diszkriminatív viselkedés" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Elfogadás" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Csevegési kérelem elfogadása" @@ -582,14 +590,14 @@ msgstr "Javasolt nyelv elfogadása" #: src/screens/Settings/Settings.tsx:220 #: src/screens/Settings/Settings.tsx:223 msgid "Accessibility" -msgstr "Kisegítő lehetőségek" +msgstr "Akadálymentesítés" #: src/Navigation.tsx:383 msgid "Accessibility Settings" -msgstr "Kisegítő lehetőségek" +msgstr "Akadálymentesítés" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Fiók" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Elnémítottad a fiókot" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Elnémított fiók" @@ -627,11 +635,15 @@ msgstr "Elnémított fiók (lista által)" msgid "Account options" msgstr "Fióklehetőségek" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Fiókszolgáltató" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Fiók levéve a listáról" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "A folytatáshoz még {0} fiókot kell felvenned" msgid "Add {displayName} to starter pack" msgstr "{displayName} felvétele egy kezdőcsomagba" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Tartalomfigyelmeztetés felvétele" @@ -730,8 +742,8 @@ msgstr "Válaszlánc bővítése" msgid "Add app password" msgstr "Alkalmazásjelszó létrehozása" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Alkalmazásjelszó létrehozása" @@ -745,8 +757,8 @@ msgstr "Emoji-reakció hozzáfűzése" msgid "Add media to post" msgstr "Médiatartalom csatolása a bejegyzéshez" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "További részletek megadása (nem kötelező)" @@ -783,7 +795,7 @@ msgstr "Vegyél fel néhány hírfolyamot a kezdőcsomagodba!" msgid "Add the default feed of only people you follow" msgstr "Az alapértelmezett hírfolyamban az általad követett személyek bejegyzései jelennek meg" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Vedd fel az alábbi DNS-rekordot a tartományodhoz:" @@ -823,18 +835,22 @@ msgstr "Fiók kezdőcsomagba véve" msgid "Additional details (limit 1000 characters)" msgstr "További részletek (legfeljebb 1000 karakter)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "További részletek (legfeljebb 300 karakter)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Pornó" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Felnőtt tartalom" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Felnőtt tartalom" @@ -846,11 +862,15 @@ msgstr "A felnőtt tartalmakat csak böngészőből, a <0>bsky.app0> honlapon msgid "Adult content is disabled." msgstr "A felnőtt tartalmak le vannak tiltva." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Felnőtt tartalmi feljegyzések" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Felnőttek szexuális kizsákmányolása" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Haladó beállítások" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Bárki válaszolhat" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Bejövő üzenetek fogadá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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +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:512 +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:630 msgid "Allow quote posts" msgstr "Idézés engedélyezése" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Válaszok fogadása:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "A(z) {0} listáról bárki válaszolhat" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "A követőid közül bárki válaszolhat" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Megengedi a személyes üzenetekhez való hozzáférést" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Már van kódod?" @@ -1003,14 +1039,18 @@ msgstr "A hírfolyam lekérdezése meghiúsult." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "A kezdőcsomag létrehozása meghiúsult. Szeretnéd újra megpróbálni?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "A listák betöltése meghiúsult :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "A QR-kód mentése meghiúsult!" @@ -1035,8 +1075,7 @@ msgstr "Illusztráció, amely számos Bluesky-bejegyzést ábrázol megosztási- 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Olyan probléma, amit nem lehet a többi kategóriába sorolni" @@ -1050,10 +1089,10 @@ msgstr "A csevegés megnyitása meghiúsult" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Hiba történt. Próbáld újra." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "Egy kék pipával rendelkező felhasználó, az iPhone-os Bluesky alkalmazásban megjelenítve." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "ismeretlen feljegyző" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "és" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Állatok szexuális kizsákmányolása" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Állatkínzás" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Közlemény" msgid "Announcing verification on Bluesky" msgstr "Hitelesítés a Blueskyon" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Antiszociális viselkedés" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "Bárki" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Bárki kapcsolatba léphet" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Alkalmazás nyelve" msgid "App Password" msgstr "Alkalmazásjelszó" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Alkalmazásjelszó törölve" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Alkalmazásjelszók" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Alkalmazásjelszók" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Fellebbezés" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "A(z) „{0}” feljegyzés fellebbezése" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Döntés fellebbezése" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Ajánlott hírfolyamok elfogadása" msgid "Apply Pull Request" msgstr "Lekéréses kérelem alkalmazása" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archiválás dátuma: {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Archivált bejegyzés" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Biztosan törölni akarod a(z) „{0}” nevű alkalmazásjelszót?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Biztosan törölni akarod ezt az üzenetet? Az üzenet a Te nézőpontodból el lesz távolítva, de a másik fél számára nem." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Biztosan törölni akarod ezt a kezdőcsomagot?" @@ -1252,7 +1298,7 @@ msgstr "Jelenleg <0>{suggestedLanguageName}0> nyelven írsz?" msgid "Art" msgstr "Művészet" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Művészi- vagy nem erotikus meztelenség" @@ -1269,7 +1315,7 @@ msgstr "Témakör hozzárendelése" msgid "At least 8 characters" msgstr "Adj meg legalább 8 karaktert" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Sarki Fény" @@ -1284,21 +1330,21 @@ msgstr "Videók és GIF-ek automatikus lejátszása" msgid "Available" msgstr "Elérhető" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Vissza" msgid "Back to Chats" msgstr "Vissza a csevegésekhez" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Tiltott tartalom vagy biztonsági kockázat" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Vissztérő kitiltott felhasználó" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "A bejegyzés- vagy válaszírás előtt ellenőriznünk kell az e-mail-c msgid "Before creating a starter pack, you must first verify your email." msgstr "A kezdőcsomag létrehozása előtt ellenőriznünk kell az e-mail-címedet." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Az üzenetfogadás előtt ellenőriznünk kell az e-mail-címedet." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "A feliratkozás előtt vissza kell igazolnod az e-mail-címedet." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Születésnap" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Letiltás" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Fiók letiltása" msgid "Block accounts" msgstr "Fiókok letiltása" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Letiltás és törlés" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "A másik fél letiltása és/vagy a beszélgetés törlése" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Lista letiltása" @@ -1402,15 +1452,19 @@ msgstr "Letiltás/jelentés" msgid "Block these accounts?" msgstr "Fiókok letiltása" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Felhasználó letiltása" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Felhasználó letiltása" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "A másik fél letiltása és/vagy a beszélgetés törlése" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Letiltva" @@ -1449,25 +1503,25 @@ msgstr "A fiók letiltása nem fogja megakadályozni a feljegyzések hozzárende msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 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." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Klasszikus Bluesky" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "A Bluesky egy nyílt hálózat, ahol saját szolgáltatót választhatsz. Ha fejlesztő vagy, saját kiszolgálót is üzemeltethetsz." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "A Bluesky egy nyílt hálózat, ahol saját szolgáltatót választhatsz. Ha kezdő felhasználó vagy, akkor az alapértelmezett Bluesky Social lehetőséget javasoljuk." @@ -1513,6 +1567,10 @@ msgstr "Képek elhomályosítása és kiszűrés a hírfolyamokból" msgid "Books" msgstr "Könyvek" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "A Bluesky szabályzatának megszegése" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "További fiókokat a Felfedezés oldalon találsz" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Honlap" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Szerző: {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Szerző: <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Újraaktiválás megszakítása és kilépés" msgid "Cancel search" msgstr "Keresés megszakítása" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Egy letiltott felhasználóval nem léphetsz kapcsolatba" @@ -1697,12 +1756,12 @@ msgstr "Alkalmazás nyelvének megváltoztatása" msgid "Change Handle" msgstr "Felhasználónév megváltoztatása" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Címzett megváltoztatása" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Jelszó megváltoztatása" @@ -1710,7 +1769,11 @@ msgstr "Jelszó megváltoztatása" msgid "Change password dialog" msgstr "Jelszó-megváltoztatási párbeszédablak" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Jelentési kategória megváltoztatása" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Jelentési ok megváltoztatása" @@ -1739,8 +1802,8 @@ msgstr "Változtatások elmentve" msgid "Chat" msgstr "Csevegés" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Csevegés törölve" @@ -1753,7 +1816,7 @@ msgstr "Csevegési értesítések – néma" msgid "Chat messages - sound" msgstr "Csevegési értesítések – hangos" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Csevegés elnémítva" @@ -1769,7 +1832,7 @@ msgstr "Csevegési kérelmek" msgid "Chat requests" msgstr "Csevegési kérelmek" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Csevegések" msgid "Chat Settings" msgstr "Csevegések" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Csevegés némítása feloldva" @@ -1797,7 +1860,7 @@ msgstr "Csevegések" msgid "Check my status" msgstr "Állapot ellenőrzése" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Add meg az e-mailben kapott megerősítőkódot." @@ -1805,6 +1868,14 @@ msgstr "Add meg az e-mailben kapott megerősítőkódot." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Küldtünk egy e-mailt. Add meg a benne található ellenőrzőkódot:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Gyermekvédelem" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Gyermekpornográfia" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Tartományhitelesítési módszer" @@ -1833,7 +1904,7 @@ msgstr "Válaszd ki az algoritmusokat, amelyek az egyéni hírfolyamaidat műkö msgid "Choose this color as your avatar" msgstr "Szín használata profilképként" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Tárhelyszolgáltató megadása" @@ -1882,14 +1953,6 @@ msgstr "Hitelesítés most." msgid "Click here to update your email" msgstr "E-mail-cím frissítése" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Kattints ide a bejegyzés idézésének letiltásához." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Kattints ide a bejegyzés idézésének engedélyezéséhez." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "A(z) {tag} címke menüjének megnyitása" @@ -1919,9 +1982,11 @@ msgstr "Kipp 🐴 kopp 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Kipp 🐴 kopp 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Bezárás" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Az előtérben lévő párbeszédablak bezárása" @@ -2018,16 +2083,16 @@ msgstr "Emojiválasztó bezárása" msgid "Closes viewer for header image" msgstr "Borítókép-nézegető bezárása" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Lista összecsukása" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Egy értesítés felhasználólistájának összecsukása" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Színmód" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "GPS-szel kell megerősítened a tartózkodási helyedet. Ezt az információt nem tároljuk és nem fogja elhagyni az eszközödet." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "GPS-szel kell megerősítened a tartózkodási helyedet. Ezt az informá msgid "Confirmation code" msgstr "Megerősítőkód" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Csatlakozás folyamatban…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Tartalmak nyelve" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Ez a tartalom nem elérhető" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Önkárosítás ábrázolása vagy népszerűsítése" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Tartalomfigyelmeztetés" @@ -2212,7 +2281,7 @@ msgstr "A környezetérzékeny menü háttere. Kattints ide a menü bezárásáh msgid "Continue" msgstr "Folytatás" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Folytatás, mint {0} (Bejelentkezve)" @@ -2236,8 +2305,8 @@ msgstr "Következő lépés" msgid "Conversation" msgstr "Beszélgetés" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Beszélgetés törölve" @@ -2254,7 +2323,7 @@ msgstr "Sütés-főzés" msgid "Copied build version to clipboard" msgstr "Buildszám a vágólapra helyezve" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Buildszám a vágólapra helyezve" msgid "Copied to clipboard" msgstr "Vágólapra helyezve" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Vágólapra helyezve." @@ -2290,23 +2359,23 @@ msgstr "„at://” URI másolása" msgid "Copy author DID" msgstr "Szerző DID-jének másolása" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kód másolása" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DID másolása" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Gazda másolása" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Hivatkozás másolása" @@ -2331,12 +2400,12 @@ msgstr "Bejegyzés hivatkozásának másolása" msgid "Copy link to profile" msgstr "Profil hivatkozásának másolása" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Kezdőcsomag hivatkozásának másolása" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Üzenet szövegének másolása" @@ -2354,7 +2423,7 @@ msgstr "Bejegyzés szövegének másolása" msgid "Copy QR code" msgstr "QR-kód másolása" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXT-rekord értékének másolása" @@ -2377,8 +2446,8 @@ msgstr "Megszakadt a kapcsolat a hírfolyam-szolgáltatóval" msgid "Could not find profile" msgstr "Ez a profil nem található" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "A csevegés elhagyása meghiúsult" @@ -2392,7 +2461,7 @@ msgstr "A hírfolyam betöltése meghiúsult" msgid "Could not load list" msgstr "A lista betöltése meghiúsult" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "A csevegés elnémítása meghiúsult" @@ -2476,8 +2545,9 @@ msgstr "Moderálólista létrehozása" msgid "Create new account" msgstr "Regisztráció" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Jelentés neki: {0}" @@ -2490,7 +2560,7 @@ msgstr "Kezdőcsomag létrehozása" msgid "Create user list" msgstr "Felhasználólista létrehozása" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Létrehozás dátuma: {0}" @@ -2503,8 +2573,8 @@ msgstr "Letiltott szerző" msgid "Culture" msgstr "Kultúra" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Egyéni" @@ -2512,18 +2582,22 @@ msgstr "Egyéni" msgid "Customization options" msgstr "Testreszabás" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Add meg, hogy ki léphet kapcsolatba ezzel a bejegyzéssel." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "A Bluseky-élményed testreszabása" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Veszélyes kihívások vagy tevékenységek" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Káros szer- vagy droghasználat" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Lekapcsolt" @@ -2536,7 +2610,7 @@ msgstr "Lekapcsolt" msgid "Dark mode" msgstr "Sötét mód" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Sötét téma" @@ -2558,7 +2632,11 @@ msgstr "Moderálási hibakeresés" msgid "Debug panel" msgstr "Hibakeresési panel" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Hamisított felnőtt tartalom („deepfake”)" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Alapértelmezett" @@ -2566,14 +2644,14 @@ msgstr "Alapértelmezett" msgid "Default icons" msgstr "Alapértelmezett ikonok" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Törlés" @@ -2586,16 +2664,16 @@ msgstr "Fiók törlése" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "<0>\"0><1>{0}1><2>\"2> fiókjának törlése" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Alkalmazásjelszó törlése" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Alkalmazásjelszó törlése" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Csevegés törlése" @@ -2603,18 +2681,18 @@ msgstr "Csevegés törlése" msgid "Delete chat declaration record" msgstr "Csevegéskijelentési jegyzőkönyv ürítése" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Beszélgetés törlése" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Beszélgetés törlése" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Törlés helyileg" @@ -2623,11 +2701,11 @@ msgstr "Törlés helyileg" msgid "Delete list" msgstr "Lista törlése" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Üzenet törlése" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Üzenet törlése helyileg" @@ -2641,12 +2719,12 @@ msgstr "Fiók törlése" msgid "Delete post" msgstr "Bejegyzés törlése" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Kezdőcsomag törlése" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Kezdőcsomag törlése" @@ -2709,11 +2787,11 @@ msgstr "Bekapcsoltad a fejlesztői módot" msgid "Developer options" msgstr "Fejlesztői beállítások" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Párbeszédablak: A bejegyzés kapcsolatbalépési jogosultságainak testreszabása" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Félhomályos" @@ -2735,6 +2813,14 @@ msgstr "Kétlépcsős azonosítás kikapcsolása" msgid "Disable haptic feedback" msgstr "Rezgés letiltása" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Válaszadás letiltása" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Feliratok letiltása" @@ -2778,7 +2864,7 @@ msgstr "A fiók kijelentkezett felhasználók elől való elrejtésének kérelm msgid "Discover new custom feeds" msgstr "Egyéni hírfolyamok felfedezése" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Új hírfolyamok felfedezése" @@ -2817,8 +2903,8 @@ msgstr "Megjelenítendő név" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Hagyd el a trollokat és a szenzációhajhászokat! Találj rá valódi emberekre és beszélgess olyan témákról, amelyek igazán foglalkoztatnak!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS-panellel" @@ -2830,7 +2916,7 @@ msgstr "A követett felhasználók kivételt élveznek a némítás alól" msgid "Does not include nudity." msgstr "Nem ábrázol meztelenséget." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "A tartományellenőrzés kész." @@ -2853,19 +2939,20 @@ msgstr "Ne aggódj! A korábbi üzeneteid és beállításaid nem vesztek el és #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Koppints kétszer vagy tartsd lenyomva az üzenetet egy reakció hozzáf msgid "Double tap to close the dialog" msgstr "Koppints kétszer a párbeszédablak bezárásához" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Koppints kétszer a kedveléshez" @@ -2903,6 +2990,10 @@ msgstr "A Bluesky letöltése" msgid "Download CAR file" msgstr "CAR fájl letöltése" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Személyes információ kiszivárogtatása" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "A csatoláshoz húzd ide a képet." @@ -2943,9 +3034,13 @@ msgstr "pl.: Akik sosem tévednek." msgid "e.g. Users that repeatedly reply with ads." msgstr "pl.: Akik folyton csak reklámokkal válaszolnak." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Étkezési zavar" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "{0} értesítéseinek szerkesztése" msgid "Edit People" msgstr "Személyek szerkesztése" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "A bejegyzés kapcsolatbalépési beállításainak szerkesztése" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Profil szerkesztése" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Profil szerkesztése" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Kezdőcsomag szerkesztése" @@ -3034,7 +3129,7 @@ msgstr "Kezdőcsomag szerkesztése" msgid "Edit user list" msgstr "Felhasználólista szerkesztése" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Válaszjogosultsági beállítások szerkesztése" @@ -3085,7 +3180,7 @@ msgstr "Az e-mailes hitelesítés sikeresen befejeződött!" msgid "Email Verified" msgstr "Visszaigazoltad az e-mail-címedet" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "HTML-kód beágyazása" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Beágyazott videólejátszó" @@ -3141,6 +3236,10 @@ msgstr "Egy fiók értesítéseit a profilján, a <0>harang ikonon0> <1/> kere msgid "Enable push notifications" msgstr "Leküldéses értesítések engedélyezése" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Feliratok engedélyezése" @@ -3200,7 +3299,7 @@ msgstr "Add meg a használni kívánt tartományt" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Add meg a regisztrációkor használt e-mail-címedet. Küldeni fogunk egy „helyreállítási kódot”, amivel megváltoztathatod a jelszavad." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Add meg a fiók létrehozásakor használt felhasználónevet vagy e-mail-címet." @@ -3213,7 +3312,7 @@ msgstr "Add meg a születési dátumod" msgid "Enter your email address" msgstr "Add meg az e-mail-címedet" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Jelszó megadása" @@ -3258,22 +3357,18 @@ msgstr "A captcha válaszának fogadása meghiúsult." msgid "Error: {error}" msgstr "Hiba: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Bárkitől" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Bárki válaszolhat" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Bárki válaszolhat erre a bejegyzésre." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Bárkitől" @@ -3282,16 +3377,6 @@ msgstr "Bárkitől" msgid "Everything else" msgstr "Minden más" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Túl sok említés vagy válasz" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Túl sok- vagy nem kívánt üzenetek" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Követett felhasználók kihagyása a szűrésből" @@ -3316,7 +3401,7 @@ msgstr "Képnézegető bezárása" msgid "Expand alt text" msgstr "Helyettesítő szöveg folytatásának megjelenítése" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Lista kibontása" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Bejegyzés teljes szövegének kibontása/összecsukása" @@ -3348,7 +3433,7 @@ msgstr "Lejárt" msgid "Expires {0}" msgstr "{0} lejár" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Lejár: {0} múlva" @@ -3407,13 +3492,17 @@ msgstr "A külső médiatartalmak engedélyezése lehetővé teszi más honlapok msgid "External Media Preferences" msgstr "Külső médiatartalmak" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Szélsőséges tartalom" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "A csevegési kérelem elfogadása meghiúsult" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Az emoji-reakció hozzáfűzése meghiúsult" @@ -3421,7 +3510,7 @@ msgstr "Az emoji-reakció hozzáfűzése meghiúsult" msgid "Failed to add to starter pack" msgstr "A kezdőcsomag bővítése meghiúsult" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "A felhasználónév megváltoztatása meghiúsult. Próbáld újra." @@ -3438,13 +3527,13 @@ msgstr "A csevegés törlése meghiúsult" msgid "Failed to create starter pack" msgstr "A kezdőcsomag létrehozása meghiúsult" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "A csevegés törlése meghiúsult" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Az üzenet törlése meghiúsult" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "A kezdőcsomag törlése meghiúsult" @@ -3465,10 +3554,10 @@ msgstr "A javasolt fiókok automatikus követése meghiúsult. Próbáld újra" msgid "Failed to load conversations" msgstr "A csevegések betöltése meghiúsult" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "A hírfolyambeállítások betöltése meghiúsult" @@ -3498,14 +3587,14 @@ msgstr "A korábbi üzenetek betöltése meghiúsult" msgid "Failed to load preference." msgstr "A betöltés meghiúsult." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Az ajánlott hírfolyamok betöltése meghiúsult" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "A javasolt személyek betöltése meghiúsult" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "A bejegyzés kitűzése meghiúsult" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Az emoji-reakció eltávolítása meghiúsult" @@ -3535,7 +3624,8 @@ msgstr "A hitelesítés eltávolítása meghiúsult" 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/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "A kép mentése meghiúsult: {0}" @@ -3557,7 +3647,7 @@ msgstr "A küldés meghiúsult" msgid "Failed to send email, please try again." msgstr "Az e-mail elküldése meghiúsult. Próbáld újra." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "A fellebbezés elküldése meghiúsult. Próbáld újra." @@ -3606,6 +3696,14 @@ msgstr "Az e-mail-cím hitelesítése meghiúsult. Próbáld újra." msgid "Failed to verify handle. Please try again." msgstr "A felhasználónév hitelesítése meghiúsult. Próbáld újra." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Hamis vagy automatikusan üzemeltetett fiók" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Választási dezinformáció" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Hírfolyam" @@ -3623,7 +3721,7 @@ msgstr "Hírfolyamszerző" msgid "Feed identifier" msgstr "Hírfolyam-azonosító" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Hírfolyammenü" @@ -3635,8 +3733,8 @@ msgstr "Hírfolyam ki/be" msgid "Feed unavailable" msgstr "A hírfolyam nem elérhető" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Visszajelzés" @@ -3696,7 +3794,7 @@ msgstr "Szűrés nyelv alapján (Jelenlegi: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "A saját tevékenységekről szóló értesítések engedélyeinek megszabása" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Értesítések forrásainak szűrése" @@ -3713,7 +3811,7 @@ msgstr "Végre nyomon követheted a számodra fontos bejegyzéseket! Ha szeretn msgid "Finance" msgstr "Pénzügy" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Követendő fiókok felfedezése" msgid "Find people to follow" msgstr "Követendő személyek felfedezése" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Bejegyzések, felhasználók és hírfolyamok felfedezése a Blueskyon" @@ -3741,17 +3839,17 @@ msgstr "Befejezés" msgid "Fitness" msgstr "Fitnesz" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Egyszerű Fekete" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Egyszerű Kék" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Egyszerű Fehér" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Rugalmas" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Követés" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Követés" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0} követése" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "{handle} követése" @@ -3811,14 +3904,11 @@ 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:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Követés kölcsönzése" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Követés kölcsönzése" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Ismert követők" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Követett" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Követett" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Mostantól követed: {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Mostantól követed: {handle}" @@ -3894,11 +3988,11 @@ msgstr "Követ Téged" msgid "Follows You" msgstr "Követ Téged" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Betűtípus" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Betűméret" @@ -3919,7 +4013,7 @@ msgstr "Biztonsági okokból egy ellenőrzőkódot fogunk küldeni az e-mail-cí msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Biztonsági okokból ezt többé nem tekintheted meg. Ha elveszted ezt a jelszót, akkor újat kell létrehoznod." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "A legjobb élmény érdekében a témabetűtípus használatát javasoljuk." @@ -3941,11 +4035,11 @@ msgstr "Szűrd ki a zajt!" msgid "Forgot Password" msgstr "Elfelejtett jelszó" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Elfelejtett jelszó" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Elfelejtetted?" @@ -3953,12 +4047,7 @@ msgstr "Elfelejtetted?" msgid "Free your feed" msgstr "Szabadítsd fel a hírfolyamodat!" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Gyakran tesz közzé kéretlen tartalmakat" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Forrás" @@ -4011,7 +4100,7 @@ msgstr "Értesítés, ha valaki megoszt egy bejegyzést, amelyet megosztottál." msgid "Get notifications when people repost your posts." msgstr "Értesítés, ha valaki megosztja az egyik bejegyzésedet." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Feliratkozás értesítésekre" @@ -4027,7 +4116,7 @@ msgstr "Feliratkozás {name} új bejegyzéseire" msgid "Get notified of this account’s activity" msgstr "Feliratkozás a fiók tevékenységeire" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Feliratkozás {name} új bejegyzéseire" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Adj arcot a profilodnak!" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "A törvény vagy a felhasználási feltételek egyértelmű megszegése" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Az erőszak népszerűsítése" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "A törvény vagy a felhasználási feltételek egyértelmű megszegése" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Vissza" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Vissza" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Vissza az előző lépéshez" @@ -4123,7 +4208,7 @@ msgstr "Élő adás indítása" msgid "Go live for" msgstr "Élő adás indítása az alábbi időintervallumra:" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "{firstAuthorName} profiljának megnyitása" @@ -4146,23 +4231,35 @@ msgstr "Ugrás a hírfolyamhoz" msgid "Go to next" msgstr "Tovább" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Profil megnyitása" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ugrás a felhasználó profiljára" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Grafikus médiatartalom" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Az erőszak látványos megjelenítése" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Kiskorúak kizsákmányolása vagy szexuális ragadozás" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Informatikai rendszerek feltörése (hackelés) vagy támadása" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Már félúton vagy!" msgid "Handle" msgstr "Felhasználónév" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Ez a felhasználónév már foglalt. Adj meg egy másikat." @@ -4182,7 +4279,7 @@ msgstr "Ez a felhasználónév már foglalt. Adj meg egy másikat." msgid "Handle changed!" msgstr "Megváltoztattad a felhasználónevedet." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Ez a felhasználónév túl hosszú. Adj meg egy rövidebbet." @@ -4190,10 +4287,17 @@ msgstr "Ez a felhasználónév túl hosszú. Adj meg egy rövidebbet." msgid "Haptics" msgstr "Rezgés" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Zaklatás, gúnyolódás vagy tűrélytelenség" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Zaklatás vagy gyűlölet" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Veszélyes vagy káros tevékenységek" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Kiskorúak veszélyeztetése vagy károsítása" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Címke" msgid "Hashtag {tag}" msgstr "Címke: {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Gyűlöletbeszéd" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Problémába ütköztél?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Súgó" @@ -4238,7 +4346,7 @@ msgstr "Szervusz! 👋" msgid "Hidden" msgstr "Rejtett tartalom" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Elrejtve a moderálási beállítások alapján." @@ -4248,7 +4356,7 @@ msgstr "Rejtett lista" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Rejtett lista" msgid "Hide" msgstr "Elrejtés" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Elrejtés" @@ -4269,6 +4377,10 @@ msgstr "Elrejtés" msgid "Hide customization options" msgstr "Testreszabási lehetőségek elrejtése" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Listák elrejtése" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Felkapott témakörök elrejtése" msgid "Hide trending videos?" msgstr "Felkapott videók elrejtése" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Felhasználólista elrejtése" @@ -4320,7 +4432,7 @@ msgstr "Felhasználólista elrejtése" msgid "Hide verification badges" msgstr "Hitelesítési jelvények elrejtése" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Tartalom elrejtése" @@ -4365,12 +4477,12 @@ msgstr "Egy pillanat! A videófeltöltés lehetősége még nem mindenki számá msgid "Home" msgstr "Kezdőoldal" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Gazda:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Tárhelyszolgáltató" @@ -4383,6 +4495,10 @@ msgstr "Felkapott" msgid "How should we open this link?" msgstr "Hogyan nyissuk meg ezt a hivatkozást?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Embercsempészet" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "A jelszó megváltoztatásához egy ellenőrzőkódot fogunk küldeni, h msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "A saját fiókodra vonatkozó értesítési beállításokat a <0>Beállítások menü Adatvédelem és biztonság almenüjében0> szabhatod személyre." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Ha fejlesztő vagy, saját kiszolgálót is üzemeltethetsz." @@ -4443,12 +4559,7 @@ msgstr "Ha fejlesztő vagy, saját kiszolgálót is üzemeltethetsz." 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!" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Illegális és sürgős" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Kép" @@ -4461,29 +4572,24 @@ msgstr "Képgyorsítótár kiürítve" msgid "Image cache cleared, freed {0}" msgstr "Képgyorsítótár kiürítve. {0} hely felszabadult." -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Kép elmentve" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Fényképek mentéséhez a galériához való hozzáférés szükséges." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Megszemélyesítés vagy a kilétéről/hovatartozásáról szóló valótlan állítások" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Megszemélyesítés, dezinformáció vagy valótlan állítások" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Megszemélyesítés" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Alkalmazáson belüli" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Alkalmazáson belüli értesítések" @@ -4507,17 +4613,12 @@ msgstr "Alkalmazáson belüli, leküldéses, mindenkitől" msgid "In-app, Push, People you follow" msgstr "Alkalmazáson belüli, leküldéses, az Általad követett személyektől" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Illetlen üzenetek vagy hivatkozások" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Elfogytak a beérkező üzenetek." -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Érvénytelen felhasználónév vagy jelszó" @@ -4537,11 +4638,11 @@ msgstr "Új jelszó megadása" msgid "Input password for account deletion" msgstr "Jelszó megadása a fiók törléséhez" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "E-mailben kapott kód megadása" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "A kapcsolatbalépés korlátozott" @@ -4557,12 +4658,12 @@ msgstr "Tevékenységértesítések" msgid "Introducing saved posts AKA bookmarks" msgstr "Bejegyzések mentése (más néven: könyvjelzők)" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Érvénytelen kétlépcsős azonosítási kód." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Érvénytelen felhasználónév. Adj meg egy másikat." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Érvénytelen kapcsolatbalépési beállítások." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Érvénytelen jelentési ok" @@ -4626,8 +4727,8 @@ msgstr "Karrier" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Csatlakozz a Blueskyhoz!" @@ -4657,20 +4758,20 @@ msgstr "A KWS felhasználási feltételei" msgid "KWS website" msgstr "A KWS honlapja" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Feljegyezte a(z) {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Feljegyezte a szerző." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Feljegyzések" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Feljegyzések alkalmazva" @@ -4678,11 +4779,11 @@ msgstr "Feljegyzések alkalmazva" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "A feljegyzések felhasználókra és tartalmakra elhelyezett különleges címkék. A hálózat ezeket használja a különböző tartalmak kategóriákba sorolására, elrejtésére és a megtekintés előtti figyelmeztetések megjelenítésére." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "A fiókodra helyezett feljegyzések" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "A tartalmadra helyezett feljegyzések" @@ -4696,7 +4797,7 @@ msgstr "Nyelvi beállítások" msgid "Languages" msgstr "Nyelvek" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Nagyobb" @@ -4736,12 +4837,12 @@ msgstr "További információ az életkor-igazolásról" msgid "Learn more about Bluesky" msgstr "További információ a Blueskyról" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "További információ a Bluesky-tartalmak nyilvánosságáról." msgid "Learn more in your <0>account settings.0>" msgstr "További információ a <0>fiókbeállításokban0>." -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "További információ." @@ -4787,10 +4888,10 @@ msgstr "Elhagyás" msgid "Leave chat" msgstr "Csevegés elhagyása" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Beszélgetés elhagyása" @@ -4822,9 +4923,9 @@ msgstr "Állítsuk helyre a jelszavad!" msgid "Let's go!" msgstr "Gyerünk!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Világos" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Világos" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Tetszik ({0, plural, one {# kedvelés} other {# kedvelés}})" @@ -4855,7 +4956,7 @@ msgstr "Kedvelj 10 megjegyzést a Követett hírfolyam idomításához!" msgid "Like notifications" msgstr "Értesítések kedvelésekről" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Hírfolyam kedvelése" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {#} other {#}} felhasználó kedveli" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Megosztott bejegyzések kedvelése" msgid "Likes of your reposts notifications" msgstr "Értesítések megosztott bejegyzések kedveléséről" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "A bejegyzést kedvelők" @@ -5021,12 +5122,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:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Továbbiak" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "További javasolt hírfolyamok" @@ -5041,6 +5142,14 @@ msgstr "Új értesítések betöltése" msgid "Load new posts" msgstr "Új bejegyzések betöltése" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Listák betöltése…" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Kapcsolatbalépési beállítások betöltése…" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Betöltés…" @@ -5049,15 +5158,19 @@ msgstr "Betöltés…" msgid "Log" msgstr "Napló" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Kijelentkezve" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Láthatóság kijelentkezett felhasználók számára" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "A logó szerzője: @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "A logó szerzője: <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Elnémított szavak és címkék kezelése" msgid "Mark all as read" msgstr "Összes megjelölése olvasottként" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Megjelölés olvasottként" @@ -5132,7 +5245,7 @@ msgstr "Talán később" msgid "Media" msgstr "Média" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "A nyugalom megzavarására alkalmas vagy felnőtt témákat ábrázoló médiatartalom." @@ -5140,14 +5253,10 @@ msgstr "A nyugalom megzavarására alkalmas vagy felnőtt témákat ábrázoló msgid "Mention notifications" msgstr "Megemlítési értesítések" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "a megemlített felhasználók" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "A megemlített felhasználóktól" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menü" msgid "Message {0}" msgstr "Üzenetküldés neki: {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Üzenet törölve" @@ -5172,7 +5281,7 @@ msgstr "Üzenet törölve" msgid "Message deleted" msgstr "Törölt üzenet" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "@{0} üzenete: {1}" @@ -5189,7 +5298,7 @@ msgstr "Üzenetbeviteli mező" msgid "Message is too long" msgstr "Az üzenet túl hosszú" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Üzenetlehetőségek" @@ -5197,24 +5306,22 @@ msgstr "Üzenetlehetőségek" msgid "Messages" msgstr "Üzenetek" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Éjfél" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Kiskorúak zaklatása" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Egyéb értesítések" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Félrevezető fiók" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Félrevezető bejegyzés" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Félrevezető tartalom" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderálási eszközök" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "További hírfolyamok" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Elnémítás" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "A(z) {tag} címke elnémítása" @@ -5332,8 +5439,8 @@ msgstr "Fiók elnémítása" msgid "Mute accounts" msgstr "Fiókok elnémítása" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Beszélgetés elnémítása" @@ -5396,7 +5503,7 @@ msgstr "Elnémított fiókok" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Egy elnémított fiók nem fog megjelenni a hírfolyamaidban és nem kapsz tőle értesítéseket. A némított fiókok listája nem nyilvános." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Némítás forrása: {0}" @@ -5421,17 +5528,6 @@ msgstr "Hírfolyamgyűjtemény" msgid "Name" msgstr "Név" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "A címe vagy a leírása megszegi a közösségi irányelveket" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Ugrás a kezdőcsomaghoz" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Ugrás a következő képernyőre" @@ -5455,20 +5551,16 @@ 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:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "A szerzői jog megszegését akarod jelenteni?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Sose veszítsd el a követőidet vagy az adataidat!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Mégse – hozzon létre egy felhasználónevet automatikusan" @@ -5476,17 +5568,17 @@ msgstr "Mégse – hozzon létre egy felhasználónevet automatikusan" msgid "New" msgstr "Új" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Új" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink} új {postsCount, plural, one {bejegyzést} other {bejegyzéseket}} tett közzé" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{firstAuthorName} új {postsCount, plural, one {bejegyzést} other {bejegyzéseket}} tett közzé" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Új bejegyzés" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "{firstAuthorLink} és <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy0> új bejegyzéseket tett közzé" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "{firstAuthorName} és {additionalAuthorsCount, plural, one {{formattedAuthorsCount}} other {{formattedAuthorsCount}}} további személy új bejegyzéseket tett közzé" @@ -5574,8 +5666,8 @@ msgstr "Új felhasználó információs párbeszédablaka" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "A legújabb válaszok elöl" @@ -5587,8 +5679,8 @@ msgstr "Hírek" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Hírek" msgid "Next" msgstr "Tovább" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Tovább" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Következő kép" @@ -5616,12 +5703,12 @@ msgstr "Következő kép" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Még nem hoztál létre alkalmazásjelszót" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "DNS-panel nélkül" @@ -5646,8 +5733,9 @@ msgstr "Nincs előnézet" msgid "No likes yet" msgstr "Még nincsenek kedvelések" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Abbahagytad {0} követését" @@ -5671,7 +5759,7 @@ msgstr "Még nincsenek értesítéseid." msgid "No one" msgstr "Senkitől" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Ezt a bejegyzést csak a szerző idézheti." @@ -5701,7 +5789,7 @@ msgstr "Nincs találat" msgid "No results" msgstr "Nincs találat" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "A(z) „{0}” kifejezésre nincs találat." @@ -5719,7 +5807,7 @@ msgstr "A(z) „{query}” kifejezésre nincs találat" msgid "No results found for {query}" msgstr "A(z) „{query}” kifejezésre nincs találat" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Nincs találat." @@ -5732,9 +5820,9 @@ msgstr "A(z) „{search}” kifejezésre nincs találat." msgid "No thanks" msgstr "Köszönöm, nem" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" -msgstr "Senkitől" +msgstr "Senki" #: src/components/LikedByList.tsx:86 #: src/view/com/post-thread/PostLikedBy.tsx:86 @@ -5753,6 +5841,10 @@ msgstr "Ezt a tartalmat még senki sem osztotta meg. Talán Te lehetnél az els msgid "Nobody was found. Try searching for someone else." msgstr "Nincs találat. Próbálj rákeresni valaki másra." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Intim területeket ábrázoló nem szexuális képek" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nemszexuális meztelenség" @@ -5843,16 +5935,11 @@ msgstr "épp most" msgid "Now" msgstr "Épp most" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Meztelenség" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nem megjelölt meztelenség vagy felnőtt tartalom" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Oké" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "A legrégebbi válaszok elöl" @@ -5916,7 +6003,7 @@ msgstr "Legalább egy videóról hiányzik a helyettesítő szöveg." msgid "Only .jpg and .png files are supported" msgstr "Csak a .jpg és a .png formátumok támogatottak" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Csak {0} válaszolhatnak." @@ -5941,7 +6028,7 @@ msgstr "Hoppá! Valami balul sült el!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Profilképkészítő megnyitása" msgid "Open conversation options" msgstr "Beszélgetési beállítások megnyitása" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Oldalsó menü megnyitása" @@ -5973,8 +6060,8 @@ msgstr "Emojiválasztó megnyitása" msgid "Open feed info screen" msgstr "Hírfolyam tulajdonságainak megnyitása" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Hírfolyambeállítások megnyitása" @@ -6015,7 +6102,7 @@ msgstr "Profil megnyitása" msgid "Open share menu" msgstr "Továbbítási menü megnyitása" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Kezdőcsomag-menü megnyitása" @@ -6032,9 +6119,9 @@ msgstr "Rendszernapló megnyitása" msgid "Opens a dialog to add a content warning to your post" msgstr "A tartalomfigyelmeztetések alkalmazására alkalmas párbeszédablak megnyitása" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Párbeszédablak megnyitása, ahol megadhatod, hogy ki vehet részt a válaszláncban" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Párbeszédablak megnyitása, ahol megadhatod, hogy ki léphet kapcsolatba a bejegyzéssel" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "A(z) „{0}” hivatkozás megnyitása" msgid "Opens live status dialog" msgstr "Élőadásos állapoti párbeszédablak megnyitása" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Jelszóvisszaállítási űrlap megnyitása" @@ -6103,24 +6190,15 @@ msgstr "Jelszóvisszaállítási űrlap megnyitása" msgid "Opens post language settings" msgstr "Bejegyzések nyelvi beállításainak megnyitása" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Saját profil megnyitása" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Lehetőséged van megadni az alábbi információt is (Nem kötelező):" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "További lehetőségek:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Az alábbi lehetőségek közül egyszerre többet is kijelölhetsz:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Vagy folytatás egy másik fiókkal." @@ -6145,21 +6223,50 @@ msgstr "Frissítési állapot: A frissítések keresése meghiúsult" msgid "OTA status: None available" msgstr "Frissítési állapot: Nincs elérhető frissítés" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Egyéb" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Másik fiók" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Egyéb gyermekvédelmi probléma" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Egyéb veszélyes tartalom" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Egyéb zaklató vagy gyűlölködő tartalom" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Egyéb félrevezető tartalom" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Egyéb hálózati szabályszegés" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Egyéb szexuálisan kizsákmányoló tartalom" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Egyéb erőszakos tartalom" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Blogbejegyzés" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Megkaptuk a jelentésedet." @@ -6176,7 +6283,7 @@ msgstr "Az oldal nem található" msgid "Page Not Found" msgstr "Az oldal nem található" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "A(z) @{0} által követett személyek" msgid "People following @{0}" msgstr "Az őt követő személyek: @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Követett személyektől" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Az Általad követett személyek" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Az Általad megemlített személyek" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Háziállatok" msgid "Photography" msgstr "Fényképészet" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Felnőtteknek szánt képek." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Hírfolyam kitűzése" @@ -6266,7 +6381,7 @@ msgstr "Hírfolyam kitűzése" msgid "Pin to home" msgstr "Kitűzés a kezdőoldalra" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Kitűzés a kezdőoldalra" @@ -6275,7 +6390,7 @@ msgstr "Kitűzés a kezdőoldalra" msgid "Pin to your profile" msgstr "Kitűzés a profilodra" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Kitűzve" @@ -6302,7 +6417,7 @@ msgstr "Lejátszás" msgid "Play {0}" msgstr "{0} lejátszása" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Videó lejátszása" @@ -6327,7 +6442,7 @@ msgstr "GIF lejátszása" msgid "Plays the video" msgstr "Videó lejátszása" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Jelöld ki a releváns tartalomfigyelmeztetési kategóriákat." @@ -6413,7 +6528,7 @@ msgstr "Add meg a meghívókódodat." msgid "Please enter your new email address." msgstr "Add meg az új e-mail-címedet." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Add meg a jelszót" @@ -6421,11 +6536,11 @@ msgstr "Add meg a jelszót" msgid "Please enter your password as well:" msgstr "Add meg a jelszót is:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Add meg a felhasználónevedet" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Magyarázd el, hogy miért gondolod úgy, hogy a(z) {0} helytelenül alkalmazta ezt a feljegyzést" @@ -6446,11 +6561,11 @@ msgstr "Ha van bármi olyan információ, amire a moderátoroknak szüksége leh msgid "Please select a language" msgstr "Válassz ki egy nyelvet." -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Moderálási szolgáltatás megadása" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Add meg a jelentés okát." @@ -6473,7 +6588,7 @@ msgstr "Üzenet megadása:" msgid "Politics" msgstr "Politika" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornó" @@ -6512,24 +6627,24 @@ msgstr "Törölted a bejegyzést" 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Ezt a bejegyzést törölték." #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Bejegyzés elrejtve egy elnémított szó által" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Elrejtetted a bejegyzést" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Kapcsolatbalépési beállítások" @@ -6614,13 +6729,8 @@ msgstr "Előző kép" msgid "Primary Language" msgstr "Elsődleges nyelv" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Követett személyek előnyben részesítése" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Adatvédelem" @@ -6652,6 +6762,10 @@ msgstr "Adatvédelmi- és biztonsági beállítások" msgid "Privacy Policy" msgstr "Adatvédelmi irányelvek" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Kiskorúak személyes jogainak megsértése" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Videó feldolgozása folyamatban…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil frissítve" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Tiltott eszközök vagy szolgáltatások árusítása" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Psszt! Ha szeretnéd, akkor megszabhatod, hogy ki léphet kapcsolatba ezzel a bejegyzéssel." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Nyilvános" @@ -6714,7 +6836,7 @@ msgstr "Válasz közzététele" msgid "Push" msgstr "Leküldéses" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Leküldéses értesítések" @@ -6764,10 +6886,6 @@ msgstr "Leválasztottad az idézetet" msgid "Quote posts disabled" msgstr "Idézés letiltva" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Idézési beállítások" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Idézési beállítások" msgid "Quotes" msgstr "Idézések" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "A bejegyzés idézései" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Korlát átlépve – rövid időn belül túl sokszor próbáltad megváltoztatni a felhasználónevedet. Várj egy kicsit, mielőtt újra megkísérelnéd." @@ -6805,11 +6923,11 @@ msgstr "{0, plural, other {# további válasz}} megtekintése" msgid "Read blog post" msgstr "Blogbejegyzés megtekintése (angolul)" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Kevesebb" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Több" @@ -6849,15 +6967,11 @@ msgstr "Valódi emberek." msgid "Reason for appeal" msgstr "Fellebbezési ok" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Indoklás:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Alkalmazáson belüli értesítések fogadása" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Leküldéses értesítések fogadása" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Újracsatlakozás" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Elutasítás" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Csevegési kérelem elutasítása" @@ -6946,8 +7060,8 @@ msgstr "Hírfolyam eltávolítása" msgid "Remove feed?" msgstr "Hírfolyam eltávolítása" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Válasz a bejegyzésedre" msgid "Replies" msgstr "Válaszok" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Válaszadás letiltva" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "A bejegyzés alatti válaszadás le van tiltva." @@ -7102,17 +7216,17 @@ 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 -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Válasz írása ({0, plural, one {# válasz} other {# válasz}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Elrejtve a válaszlánc szerzője által" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Elrejtve Általad" @@ -7120,11 +7234,7 @@ msgstr "Elrejtve Általad" msgid "Reply notifications" msgstr "Értesítések válaszokról" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Válaszbeállítások" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 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" @@ -7141,7 +7251,7 @@ msgstr "Frissítetted a válasz láthatóságát" msgid "Reply was successfully hidden" msgstr "Elrejtetted a választ" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Jelentés" msgid "Report account" msgstr "Fiók jelentése" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Beszélgetés jelentése" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Párbeszédablak jelentése" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Hírfolyam jelentése" @@ -7176,7 +7285,7 @@ msgstr "Hírfolyam jelentése" msgid "Report list" msgstr "Lista jelentése" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Üzenet jelentése" @@ -7185,48 +7294,41 @@ msgstr "Üzenet jelentése" msgid "Report post" msgstr "Bejegyzés jelentése" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Kezdőcsomag jelentése" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "A jelentést megkaptuk" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Tartalom jelentése" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Beszélgetés jelentése" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Hírfolyam jelentése" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Lista jelentése" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Üzenet jelentése" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Bejegyzés jelentése" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Kezdőcsomag jelentése" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Felhasználó jelentése" @@ -7250,7 +7352,7 @@ msgstr "Értesítések megosztásokról" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Megosztás vagy idézet" @@ -7277,7 +7379,7 @@ msgstr "Megosztottad" msgid "Reposts" msgstr "Megosztások" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "A bejegyzés megosztásai" @@ -7291,8 +7393,8 @@ msgstr "Megosztott bejegyzések megosztása" msgid "Reposts of your reposts notifications" msgstr "Értesítések megosztott bejegyzések megosztásáról" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Kód kérelmezése" @@ -7348,7 +7450,7 @@ msgstr "Regisztrációs varázsló állapotának alaphelyzetbe állítása" msgid "Reset password" msgstr "Jelszó helyreállítása" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Bejelentkezés újrapróbálása" @@ -7360,12 +7462,12 @@ msgstr "A legutóbb meghiúsult folyamat újrapróbálása" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "A legutóbb meghiúsult folyamat újrapróbálása" msgid "Retry" msgstr "Újra" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Jelentési lehetőségégek betöltésének újrapróbálása" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Vissza az előző oldalra" @@ -7399,8 +7501,8 @@ msgstr "Vissza a kezdőoldalra" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Vissza az előző oldalra" @@ -7412,8 +7514,8 @@ msgstr "Vissza az előző lépéshez" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Vissza az előző lépéshez" msgid "Save" msgstr "Mentés" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Mentés" @@ -7459,8 +7561,13 @@ msgstr "Felhasználónév mentése" msgid "Save QR code" msgstr "QR-kód mentése" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Beállítások megjegyzése" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Mentés a hírfolyamgyűjteménybe" @@ -7487,21 +7594,25 @@ msgstr "Hírfolyam elmentve" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Köszönj!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Átverés" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Tudomány" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Görgetés balra" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Görgetés jobbra" @@ -7513,7 +7624,7 @@ msgstr "Vissza a tetejére" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Keresés" @@ -7553,11 +7664,11 @@ msgstr "Keresés: {searchText}" msgid "Search for feeds that you want to suggest to others." msgstr "Ajánlható hírfolyamok keresése." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "További fiókok keresése" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "További hírfolyamok keresése" @@ -7610,19 +7721,19 @@ msgstr "Profilok keresése" msgid "Security step required" msgstr "Biztonsági lépés szükséges" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "A(z) {tag} címkével ellátott bejegyzések megtekintése" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "A felhasználó {tag} címkével ellátott bejegyzéseinek megtekintése" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "A(z) #{tag} címkével ellátott bejegyzések megtekintése" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "A felhasználó #{tag} címkével ellátott bejegyzéseinek megtekintése" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Lejátszásvezérlő sáv. Az előre-/visszatekeréshez használd a nyílbillentyűket és a szüneteltetéshez/lejátszáshoz nyomd meg a szóközt." #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "{interestsDisplayName} kategória kiválasztása" @@ -7665,11 +7776,15 @@ msgstr "{langName} kiválasztása" msgid "Select a color" msgstr "Szín kiválasztása" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Indok megadása" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Fiók kiválasztása" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Alkalmazás nyelvének megadása" @@ -7701,6 +7816,14 @@ msgstr "Hossz megadása" msgid "Select from an existing account" msgstr "Fiók kiválasztása" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Listák megadása" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Listák megadása <0>{numberOfListsSelected, plural, other {(# kiválasztva)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIF kiválasztása" @@ -7727,14 +7850,10 @@ msgstr "Nyelv kiválasztása…" msgid "Select languages" msgstr "Nyelvek kiválasztása" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Moderálási szolgáltatás kiválasztása" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Moderátor kiválasztása" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Bejegyzés nyelvének megadása" @@ -7752,10 +7871,6 @@ msgstr "Feliratfájl (.vtt) társítása" msgid "Select the {emojiName} emoji as your avatar" msgstr "A(z) {emojiName} emoji kiválasztása profilképként" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "A jelentéseket fogadó moderálási szolgáltatás(ok) megadása" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Bejegyzés nyelveinek megadása (legfeljebb 3)" @@ -7785,7 +7900,7 @@ msgstr "Válaszd ki az érdeklődési köreidet az alábbi lehetőségek közül msgid "Select your preferred language for translations in your feed." msgstr "Add meg, hogy milyen nyelvre szeretnéd lefordítani a bejegyzéseket." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Kívánt értesítési csatornák megadása" @@ -7793,6 +7908,10 @@ msgstr "Kívánt értesítési csatornák megadása" msgid "Selecting multiple media types is not supported." msgstr "Egy bejegyzéshez csak egyféle médiatartalom csatolható." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Önkárosítás vagy veszélyes viselkedés" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Küldj be egy pompás honlapot!" @@ -7818,7 +7937,7 @@ msgstr "Visszajelzés küldése" msgid "Send message" msgstr "Üzenet küldése" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Bejegyzés küldése neki: {name}" @@ -7826,18 +7945,7 @@ msgstr "Bejegyzés küldése neki: {name}" msgid "Send post to..." msgstr "Címzett kiválasztása" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Jelentés küldése" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Jelentés küldése neki: {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Jelentés küldése neki: {title}" @@ -7858,7 +7966,7 @@ msgstr "Továbbítás személyes üzenetben" msgid "Sends email with confirmation code for account deletion" msgstr "Visszaigazoló e-mail küldése a fiók törlése szempontjából" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Kiszolgáló címe" @@ -7874,10 +7982,18 @@ msgstr "Születési dátum megadása" msgid "Set new password" msgstr "Új jelszó beállítása" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "A megengedett személyek csoportjainak pontos megszabása" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Fiók beállítása" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Add meg, hogy ki léphet kapcsolatba a bejegyzéssel" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "E-mail cím beállítása jelszóvisszaállításhoz" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Beállítások elmentve" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Szexuális aktusok vagy erotikus meztelenség." @@ -7953,7 +8069,7 @@ msgstr "Szexuális tartalom" msgid "Share" msgstr "Továbbítás" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Továbbítás" @@ -7996,7 +8112,7 @@ msgstr "Bejegyzés „at://” URI-jének továbbítása" msgid "Share QR code" msgstr "QR-kód továbbítása" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Hírfolyam továbbítása" @@ -8012,8 +8128,8 @@ msgstr "Oszd meg ezt a kezdőcsomagot, hogy mások is csatlakozhassanak a Bluesk #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Oszd meg a kedvenc hírfolyamod!" msgid "Shared Preferences Tester" msgstr "„Megosztott beállítások” tesztelő" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Helyettesítő szöveg megjelenítése" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Megjelenítés mégis" @@ -8067,6 +8183,10 @@ msgstr "Kevesebb ilyet mutasson" msgid "Show list anyway" msgstr "Lista megjelenítése mégis" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Választható felhasználólisták megjelenítése" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Továbbiak" @@ -8080,7 +8200,7 @@ msgstr "Több ilyet mutasson" msgid "Show more replies" msgstr "További válaszok megjelenítése" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Válaszok megjelenítése egymásból kiágazva" @@ -8098,10 +8218,6 @@ msgstr "Válaszok megjelenítése" msgid "Show replies as" msgstr "Válaszok megjelenése" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Az Általad követett személyek válaszainak megjelenítése legfelül egy bejegyzés alatt" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Figyelmeztetés" msgid "Show warning and filter from feeds" msgstr "Figyelmeztetés és kiszűrés a hírfolyamokból" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "További információ a bejegyzés dátumáról" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Tartalom megjelenítése" @@ -8145,7 +8261,7 @@ msgstr "Tartalom megjelenítése" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Tartalom megjelenítése" msgid "Sign in" msgstr "Bejelentkezés" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Bejelentkezés, mint {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Bejelentkezés, mint…" @@ -8177,7 +8293,7 @@ msgstr "Jelentkezz be vagy regisztrálj" msgid "Sign in or create your account to join the conversation!" msgstr "Jelentkezz be vagy regisztrálj a csatlakozáshoz!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Bejelentkezés egy másik felhasználói fiókba" @@ -8243,7 +8359,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/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Kisebb" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Csak bizonyos személyek válaszolhatnak" @@ -8280,7 +8396,7 @@ msgstr "Valaki {0} emojival reagált" msgid "Someone reacted {0} to {1}" msgstr "Valaki {0} emojival reagált erre: {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Valami nem stimmel a beküldendő adatokkal. Vedd fel a kapcsolatot az ügyfélszolgálattal." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Valami balul sült el" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Valami balul sült el. Próbáld újra" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Valami balul sült el!" msgid "Something went wrong. Please try again in a moment." msgstr "Valami balul sült el. Próbáld újra." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Valami balul sült el. Próbáld újra." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Valami nem stimmel? Vedd fel velünk a kapcsolatot!" @@ -8327,34 +8442,30 @@ msgstr "Sajnáljuk, de a javasolt fiókok betöltése meghiúsult." msgid "Sorry! Your session expired. Please sign in again." msgstr "Sajnáljuk, de lejárt a munkameneted. Jelentkezz be újra." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Válaszok rendezése" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Rendezés módja:" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Egy bejegyzés alatti válaszok rendezése:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Forrás: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; túl sok említés vagy válasz" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Hamis/kéretlen tartalom vagy átverés" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; túl sok említés vagy válasz" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "A megkezdett beszélgetések itt fognak megjelenni." @@ -8403,11 +8514,11 @@ msgstr "Kezdőcsomag – Szerző: <0/>" msgid "Starter pack by you" msgstr "Kezdőcsomag – Saját" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Ez a kezdőcsomag érvénytelen" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Kezdőcsomagok" @@ -8436,8 +8547,8 @@ msgstr "Mesekönyv" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Fellebbezés beküldése" msgid "Submit Appeal" msgstr "Fellebbezés beküldése" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Jelentés küldése" @@ -8494,7 +8605,7 @@ msgstr "Siker!" msgid "Successfully verified" msgstr "Fiók hitelesítve" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Javasolt fiókok" @@ -8506,17 +8617,17 @@ msgstr "Javasolt fiókok" msgid "Suggested for you" msgstr "Számodra javasolt" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Felnőtt tartalom" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Alkonyat" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Szürkület" @@ -8547,10 +8658,10 @@ msgstr "Fiókváltás" msgid "Switch to {0}" msgstr "Váltás rá: {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Rendszer" @@ -8591,6 +8702,10 @@ msgstr "Koppints ide a helyi menü bezárásához" msgid "Tap to dismiss" msgstr "Koppints ide a bezáráshoz" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Célzott zaklatás" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Feladat teljesítve – 10 követés!" @@ -8622,8 +8737,8 @@ msgstr "Mesélj magadról!" msgid "Tell us a little more" msgstr "További részletek" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Feltételek" @@ -8639,26 +8754,11 @@ msgstr "Feltételek" msgid "Terms of Service" msgstr "Felhasználási feltételek" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "A közösségi irányelveket megszegő kifejezések" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Szöveg és címkék" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Szövegmező" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Szövegbeviteli mező" @@ -8667,10 +8767,6 @@ msgstr "Szövegbeviteli mező" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Köszönjük! A hírfolyam üzemeltetője megkapta a visszajelzést." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Köszönjük! A jelentést megkaptuk." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8680,7 +8776,7 @@ msgstr "Köszönjük! Visszaigazoltad az e-mail-címedet – most már bezárhat msgid "Thanks! You're all set." msgstr "Köszönjük! Most már minden kész." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Az alábbi tartalommal:" @@ -8701,11 +8797,11 @@ 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:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Ez minden!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 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." @@ -8716,7 +8812,7 @@ msgid "The app will be restarted" msgstr "A beállítások érvénybeléptetése érdekében az alkalmazás újra lesz indítva" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "A válaszlánc szerzője elrejtette ezt a választ." @@ -8752,11 +8848,11 @@ msgstr "Az alkalmazás jobb. Töltsd le a Blueskyt és onnan folytatjuk, ahol ab msgid "The feed has been replaced with Discover." msgstr "Ennek a hírfolyamnak a helyét átvette a Felfedezés." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Az alábbi feljegyzéseket alkalmazták a fiókodra." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Az alábbi feljegyzéseket alkalmazták a tartalmadra." @@ -8790,7 +8886,7 @@ msgstr "A kiválasztott videófájl meghaladja a 100 MB-os korlátot. Kérjük, 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8810,7 +8906,7 @@ msgstr "A felhasználási feltételek elköltöztek:" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Téma" @@ -8829,7 +8925,7 @@ msgstr "Megszakadt a kapcsolat a Tenorral." msgid "There was an issue contacting the server" msgstr "Megszakadt a kapcsolat a kiszolgálóval" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8838,7 +8934,7 @@ msgstr "Megszakadt a kapcsolat a kiszolgálóval. Ellenőrizd az internetkapcsol 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8847,7 +8943,7 @@ msgstr "A bejegyzések lekérése meghiúsult. Koppints ide az újrapróbálkoz msgid "There was an issue fetching the list. Tap here to try again." msgstr "A lista lekérése meghiúsult. Koppints ide az újrapróbálkozáshoz." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Hiba történt az alkalmazásjelszavak lekérése közben" @@ -8864,11 +8960,6 @@ msgstr "A kiszolgálód adatainak lekérése meghiúsult" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "A hírfolyam eltávolítása meghiúsult. Ellenőrizd az internetkapcsolatot, majd próbáld újra." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "A jelentés küldése meghiúsult. Ellenőrizd az internetkapcsolatot." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8880,9 +8971,9 @@ msgstr "A hírfolyamok frissítése meghiúsult. Ellenőrizd az internetkapcsola #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8892,7 +8983,7 @@ msgstr "A hírfolyamok frissítése meghiúsult. Ellenőrizd az internetkapcsola msgid "There was an issue! {0}" msgstr "Hiba történt! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8915,6 +9006,10 @@ msgstr "Váratlan alkalmazáshiba történt. Kérjük jelentsd!" 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:654 +msgid "These are your default settings" +msgstr "Ezek az alapértelmezett beállítások" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Az alábbi beállítások csak a Követett hírfolyamra vonatkoznak." @@ -8943,7 +9038,7 @@ msgstr "Ezt a felhasználót legalább egy aktív moderálólista letiltotta. Ha msgid "This action can be undone at any time." msgstr "Ezt bármikor visszavonhatod." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "A fellebbezés címzettje: <0>{sourceName}0>." @@ -8972,7 +9067,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Ezt a tartalmat a(z) {0} üzemelteti. Szeretnéd engedélyezni a külső médiatartalmak megjelenítését?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Ez a tartalom jelenleg nem elérhető, mert az egyik kapcsolódó felhasználó letiltotta a másikat." @@ -9008,7 +9103,7 @@ msgstr "Jelenleg egy alkalmazásjelszóval vagy bejelentkezve. A funkció haszn msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ez a hírfolyam jelenleg rengeteg bejövő forgalmat tapasztal, ezért átmenetileg nem elérhető. Próbáld újra később." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Ez a hírfolyam üres. Lehetséges, hogy nem követsz elég felhasználót vagy rosszul van beállítva a hírfolyam." @@ -9022,7 +9117,7 @@ msgstr "Ez a hírfolyam üres." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Ez a hírfolyam már nem elérhető. Helyette a <0>Felfedezés0> hírfolyamot jelenítjük meg." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Ez a felhasználónév le van foglalva. Adj meg egy másikat." @@ -9039,7 +9134,7 @@ msgstr "Érvénytelen hivatkozás" msgid "This label was applied by the author." msgstr "Feljegyezte a szerző." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Saját feljegyzés." @@ -9067,11 +9162,11 @@ msgstr "Ez a lista üres." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Ez a moderálási szolgáltatás jelenleg nem elérhető. A részleteket alább olvashatod. Ha a probléma fennáll, lépj velünk kapcsolatba." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "A bejegyzés adatai szerint az eredeti létrehozási dátuma <0>{0}0> volt, de először ekkor jelent meg a Blueskyon: <1>{1}1>" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9103,7 +9198,7 @@ msgstr "Ez a válasz egy rejtett részlegbe lesz sorolva a válaszláncok legalj 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Ez az alábbi helyen fog tartományrekordot létrehozni:" @@ -9115,7 +9210,7 @@ msgstr "Ez a folyamat csupán néhány percet vesz igénybe." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Ez a felhasználó nem rendelkezik megjelenítendő névvel, ezért nem hitelesíthető." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Ezt a felhasználót még senki sem követi." @@ -9124,7 +9219,7 @@ msgid "This user has blocked you" msgstr "Ez a felhasználó letiltott Téged" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Ez a felhasználó letiltott Téged, ezért nem tekintheted meg a tartalmait." @@ -9144,7 +9239,7 @@ msgstr "Ez a felhasználó szerepel a(z) <0>{0}0> c. listán, amit elnémítot msgid "This user is new here. Press for more info about when they joined." msgstr "Ez a felhasználó nemrég regisztrált. További információért koppints ide." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Ez a felhasználó még senkit sem követ." @@ -9170,7 +9265,7 @@ msgstr "Válaszlánc-beállítások" msgid "Thread preferences" msgstr "Válaszláncok" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Válaszláncok" @@ -9183,6 +9278,10 @@ msgstr "Egymásba ágyazott" msgid "Threads Preferences" msgstr "Válaszlánc-beállítások" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Fenyegetés vagy felbujtás" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Hátralévő idő: {0, plural, one {# másodperc} other {# másodperc}}" @@ -9200,10 +9299,6 @@ msgstr "A kétlépcsős azonosítás kikapcsolásához vissza kell igazolnod az msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Ha egy beszélgetést szeretnél jelenteni, kérjük egy konkrét üzenetet jelents a csevegési képernyőről. Ez segít a moderátorainknak megérteni a probléma szókörnyezetét." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Kinek szeretnéd elküldeni ezt a jelentést?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Ma" @@ -9224,8 +9319,8 @@ msgstr "Felkapott" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "A legjobbra értékelt válaszok elöl" @@ -9233,17 +9328,17 @@ msgstr "A legjobbra értékelt válaszok elöl" msgid "Topic" msgstr "Témakör" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Lefordítás" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Ágas nézet" @@ -9255,6 +9350,10 @@ msgstr "Felkapott" msgid "Trending Videos" msgstr "Felkapott videók" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Provokálás („trollkodás”)" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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ők0> rendszerét is – ezek olyan egyesületek, amelyek közvetlenül is képesek hitelesíteni másokat." @@ -9276,7 +9375,7 @@ msgstr "Kétlépcsős azonosítás (2FA)" msgid "Type your message here" msgstr "Üzenet megadása" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Típus:" @@ -9296,13 +9395,13 @@ msgstr "A kiszolgáló nem található. Ellenőrizd az internetkapcsolatot, majd #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "A törlés meghiúsult" @@ -9326,27 +9425,27 @@ msgstr "Nincs elérhető hírfolyam-információ" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Tiltás feloldása" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Tiltás feloldása" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Fiók tiltásának feloldása" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Fiók tiltásának feloldása" @@ -9371,12 +9470,7 @@ msgstr "Megosztás visszavonása" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Megosztás visszavonása ({0, plural, one {# megosztás} other {# megosztás}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Követés megszüntetése" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} követésének megszüntetése" @@ -9385,7 +9479,7 @@ msgstr "{0} követésének megszüntetése" msgid "Unfollow account" msgstr "Fiók követésének megszüntetése" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Követés megszüntetése" @@ -9393,7 +9487,7 @@ msgstr "Követés megszüntetése" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "A Bluesky sajnos jelenleg nem elérhető Mississippiben." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9401,12 +9495,20 @@ msgstr "A feljegyzőid közül egyik sem támogatja ezt a jelentési típust." msgid "Unknown verifier" msgstr "Ismeretlen hitelesítő" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Nem megfelelően megjelölt felnőtt tartalom" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +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/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Kedvelés visszavonása ({0, plural, one {# kedvelés} other {# kedvelés}})" @@ -9421,8 +9523,8 @@ msgstr "Némítás feloldása" msgid "Unmute" msgstr "Némítás feloldása" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "A(z) {tag} némításának feloldása" @@ -9433,7 +9535,7 @@ msgstr "A(z) {tag} némításának feloldása" msgid "Unmute account" msgstr "Fiók némításának feloldása" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Beszélgetés némításának feloldása" @@ -9456,8 +9558,8 @@ msgstr "Videó némításának feloldása" msgid "Unpin" msgstr "Kitűzés feloldása" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Kitűzés feloldása" @@ -9466,8 +9568,8 @@ msgstr "Kitűzés feloldása" msgid "Unpin Feed" msgstr "Kitűzés feloldása" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Kitűzés feloldása a kezdőoldalról" @@ -9519,13 +9621,6 @@ msgstr "Leiratkoztál a listáról" msgid "Unsupported video type: {mimeType}" msgstr "Nem támogatott videóformátum: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Kéretlen szexuális tartalom" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9542,8 +9637,8 @@ msgstr "<0>{displayName}0> listatagságának frissítése" msgid "Update email" msgstr "E-mail-cím frissítése" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Frissítés erre: {domain}" @@ -9569,7 +9664,7 @@ msgstr "Frissítés folyamatban…" msgid "Upload a photo instead" msgstr "Fénykép feltöltése" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Tölts fel ide egy szöveges fájlt:" @@ -9605,11 +9700,11 @@ msgstr "Hivatkozás indexképének feltöltése folyamatban…" msgid "Uploading video..." msgstr "Videó feltöltése folyamatban…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Egy alkalmazásjelszó használatával bármely egyéb Bluesky-kliensbe bejelentkezhetsz, anélkül hogy teljes hozzáférést biztosítanál a fiókodhoz vagy a valódi jelszavadhoz." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Alapértelmezett adattárszolgáltató használata" @@ -9640,17 +9735,17 @@ msgstr "A másik alkalmazásba a felhasználóneveddel és ezzel jelentkezhetsz msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Add meg a fiókod e-mail-címét vagy egy másik, tulajdonodat képző e-mail-címet, arra az esetre, ha a jövőben a KWS-nek vagy a Blueskynak fel kell vennie Veled a kapcsolatot." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Letiltottad a felhasználót" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Letiltott felhasználó" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Tiltás forrása: {0}" @@ -9662,7 +9757,7 @@ msgstr "Letiltott felhasználó (lista által)" msgid "User Blocked by List" msgstr "Letiltott felhasználó (lista által)" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Téged letiltott felhasználó" @@ -9700,15 +9795,15 @@ msgstr "A felhasználónév nem kezdődhet vagy végződhet kötőjellel" 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Felhasználónév vagy e-mail-cím" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "a(z) <0>@{0}0> által követett felhasználók" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "a(z) <0>@{0}0> személyt követett felhasználók" @@ -9717,15 +9812,7 @@ msgstr "a(z) <0>@{0}0> személyt követett felhasználók" msgid "Users I follow" msgstr "Csak a követett személyektől" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "A(z) „{0}” listán szereplő felhasználóktól" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Az Általad követett személyektől" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Érték:" @@ -9769,8 +9856,8 @@ msgctxt "action" msgid "Verify code" msgstr "Kód megerősítése" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNS-rekord ellenőrzése" @@ -9788,8 +9875,8 @@ msgstr "E-mail-cím-visszaigazoló párbeszédablak" msgid "Verify now" msgstr "Igazolás most" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Szöveges fájl ellenőrzése" @@ -9843,15 +9930,15 @@ msgstr "{0} videója: {text}" msgid "Video Games" msgstr "Videojátékok" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Videó szüneteltetve" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Videó lejátszása folyamatban" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "A videó nem található." @@ -9884,11 +9971,11 @@ msgstr "Megtekintés" msgid "View {0}'s avatar" msgstr "{0} profilképének megtekintése" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "{0} profiljának megtekintése" @@ -9908,16 +9995,11 @@ msgstr "További részleteket a blogbejegyzésben olvashatsz (angolul)" msgid "View debug entry" msgstr "Hibakeresési bejegyzés megtekintése" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Részletek" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "A szerzői jogi törvényszegés jelentésének részletei" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Teljes válaszlánc megtekintése" @@ -9962,7 +10044,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "A hírfolyamot kedvelő felhasználók megtekintése" @@ -9995,8 +10077,8 @@ msgstr "Elnémított fiókok megjelenítése" msgid "View your verifications" msgstr "Saját hitelesítések megtekintése" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Teljes kép megtekintése" @@ -10004,6 +10086,14 @@ msgstr "Teljes kép megtekintése" msgid "Views video in immersive mode" msgstr "Videó vezérlőinek elrejtése" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Erőszak" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Erőszakos vagy fenyegető tartalom" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10224,11 +10314,12 @@ msgstr "Ha rákoppintasz a jelvényre, akkor megtekintheted egy fiók hitelesít msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Mely nyelveken szeretnél bejegyzéseket látni az algoritmusalapú hírfolyamokban?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Kapcsolatbalépési információ" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Ki válaszolhat?" @@ -10251,40 +10342,38 @@ msgstr "Hoppá! A felkapott videók betöltése meghiúsult." msgid "Why are you appealing?" msgstr "Mi a fellebbezés tárgya?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Miért kell ezt a tartalmat átvizsgálni?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Miért kell ezt a beszélgetést átvizsgálni?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Miért kell ezt a hírfolyamot átvizsgálni?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Miért kell ezt a listát átvizsgálni?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Miért kell ezt az üzenetet átvizsgálni?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Miért kell ezt a bejegyzést átvizsgálni?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Miért kell ezt a kezdőcsomagot átvizsgálni?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Miért kell ezt a felhasználót átvizsgálni?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Szeretnéd letiltani ezt a felhasználót és/vagy törölni a beszélgetést?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10322,7 +10411,7 @@ msgstr "Igen" msgid "Yes, deactivate" msgstr "Igen – deaktiválás" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Igen – kezdőcsomag törlése" @@ -10375,7 +10464,7 @@ msgstr "Nincs jogosultságod élő adások elindításához" msgid "You are not allowed to upload videos." msgstr "Nincs jogosultságod a videófeltöltésre." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Még senkit sem követsz." @@ -10447,17 +10536,13 @@ msgstr "A bejelentkezés folytatásához újraaktiválhatod a fiókodat. Ezek ut msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Egy bejegyzéshez csak {MAX_IMAGES, plural, other {# kép}} csatolható." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Az alapértelmezett beállításokat a <0>Beállítások → Moderálás → Kapcsolatbalépési beállítások0> menüben határozhatod meg." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Ezt a beállítást később is módosíthatod." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Még nincsenek követőid." @@ -10469,6 +10554,10 @@ msgstr "Egy olyan felhasználót sem követsz, aki követné őt: @{name}." msgid "You don't have any chat requests at the moment." msgstr "Jelenleg nincsenek bejövő csevegési kérelmek." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Még egy listával sem rendelkezel." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Egy hírfolyamot sem tűztél ki." @@ -10482,8 +10571,8 @@ msgid "You have blocked this user" msgstr "Letiltottad ezt a felhasználót" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Letiltottad ezt a felhasználót, ezért nem tekintheted meg a tartalmait." @@ -10497,7 +10586,7 @@ msgstr "Ez a lap már nem fog új tartalmakkal bővülni, mivel teljesen kikapcs msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "A megadott kód érvénytelen. Minta: XXXXX-XXXXX." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Elrejtetted ezt a bejegyzést" @@ -10506,11 +10595,11 @@ msgid "You have hidden this post." msgstr "Elrejtetted ezt a bejegyzést." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Elnémítottad ezt a fiókot." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Elnémítottad ezt a felhasználót" @@ -10560,7 +10649,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Még egy szót vagy címkét sem némítottál el" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Elrejtetted ezt a választ." @@ -10576,11 +10665,11 @@ msgstr "{timeAgoString} csatlakoztál a Blueskyhoz" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "{timeAgoString} csatlakoztál a Blueskyhoz egy kezdőcsomag igénybevételével" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "A nem saját magad által alkalmazott feljegyzéseket lehetőséged van fellebbezni, ha úgy gondolod, hogy tévedésből kerültek fel." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Lehetőséged van a fellebbezésre, ha úgy gondolod, hogy a feljegyzéseket tévedésből alkalmazták." @@ -10616,10 +10705,6 @@ msgstr "A hozzáféréshez életkor-igazolás szükséges." 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "A jelentéshez ki kell választanod legalább egy címzettet" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10719,8 +10804,12 @@ msgstr "Elkészültünk!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Jelenleg egy alkalmazásjelszóval vagy bejelentkezve. A fiókod deaktiválásához a valódi jelszavaddal kell bejelentkezned." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "A fellebbezés elbírálása már folyamatban van." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Elrejtettél egy szót vagy címkét ebben a bejegyzésben." @@ -10752,7 +10841,7 @@ msgstr "Elérted a napi videófeltöltési korlátot (bájthatár meghaladva)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10788,7 +10877,7 @@ msgstr "A fellebbezést megkaptuk. Pozitív elbírálás esetén fogsz kapni egy msgid "Your birth date" msgstr "Születési dátum" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "A jelenlegi böngésződ nem támogatja ezt a videóformátumot. Próbáld meg egy másik böngészőben." @@ -10800,7 +10889,7 @@ msgstr "Megfosztottak a csevegési jogosultságodtól" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Ez a választás tartós, de a jövőben bármikor megváltoztathatod az alkalmazás beállításaiban." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Lefoglaljuk a jelenlegi felhasználónevedet (<0>{0}0>), így bármikor visszaválthatsz rá." @@ -10829,9 +10918,9 @@ 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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" -msgstr "A Téged követett személyektől" +msgstr "A Téged követett személyek" #: src/view/com/posts/FollowingEmptyState.tsx:43 msgid "Your following feed is empty! Follow more users to see what's happening." @@ -10907,14 +10996,10 @@ msgstr "A profilod, bejegyzéseid, hírfolyamaid és listáid mostantól el vann msgid "Your reply was sent" msgstr "Válasz elküldve" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "A jelentés címzettje: <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Ez a jelentés a Bluesky moderálási szolgáltatásának lesz elküldve" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/ia/messages.po b/src/locale/locales/ia/messages.po index 0a069b5b0a..405a486b35 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Interlingua\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {sequitor} other {sequitores}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {sequito} other {sequitos}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {appreciation} other {appreciationes}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {appreciation} other {appreciationes}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {publication} other {publicationes}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citation} other {citationes}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {republication} other {republicationes}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {}other {{1} publicationes}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# personas}} ha usate iste pacchetto de initio!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# personas}} ha usate iste pacchetto de initio!" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} other {minutas}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> te ha sequite" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> ha appreciate tu canal personalisate" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> ha appreciate tu message" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> ha appreciate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> ha removite lor verificationes de tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> ha republicate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> ha republicate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> se ha inscribite con tu pacchetto de initio" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0> ha verificate tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} te ha sequite" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} te seque in retorno" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ha appreciate tu canal personalisate" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ha appreciate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} ha appreciate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ha removite su verification de tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ha republicate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ha republicate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} se ha inscribite con tu pacchetto de initio" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ha verificate tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} te seque" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu canal personalisate" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha appreciate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha removite lor verificationes de tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha republicate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha republicate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} se ha inscribite con tu pacchetto de initio" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}} ha verificate tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} te seque" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} te seque in retorno" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ha appreciate tu canal personalisate" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ha appreciate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} ha appreciate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ha removite su verification de tu conto" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ha republicate tu publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ha republicate tu republication" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} se ha inscribite con tu pacchetto de initio" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ha verificate tu conto" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} sequitos" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> e<1> 1><2>{1} 2>es includite in tu pacchetto de initio" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> es includite in tu pacchetto de initio" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> membros" @@ -515,7 +519,7 @@ msgstr "⚠Pseudonymo invalide" msgid "24 hours" msgstr "24 horas" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmation 2FA" @@ -560,12 +564,16 @@ msgstr "Un captura de schermo de un pagina de profilo con un icone de campana pr msgid "About" msgstr "A proposito" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Acceptar" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Acceptar requesta de chat" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Parametros de accessibilitate" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Conto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Conto silentiate" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Conto silentiate" @@ -627,11 +635,15 @@ msgstr "Conto silentiate per lista" msgid "Account options" msgstr "Optiones de conto" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Conto removite del accesso rapide" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Adde {0} plus pro continuar" msgid "Add {displayName} to starter pack" msgstr "Adder {displayName} al pacchetto de initio" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Adder un advertimento de contento" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Adder contrasigno de application" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Adder contrasigno de application" @@ -745,8 +757,8 @@ msgstr "Adder reaction con emoji" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Adder plus detalios (optional)" @@ -783,7 +795,7 @@ msgstr "Adde alcun canales a tu pacchetto de initio!" msgid "Add the default feed of only people you follow" msgstr "Adder le canal predefinite de solmente le personas que tu seque" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Adde le sequente registro DNS a tu dominio:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Detalios additional (limite: 300 characteres)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adulto" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Contento pro adultos" @@ -846,11 +862,15 @@ msgstr "Le contento pro adultos solmente pote esser activate via le Web a <0>bsk msgid "Adult content is disabled." msgstr "Le contento pro adultos es disactivate." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etiquettas de contento pro adultos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avantiate" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permitter nove messages de" msgid "Allow others to be notified of your posts" msgstr "Permitter que alteres sia notificate de tu publicationes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Permitter citationes" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permitter responsas de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permitte accesso a messages directe" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Ha tu jam un codice?" @@ -1003,14 +1039,18 @@ msgstr "Un error ha occurrite durante le recuperation del canal." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Un error ha occurrite durante le generation de tu pacchetto de initio. Vole tu tentar lo de novo?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Un error ha occurrite durante le salvamento del codice QR!" @@ -1035,8 +1075,7 @@ msgstr "" 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Un problema non includite in iste optiones" @@ -1050,10 +1089,10 @@ msgstr "Un problema ha occurrite durante le tentativa de aperir le chat" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Un problema ha occurrite, per favor tenta lo de novo." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un etiquettator incognite" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "e" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "Annuncio del verification super Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportamento antisocial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Quicunque pote interager" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Lingua del application" msgid "App Password" msgstr "Contrasigno de application" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Contrasigno de application delite" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Contrasignos de application" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Contrasignos de application" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Facer appello" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Facer appello del etiquetta “{0}”" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Facer appello de iste decision" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Applicar le canales recommendate predefinite" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archivate desde {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Publication archivate" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Es tu secur de voler deler le contrasigno del application “{0}”?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Es tu secur de voler deler iste message? Le message essera delite pro te, mais non pro le altere participante." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Es tu secur de voler deler iste pacchetto de initio?" @@ -1252,7 +1298,7 @@ msgstr "Scribe tu in <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Arte" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Nuditate artistic o non erotic." @@ -1269,7 +1315,7 @@ msgstr "Assignar topico pro le algorithmo" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Reproducer automaticamente videos e GIFs" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Retornar" msgid "Back to Chats" msgstr "Retornar al chats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Ante crear un publication o responder, tu debe verificar tu e-mail." msgid "Before creating a starter pack, you must first verify your email." msgstr "Ante crear un pacchetto de initio, tu debe primo verificar tu adresse de e-mail." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Ante que tu pote acceptar iste requesta de chat, tu debe verificar tu e-mail." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Ante que tu pote reciper notificationes pro le publicationes de {name}, tu debe verificar tu e-mail." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Data de nascentia" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blocar" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Blocar conto?" msgid "Block accounts" msgstr "Blocar contos" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blocar e deler" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Blocar e/o deler iste conversation" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blocar lista" @@ -1402,15 +1452,19 @@ msgstr "Blocar o signalar" msgid "Block these accounts?" msgstr "Blocar iste contos?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Blocar usator" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Blocar usator" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blocate" @@ -1449,25 +1503,25 @@ msgstr "Le blocage non impedi le application de etiquettas a tu conto, mais iste msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non pote confirmar le authenticitate del data declarate." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 es un rete aperte ubi tu pote eliger tu fornitor de albergamento. Si tu es un disveloppator, tu pote albergar tu proprie servitor." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky es un rete aperte ubi tu pote eliger tu proprie fornitor. Si tu es nove hic, nos recommenda eliger le option predefinite, Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Disfocalisar imagines e non monstrar los in canales" msgid "Books" msgstr "Libros" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Percurre altere contos super le pagina Explorar" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Negotios" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Per {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Per <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Camera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Cancellar le reactivation e clauder session" msgid "Cancel search" msgstr "Cancellar cerca" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Impossibile interager con un usator blocate" @@ -1697,12 +1756,12 @@ msgstr "Cambiar le lingua del application" msgid "Change Handle" msgstr "Cambiar pseudonymo" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Cambiar de servicio de moderation" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Cambiar ration de signalamento" @@ -1739,8 +1802,8 @@ msgstr "Cambiamentos salvate" msgid "Chat" msgstr "Chat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chat delite" @@ -1753,7 +1816,7 @@ msgstr "Messages de chat - silentiose" msgid "Chat messages - sound" msgstr "Messages de chat - con sono" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chat silentiate" @@ -1769,7 +1832,7 @@ msgstr "Cassa de entrata de requestas de chat" msgid "Chat requests" msgstr "Requestas de chat" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Configurationes de Chat" msgid "Chat Settings" msgstr "Configurationes de Chat" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chat dissilentiate" @@ -1797,7 +1860,7 @@ msgstr "Chats" msgid "Check my status" msgstr "Verificar mi stato" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Verifica tu e-mail pro un codice de apertura de session e insere lo hic." @@ -1805,6 +1868,14 @@ msgstr "Verifica tu e-mail pro un codice de apertura de session e insere lo hic. msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Verifica tu cassa de entrata pro un message de e-mail con le codice de confirmation a inserer hic infra:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Elige methodo de verification de dominio" @@ -1833,7 +1904,7 @@ msgstr "Elige le algorithmos que actiona tu canales personalisate." msgid "Choose this color as your avatar" msgstr "Elige iste color como tu avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Elige tu fornitor de conto" @@ -1882,14 +1953,6 @@ msgstr "Clicca hic pro reinitiar le processo de verification." msgid "Click here to update your email" msgstr "Clicca hic pro actualisar tu e-mail" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Clicca pro disactivar citationes de iste publication." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Clicca pro permitter le citationes de iste publication." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Clicca pro aperir un menu de etiquetta pro {tag}" @@ -1919,9 +1982,11 @@ msgstr "Cataclop 🐴 cataclop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Cataclop 🐴 cataclop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Clauder" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Clauder quadro de dialogo active" @@ -2018,16 +2083,16 @@ msgstr "Claude le selector de emojis" msgid "Closes viewer for header image" msgstr "Claude le visor del imagine de capite" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Collaber lista de usatores" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Contrahe le lista de usatores pro un notification date" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Modo de color" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Codice de confirmation" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Connexion in curso..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Linguas de contento" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Contento non disponibile" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Advertimento de contento" @@ -2212,7 +2281,7 @@ msgstr "Fundo de menu contextual. Clicca pro clauder le menu." msgid "Continue" msgstr "Continuar" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continar como {0} (actualmente in session)" @@ -2236,8 +2305,8 @@ msgstr "Continuar al proxime passo" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversation delite" @@ -2254,7 +2323,7 @@ msgstr "Cocina" msgid "Copied build version to clipboard" msgstr "Version de compilation copiate al area de transferentia" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Version de compilation copiate al area de transferentia" msgid "Copied to clipboard" msgstr "Copiate al area de transferentia" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copiate!" @@ -2290,23 +2359,23 @@ msgstr "Copiar URI at://" msgid "Copy author DID" msgstr "Copiar le DID del autor" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copiar codice" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copiar DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copiar servitor" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copiar ligamine" @@ -2331,12 +2400,12 @@ msgstr "Copiar ligamine al publication" msgid "Copy link to profile" msgstr "Copiar ligamine al profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copiar ligamine al pacchetto de initio" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copiar message de texto" @@ -2354,7 +2423,7 @@ msgstr "Copiar texto de publication" msgid "Copy QR code" msgstr "Copiar codice QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copiar le valor del registro TXT" @@ -2377,8 +2446,8 @@ msgstr "Non ha essite possibile connecter al servicio de canal" msgid "Could not find profile" msgstr "Non ha essite possibile trovar le profilo" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Non ha essite possibile partir del chat" @@ -2392,7 +2461,7 @@ msgstr "Non ha essite possibile cargar le canal" msgid "Could not load list" msgstr "Non ha essite possibile cargar le lista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Non ha essite possibile silentiar le chat" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Crear nove conto" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Crear un signalamento pro {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Create {0}" @@ -2503,8 +2573,8 @@ msgstr "Le creator ha essite blocate" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalisate" @@ -2512,18 +2582,22 @@ msgstr "Personalisate" msgid "Customization options" msgstr "Optiones de personalisation" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personalisa qui pote interager con iste publication." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personalisa tu experientia de Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Obscur" @@ -2536,7 +2610,7 @@ msgstr "Obscur" msgid "Dark mode" msgstr "Modo obscur" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Thema obscur" @@ -2558,7 +2632,11 @@ msgstr "Depurar le moderation" msgid "Debug panel" msgstr "Pannello de depuration" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Predefinite" @@ -2566,14 +2644,14 @@ msgstr "Predefinite" msgid "Default icons" msgstr "Icones predefinite" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Deler" @@ -2586,16 +2664,16 @@ msgstr "Deler conto" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Deler le conto <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Deler le contrasigno de application" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Deler le contrasigno de application?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Deler chat" @@ -2603,18 +2681,18 @@ msgstr "Deler chat" msgid "Delete chat declaration record" msgstr "Deler le registro de declaration de chat" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Deler conversation" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Deler conversation" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Deler pro me" @@ -2623,11 +2701,11 @@ msgstr "Deler pro me" msgid "Delete list" msgstr "Deler lista" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Deler message" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Deler message pro me" @@ -2641,12 +2719,12 @@ msgstr "Deler mi conto" msgid "Delete post" msgstr "Deler publication" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Deler pacchetto de initio" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Deler pacchetto de initio?" @@ -2709,11 +2787,11 @@ msgstr "Modo de disveloppator activate" msgid "Developer options" msgstr "Optiones de disveloppator" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialogo: adjusta qui pote interager con iste publication" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Tenue" @@ -2735,6 +2813,14 @@ msgstr "Disactivar le 2FA per e-mail" msgid "Disable haptic feedback" msgstr "Disactivar le retroaction haptic" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Disactivar subtitulos" @@ -2778,7 +2864,7 @@ msgstr "Discoragiar que applicationes monstra mi conto a usatores sin session ap msgid "Discover new custom feeds" msgstr "Discoperi nove canales personalisate" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Discoperir nove canales" @@ -2817,8 +2903,8 @@ msgstr "Nomine a monstrar" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Pannello de DNS" @@ -2830,7 +2916,7 @@ msgstr "Non applicar iste parola silentiate al usatores que tu seque" msgid "Does not include nudity." msgstr "Non include nuditate." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Dominio verificate!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Tocca duo vices o preme longemente le message pro adder un reaction" msgid "Double tap to close the dialog" msgstr "Tocca duo vices pro clauder le quadro de dialogo" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Tocca duo vices pro appreciar" @@ -2903,6 +2990,10 @@ msgstr "Discargar Bluesky" msgid "Download CAR file" msgstr "Discargar file CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Depone pro adder imagines" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Modificar notificationes de {0}" msgid "Edit People" msgstr "Modificar personas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Modificar le parametros de interaction del publication" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Modificar profilo" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Modificar profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Modificar pacchetto de initio" @@ -3034,7 +3129,7 @@ msgstr "Modificar pacchetto de initio" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Modificar qui pote responder" @@ -3085,7 +3180,7 @@ msgstr "Verification de e-mail completate!" msgid "Email Verified" msgstr "E-mail verificate" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Codice HTML de incorporation" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Reproductor de video incorporate" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Activar subtitulos" @@ -3200,7 +3299,7 @@ msgstr "Insere le dominio que tu vole usar" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Insere le e-mail que tu ha usate pro crear tu conto. Nos te inviara un \"codice de reinitialisation\" a fin que tu defini un nove contrasigno." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Insere le nomine de usator o adresse de e-mail que tu ha usate quando tu ha create tu conto" @@ -3213,7 +3312,7 @@ msgstr "Insere tu data de nascentia" msgid "Enter your email address" msgstr "Insere tu adresse de e-mail" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Insere tu contrasigno" @@ -3258,22 +3357,18 @@ msgstr "Error durante le reception del responsa al captcha." msgid "Error: {error}" msgstr "Error: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Totos" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Totos pote responder" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Totos pote responder a iste publication." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Totes" @@ -3282,16 +3377,6 @@ msgstr "Totes" msgid "Everything else" msgstr "Tote le resto" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Mentiones o responsas excessive" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Messages excessive o indesirabile" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Excluder usatores que tu seque" @@ -3316,7 +3401,7 @@ msgstr "Exi del visualisation del imagine" msgid "Expand alt text" msgstr "Expander texto alternative" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Expander lista de usatores" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Expande o contrahe le texto del publication" @@ -3348,7 +3433,7 @@ msgstr "Expirate" msgid "Expires {0}" msgstr "Expira {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Expira in {0}" @@ -3407,13 +3492,17 @@ msgstr "Le contento multimedial externe pote permitter que sitos web collige inf msgid "External Media Preferences" msgstr "Preferentias de multimedia externe" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Non ha essite possibile acceptar le chat" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Non ha essite possibile adder reaction con emoji" @@ -3421,7 +3510,7 @@ msgstr "Non ha essite possibile adder reaction con emoji" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Non ha essite possibile cambiar le pseudonymo. Tenta de novo." @@ -3438,13 +3527,13 @@ msgstr "Non ha essite possibile crear le conversation" msgid "Failed to create starter pack" msgstr "Non ha essite possibile crear pacchetto de initio" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Non ha essite possibile deler le chat" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Non ha essite possibile deler le message" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Non ha essite possibile deler le pacchetto de initio" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "Non ha essite possibile cargar le conversationes" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Non ha essite possibile cargar le preferentias de canales" @@ -3498,14 +3587,14 @@ msgstr "Non ha essite possibile cargar le messages passate" msgid "Failed to load preference." msgstr "Non ha essite possibile cargar le preferentia." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Non ha essite possibile cargar le canales suggerite" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Non ha essite possibile cargar le suggestiones de usatores a sequer" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Non ha essite possibile fixar le publication" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Non ha essite possibile remover reaction con emoji" @@ -3535,7 +3624,8 @@ msgstr "Non ha essite possibile remover le verification" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Non ha essite possibile salvar le imagine: {0}" @@ -3557,7 +3647,7 @@ msgstr "Non ha essite possibile inviar" msgid "Failed to send email, please try again." msgstr "Non ha essite possibile inviar e-mail, tenta de novo." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Non ha essite possibile inviar le appello, tenta de novo." @@ -3606,6 +3696,14 @@ msgstr "Non ha essite possibile verificar le e-mail, tenta de novo." msgid "Failed to verify handle. Please try again." msgstr "Non ha essite possibile verificar le pseudonymo. Tenta de novo." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Canal" @@ -3623,7 +3721,7 @@ msgstr "Creator del canal" msgid "Feed identifier" msgstr "Identificator del canal" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menu de canal" @@ -3635,8 +3733,8 @@ msgstr "Commutar canal" msgid "Feed unavailable" msgstr "Canal indisponibile" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Commentarios" @@ -3696,7 +3794,7 @@ msgstr "Filtrar resultatos per lingua (actualmente: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrar qui pote optar pro reciper notificationes de tu activitate" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtrar de qui tu recipe notificationes" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Trovar contos a sequer" msgid "Find people to follow" msgstr "Trovar personas a sequer" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Trovar publicationes, usatores e canales super Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Finir" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Nigro" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Blau" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Blanco" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexibile" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Sequer" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Sequer" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Sequer {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Sequer {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Sequer in retorno" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Sequer in retorno" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Sequitores que tu cognosce" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Sequente" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Sequente" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Sequente {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Sequente {handle}" @@ -3894,11 +3988,11 @@ msgstr "Te seque" msgid "Follows You" msgstr "Te seque" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Typo de litteras" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Dimension de typo de litteras" @@ -3919,7 +4013,7 @@ msgstr "Pro rationes de securitate, nos debera inviar un codice de confirmation msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Pro rationes de securitate, tu non potera visualisar isto de novo. Si tu perde iste contrasigno del app, tu debera generar un nove." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Pro le melior experientia, nos recommenda usar le fonte del thema." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Io ha oblidate mi contrasigno" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Tu ha oblidate tu contrasigno?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Tu lo ha oblidate?" @@ -3953,12 +4047,7 @@ msgstr "Tu lo ha oblidate?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publica con frequentia contentos indesirabile" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "De" @@ -4011,7 +4100,7 @@ msgstr "Reciper notificationes quando le personas republica publicationes que tu msgid "Get notifications when people repost your posts." msgstr "Reciper notificationes quando le personas republica tu publicationes." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Reciper notificationes de nove publicationes" @@ -4027,7 +4116,7 @@ msgstr "Reciper notificationes de nove publicationes de {name}" msgid "Get notified of this account’s activity" msgstr "Reciper notificationes del activitate de iste conto" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Reciper notificationes quando {name} publica" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Da un facie a tu profilo" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Violationes flagrante al lege o al conditiones de servicio" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Violationes flagrante al lege o al conditiones de servicio" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Retornar" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Retornar" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Retornar al passo precedente" @@ -4123,7 +4208,7 @@ msgstr "Entrar in directo" msgid "Go live for" msgstr "Entrar in directo per" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Ir al profilo de {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Ir al proxime" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Ir al profilo" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ir al profilo del usator" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Contento explicite" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Al medietate del cammino!" msgid "Handle" msgstr "Pseudonymo" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Pseudonymo ja in uso. Tenta un differente." @@ -4182,7 +4279,7 @@ msgstr "Pseudonymo ja in uso. Tenta un differente." msgid "Handle changed!" msgstr "Pseudonymo modificate!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Pseudonymo troppo longe. Tenta un plus curte." @@ -4190,10 +4287,17 @@ msgstr "Pseudonymo troppo longe. Tenta un plus curte." msgid "Haptics" msgstr "Technologia haptic" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Molestia, importunation o intolerantia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Problemas?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Adjuta" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "Occultate" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Occultate per tu parametros de moderation." @@ -4248,7 +4356,7 @@ msgstr "Lista occultate" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Lista occultate" msgid "Hide" msgstr "Occultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Occultar" @@ -4269,6 +4377,10 @@ msgstr "Occultar" msgid "Hide customization options" msgstr "Occultar optiones de personalisation" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Occultar tendentias?" msgid "Hide trending videos?" msgstr "Occultar videos in tendentia?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Occultar lista de usatores" @@ -4320,7 +4432,7 @@ msgstr "Occultar lista de usatores" msgid "Hide verification badges" msgstr "Occultar insignias de verification" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Occulta le contento" @@ -4365,12 +4477,12 @@ msgstr "Un momento! Nos concede gradualmente le accesso al video, e tu attende a msgid "Home" msgstr "Initio" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Hospite:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Fornitor de albergamento" @@ -4383,6 +4495,10 @@ msgstr "Calide" msgid "How should we open this link?" msgstr "Como nos deberea aperir iste ligamine?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Si tu vole cambiar tu contrasigno, nos te inviara un codice pro verifica msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Si tu vole restringer qui pote reciper notificationes del activitates de tu conto, tu pote cambiar lo in <0>Parametros → Privatessa e securitate0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Si tu es un disveloppator, tu pote hospitar tu proprie servitor." @@ -4443,12 +4559,7 @@ msgstr "Si tu es un disveloppator, tu pote hospitar tu proprie servitor." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Illegal e urgente" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imagine" @@ -4461,29 +4572,24 @@ msgstr "Cache de imagines radite" msgid "Image cache cleared, freed {0}" msgstr "Cache de imagines radite, {0} liberate" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Imagine salvate" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Imagines non pote esser salvate a minus que tu concede permission de accesso a tu bibliotheca de photos." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Usurpation de identitate o affirmationes false super identitate o affiliation" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Usurpation de identitate, disinformation o affirmationes false" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Interne al application" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notificationes interne al application" @@ -4507,17 +4613,12 @@ msgstr "Interne al application, push, totes" msgid "In-app, Push, People you follow" msgstr "Interne al application, push, personas que tu seque" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Messages inappropriate o ligamines explicite" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Cassa de entrata vacue!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nomine de usator o contrasigno incorrecte" @@ -4537,11 +4638,11 @@ msgstr "Insere le nove contrasigno" msgid "Input password for account deletion" msgstr "Insere le contrasigno pro le deletion del conto" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Insere le codice que ha essite inviate a tu e-mail" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interaction limitate" @@ -4557,12 +4658,12 @@ msgstr "Presentation del notificationes de activitate" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Codice de confirmation 2FA invalide." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Pseudonymo invalide. Tenta un differente." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Thema de signalamento invalide" @@ -4626,8 +4727,8 @@ msgstr "Empleos" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Inscribe te a Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Etiquettate per {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Etiquettate per le autor." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etiquettas" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etiquettas addite" @@ -4678,11 +4779,11 @@ msgstr "Etiquettas addite" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Le etiquettas es annotationes super usatores e contento. Illos pote esser usate pro occultar, advertir e categorisar le rete." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etiquettas super tu conto" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etiquettas super tu contento" @@ -4696,7 +4797,7 @@ msgstr "Configurationes de lingua" msgid "Languages" msgstr "Linguas" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Plus grande" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Saper plus super Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Saper plus super le auto-albergamento de tu PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Saper plus super lo que es public super Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Saper plus." @@ -4787,10 +4888,10 @@ msgstr "Partir" msgid "Leave chat" msgstr "Partir del chat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Partir del conversation" @@ -4822,9 +4923,9 @@ msgstr "Vamos reinitialisar tu contrasigno!" msgid "Let's go!" msgstr "Vamos!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Clar" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Clar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Appreciar ({0, plural, one {# appreciation} other {# appreciationes}})" @@ -4855,7 +4956,7 @@ msgstr "Apprecia 10 publicationes pro trainar le canal Discoperir" msgid "Like notifications" msgstr "Notificationes de appreciation" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Appreciar iste canal" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Appreciate per {0, plural, one {# usator} other {# usatores}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Appreciationes de tu republicationes" msgid "Likes of your reposts notifications" msgstr "Notificationes de appreciationes de tu republicationes" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Appreciationes de iste publication" @@ -5021,12 +5122,12 @@ msgstr "Le function \"in directo\" es in phase beta de tests" msgid "Live link" msgstr "Ligamine al diffusion in directo" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Cargar plus" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Cargar plus canales suggerite" @@ -5041,6 +5142,14 @@ msgstr "Cargar nove notificationes" msgid "Load new posts" msgstr "Cargar nove publicationes" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Cargante..." @@ -5049,15 +5158,19 @@ msgstr "Cargante..." msgid "Log" msgstr "Registro" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilitate a usatores sin session aperte" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo de @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo de <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Gerer tu parolas e etiquettas silentiate" msgid "Mark all as read" msgstr "Marcar toto como legite" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcar como legite" @@ -5132,7 +5245,7 @@ msgstr "Forsan plus tarde" msgid "Media" msgstr "Multimedia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Contento multimedial que pote perturbar o esser innapropriate pro certe publicos." @@ -5140,14 +5253,10 @@ msgstr "Contento multimedial que pote perturbar o esser innapropriate pro certe msgid "Mention notifications" msgstr "Notificationes de mentiones" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "usatores mentionate" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Usatores mentionate" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Message {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Message delite" @@ -5172,7 +5281,7 @@ msgstr "Message delite" msgid "Message deleted" msgstr "Message delite" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Message de @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Campo de insertion de message" msgid "Message is too long" msgstr "Le message es troppo longe" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Optiones de messages" @@ -5197,24 +5306,22 @@ msgstr "Optiones de messages" msgid "Messages" msgstr "Messages" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Medienocte" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Notificationes diverse" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Conto fraudulente" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Publication fallace" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Instrumentos de moderation" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Plus canales" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silentiar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silentiar {tag}" @@ -5332,8 +5439,8 @@ msgstr "Silentiar conto" msgid "Mute accounts" msgstr "Silentiar contos" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silentiar conversation" @@ -5396,7 +5503,7 @@ msgstr "Contos silentiate" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Le publicationes de contos silentiate es removite de tu canal e de tu notificationes. Le silentiamento es completemente private." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silentiate per {0}" @@ -5421,17 +5528,6 @@ msgstr "Mi canales" msgid "Name" msgstr "Nomine" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nomine o description viola le standards del communitate" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Navigar al pacchetto de initio" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Naviga al proxime schermo" @@ -5455,20 +5551,16 @@ msgstr "Naviga al proxime schermo" msgid "Navigates to your profile" msgstr "Naviga a tu profilo" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Tu debe signalar un violation de derectos de autor?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Nunquam perde accesso a tu sequitores o tu datos." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un pseudonymo pro me" @@ -5476,17 +5568,17 @@ msgstr "Non importa, crea un pseudonymo pro me" msgid "New" msgstr "Nove" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nove" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "Nove {postsCount, plural, one {publication} other {publicationes}} de {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "Nove {postsCount, plural, one {publication} other {publicationes}} de {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nove publication" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Nove publicationes de {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Nove publicationes de {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altere} other {{formattedAuthorsCount} alteres}}" @@ -5574,8 +5666,8 @@ msgstr "Quadro de dialogo de information de nove usator" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Responsas plus nove primo" @@ -5587,8 +5679,8 @@ msgstr "Novas" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Novas" msgid "Next" msgstr "Sequente" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Sequente" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Proxime imagine" @@ -5616,12 +5703,12 @@ msgstr "Proxime imagine" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Necun contrasigno de application ancora" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Necun pannello de DNS" @@ -5646,8 +5733,9 @@ msgstr "Necun imagine" msgid "No likes yet" msgstr "Necun appreciation ancora" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Non plus sequente {0}" @@ -5671,7 +5759,7 @@ msgstr "Ancora sin notificationes!" msgid "No one" msgstr "Necun" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Solmente le autor pote citar iste publication." @@ -5701,7 +5789,7 @@ msgstr "Necun resultato" msgid "No results" msgstr "Necun resultato" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Necun resultato pro \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Necun resultato trovate pro \"{query}\"" msgid "No results found for {query}" msgstr "Necun resultato trovate pro {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Necun resultato." @@ -5732,7 +5820,7 @@ msgstr "Necun resultato trovate pro \"{search}\"." msgid "No thanks" msgstr "No, gratias" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Necuno" @@ -5753,6 +5841,10 @@ msgstr "Necuno ha ancora republicate isto. Tu poterea esser le prime!" msgid "Nobody was found. Try searching for someone else." msgstr "Necuno ha essite trovate. Tenta cercar un altere persona." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nuditate non sexual" @@ -5843,16 +5935,11 @@ msgstr "ora" msgid "Now" msgstr "Ora" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nuditate" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nuditate o contento pro adultos non etiquettate como tal" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "OK" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Responsas plus antique primo" @@ -5916,7 +6003,7 @@ msgstr "Manca texto alternative a un o plus videos." msgid "Only .jpg and .png files are supported" msgstr "Solmente files .jpg e .png es supportate" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Solmente {0} pote responder." @@ -5941,7 +6028,7 @@ msgstr "Ops, alcun error ha occurrite!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Aperir creator de avatar" msgid "Open conversation options" msgstr "Aperir optiones de conversation" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Aperir le menu lateral" @@ -5973,8 +6060,8 @@ msgstr "Aperir selector de emojis" msgid "Open feed info screen" msgstr "Aperir schermo de information de canal" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Aperir menu de optiones de canal" @@ -6015,7 +6102,7 @@ msgstr "Aperir profilo" msgid "Open share menu" msgstr "Aperir menu de compartimento" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Aperir menu de pacchetto de initio" @@ -6032,9 +6119,9 @@ msgstr "Aperir registro de systema" msgid "Opens a dialog to add a content warning to your post" msgstr "Aperi un quadro de dialogo pro adder un advertimento de contento a tu publication" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Aperi un quadro de dialogo pro eliger qui pote responder a iste filo" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Aperi le ligamine {0}" msgid "Opens live status dialog" msgstr "Aperi le quadro de dialogo de stato in directo" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Aperi le formulario de reinitialisation de contrasigno" @@ -6103,24 +6190,15 @@ msgstr "Aperi le formulario de reinitialisation de contrasigno" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Aperi iste profilo" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Optionalmente provide information additional hic infra:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Optiones:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "O combina iste optiones:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "O continua con un altere conto." @@ -6145,21 +6223,50 @@ msgstr "Stato del OTA: Error durante le recuperation del actualisation" msgid "OTA status: None available" msgstr "Stato OTA: Necun disponibile" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Altere" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Altere conto" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Nostre equipa de moderation ha recipite tu signalamento." @@ -6176,7 +6283,7 @@ msgstr "Pagina non trovate" msgid "Page Not Found" msgstr "Pagina non trovate" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Personas sequite per @{0}" msgid "People following @{0}" msgstr "Personas qui seque @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Personas que io seque" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Animales domestic" msgid "Photography" msgstr "Photographia" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Imagines destinate a adultos." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fixar canal" @@ -6266,7 +6381,7 @@ msgstr "Fixar canal" msgid "Pin to home" msgstr "Fixar al initio" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fixar al initio" @@ -6275,7 +6390,7 @@ msgstr "Fixar al initio" msgid "Pin to your profile" msgstr "Fixar in tu profilo" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fixate" @@ -6302,7 +6417,7 @@ msgstr "Reproducer" msgid "Play {0}" msgstr "Reproducer {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Reproducer video" @@ -6327,7 +6442,7 @@ msgstr "Reproduce le GIF" msgid "Plays the video" msgstr "Reproduce le video" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Adde etiquettas de advertimento applicabile al contento multimedial que tu publica." @@ -6413,7 +6528,7 @@ msgstr "Per favor insere tu codice de invitation." msgid "Please enter your new email address." msgstr "Insere tu nove adresse de e-mail." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Insere tu contrasigno" @@ -6421,11 +6536,11 @@ msgstr "Insere tu contrasigno" msgid "Please enter your password as well:" msgstr "Insere tu contrasigno tamben:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Insere tu nomine de usator" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Explica proque tu pensa que iste etiquetta ha essite incorrectemente applicate a {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Selige un servicio de moderation" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Selige un motivo pro iste signalamento" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Politica" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornographia" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Le publication ha essite delite" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Publication occultate per parola silentiate" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Publication occultate per te" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Parametros de interaction del publication" @@ -6614,13 +6729,8 @@ msgstr "Imagine precedente" msgid "Primary Language" msgstr "Lingua principal" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Priorisar qui tu seque" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privatessa" @@ -6652,6 +6762,10 @@ msgstr "Parametros de privatessa e securitate" msgid "Privacy Policy" msgstr "Politica de privatessa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Processante video..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profilo actualisate" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Public" @@ -6714,7 +6836,7 @@ msgstr "Publicar responsa" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Notificationes push" @@ -6764,10 +6886,6 @@ msgstr "Le citation ha essite disannexate con successo" msgid "Quote posts disabled" msgstr "Citationes disactivate" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Parametros de citation" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Parametros de citation" msgid "Quotes" msgstr "Citationes" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citationes de iste publication" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Limite excedite – tu ha tentate cambiar tu pseudonymo troppo de vices in un curte periodo. Attende un minuta ante tentar de novo." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "Leger publication del blog" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Leger minus" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Leger plus" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Motivo del appello" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Motivo:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Reciper notificationes interne al application" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Reciper notificationes push" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Reconnecter" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Rejectar" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Rejectar requesta de chat" @@ -6946,8 +7060,8 @@ msgstr "Remover canal" msgid "Remove feed?" msgstr "Remover canal?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Responsas" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Responsas disactivate" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Responsas a iste publication es disactivate." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Responsa" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responsa ({0, plural, one {# responsa} other {# responsas}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Responsa occultate per le autor del filo" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Responsa occultate per te" @@ -7120,11 +7234,7 @@ msgstr "Responsa occultate per te" msgid "Reply notifications" msgstr "Notificationes de responsa" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Parametros de responsa" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Le parametros de responsa es eligite per le autor del filo" @@ -7141,7 +7251,7 @@ msgstr "Visibilitate del responsa actualisate" msgid "Reply was successfully hidden" msgstr "Le responsa ha essite occultate con successo" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Signalar" msgid "Report account" msgstr "Signalar conto" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Signalar conversation" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Signalar dialogo" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Signalar canal" @@ -7176,7 +7285,7 @@ msgstr "Signalar canal" msgid "Report list" msgstr "Signalar lista" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Signalar message" @@ -7185,48 +7294,41 @@ msgstr "Signalar message" msgid "Report post" msgstr "Signalar publication" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Signalar pacchetto de initio" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Signalar inviate" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Signalar iste contento" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Signalar iste canal" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Signalar iste lista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Signalar iste message" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Signalar iste publication" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Signalar iste pacchetto de initio" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Signalar iste usator" @@ -7250,7 +7352,7 @@ msgstr "Notificationes de republication" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Republication o citation" @@ -7277,7 +7379,7 @@ msgstr "Republicate per te" msgid "Reposts" msgstr "Republicationes" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Republicationes de iste publication" @@ -7291,8 +7393,8 @@ msgstr "Republicationes de tu republicationes" msgid "Reposts of your reposts notifications" msgstr "Notificationes de republication de tu republicationes" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Reinitialisar stato de apprentissage" msgid "Reset password" msgstr "Reinitialisar contrasigno" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Tenta aperir session de novo" @@ -7360,12 +7462,12 @@ msgstr "Tenta de novo le ultime action, que ha generate un error" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,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:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Tenta de novo cargar le optiones de signalamento" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Retornar al pagina precedente" @@ -7399,8 +7501,8 @@ msgstr "Retorna al pagina de initio" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Retorna al pagina precedente" @@ -7412,8 +7514,8 @@ msgstr "Retorna al passo precedente" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Retorna al passo precedente" msgid "Save" msgstr "Salvar" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Salvar" @@ -7459,8 +7561,13 @@ msgstr "Salvar nove pseudonymo" msgid "Save QR code" msgstr "Salvar codice QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Salvar in mi canales" @@ -7487,21 +7594,25 @@ msgstr "Salvate in tu canales" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Dice hallo!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Scientia" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Rolar al alto" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Cercar" @@ -7553,11 +7664,11 @@ msgstr "Cercar pro \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Cercar plus contos" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Cercar plus canales" @@ -7610,19 +7721,19 @@ msgstr "Cercas per profilos" msgid "Security step required" msgstr "Passo de securitate requirite" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Vider le publicationes super {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Vider le publicationes super {tag} per usator" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Vider le publicationes super #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Vider le publicationes super #{tag} per usator" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Cursor de recerca. Usa le claves con flechas pro avantiar e retroceder, e spatio pro reproducer/pausar" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Seliger un color" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Seliger conto" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Selige un lingua pro le application" @@ -7701,6 +7816,14 @@ msgstr "Seliger duration" msgid "Select from an existing account" msgstr "Selectiona desde un conto existente" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Seliger GIF" @@ -7727,14 +7850,10 @@ msgstr "Selectionar lingua..." msgid "Select languages" msgstr "Selectionar linguas" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Seliger servicio de moderation" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Seliger moderator" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Selectionar file de subtitulos (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Seliger le emoji {emojiName} como tu avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Seliger le servicio(s) de moderation al qual(es) signalar" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Selige tu interesses desde le optiones hic infra" msgid "Select your preferred language for translations in your feed." msgstr "Selectiona tu lingua preferite pro traductiones in tu canal." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Selige tu canales de notification preferite" @@ -7793,6 +7908,10 @@ msgstr "Selige tu canales de notification preferite" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Invia un sito web interessante!" @@ -7818,7 +7937,7 @@ msgstr "Inviar commentarios" msgid "Send message" msgstr "Inviar message" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Inviar le publication a {name}" @@ -7826,18 +7945,7 @@ msgstr "Inviar le publication a {name}" msgid "Send post to..." msgstr "Inviar message a..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Inviar signalamento" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Inviar signalamento a {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Inviar signalamento a {title}" @@ -7858,7 +7966,7 @@ msgstr "Inviar via message directe" msgid "Sends email with confirmation code for account deletion" msgstr "Invia un e-mail con le codice de confirmation pro le deletion del conto" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Adresse de servitor" @@ -7874,10 +7982,18 @@ msgstr "Definir data de nascentia" msgid "Set new password" msgstr "Definir nove contrasigno" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configurar tu conto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Defini email pro reinitialisation de contrasigno" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Parametros salvate" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Activitate sexual o nuditate erotic." @@ -7953,7 +8069,7 @@ msgstr "Sexualmente suggestive" msgid "Share" msgstr "Compartir" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Compartir" @@ -7996,7 +8112,7 @@ msgstr "Compartir le URI at:// del publication" msgid "Share QR code" msgstr "Compartir codice QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Compartir iste canal" @@ -8012,8 +8128,8 @@ msgstr "Comparti iste pacchetto de initio e adjuta le gente a unir se a tu commu #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Comparti tu canal favorite!" msgid "Shared Preferences Tester" msgstr "Testator de preferentias compartite" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Monstrar texto alternative" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Mostrar nonobstante" @@ -8067,6 +8183,10 @@ msgstr "Monstrar minus como iste" msgid "Show list anyway" msgstr "Monstrar le lista nonobstante" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Monstrar plus" @@ -8080,7 +8200,7 @@ msgstr "Monstrar plus como isto" msgid "Show more replies" msgstr "Monstrar plus responsas" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Monstrar responsas del publication in un vista de arbore de filos" @@ -8098,10 +8218,6 @@ msgstr "Monstrar responsas" msgid "Show replies as" msgstr "Monstrar responsas como" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Monstrar le responsas del personas que tu seque ante tote le altere responsas" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Monstrar advertimento" msgid "Show warning and filter from feeds" msgstr "Monstrar advertimento e filtrar desde canales" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Monstra information super quando iste publication ha essite create" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Monstra le contento" @@ -8145,7 +8261,7 @@ msgstr "Monstra le contento" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Monstra le contento" msgid "Sign in" msgstr "Aperir session" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Aperir session como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Aperir session como..." @@ -8177,7 +8293,7 @@ msgstr "Aperi session o crea un conto" msgid "Sign in or create your account to join the conversation!" msgstr "Aperi session o crea tu conto pro participar al conversation!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Aperir session con un conto que non es listate" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Minor" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Alicun personas pote responder" @@ -8280,7 +8396,7 @@ msgstr "Alcuno ha reagite con {0}" msgid "Someone reacted {0} to {1}" msgstr "Alcuno ha reagite con {0} a {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Le datos que tu tenta signalar ha alcun problema. Contacta le supporto." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Alcun error ha occurrite" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Alcun error ha occurrite, tenta de novo" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Alcun error ha occurrite!" msgid "Something went wrong. Please try again in a moment." msgstr "Alcun error ha occurrite. Tenta de novo in alcun instantes." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Alcun error ha occurrite. Tenta de novo." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Alcun problema? Informa nos." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "Pardono! Tu session ha expirate. Aperi session de novo." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordinar responsas" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordinar responsas per" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordinar responsas al mesme publication per:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Fonte: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; mentiones o responsas excessive" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; mentiones o responsas excessive" msgid "Sports" msgstr "Sports" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Comencia un conversation e illo apparera hic." @@ -8403,11 +8514,11 @@ msgstr "Pacchetto de initio de <0/>" msgid "Starter pack by you" msgstr "Pacchetto de initio tue" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Le pacchetto de initio es invalide" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Pacchettos de initio" @@ -8436,8 +8547,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Inviar appello" msgid "Submit Appeal" msgstr "Inviar appello" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Inviar signalamento" @@ -8494,7 +8605,7 @@ msgstr "Successo!" msgid "Successfully verified" msgstr "Verificate con successo" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Contos suggerite" @@ -8506,17 +8617,17 @@ msgstr "Contos suggerite" msgid "Suggested for you" msgstr "Suggerite pro te" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggestive" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Levar del sol" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Poner del sol" @@ -8547,10 +8658,10 @@ msgstr "Cambiar contos" msgid "Switch to {0}" msgstr "Cambiar a {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Systema" @@ -8591,6 +8702,10 @@ msgstr "Tocca pro clauder le menu contextual" msgid "Tap to dismiss" msgstr "Tocca pro clauder" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Carga complite - 10 personas sequite!" @@ -8620,8 +8735,8 @@ msgstr "Conta nos un pauco de te" msgid "Tell us a little more" msgstr "Conta nos un pauco plus" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Terminos" @@ -8637,26 +8752,11 @@ msgstr "Terminos" msgid "Terms of Service" msgstr "Conditiones de servicio" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Terminos usate viola de standards del communitate" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Texto e etiquettas" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Campo de texto" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Campo de insertion de texto" @@ -8665,10 +8765,6 @@ msgstr "Campo de insertion de texto" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Gratias pro tu commentario! Illo ha essite inviate al operator del canal." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Gratias. Tu signalamento ha essite inviate." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Gratias, tu ha verificate tu adresse de e-mail con successo. Tu pote cla msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Illo contine le sequente:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Illo es toto, gente!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Illo es toto!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Le conto potera interager con te post le disblocage." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Le application essera reinitiate" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Le autor de iste filo ha occultate iste responsa." @@ -8750,11 +8846,11 @@ msgstr "Le experientia es melior in le application. Discarga Bluesky ora e nos r msgid "The feed has been replaced with Discover." msgstr "Le canal ha essite reimplaciate per Discoperir." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Le sequente etiquettas ha essite applicate a tu conto." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Le sequente etiquettas ha essite applicate a tu contento." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Le conditiones de servicio ha essite displaciate a" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Thema" @@ -8827,7 +8923,7 @@ msgstr "Il ha habite un problema durante le connexion con Tenor." msgid "There was an issue contacting the server" msgstr "Il ha habite un problema durante le connexion con le servitor" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Il ha habite un problema durante le connexion con le servitor, verifica 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Il ha habite un problema durante le recuperation del publicationes. Tocc msgid "There was an issue fetching the list. Tap here to try again." msgstr "Il ha habite un problema durante le recuperation del lista. Tocca hic pro tentar de novo." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Il ha habite un problema durante le recuperation de tu contrasignos del application" @@ -8862,11 +8958,6 @@ msgstr "Il ha habite un problema durante le recuperation de tu information de se msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Il ha habite un problema durante le remotion de iste canal. Verifica tu connexion al internet e tenta de novo." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Il ha habite un problema durante le invio de tu signalamento. Verifica tu connexion al internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Il ha habite un problema durante le actualisation de tu canales, verific #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Il ha habite un problema durante le actualisation de tu canales, verific msgid "There was an issue! {0}" msgstr "Il ha habite un problema! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Il ha habite un problema impreviste in le application. Informa nos si is 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Iste parametros se applica solmente al canal Sequente." @@ -8941,7 +9036,7 @@ msgstr "Iste conto es blocate per un o plus de tu listas de moderation. Pro disb msgid "This action can be undone at any time." msgstr "Iste action pote esser disfacite a qualcunque momento." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Iste appello essera inviate a <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Iste contento es hospitate per {0}. Tu vole activar contento multimedial externe?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Iste contento non es disponibile proque un del usatores involvite ha blocate le altere." @@ -9006,7 +9101,7 @@ msgstr "Iste function non es disponibile quando tu usa un contrasigno de applica msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Iste canal recipe multe traffico e es temporarimente indisponibile. Tenta de novo plus tarde." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Iste canal es vacue! Es possibile que tu debe sequer plus usatores o adjustar tu parametros de lingua." @@ -9020,7 +9115,7 @@ msgstr "Iste canal es vacue." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Iste canal non es plus in linea. Nos monstra <0>Discover0> in vice." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Iste pseudonymo es reservate. Tenta un altere." @@ -9037,7 +9132,7 @@ msgstr "Iste non es un ligamine valide" msgid "This label was applied by the author." msgstr "Iste etiquetta ha essite applicate per le autor." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Iste etiquetta ha essite applicate per te." @@ -9065,11 +9160,11 @@ msgstr "Iste lista es vacue." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Iste servicio de moderation es indisponibile. Vide hic infra pro plus detalios. Si iste problema persiste, contacta nos." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Iste publication affirma haber essite create in <0>{0}0>, mais illo ha essite vidite per Bluesky pro le prime vice in <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Iste responsa essera placiate in un section occulte in basso de tu filo 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Isto deberea crear un registro de dominio a:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Iste usator non ha un nomine a monstrar, e consequentemente non pote esser verificate." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Iste usator non ha sequitores." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Iste usator te ha blocate" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Iste usator te ha blocate. Tu non pote vider su contento." @@ -9142,7 +9237,7 @@ msgstr "Iste usator es includite in le lista <0>{0}0> que tu ha silentiate." msgid "This user is new here. Press for more info about when they joined." msgstr "Iste usator es nove hic. Preme pro plus informationes super quando ille se ha inscribite." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Iste usator non seque alcuno." @@ -9168,7 +9263,7 @@ msgstr "Optiones de filo" msgid "Thread preferences" msgstr "Preferentias de filos" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferentias de filos" @@ -9181,6 +9276,10 @@ msgstr "Como filos" msgid "Threads Preferences" msgstr "Preferentias de filos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Tempore restante: {0, plural, one {# secunda} other {# secundas}}" @@ -9198,10 +9297,6 @@ msgstr "Pro disactivar tu methodo de 2FA per e-mail, verifica tu accesso a <0>{0 msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Pro signalar un conversation, signala un de su messages per medio del schermo de conversation. Isto permitte que nostre moderatores comprende le contexto del problema." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "A qui tu vole inviar iste signalamento?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hodie" @@ -9222,8 +9317,8 @@ msgstr "Populares" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Responsas popular primo" @@ -9231,17 +9326,17 @@ msgstr "Responsas popular primo" msgid "Topic" msgstr "Topico" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traducer" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Vista in arbore" @@ -9253,6 +9348,10 @@ msgstr "Tendentias" msgid "Trending Videos" msgstr "Videos in tendentia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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 confidentia0>: organisationes qui pote emitter verificationes directemente." @@ -9274,7 +9373,7 @@ msgstr "Authentication a duo factores (2FA)" msgid "Type your message here" msgstr "Scribe tu message hic" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Typo:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Non ha essite possibile deler" @@ -9324,27 +9423,27 @@ msgstr "Information super le canal indisponibile" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Disblocar" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Disblocar" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Disblocar conto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Disblocar le conto?" @@ -9369,12 +9468,7 @@ msgstr "Disfacer republication" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Disfacer republication ({0, plural, one {# republication} other {# republicationes}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Cessar de sequer" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Cessar de sequer {0}" @@ -9383,7 +9477,7 @@ msgstr "Cessar de sequer {0}" msgid "Unfollow account" msgstr "Cessar de sequer conto" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Cessa de sequer le usator" @@ -9391,7 +9485,7 @@ msgstr "Cessa de sequer le usator" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Infortunatemente, necun del etiquettatores al quales tu subscribe suppor msgid "Unknown verifier" msgstr "Verificator incognite" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "Disappreciar" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Disappreciar ({0, plural, one {# appreciation} other {# appreciationes}})" @@ -9419,8 +9521,8 @@ msgstr "Dissilentiar" msgid "Unmute" msgstr "Dissilentiar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Dissilentiar {tag}" @@ -9431,7 +9533,7 @@ msgstr "Dissilentiar {tag}" msgid "Unmute account" msgstr "Dissilentiar conto" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Dissilentiar conversation" @@ -9454,8 +9556,8 @@ msgstr "Dissilentiar video" msgid "Unpin" msgstr "Disfixar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Disfixar canal" @@ -9464,8 +9566,8 @@ msgstr "Disfixar canal" msgid "Unpin Feed" msgstr "Disfixar canal" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Disfixar del initio" @@ -9517,13 +9619,6 @@ msgstr "Cancellate le subscription del lista" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Contento sexual indesirabile" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Actualisar <0>{displayName}0> in Listas" msgid "Update email" msgstr "Actualisar e-mail" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Actualisar a {domain}" @@ -9567,7 +9662,7 @@ msgstr "Actualisante..." msgid "Upload a photo instead" msgstr "Incargar un photo in su loco" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Incargar un file de texto a:" @@ -9603,11 +9698,11 @@ msgstr "Incargante miniatura de ligamine..." msgid "Uploading video..." msgstr "Incargante video..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Usa contrasignos de application pro aperir session in altere clientes Bluesky sin conceder un accesso total a tu conto o contrasigno." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Usar fornitor predefinite" @@ -9638,17 +9733,17 @@ msgstr "Usa isto pro aperir session in le altere application insimul con tu pseu msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Usator blocate" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Usator blocate" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Usator blocate per \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Usator blocate per lista" msgid "User Blocked by List" msgstr "Usator blocate per lista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Usator qui te bloca" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nomine de usator o adresse de e-mail" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "usatores sequite per <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "usatores sequente <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "usatores sequente <0>@{0}0>" msgid "Users I follow" msgstr "Usatores que io seque" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Usatores in \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Usatores que tu seque" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valor:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verificar registro DNS" @@ -9786,8 +9873,8 @@ msgstr "Quadro de dialogo de verification de e-posta" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verificar file de texto" @@ -9841,15 +9928,15 @@ msgstr "Video de {0}: {text}" msgid "Video Games" msgstr "Videojocos" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Video in pausa" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Video in reproduction" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video non trovate." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Vider le avatar de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Visualisar profilo de {0}" @@ -9906,16 +9993,11 @@ msgstr "Vider le publication de blog pro plus detalios" msgid "View debug entry" msgstr "Vider entrata de depuration" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Visualisar detalios" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Vider detalios pro signalar un violation de derectos de autor" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Vider filo complete" @@ -9960,7 +10042,7 @@ msgstr "Vider le servicio de etiquettage fornite per @{0}" msgid "View this user's verifications" msgstr "Vider le notificationes de usator" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Vider usatores qui apprecia iste canal" @@ -9993,8 +10075,8 @@ msgstr "Vider tu contos silentiate" msgid "View your verifications" msgstr "Vider tu verificationes" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Vide le imagine complete" @@ -10002,6 +10084,14 @@ msgstr "Vide le imagine complete" msgid "Views video in immersive mode" msgstr "Vide le video in modo immersive" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Quando tu tocca super un marca de verification, tu videra qual organisat msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Qual linguas tu vole vider in tu canales algorithmic?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Qui pote interager con iste publication?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Qui pote responder" @@ -10249,40 +10340,38 @@ msgstr "Ops! Non ha essite possibile cargar le videos in tendentia." msgid "Why are you appealing?" msgstr "Proque tu appella?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Proque iste contento deberea esser revidite?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Proque iste canal deberea esser revidite?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Proque iste lista deberea esser revidite?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Proque iste message deberea esser revidite?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Proque iste publication deberea esser revidite?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Proque iste pacchetto de initio deberea esser revidite?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Proque iste usator deberea esser revidite?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Si" msgid "Yes, deactivate" msgstr "Si, disactivar" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Si, deler iste pacchetto de initio" @@ -10373,7 +10462,7 @@ msgstr "Tu non ha permission de entrar in directo" msgid "You are not allowed to upload videos." msgstr "Tu non es permitte incargar videos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Tu non seque alcuno." @@ -10445,17 +10534,13 @@ msgstr "Tu pote reactivar tu conto pro continuar a aperir session. Tu profilo e msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Tu pote definir tu parametros de interaction predefinite in <0>Parametros → Moderation → Parametros de interaction0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Tu pote actualisar iste plus tarde desde tu configurationes." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Tu ha necun sequitor." @@ -10467,6 +10552,10 @@ msgstr "Tu seque necun usator qui seque @{name}." msgid "You don't have any chat requests at the moment." msgstr "Tu non ha requestas de chat in le momento." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Tu ha necun canal fixate." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Tu ha blocate iste usator" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Tu ha blocate iste usator. Tu non pote visualisar lor contento." @@ -10495,7 +10584,7 @@ msgstr "Tu ha disactivate completemente le notificationes de responsa, citation 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Tu ha occultate iste message" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Tu ha occultate iste message." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Tu ha silentiate iste conto." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Tu ha silentiate iste usator" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Tu ancora non ha silentiate alcun parola o etiquetta" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Tu ha occultate iste responsa." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Tu pote appellar de etiquettas applicate per tertios si tu considera que illos ha essite applicate per error." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Tu pote appellar de iste etiquettas si tu considera que illos ha essite applicate per error." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Tu debe seliger al minus un etiquettator pro un signalamento" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Toto preste!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Tu ha aperite session con un contrasigno de application. Aperi session con tu contrasigno principal pro continuar le disactivation de tu conto." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Tu ha optate pro occultar un parola o etiquetta in iste publication." @@ -10750,7 +10839,7 @@ msgstr "Tu ha attingite tu limite diari pro cargas de videos (troppo de bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Tu appello ha essite inviate. Si tu appello ha successo, tu recipera un msgid "Your birth date" msgstr "Tu data de nascentia" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Tu navigator non supporta le formato de video. Retenta con un navigator differente." @@ -10798,7 +10887,7 @@ msgstr "Tu chats ha essite disactivate" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Tu election essera rememorate pro ligamines futur. Tu pote cambiar lo a qualcunque momento in le parametros." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Tu pseudonymo actual <0>{0}0> remanera automaticamente reservate pro te. Tu pote cambiar de retorno a illo a qualcunque momento desde iste conto." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Tu sequitores" @@ -10905,14 +10994,10 @@ msgstr "Tu profilo, publicationes, canales e listas non essera plus visibile a a msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Tu signalamento essera inviate a <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Tu signalamento essera inviate al Servicio de Moderation de Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/id/messages.po b/src/locale/locales/id/messages.po index d1ef4240f7..0c7b5b1fc7 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Indonesian\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, other {pengikut}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {mengikuti}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {suka}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, other {suka}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {postingan}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, other {kutipan}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {posting ulang}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} postingan}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# orang}} telah menggunakan paket pemula ini!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# orang}} telah menggunakan paket pemula ini!" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, other {jam}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {menit}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}0> mengikuti Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}0> menyukai feed kustom Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}0> menyukai postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} others}}0> menyukai postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}0> menghapus verifikasi mereka dari akun Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}0> memposting ulang postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}0> memposting ulang postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}0> mendaftar dengan paket pemula Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} dan <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}}0> memverifikasi Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} mengikuti Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} mengikuti Anda kembali" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} menyukai feed kustom Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} menyukai postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} menyukai postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} menghapus verifikasi mereka dari akun Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} memposting ulang postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} memposting ulang postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} mendaftar dengan paket pemula Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} memverfikasi Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} mengikuti Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai feed kustom Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menyukai postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} menghapus verifikasi mereka dari akun Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memposting ulang postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memposting ulang postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} mendaftar dengan paket pemula Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} dan {additionalAuthorsCount, plural, other {{formattedAuthorsCount} lainnya}} memverifikasi Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} mengikuti Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} mengikuti Anda kembali" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} menyukai feed kustom Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} menyukai postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} menyukai postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} menghapus verifikasi mereka dari akun Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} memposting ulang postingan Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} memposting ulang postingan ulang Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} mendaftar dengan paket pemula Anda" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} memverifikasi Anda" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} mengikuti" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> dan<1> 1><2>{1} 2>sudah disertakan dalam paket pemula And msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> sudah disertakan dalam paket pemula Anda" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "Anggota <0>{0}0>" @@ -515,7 +519,7 @@ msgstr "⚠Panggilan Tidak Valid" msgid "24 hours" msgstr "24 jam" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Konfirmasi 2FA" @@ -560,12 +564,16 @@ msgstr "Tangkapan layar dari halaman profil dengan ikon lonceng sebelah tombol i msgid "About" msgstr "Tentang" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Terima" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Terima permintaan obrolan" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Pengaturan Aksesibilitas" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Akun" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Akun dibisukan" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Akun Dibisukan" @@ -627,11 +635,15 @@ msgstr "Akun Dibisukan oleh Daftar" msgid "Account options" msgstr "Pengaturan akun" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Akun dihapus dari akses cepat" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Tambah {0} lagi untuk melanjutkan" msgid "Add {displayName} to starter pack" msgstr "Tambahkan {displayName} dalam paket pemula" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Tambahkan peringatan konten" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Tambahkan sandi aplikasi" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Tambahkan Sandi Aplikasi" @@ -745,8 +757,8 @@ msgstr "Tambahkan emoji reaksi" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Tambahkan rincian lengkap (optional)" @@ -783,7 +795,7 @@ msgstr "Tambahkan beberapa feed ke dalam paket pemula Anda!" msgid "Add the default feed of only people you follow" msgstr "Tambahkan feed bawaan hanya untuk orang yang Anda ikuti" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Tambahkan catatan DNS berikut ke domain Anda:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Rincian tambahan (batas 300 karakter)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Dewasa" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Konten Dewasa" @@ -846,11 +862,15 @@ msgstr "Konten dewasa hanya dapat diaktifkan melalui laman <0>bsky.app0>." msgid "Adult content is disabled." msgstr "Konten dewasa dinonaktifkan." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Label Konten Dewasa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Lanjutan" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Izinkan pesan baru dari" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Izinkan kutipan" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Izinkan balasan dari:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Mengizinkan akses ke pesan langsung" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Sudah memiliki kode?" @@ -1003,14 +1039,18 @@ msgstr "Terjadi kesalahan saat mengambil feed." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Terjadi kesalahan saat membuat paket pemula. Coba lagi?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Terjadi kesalahan saat menyimpan kode QR!" @@ -1035,8 +1075,7 @@ msgstr "" 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Masalah lain yang tidak termasuk dalam pilihan" @@ -1050,10 +1089,10 @@ msgstr "Terjadi masalah saat mencoba membuka obrolan" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Terjadi masalah, silakan coba lagi." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "Maket iPhone yang menampilkan aplikasi Bluesky terbuka profil pengguna terverifikasi dengan tanda centang biru di sebelah nama tampilan mereka." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "pelabel tak dikenal" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "dan" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "Mengumumkan verifikasi Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Perilaku Anti-Sosial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Siapa saja dapat berinteraksi" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Bahasa Aplikasi" msgid "App Password" msgstr "Sandi Aplikasi" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Sandi aplikasi dihapus" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Sandi aplikasi" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Kata Sandi Aplikasi" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Ajukan Banding" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Banding label \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Ajukan banding atas keputusan ini" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Tambahkan feed bawaan yang direkomendasikan" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arsip dari {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Arsip postingan" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Anda yakin ingin menghapus sandi aplikasi \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Anda yakin ingin menghapus pesan ini? Pesan akan dihapus untuk Anda, tetapi tidak untuk partisipan lainnya." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Anda yakin ingin menghapus paket pemula ini?" @@ -1252,7 +1298,7 @@ msgstr "Apakah Anda menulis dalam <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Seni" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Ketelanjangan artistik atau non-erotis." @@ -1269,7 +1315,7 @@ msgstr "Tetapkan topik untuk algoritma" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Putar otomatis video dan GIF" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Kembali" msgid "Back to Chats" msgstr "Kembali ke Obrolan" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Untuk membuat postingan atau membalas, harap verifikasi email Anda terle msgid "Before creating a starter pack, you must first verify your email." msgstr "Untuk membuat paket pemula, harap verifikasi email Anda terlebih dahulu." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Untuk dapat menerima permintaan obrolan ini, harap verifikasi email Anda terlebih dahulu." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Tanggal lahir" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blokir" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Blokir Akun?" msgid "Block accounts" msgstr "Blokir akun" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blokir dan Hapus" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Blokir dan/atau hapus percakapan ini" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blokir daftar" @@ -1402,15 +1452,19 @@ msgstr "Blokir atau lapor" msgid "Block these accounts?" msgstr "Blokir akun-akun ini?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Blokir pengguna" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Blokir Pengguna" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Diblokir" @@ -1449,25 +1503,25 @@ msgstr "Memblokir tidak akan mencegah label diterapkan pada akun Anda, tetapi ak msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky tidak dapat memastikan keaslian tanggal yang diklaim." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 adalah jaringan terbuka yang memungkinkan Anda memilih penyedia hosting. Jika Anda adalah developer, Anda dapat menghosting server Anda sendiri." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky merupakan jaringan terbuka dimana Anda dapat memilih layanan Anda sendiri. Jika Anda baru disini, kami sarankan tetap dengan opsi bawaan dari Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Buramkan gambar dan saring dari feed" msgid "Books" msgstr "Buku" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Jelajahi akun lainnya pada halaman Jelajah" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Bisnis" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Oleh {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Oleh <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Batalkan pengaktifan kembali dan keluar" msgid "Cancel search" msgstr "Batal mencari" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Tidak dapat berinteraksi dengan pengguna yang diblokir" @@ -1697,12 +1756,12 @@ msgstr "Ganti bahasa aplikasi" msgid "Change Handle" msgstr "Ubah Panggilan" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Ubah layanan moderasi" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Ubah alasan melapor" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Obrolan" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Obrolan dihapus" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Obrolan dibisukan" @@ -1769,7 +1832,7 @@ msgstr "Kotak masuk permintaan obrolan" msgid "Chat requests" msgstr "Permintaan obrolan" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Pengaturan obrolan" msgid "Chat Settings" msgstr "Pengaturan Obrolan" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Obrolan dibunyikan" @@ -1797,7 +1860,7 @@ msgstr "Obrolan" msgid "Check my status" msgstr "Periksa status saya" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Periksa email Anda untuk mendapatkan kode login dan masukkan di sini." @@ -1805,6 +1868,14 @@ msgstr "Periksa email Anda untuk mendapatkan kode login dan masukkan di sini." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Periksa kotak masuk email Anda untuk kode konfirmasi dan masukkan di bawah ini:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Pilih metode verifikasi domain" @@ -1833,7 +1904,7 @@ msgstr "Pilih algoritma yang akan digunakan untuk feed kustom Anda." msgid "Choose this color as your avatar" msgstr "Pilih warna ini sebagai avatar Anda" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Pilih penyedia akun Anda" @@ -1882,14 +1953,6 @@ msgstr "Klik di sini untuk mengulang proses verifikasi." msgid "Click here to update your email" msgstr "Klik disini untuk memperbarui email Anda" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Klik untuk menonaktifkan kutipan pada postingan ini." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Klik untuk mengaktifkan kutipan pada postingan ini." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Klik untuk membuka menu tagar {tag}" @@ -1919,9 +1982,11 @@ msgstr "Keletak 🐴 keletuk 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Keletak 🐴 keletuk 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Tutup" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Tutup dialog aktif" @@ -2018,16 +2083,16 @@ msgstr "Menutup pemilih emoji" msgid "Closes viewer for header image" msgstr "Menutup penampil gambar header" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Ciutkan daftar pengguna" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Menciutkan daftar pengguna untuk notifikasi tertentu" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Mode warna" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Kode konfirmasi" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Menghubungkan..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Bahasa Konten" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Konten Tidak Tersedia" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Peringatan Konten" @@ -2212,7 +2281,7 @@ msgstr "Latar menu konteks, klik untuk menutup menu." msgid "Continue" msgstr "Lanjutkan" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Lanjutkan sebagai {0} (sudah masuk)" @@ -2236,8 +2305,8 @@ msgstr "Lanjutkan ke langkah berikutnya" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Percakapan dihapus" @@ -2254,7 +2323,7 @@ msgstr "Memasak" msgid "Copied build version to clipboard" msgstr "Versi build disalin ke papan klip" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Versi build disalin ke papan klip" msgid "Copied to clipboard" msgstr "Disalin ke papan klip" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Tersalin!" @@ -2290,23 +2359,23 @@ msgstr "Salin URI at://" msgid "Copy author DID" msgstr "Salin DID pemosting" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Salin kode" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Salin DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Salin host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Salin tautan" @@ -2331,12 +2400,12 @@ msgstr "Salin tautan postingan" msgid "Copy link to profile" msgstr "Salin tautan ke profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Salin tautan ke paket pemula" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Salin teks pesan" @@ -2354,7 +2423,7 @@ msgstr "Salin teks postingan" msgid "Copy QR code" msgstr "Salin kode QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Salin nilai data TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Tidak dapat meninggalkan obrolan" @@ -2392,7 +2461,7 @@ msgstr "Tidak dapat memuat feed" msgid "Could not load list" msgstr "Tidak dapat memuat daftar" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Tidak dapat membisukan obrolan" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Buat akun baru" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Buat laporan untuk {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Dibuat pada {0}" @@ -2503,8 +2573,8 @@ msgstr "Pembuat telah diblokir" msgid "Culture" msgstr "Budaya" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Kustom" @@ -2512,18 +2582,22 @@ msgstr "Kustom" msgid "Customization options" msgstr "Opsi penyesuaian" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Sesuaikan siapa yang dapat berinteraksi dengan postingan ini." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Menyesuaikan pengalaman Bluesky Anda" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Gelap" @@ -2536,7 +2610,7 @@ msgstr "Gelap" msgid "Dark mode" msgstr "Mode gelap" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tema gelap" @@ -2558,7 +2632,11 @@ msgstr "Debug Moderasi" msgid "Debug panel" msgstr "Panel awakutu" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Standar" @@ -2566,14 +2644,14 @@ msgstr "Standar" msgid "Default icons" msgstr "Ikon bawaan" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Hapus" @@ -2586,16 +2664,16 @@ msgstr "Hapus akun" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Hapus Akun <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Hapus kata sandi aplikasi" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Hapus kata sandi aplikasi?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Hapus obrolan" @@ -2603,18 +2681,18 @@ msgstr "Hapus obrolan" msgid "Delete chat declaration record" msgstr "Hapus catatan deklarasi obrolan" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Hapus percakapan" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Hapus Percakapan" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Hapus untuk saya" @@ -2623,11 +2701,11 @@ msgstr "Hapus untuk saya" msgid "Delete list" msgstr "Hapus daftar" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Hapus pesan" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Hapus pesan untuk saya" @@ -2641,12 +2719,12 @@ msgstr "Hapus akun saya" msgid "Delete post" msgstr "Hapus postingan" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Hapus paket pemula" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Hapus paket pemula?" @@ -2709,11 +2787,11 @@ msgstr "Mode pengembang dinyalakan" msgid "Developer options" msgstr "Opsi pengembang" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: sesuaikan siapa saja yang dapat berinteraksi dengan postingan ini" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Redup" @@ -2735,6 +2813,14 @@ msgstr "Nonaktifkan Email 2FA" msgid "Disable haptic feedback" msgstr "Matikan respons haptik" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Matikan subtitel" @@ -2778,7 +2864,7 @@ msgstr "Cegah aplikasi menampilkan akun saya ke pengguna yang tidak masuk" msgid "Discover new custom feeds" msgstr "Temukan feed kustom baru" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Temukan Feed Baru" @@ -2817,8 +2903,8 @@ msgstr "Nama tampilan" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panel DNS" @@ -2830,7 +2916,7 @@ msgstr "Jangan bisukan kata ini pada pengguna yang Anda ikuti" msgid "Does not include nudity." msgstr "Tidak termasuk ketelanjangan." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domain terverifikasi!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Ketuk dua kali atau tekan lama pada pesan untuk menambahkan reaksi" msgid "Double tap to close the dialog" msgstr "Ketuk dua kali untuk menutup dialog" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Ketuk dua kali untuk menyukai" @@ -2903,6 +2990,10 @@ msgstr "Unduh Bluesky" msgid "Download CAR file" msgstr "Unduh berkas CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Lepaskan untuk menambahkan gambar" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Ubah Daftar Pengguna" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Ubah pengaturan interaksi postingan" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Edit profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Edit Profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Ubah paket pemula" @@ -3034,7 +3129,7 @@ msgstr "Ubah paket pemula" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Ubah siapa yang dapat membalas" @@ -3085,7 +3180,7 @@ msgstr "Verifikasi email selesai!" msgid "Email Verified" msgstr "Email Terverifikasi" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Sisipkan kode HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Pemutar video tertanam" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Nyalakan subtitel" @@ -3200,7 +3299,7 @@ msgstr "Masukkan domain yang ingin Anda gunakan" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Masukkan email yang Anda gunakan untuk membuat akun. Kami akan mengirimkan \"kode reset\" untuk mengatur kata sandi baru." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Masukkan nama pengguna atau alamat email yang Anda gunakan saat membuat akun Anda" @@ -3213,7 +3312,7 @@ msgstr "Masukkan tanggal lahir Anda" msgid "Enter your email address" msgstr "Masukkan alamat email Anda" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Masukkan kata sandi" @@ -3258,22 +3357,18 @@ msgstr "Kesalahan saat menerima respons captcha." msgid "Error: {error}" msgstr "Kesalahan: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Semua orang" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Semua dapat membalas" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Semua orang dapat membalas postingan ini." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Semua orang" @@ -3282,16 +3377,6 @@ msgstr "Semua orang" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Menyebut atau membalas secara berlebihan" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Pesan yang berlebihan atau tidak diinginkan" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Kecualikan pengguna yang Anda ikuti" @@ -3316,7 +3401,7 @@ msgstr "Keluar dari tampilan gambar" msgid "Expand alt text" msgstr "Bentangkan teks alt" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Bentangkan daftar pengguna" @@ -3328,7 +3413,7 @@ msgstr "Bentangkan atau ciutkan postingan lengkap yang Anda balas" msgid "Expand post text" msgstr "Bentangkan teks posting" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Bentangkan atau ciutkan postingan" @@ -3348,7 +3433,7 @@ msgstr "Kedaluwarsa" msgid "Expires {0}" msgstr "Kedaluwarsa {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Kedaluwarsa dalam {0}" @@ -3407,13 +3492,17 @@ msgstr "Media eksternal memungkinkan situs web untuk mengumpulkan informasi tent msgid "External Media Preferences" msgstr "Preferensi Media Eksternal" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Gagal menerima obrolan" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Gagal menambahkan emoji reaksi" @@ -3421,7 +3510,7 @@ msgstr "Gagal menambahkan emoji reaksi" msgid "Failed to add to starter pack" msgstr "Gagal menambahkan paket pemula" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Gagal mengubah panggilan. Silakan coba lagi." @@ -3438,13 +3527,13 @@ msgstr "Gagal membuat percakapan" msgid "Failed to create starter pack" msgstr "Gagal membuat paket pemula" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Gagal menghapus obrolan" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Gagal menghapus pesan" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Gagal menghapus paket pemula" @@ -3465,10 +3554,10 @@ msgstr "Gagal mengikuti semua akun yang disarankan, silakan coba lagi" msgid "Failed to load conversations" msgstr "Gagal memuat percakapan" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Gagal memuat preferensi feed" @@ -3498,14 +3587,14 @@ msgstr "Gagal memuat pesan terdahulu" msgid "Failed to load preference." msgstr "Gagal memuat preferensi." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Gagal memuat daftar feed yang disarankan" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Gagal memuat saran akun untuk diikuti" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Gagal menyematkan postingan" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Gagal menghapus emoji reaksi" @@ -3535,7 +3624,8 @@ msgstr "Gagal menghapus verifikasi" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Gagal menyimpan gambar: {0}" @@ -3557,7 +3647,7 @@ msgstr "Gagal mengirim" msgid "Failed to send email, please try again." msgstr "Gagal mengirim email, silakan coba lagi." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Gagal mengajukan banding, silakan coba lagi." @@ -3606,6 +3696,14 @@ msgstr "Gagal memverifikasi email, silakan coba lagi." msgid "Failed to verify handle. Please try again." msgstr "Gagal verifikasi panggilan. Silakan coba lagi." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "Pembuat feed" msgid "Feed identifier" msgstr "Tanda pengenal feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menu feed" @@ -3635,8 +3733,8 @@ msgstr "Tombol alih feed" msgid "Feed unavailable" msgstr "Feed tidak tersedia" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Masukan" @@ -3696,7 +3794,7 @@ msgstr "Saring pencarian berdasarkan bahasa (saat ini: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Saring siapa saja yang dapat memilih untuk menerima notifikasi untuk aktivitas Anda" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Saring dari siapa saja Anda akan menerima notifikasi" @@ -3713,7 +3811,7 @@ msgstr "Terakhir! Pantau postingan yang penting bagi Anda. Simpan postingan ters msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Temukan akun untuk diikuti" msgid "Find people to follow" msgstr "Cari orang untuk diikuti" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Temukan postingan, pengguna dan feed di Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Selesai" msgid "Fitness" msgstr "Kebugaran" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Hitam Flat" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Biru Flat" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Putih Flat" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Fleksibel" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Ikuti" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Ikuti" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Ikuti {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Ikuti {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Ikuti semua akun" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Ikuti Balik" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Ikuti Balik" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Pengikut yang Anda kenal" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Mengikuti" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Mengikuti" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Mengikuti {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Mengikuti {handle}" @@ -3894,11 +3988,11 @@ msgstr "Mengikuti Anda" msgid "Follows You" msgstr "Mengikuti Anda" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Font" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Ukuran font" @@ -3919,7 +4013,7 @@ msgstr "Untuk alasan keamanan, kami akan mengirimkan kode konfirmasi ke alamat e msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Untuk alasan keamanan, Anda tidak akan dapat melihat ini lagi. Jika Anda lupa sandi aplikasi ini, Anda harus membuat yang baru." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Untuk pengalaman terbaik, kami sarankan menggunakan font tema." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Lupa Kata Sandi" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Lupa kata sandi?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Lupa?" @@ -3953,12 +4047,7 @@ msgstr "Lupa?" msgid "Free your feed" msgstr "Bebaskan feed Anda" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Sering Memposting Konten yang Tidak Diinginkan" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Dari" @@ -4011,7 +4100,7 @@ msgstr "Dapatkan notifikasi ketika orang memposting ulang postingan yang Anda po msgid "Get notifications when people repost your posts." msgstr "Dapatkan notifikasi ketika orang memposting ulang postingan Anda." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Beri wajah pada profil Anda" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Pelanggaran hukum atau ketentuan layanan secara terang-terangan" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Pelanggaran hukum atau ketentuan layanan secara terang-terangan" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Kembali" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Kembali" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Kembali ke langkah sebelumnya" @@ -4123,7 +4208,7 @@ msgstr "Siaran Langsung" msgid "Go live for" msgstr "Siaran langsung untuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Buka profil {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Berikutnya" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Buka profil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Buka profil pengguna" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Media Sensitif" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Setengah jalan lagi!" msgid "Handle" msgstr "Panggilan" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Panggilan sudah digunakan. Silakan coba yang lain." @@ -4182,7 +4279,7 @@ msgstr "Panggilan sudah digunakan. Silakan coba yang lain." msgid "Handle changed!" msgstr "Panggilan diubah!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Panggilan terlalu panjang. Silakan coba yang lebih pendek." @@ -4190,10 +4287,17 @@ msgstr "Panggilan terlalu panjang. Silakan coba yang lebih pendek." msgid "Haptics" msgstr "Haptik" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Pelecehan, unggah sulut, atau intoleransi" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Tagar" msgid "Hashtag {tag}" msgstr "Tagar {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Mengalami masalah?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Bantuan" @@ -4238,7 +4346,7 @@ msgstr "Halo. 👋" msgid "Hidden" msgstr "Disembunyikan" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Disembunyikan berdasarkan aturan moderasi Anda." @@ -4248,7 +4356,7 @@ msgstr "Daftar yang disembunyikan" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Daftar yang disembunyikan" msgid "Hide" msgstr "Sembunyikan" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Sembunyikan" @@ -4269,6 +4377,10 @@ msgstr "Sembunyikan" msgid "Hide customization options" msgstr "Sembunyikan opsi penyesuaian" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Sembunyikan tren topik?" msgid "Hide trending videos?" msgstr "Sembunyikan tren video?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Sembunyikan daftar pengguna" @@ -4320,7 +4432,7 @@ msgstr "Sembunyikan daftar pengguna" msgid "Hide verification badges" msgstr "Sembunyikan lencana verifikasi" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Menyembunyikan konten" @@ -4365,12 +4477,12 @@ msgstr "Harap tunggu! Kami secara bertahap memberikan akses video, dan Anda masi msgid "Home" msgstr "Beranda" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Penyedia hosting" @@ -4383,6 +4495,10 @@ msgstr "Sedang hangat" msgid "How should we open this link?" msgstr "Bagaimana kami harus membuka tautan ini?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Jika Anda ingin mengubah kata sandi, kami akan mengirimkan kode untuk me msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Jika Anda ingin membatasi siapa saja yang dapat menerima notifikasi untuk aktivitas akun Anda, Anda dapat mengubahnya di <0>Pengaturan → Privasi dan Keamanan0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Jika Anda merupakan pengembang, Anda bisa menghosting peladen Anda sendiri." @@ -4443,12 +4559,7 @@ msgstr "Jika Anda merupakan pengembang, Anda bisa menghosting peladen Anda sendi 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Ilegal dan Urgen" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Gambar" @@ -4461,29 +4572,24 @@ msgstr "Tembolok gambar dibersihkan" msgid "Image cache cleared, freed {0}" msgstr "Tembolok gambar dibersihkan, sisa {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Gambar tersimpan" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Gambar tidak dapat disimpan kecuali diizinkan untuk mengakses pustaka foto Anda." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Impersonasi atau klaim palsu tentang identitas atau afiliasi" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Impersonasi, misinformasi, atau klaim palsu" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Dalam aplikasi" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notifikasi dalam aplikasi" @@ -4507,17 +4613,12 @@ msgstr "Dalam aplikasi, Push, Semua orang" msgid "In-app, Push, People you follow" msgstr "Dalam aplikasi, Push, Orang yang saya ikuti" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Pesan tidak pantas atau tautan eksplisit" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Kotak masuk kosong!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nama pengguna atau kata sandi salah" @@ -4537,11 +4638,11 @@ msgstr "Masukkan kata sandi baru" msgid "Input password for account deletion" msgstr "Masukkan kata sandi untuk penghapusan akun" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Masukkan kode yang telah dikirim ke email Anda" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interaksi dibatasi" @@ -4557,12 +4658,12 @@ msgstr "Memperkenalkan notifikasi aktivitas" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Kode konfirmasi 2FA tidak valid." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Panggilan tidak valid. Silakan coba yang lain." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Subjek laporan tidak valid" @@ -4626,8 +4727,8 @@ msgstr "Karir" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Bergabung di Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Ketentuan penggunaan KWS" msgid "KWS website" msgstr "Situs KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Dilabeli oleh {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Dilabeli oleh pemosting." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Label" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Label ditambahkan" @@ -4678,11 +4779,11 @@ msgstr "Label ditambahkan" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Label adalah anotasi yang diterapkan pada pengguna dan konten. Label dapat digunakan untuk menyembunyikan, memperingatkan, dan mengkategorikan jaringan." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Label pada akun Anda" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Label pada konten Anda" @@ -4696,7 +4797,7 @@ msgstr "Pengaturan Bahasa" msgid "Languages" msgstr "Bahasa" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Lebih besar" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Pelajari lebih lanjut tentang Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Pelajari lebih lanjut mengenai hosting mandiri PDS Anda." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Pelajari lebih lanjut tentang apa yang bersifat publik di Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Pelajari lebih lanjut." @@ -4787,10 +4888,10 @@ msgstr "Tinggalkan" msgid "Leave chat" msgstr "Tinggalkan obrolan" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Tinggalkan percakapan" @@ -4822,9 +4923,9 @@ msgstr "Reset kata sandi Anda!" msgid "Let's go!" msgstr "Ayo!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Terang" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Terang" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Suka ({0, plural, other {# suka}})" @@ -4855,7 +4956,7 @@ msgstr "Sukai 10 postingan untuk melatih feed Discover" msgid "Like notifications" msgstr "Notifikasi suka" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Sukai feed ini" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Disukai oleh {0, plural, other {# pengguna}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Suka pada postingan ulang Anda" msgid "Likes of your reposts notifications" msgstr "Suka pada notifikasi postingan ulang Anda" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Suka pada postingan ini" @@ -5021,12 +5122,12 @@ msgstr "Fitur siaran langsung sedang uji coba beta" msgid "Live link" msgstr "Tautan siaran langsung" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Muat lebih banyak" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Muat lebih banyak feed yang disarankan" @@ -5041,6 +5142,14 @@ msgstr "Muat notifikasi baru" msgid "Load new posts" msgstr "Muat postingan baru" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Memuat..." @@ -5049,15 +5158,19 @@ msgstr "Memuat..." msgid "Log" msgstr "Catatan" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilitas pengguna yang tidak masuk" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo oleh @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo oleh <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Kelola kata dan tagar yang dibisukan" msgid "Mark all as read" msgstr "Tandai semua sebagai dibaca" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Tandai telah dibaca" @@ -5132,7 +5245,7 @@ msgstr "Mungkin nanti" msgid "Media" msgstr "Media" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media yang mungkin mengganggu atau tidak pantas untuk sebagian orang." @@ -5140,14 +5253,10 @@ msgstr "Media yang mungkin mengganggu atau tidak pantas untuk sebagian orang." msgid "Mention notifications" msgstr "Notifikasi sebutan" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "pengguna yang Anda sebut" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Pengguna yang Anda sebut" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Kirim pesan ke {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Pesan dihapus" @@ -5172,7 +5281,7 @@ msgstr "Pesan dihapus" msgid "Message deleted" msgstr "Pesan dihapus" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Pesan dari @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Kotak input pesan" msgid "Message is too long" msgstr "Pesan terlalu panjang" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Opsi pesan" @@ -5197,24 +5306,22 @@ msgstr "Opsi pesan" msgid "Messages" msgstr "Pesan" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Tengah malam" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Notifikasi lainnya" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Akun Menyesatkan" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Postingan yang Menyesatkan" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Alat moderasi" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Feed lainnya" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Bisukan" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Bisukan {tag}" @@ -5332,8 +5439,8 @@ msgstr "Bisukan akun" msgid "Mute accounts" msgstr "Bisukan akun" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Bisukan percakapan" @@ -5396,7 +5503,7 @@ msgstr "Akun yang Dibisukan" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Postingan dari akun yang dibisukan akan dihilangkan dari feed dan notifikasi Anda. Pembisuan ini bersifat privat." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Dibisukan oleh \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Daftar Feed Saya" msgid "Name" msgstr "Nama" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nama atau Deskripsi Melanggar Standar Komunitas" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Menuju ke paket pemula" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Menuju ke layar berikutnya" @@ -5455,20 +5551,16 @@ msgstr "Menuju ke layar berikutnya" msgid "Navigates to your profile" msgstr "Menuju ke profil Anda" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Perlu melaporkan pelanggaran hak cipta?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Tidak akan lagi kehilangan akses ke data dan pengikut Anda." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Tidak usah, buatkan panggilan untuk saya" @@ -5476,17 +5568,17 @@ msgstr "Tidak usah, buatkan panggilan untuk saya" msgid "New" msgstr "Baru" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Baru" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Postingan Baru" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Dialog informasi pengguna baru" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Balasan terbaru lebih dulu" @@ -5587,8 +5679,8 @@ msgstr "Berita" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Berita" msgid "Next" msgstr "Berikutnya" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Berikutnya" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Gambar berikutnya" @@ -5616,12 +5703,12 @@ msgstr "Gambar berikutnya" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Tidak ada sandi aplikasi" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Tanpa Panel DNS" @@ -5646,8 +5733,9 @@ msgstr "Tidak ada gambar" msgid "No likes yet" msgstr "Belum ada yang menyukai" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Tidak lagi mengikuti {0}" @@ -5671,7 +5759,7 @@ msgstr "Belum ada notifikasi!" msgid "No one" msgstr "Tidak seorang pun" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Tak seorang pun dapat mengutip postingan ini selain pemosting." @@ -5701,7 +5789,7 @@ msgstr "Tidak ada hasil" msgid "No results" msgstr "Tidak ada hasil" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Tidak ada hasil untuk \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Tidak ditemukan hasil untuk \"{query}\"" msgid "No results found for {query}" msgstr "Tidak ditemukan hasil untuk {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Tidak ada hasil." @@ -5732,7 +5820,7 @@ msgstr "Tidak ditemukan hasil pencarian untuk \"{search}\"." msgid "No thanks" msgstr "Tidak terima kasih" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Tak seorang pun" @@ -5753,6 +5841,10 @@ msgstr "Belum ada yang memposting ulang. Mungkin Anda bisa jadi yang pertama!" msgid "Nobody was found. Try searching for someone else." msgstr "Tidak ditemukan siapa pun. Coba pencarian lain." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Ketelanjangan Non-Seksual" @@ -5843,16 +5935,11 @@ msgstr "sekarang" msgid "Now" msgstr "Sekarang" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Ketelanjangan" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Ketelanjangan atau konten dewasa yang tidak dilabeli sedemikian rupa" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Oke" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Balasan terlama lebih dulu" @@ -5916,7 +6003,7 @@ msgstr "Satu atau beberapa video belum memiliki teks alt." msgid "Only .jpg and .png files are supported" msgstr "Hanya mendukung berkas .jpg dan .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Hanya {0} yang dapat membalas." @@ -5941,7 +6028,7 @@ msgstr "Ups, ada yang tidak beres!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Buka pembuat avatar" msgid "Open conversation options" msgstr "Buka opsi percakapan" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Buka menu geser" @@ -5973,8 +6060,8 @@ msgstr "Buka pemilih emoji" msgid "Open feed info screen" msgstr "Buka halaman info feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Buka menu opsi feed" @@ -6015,7 +6102,7 @@ msgstr "Buka profil" msgid "Open share menu" msgstr "Buka menu berbagi" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Buka menu paket pemula" @@ -6032,9 +6119,9 @@ msgstr "Buka log sistem" msgid "Opens a dialog to add a content warning to your post" msgstr "Membuka dialog untuk menambahkan peringatan konten pada postingan Anda" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Membuka dialog untuk memilih siapa yang dapat membalas utas ini" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "Membuka dialog status siaran langsung" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Membuka formulir pengaturan ulang kata sandi" @@ -6103,24 +6190,15 @@ msgstr "Membuka formulir pengaturan ulang kata sandi" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Membuka profil ini" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Jika perlu, berikan informasi tambahan di bawah ini:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opsi:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Atau gabungkan opsi-opsi berikut:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Atau, lanjutkan dengan akun lain." @@ -6145,21 +6223,50 @@ msgstr "Status OTA: Gagal mengambil pembaruan" msgid "OTA status: None available" msgstr "Status OTA: Tidak ada yang tersedia" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Lainnya" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Akun lainnya" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Tim moderasi kami telah menerima laporan Anda." @@ -6176,7 +6283,7 @@ msgstr "Halaman tidak ditemukan" msgid "Page Not Found" msgstr "Halaman Tidak Ditemukan" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Orang yang diikuti oleh @{0}" msgid "People following @{0}" msgstr "Orang yang mengikuti @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Hewan Peliharaan" msgid "Photography" msgstr "Fotografi" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Gambar yang ditujukan untuk orang dewasa." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Sematkan feed" @@ -6266,7 +6381,7 @@ msgstr "Sematkan Feed" msgid "Pin to home" msgstr "Sematkan ke beranda" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Sematkan ke Beranda" @@ -6275,7 +6390,7 @@ msgstr "Sematkan ke Beranda" msgid "Pin to your profile" msgstr "Sematkan ke profil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Disematkan" @@ -6302,7 +6417,7 @@ msgstr "Putar" msgid "Play {0}" msgstr "Putar {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Putar video" @@ -6327,7 +6442,7 @@ msgstr "Putar GIF" msgid "Plays the video" msgstr "Memutar video" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Silakan tambahkan label peringatan konten yang sesuai dengan media yang Anda posting." @@ -6413,7 +6528,7 @@ msgstr "Silakan masukkan kode undangan Anda." msgid "Please enter your new email address." msgstr "Silakan masukkan alamat email baru Anda." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Silakan masukkan kata sandi" @@ -6421,11 +6536,11 @@ msgstr "Silakan masukkan kata sandi" msgid "Please enter your password as well:" msgstr "Masukkan juga kata sandi Anda:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Silakan masukkan nama pengguna Anda" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Jelaskan menurut Anda mengapa {0} salah dalam menerapkan label ini" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Silakan pilih layanan moderasi" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Silakan pilih alasan untuk laporan ini" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Politik" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografi" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Postingan telah dihapus" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Disembunyikan oleh Kata yang Dibisukan" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Postingan yang Anda sembunyikan" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Pengaturan interaksi postingan" @@ -6614,13 +6729,8 @@ msgstr "Gambar sebelumnya" msgid "Primary Language" msgstr "Bahasa Utama" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Dahulukan yang Anda ikuti" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privasi" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Kebijakan Privasi" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Memproses video..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil diperbarui" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Publik" @@ -6714,7 +6836,7 @@ msgstr "Kirim balasan" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Kutipan berhasil dilepaskan" msgid "Quote posts disabled" msgstr "Kutipan dinonaktifkan" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Pengaturan kutipan" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Pengaturan kutipan" msgid "Quotes" msgstr "Kutipan" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Kutipan postingan ini" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Melebihi batas perubahan – Anda terlalu sering mengubah panggilan dalam waktu singkat. Harap tunggu beberapa saat sebelum mencoba kembali." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "Baca blog postingan (dalam bahasa Inggris)" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Sembunyikan" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Lihat selengkapnya" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Alasan banding" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Alasan:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Hubungkan kembali" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Tolak" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Tolak permintaan obrolan" @@ -6946,8 +7060,8 @@ msgstr "Hapus feed" msgid "Remove feed?" msgstr "Hapus feed?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Balasan" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Balasan dinonaktifkan" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Balasan ke postingan ini dinonaktifkan." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Balas" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Balas ({0, plural, other {# balasan}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Balasan Disembunyikan oleh Pembuat Utas" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Balasan yang Anda Sembunyikan" @@ -7120,11 +7234,7 @@ msgstr "Balasan yang Anda Sembunyikan" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Pengaturan balasan" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Pengaturan balasan dipilih oleh pembuat utas" @@ -7141,7 +7251,7 @@ msgstr "Visibilitas balasan diperbarui" msgid "Reply was successfully hidden" msgstr "Balasan berhasil disembunyikan" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Laporkan" msgid "Report account" msgstr "Laporkan akun" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Laporkan percakapan" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Dialog laporan" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Laporkan feed" @@ -7176,7 +7285,7 @@ msgstr "Laporkan feed" msgid "Report list" msgstr "Laporkan daftar" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Laporkan pesan" @@ -7185,48 +7294,41 @@ msgstr "Laporkan pesan" msgid "Report post" msgstr "Laporkan postingan" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Laporkan paket pemula" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Laporan dikirim" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Laporkan konten ini" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Laporkan feed ini" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Laporkan daftar ini" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Laporkan pesan ini" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Laporkan postingan ini" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Laporkan paket pemula ini" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Laporkan pengguna ini" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Posting ulang atau kutip postingan" @@ -7277,7 +7379,7 @@ msgstr "Diposting ulang oleh Anda" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Postingan ulang postingan ini" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Reset status orientasi" msgid "Reset password" msgstr "Reset kata sandi" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Mencoba masuk kembali" @@ -7360,12 +7462,12 @@ msgstr "Mencoba kembali tindakan terakhir yang gagal" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Mencoba kembali tindakan terakhir yang gagal" msgid "Retry" msgstr "Ulangi" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Ulangi memuat opsi laporan" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Kembali ke halaman sebelumnya" @@ -7399,8 +7501,8 @@ msgstr "Kembali ke beranda" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Kembali ke halaman sebelumnya" @@ -7412,8 +7514,8 @@ msgstr "Kembali ke langkah sebelumnya" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Kembali ke langkah sebelumnya" msgid "Save" msgstr "Simpan" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Simpan" @@ -7459,8 +7561,13 @@ msgstr "Simpan panggilan baru" msgid "Save QR code" msgstr "Simpan kode QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Simpan ke daftar feed saya" @@ -7487,21 +7594,25 @@ msgstr "Disimpan ke daftar feed Anda" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Katakan halo!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Sains" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Gulir ke atas" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Cari" @@ -7553,11 +7664,11 @@ msgstr "Cari \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Cari lebih banyak akun" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Cari lebih banyak umpan" @@ -7610,19 +7721,19 @@ msgstr "Mencari profil" msgid "Security step required" msgstr "Tahap keamanan diperlukan" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Lihat postingan {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Lihat postingan {tag} dari pengguna" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Lihat postingan #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Lihat postingan #{tag} dari pengguna" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Tombol geser. Gunakan tombol panah untuk maju dan mundur, dan spasi untuk memutar/menjeda" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Pilih warna" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Pilih akun" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Pilih bahasa aplikasi" @@ -7701,6 +7816,14 @@ msgstr "Pilih durasi" msgid "Select from an existing account" msgstr "Pilih dari akun yang sudah ada" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Pilih GIF" @@ -7727,14 +7850,10 @@ msgstr "Pilih bahasa..." msgid "Select languages" msgstr "Pilih bahasa" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Pilih layanan moderasi" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Pilih moderator" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Pilih berkas subtitel (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Pilih emoji {emojiName} sebagai avatar Anda" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Pilih layanan moderasi untuk melaporkan" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Pilih minat Anda dari opsi di bawah ini" msgid "Select your preferred language for translations in your feed." msgstr "Pilih bahasa yang disukai untuk terjemahan dalam feed Anda." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Kirimkan situs web yang bagus!" @@ -7818,7 +7937,7 @@ msgstr "Kirim masukan" msgid "Send message" msgstr "Kirim pesan" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Kirim postingan ke {name}" @@ -7826,18 +7945,7 @@ msgstr "Kirim postingan ke {name}" msgid "Send post to..." msgstr "Kirim postingan ke..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Kirim laporan" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Kirim laporan ke {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Kirim laporan ke {title}" @@ -7858,7 +7966,7 @@ msgstr "Kirim melalui pesan" msgid "Sends email with confirmation code for account deletion" msgstr "Kirim email dengan kode konfirmasi untuk penghapusan akun" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Alamat server" @@ -7874,10 +7982,18 @@ msgstr "Atur tanggal lahir" msgid "Set new password" msgstr "Buat kata sandi baru" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Siapkan akun Anda" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Atur email untuk pengaturan ulang kata sandi" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Pengaturan disimpan" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Aktivitas seksual atau ketelanjangan erotis." @@ -7953,7 +8069,7 @@ msgstr "Bermuatan Seksual" msgid "Share" msgstr "Bagikan" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Bagikan" @@ -7996,7 +8112,7 @@ msgstr "Bagikan URI postingan at://" msgid "Share QR code" msgstr "Bagikan kode QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Bagikan feed ini" @@ -8012,8 +8128,8 @@ msgstr "Bagikan paket pemula ini dan bantu orang-orang untuk bergabung dengan ko #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Bagikan feed favorit Anda!" msgid "Shared Preferences Tester" msgstr "Penguji Preferensi Bersama" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Tampilkan teks alt" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Tetap tampilkan" @@ -8067,6 +8183,10 @@ msgstr "Kurangi postingan serupa" msgid "Show list anyway" msgstr "Tetap tampilkan daftar" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Tampilkan Lebih Lanjut" @@ -8080,7 +8200,7 @@ msgstr "Perbanyak postingan serupa" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Tampilkan balasan" msgid "Show replies as" msgstr "Tampilkan balasan" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Tampilkan balasan dari orang yang Anda ikuti sebelum balasan lainnya" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Tampilkan peringatan" msgid "Show warning and filter from feeds" msgstr "Tampilkan peringatan dan saring dari feed" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Menampilkan informasi tentang kapan postingan ini dibuat" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Menampilkan konten" @@ -8145,7 +8261,7 @@ msgstr "Menampilkan konten" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Menampilkan konten" msgid "Sign in" msgstr "Masuk" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Masuk sebagai {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Masuk sebagai..." @@ -8177,7 +8293,7 @@ msgstr "Masuk atau buat akun" msgid "Sign in or create your account to join the conversation!" msgstr "Masuk atau buat akun Anda untuk bergabung dalam percakapan!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Masuk ke akun yang tidak tercantum dalam daftar" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Lebih kecil" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Beberapa orang dapat membalas" @@ -8280,7 +8396,7 @@ msgstr "Seseorang menanggapi {0}" msgid "Someone reacted {0} to {1}" msgstr "Seseorang menanggapi {0} ke {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Ada sesuatu yang kurang benar dengan data yang Anda laporkan. Silakan hubungi bantuan." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Ada yang tidak beres" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Ada yang tidak beres, silakan coba lagi" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Ada yang tidak beres!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Ada yang tidak beres. Silakan coba lagi." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Ada masalah? Beri tahu kami." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "Maaf! Sesi Anda telah berakhir. Silakan masuk lagi." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Urutkan balasan" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Urutkan balasan dari" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Urutkan balasan ke postingan yang sama berdasarkan:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Sumber: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; menyebut atau membalas secara berlebihan" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; menyebut atau membalas secara berlebihan" msgid "Sports" msgstr "Olahraga" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Mulai percakapan, dan percakapan akan muncul di sini." @@ -8403,11 +8514,11 @@ msgstr "Paket pemula dari <0/>" msgid "Starter pack by you" msgstr "Paket pemula dari Anda" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Paket pemula tidak valid" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Paket Pemula" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Ajukan banding" msgid "Submit Appeal" msgstr "Ajukan Banding" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Kirim laporan" @@ -8494,7 +8605,7 @@ msgstr "Sukses!" msgid "Successfully verified" msgstr "Berhasil diverifikasi" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Akun yang disarankan" @@ -8506,17 +8617,17 @@ msgstr "Akun yang disarankan" msgid "Suggested for you" msgstr "Disarankan untuk Anda" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Sugestif" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Terbit" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Terbenam" @@ -8547,10 +8658,10 @@ msgstr "Ganti akun" msgid "Switch to {0}" msgstr "Beralih ke {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistem" @@ -8591,6 +8702,10 @@ msgstr "Ketuk untuk tutup menu konteks" msgid "Tap to dismiss" msgstr "Ketuk untuk menutup" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tugas selesai - mengikuti 10 akun!" @@ -8620,8 +8735,8 @@ msgstr "Ceritakan sedikit tentang diri Anda" msgid "Tell us a little more" msgstr "Beritahu kami lebih lanjut" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Ketentuan" @@ -8637,26 +8752,11 @@ msgstr "Ketentuan" msgid "Terms of Service" msgstr "Ketentuan Layanan" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Istilah yang digunakan melanggar standar komunitas" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Teks & tagar" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Kolom teks" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Area input teks" @@ -8665,10 +8765,6 @@ msgstr "Area input teks" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Terima kasih atas umpan balik Anda! Ini telah dikirim ke operator feed." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Terima kasih. Laporan Anda telah terkirim." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Terima kasih, Anda telah berhasil memverifikasi alamat email Anda. Anda msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Berisi hal berikut:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Sekian!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Itu saja!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Akun ini dapat berinteraksi kembali dengan Anda setelah blokir dibuka." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Aplikasi akan dimulai ulang" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Pembuat utas telah menyembunyikan balasan ini." @@ -8750,11 +8846,11 @@ msgstr "Dapatkan pengalaman yang lebih baik dalam aplikasi. Unduh Bluesky sekara msgid "The feed has been replaced with Discover." msgstr "Feed telah diganti dengan Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Label berikut telah diterapkan pada akun Anda." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Label berikut telah diterapkan pada konten Anda." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Ketentuan Layanan telah dipindahkan ke" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Ada masalah saat menghubungkan ke Tenor." msgid "There was an issue contacting the server" msgstr "Ada masalah saat menghubungi server" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Ada masalah saat menghubungi server, silakan periksa koneksi internet An 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi." @@ -8845,7 +8941,7 @@ msgstr "Ada masalah saat mengambil postingan. Ketuk di sini untuk mencoba lagi." msgid "There was an issue fetching the list. Tap here to try again." msgstr "Ada masalah saat mengambil daftar. Ketuk di sini untuk mencoba lagi." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Ada masalah saat mengambil sandi aplikasi Anda" @@ -8862,11 +8958,6 @@ msgstr "Ada masalah saat mengambil info layanan Anda" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Ada masalah saat menghapus feed ini. Silakan periksa koneksi internet Anda dan coba lagi." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Ada masalah saat mengirimkan laporan. Silakan periksa koneksi internet Anda." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Ada masalah saat memperbarui feed Anda, silakan periksa koneksi internet #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Ada masalah saat memperbarui feed Anda, silakan periksa koneksi internet msgid "There was an issue! {0}" msgstr "Ada masalah! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Ada masalah tak terduga dalam aplikasi. Beri tahu kami jika hal ini terj 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Pengaturan ini hanya berlaku untuk feed Mengikuti." @@ -8941,7 +9036,7 @@ msgstr "Akun ini diblokir oleh satu atau lebih daftar moderasi Anda. Untuk membu msgid "This action can be undone at any time." msgstr "Tindakan ini dapat dibatalkan kapan saja." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Banding ini akan dikirim ke <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Konten ini disediakan oleh {0}. Apakah Anda ingin mengaktifkan media eksternal?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Konten ini tidak tersedia karena salah satu pengguna yang terlibat telah memblokir pengguna lainnya." @@ -9006,7 +9101,7 @@ msgstr "Fitur ini tidak tersedia saat menggunakan sandi aplikasi. Silakan masuk msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Feed ini sedang menerima terlalu banyak trafik dan sementara tidak tersedia. Silakan coba lagi nanti." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Feed ini kosong! Anda mungkin perlu mengikuti lebih banyak pengguna atau menyesuaikan pengaturan bahasa." @@ -9020,7 +9115,7 @@ msgstr "Feed ini kosong." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Feed ini tidak lagi online. Kami akan menampilkan <0>Discover0> sebagai gantinya." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Panggilan ini sudah digunakan. Silakan coba yang lain." @@ -9037,7 +9132,7 @@ msgstr "Tautan ini tidak valid" msgid "This label was applied by the author." msgstr "Label ini diterapkan oleh pemosting." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Label ini diterapkan oleh Anda." @@ -9065,11 +9160,11 @@ msgstr "Daftar ini kosong." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Layanan moderasi ini tidak tersedia. Lihat detail lebih lanjut di bawah. Jika masalah berlanjut, hubungi kami." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Postingan ini mengklaim dibuat pada <0>{0}0>, tetapi baru terlihat di Bluesky pada <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Balasan ini akan disortir ke bagian tersembunyi di bawah utas Anda dan a msgid "This service has not provided terms of service or a privacy policy." msgstr "Layanan ini tidak menyediakan ketentuan layanan atau kebijakan privasi." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Ini akan membuat catatan domain di:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Pengguna ini tidak memiliki nama tampilan, dan oleh karena itu tidak dapat diverifikasi." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Pengguna ini tidak memiliki pengikut." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Pengguna ini telah memblokir Anda" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Pengguna ini telah memblokir Anda. Anda tidak dapat melihat konten mereka." @@ -9142,7 +9237,7 @@ msgstr "Pengguna ini termasuk dalam daftar <0>{0}0> yang telah Anda bisukan" msgid "This user is new here. Press for more info about when they joined." msgstr "Pengguna ini masih baru. Tekan untuk informasi lebih lanjut tentang kapan ia bergabung." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Pengguna ini tidak mengikuti siapa pun." @@ -9168,7 +9263,7 @@ msgstr "Opsi utas" msgid "Thread preferences" msgstr "Preferensi utas" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferensi Utas" @@ -9181,6 +9276,10 @@ msgstr "Bersusun" msgid "Threads Preferences" msgstr "Preferensi Utas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Waktu tersisa: {0, plural, other {# detik}}" @@ -9198,10 +9297,6 @@ msgstr "Untuk menonaktifkan metode email 2FA Anda, silakan verifikasi akses Anda msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Untuk melaporkan percakapan, silakan laporkan salah satu pesannya melalui laman percakapan. Ini akan membantu moderator kami memahami konteks masalah Anda." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Kepada siapa Anda ingin mengirimkan laporan ini?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hari ini" @@ -9222,8 +9317,8 @@ msgstr "Teratas" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Topik" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Terjemahkan" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "Trending" msgid "Trending Videos" msgstr "Tren Video" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "Percaya muncul dari hubungan, komunitas, dan konteks bersama, oleh karena itu kami juga aktifkan <0>verifikator terpecaya0>: organisasi yang bisa langsung terbitkan verifikasi." @@ -9274,7 +9373,7 @@ msgstr "Autentikasi Dua Faktor (2FA)" msgid "Type your message here" msgstr "Ketik pesan Anda di sini" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipe:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Tidak dapat menghapus" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Buka blokir" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Buka blokir" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Buka blokir akun" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Buka Blokir Akun?" @@ -9369,12 +9468,7 @@ msgstr "Batalkan posting ulang" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Batal posting ulang ({0, plural, other {# postingan ulang}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Berhenti ikuti" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Berhenti ikuti {0}" @@ -9383,7 +9477,7 @@ msgstr "Berhenti ikuti {0}" msgid "Unfollow account" msgstr "Berhenti ikuti akun" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Berhenti mengikuti pengguna" @@ -9391,7 +9485,7 @@ msgstr "Berhenti mengikuti pengguna" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Sayangnya, tidak ada dari labeler yang Anda langgani mendukung tipe laporan ini." @@ -9399,12 +9493,20 @@ msgstr "Sayangnya, tidak ada dari labeler yang Anda langgani mendukung tipe lapo msgid "Unknown verifier" msgstr "Verifikator tidak diketahui" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Batal suka ({0, plural, other {# suka}})" @@ -9419,8 +9521,8 @@ msgstr "Bunyikan" msgid "Unmute" msgstr "Bunyikan" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Bunyikan {tag}" @@ -9431,7 +9533,7 @@ msgstr "Bunyikan {tag}" msgid "Unmute account" msgstr "Bunyikan akun" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Bunyikan percakapan" @@ -9454,8 +9556,8 @@ msgstr "Bunyikan video" msgid "Unpin" msgstr "Lepas sematan" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Lepaskan feed" @@ -9464,8 +9566,8 @@ msgstr "Lepaskan feed" msgid "Unpin Feed" msgstr "Lepaskan Feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Lepaskan sematan dari beranda" @@ -9517,13 +9619,6 @@ msgstr "Telah berhenti berlangganan dari daftar" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Konten Seksual yang Tidak Diinginkan" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Perbarui <0>{displayName}0> dalam Daftar" msgid "Update email" msgstr "Perbarui email" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Perbarui ke {domain}" @@ -9567,7 +9662,7 @@ msgstr "Memperbarui..." msgid "Upload a photo instead" msgstr "Unggah foto saja" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Unggah berkas teks ke:" @@ -9603,11 +9698,11 @@ msgstr "Mengunggah keluku tautan..." msgid "Uploading video..." msgstr "Mengunggah video..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Gunakan kata sandi aplikasi untuk masuk ke klien Bluesky lain tanpa memberikan akses penuh ke akun atau kata sandi Anda." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Gunakan penyedia panggilan bawaan" @@ -9638,17 +9733,17 @@ msgstr "Gunakan sandi ini untuk masuk ke aplikasi lain bersama dengan panggilan msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Pengguna diblokir" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Pengguna Diblokir" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Diblokir oleh \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Pengguna diblokir oleh daftar" msgid "User Blocked by List" msgstr "Pengguna Diblokir oleh Daftar" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Pengguna Memblokir Anda" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nama pengguna atau alamat email" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "pengguna yang diikuti <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "pengguna yang mengikuti <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "pengguna yang mengikuti <0>@{0}0>" msgid "Users I follow" msgstr "Pengguna yang saya ikuti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Pengguna di \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Pengguna yang saya ikuti" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Nilai:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verifikasi DNS" @@ -9786,8 +9873,8 @@ msgstr "Dialog verifikasi email" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verifikasi Berkas" @@ -9841,15 +9928,15 @@ msgstr "Video dari {0}: {text}" msgid "Video Games" msgstr "Permainan Video" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Video telah dijeda" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Video sedang diputar" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video tidak ditemukan." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Lihat avatar {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Lihat profil {0}" @@ -9906,16 +9993,11 @@ msgstr "Lihat postingan blog untuk detail lebih lanjut" msgid "View debug entry" msgstr "Lihat entri debug" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Lihat detail" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Lihat detail untuk melaporkan pelanggaran hak cipta" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Lihat utas lengkap" @@ -9960,7 +10042,7 @@ msgstr "Lihat layanan pelabelan yang disediakan oleh @{0}" msgid "View this user's verifications" msgstr "Lihat verifikasi pengguna ini" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Lihat pengguna yang menyukai feed ini" @@ -9993,8 +10075,8 @@ msgstr "Lihat daftar akun yang Anda bisukan" msgid "View your verifications" msgstr "Lihat verifikasi Anda" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Melihat gambar penuh" @@ -10002,6 +10084,14 @@ msgstr "Melihat gambar penuh" msgid "Views video in immersive mode" msgstr "Melihat video dalam mode imersif" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Saat Anda ketuk pada tanda centang, Anda akan melihat organisasi mana ya msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Bahasa apa yang ingin Anda lihat di feed algoritmik Anda?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Siapa yang dapat berinteraksi dengan postingan ini?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Siapa yang dapat membalas" @@ -10249,40 +10340,38 @@ msgstr "Waduh! Tren video gagal dimuat." msgid "Why are you appealing?" msgstr "Mengapa Anda mengajukan banding?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Mengapa konten ini perlu ditinjau?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Mengapa feed ini perlu ditinjau?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Mengapa daftar ini perlu ditinjau?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Mengapa pesan ini perlu ditinjau?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Mengapa postingan ini perlu ditinjau?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Mengapa paket pemula ini perlu ditinjau?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Mengapa pengguna ini perlu ditinjau?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Ya" msgid "Yes, deactivate" msgstr "Ya, nonaktifkan" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Ya, hapus paket pemula ini" @@ -10373,7 +10462,7 @@ msgstr "Anda tidak diizinkan untuk siaran langsung" msgid "You are not allowed to upload videos." msgstr "Anda tidak diizinkan untuk mengunggah video." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Anda tidak mengikuti siapa pun." @@ -10445,17 +10534,13 @@ msgstr "Anda dapat mengaktifkan kembali akun Anda untuk melanjutkan masuk. Profi msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Anda dapat mengatur standar pengaturan interaksi di <0>Pengaturan → Moderasi → Pengaturan interaksi0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Anda bisa mengubahnya nanti melalui pengaturan." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Anda tidak memiliki pengikut." @@ -10467,6 +10552,10 @@ msgstr "Anda tidak mengikuti satu pun pengguna yang mengikuti @{name}." msgid "You don't have any chat requests at the moment." msgstr "Anda belum memiliki permintaan obrolan saat ini." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Anda tidak memiliki feed yang disematkan." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Anda telah memblokir pengguna ini" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Anda telah memblokir pengguna ini. Anda tidak dapat melihat konten mereka." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Anda telah menyembunyikan postingan ini" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Anda telah menyembunyikan postingan ini." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Anda telah membisukan akun ini." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Anda telah membisukan pengguna ini" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Anda belum membisukan kata atau tagar apa pun" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Anda menyembunyikan balasan ini." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Anda dapat mengajukan banding atas label non-mandiri jika Anda merasa label tersebut ditempatkan secara tidak tepat." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Anda dapat mengajukan banding atas label berikut jika Anda merasa label tersebut ditempatkan secara tidak tepat." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Anda harus memilih setidaknya satu pelabel untuk sebuah laporan" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Anda siap untuk mulai!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Anda masuk menggunakan Sandi Aplikasi. Mohon gunakan kata sandi utama untuk melanjutkan penonaktifan akun Anda." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Anda telah memilih untuk menyembunyikan kata atau tagar dalam postingan ini." @@ -10750,7 +10839,7 @@ msgstr "Anda telah mencapai batas harian unggahan video (terlalu banyak bita)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Banding Anda telah diajukan. Jika banding Anda berhasil, Anda akan mener msgid "Your birth date" msgstr "Tanggal lahir Anda" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Peramban Anda tidak mendukung format video. Silakan coba peramban lain." @@ -10798,7 +10887,7 @@ msgstr "Obrolan Anda telah dinonaktifkan" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Pilihan Anda akan diingat untuk tautan selanjutnya. Anda dapat mengubahnya kapan saja di pengaturan." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Nama panggilan Anda <0>{0}0> akan otomatis dicadangkan untuk Anda. Anda bisa kembali menggantinya kapan saja dari akun ini." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Pengikut Anda" @@ -10905,14 +10994,10 @@ msgstr "Profil, postingan, feed, dan daftar Anda tidak akan terlihat lagi oleh p msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Laporan anda akan dikirimkan ke <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Laporan Anda akan dikirim ke Layanan Moderasi Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "Minat yang anda pilih membantu kami menyajikan konten yang Anda inginkan." diff --git a/src/locale/locales/it/messages.po b/src/locale/locales/it/messages.po index 77d4ff4625..56f3699e0a 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Italian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (attiva)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {follower} other {follower}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguito} other {seguiti}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {mi piace} other {mi piace}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {mi piace} other {mi piace}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {post} other {post}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citazione} other {citazioni}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} other {repost}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {salvataggio} other {salvataggi}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} post}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# persone hanno}} usato questo starter pack!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# persone hanno}} usato questo starter pack!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {e altri #}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (account)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {ora} other {ore}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minuti}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> ti hanno seguito" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "A {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> è piaciuto il tuo feed personalizzato" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "A {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> è piaciuto il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "A {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> è piaciuto il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> hanno rimosso le loro verifiche dal tuo account" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> hanno ripubblicato il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> hanno ripubblicato il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> si sono iscritti al tuo starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0> ti hanno verificato" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ha iniziato a seguirti" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ha iniziato a seguirti a sua volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "A {firstAuthorLink} è piaciuto il tuo feed personalizzato" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "A {firstAuthorLink} è piaciuto il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "A {firstAuthorLink} è piaciuto il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} ha rimosso la propria verifica dal tuo account" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ha ripubblicato il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} ha ripubblicato il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} si è iscritto con il tuo starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} ti ha verificato" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno iniziato a seguirti" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "A {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} è piaciuto il tuo feed personalizzato" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "A {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} è piaciuto il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "A {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} è piaciuto il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno rimosso le loro verifiche dal tuo account" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno ripubblicato il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} hanno ripubblicato il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} si sono iscritti al tuo starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}} ti hanno verificato" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ha iniziato a seguirti" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ha iniziato a seguirti a sua volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "A {firstAuthorName} è piaciuto il tuo feed personalizzato" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "A {firstAuthorName} è piaciuto il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "A {firstAuthorName} è piaciuto il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} ha rimosso la propria verifica dal tuo account" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ha ripubblicato il tuo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} ha ripubblicato il tuo repost" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} si è iscritto al tuo starter pack" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} ti ha verificato" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} seguiti" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> e<1> 1><2>{1} 2>sono inclusi nel tuo starter pack" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> è incluso nel tuo starter pack" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> membri" @@ -515,7 +519,7 @@ msgstr "⚠Nome utente non valido" msgid "24 hours" msgstr "24 ore" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Conferma 2FA" @@ -560,12 +564,16 @@ msgstr "Uno screenshot di una pagina del profilo con un'icona a forma di campane msgid "About" msgstr "Risorse aggiuntive" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Comportamento offensivo o discriminatorio" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Accetta" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Accetta richiesta" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Impostazioni di accessibilità" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Account silenziato" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Account silenziato" @@ -627,11 +635,15 @@ msgstr "Account silenziato dalla lista" msgid "Account options" msgstr "Opzioni dell'account" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Fornitore account" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Account rimosso dall'accesso rapido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Aggiungi {0} utenti per continuare" msgid "Add {displayName} to starter pack" msgstr "Aggiungi {displayName} allo starter pack" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Aggiungi un avviso sul contenuto" @@ -730,8 +742,8 @@ msgstr "Aggiungi un altro post al thread" msgid "Add app password" msgstr "Aggiungi password per app" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Aggiungi password per app" @@ -745,8 +757,8 @@ msgstr "Aggiungi reazione con emoji" msgid "Add media to post" msgstr "Aggiungi media al post" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Aggiungi ulteriori dettagli (facoltativo)" @@ -783,7 +795,7 @@ msgstr "Aggiungi dei feed al tuo starter pack!" msgid "Add the default feed of only people you follow" msgstr "Aggiungi il feed predefinito delle sole persone che segui" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Aggiungi il seguente record DNS al tuo dominio:" @@ -823,18 +835,22 @@ msgstr "Aggiunto allo starter pack" msgid "Additional details (limit 1000 characters)" msgstr "Dettagli aggiuntivi (massimo 1000 caratteri)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Ulteriori dettagli (massimo 300 caratteri)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Esplicito" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Contenuto per adulti" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Contenuto per adulti" @@ -846,11 +862,15 @@ msgstr "I contenuti per adulti possono essere abilitati solo dal sito Web a <0>b msgid "Adult content is disabled." msgstr "Il contenuto per adulti è disattivato." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etichette per contenuti per adulti" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Contenuti di abuso sessuale su adulti" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avanzate" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Permetti a chiunque di rispondere" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Consenti nuovi messaggi da" msgid "Allow others to be notified of your posts" msgstr "Permetti ad altri di ricevere notifiche dei tuoi post" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "Permetti risposte dalle persone che segui" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "Permetti risposte dalle persone che menzioni" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Consenti citazioni" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Consenti risposte da:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "Permetti risposte dagli utenti in {0}" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Permetti risposte da chi ti segue" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Consente l'accesso ai tuoi messaggi" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Hai già un codice?" @@ -1003,14 +1039,18 @@ msgstr "Si è verificato un errore recuperando il feed." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Si è verificato un errore nel creare il tuo starter pack. Vuoi riprovare?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "Si è verificato un errore caricando le tue liste :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Si è verificato un errore nel salvare il codice QR!" @@ -1035,8 +1075,7 @@ msgstr "Un’immagine di diversi post su Bluesky con accanto le icone per ripubb 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Un problema non incluso in queste opzioni" @@ -1050,10 +1089,10 @@ msgstr "Si è verificato un problema nell'aprire la chat" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Si è verificato un problema, riprova." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un etichettatore sconosciuto" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "e" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Abuso sessuale su animali" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Benessere degli animali" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Annuncio" msgid "Announcing verification on Bluesky" msgstr "Annuncio delle verifiche in Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportamento antisociale" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "Chiunque" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Tutti possono interagire" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Lingua dell'app" msgid "App Password" msgstr "Password per app" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Password per app eliminata" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Password per app" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Password per app" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Ricorso" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Etichetta \"{0}\" del ricorso" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Fai ricorso contro questa decisione" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Applica i feed consigliati predefiniti" msgid "Apply Pull Request" msgstr "Applica pull request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archiviato da {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Post archiviato" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Eliminare la password per app \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Eliminare questo messaggio? Il messaggio verrà eliminato per te, ma non per gli altri partecipanti." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Eliminare questo starter pack?" @@ -1252,7 +1298,7 @@ msgstr "Stai scrivendo in <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Arte" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Nudità artistica o non erotica." @@ -1269,7 +1315,7 @@ msgstr "Assegna argomento per l'algoritmo" msgid "At least 8 characters" msgstr "Almeno 8 caratteri" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Riproduci automaticamente video e GIF" msgid "Available" msgstr "Disponibile" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Indietro" msgid "Back to Chats" msgstr "Vai ai messaggi" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Attività vietate o violazioni della sicurezza" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Ritorno utente bloccato" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Devi verificare il tuo indirizzo email prima di creare un post o rispond msgid "Before creating a starter pack, you must first verify your email." msgstr "Prima di creare uno starter pack, devi verificare la tua email." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Devi verificare il tuo indirizzo email, prima di poter accettare questa richiesta di messaggio." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Devi verificare il tuo indirizzo email prima di poter ricevere notifiche relative ai post di {name}." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Compleanno" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blocca" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Bloccare account?" msgid "Block accounts" msgstr "Blocca gli account" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blocca ed elimina" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Blocca e/o elimina questa conversazione" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Lista di account bloccati" @@ -1402,15 +1452,19 @@ msgstr "Blocca o segnala" msgid "Block these accounts?" msgstr "Vuoi bloccare questi account?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Blocca utente" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Blocca utente" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Blocca e/o elimina questa conversazione" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bloccato" @@ -1449,25 +1503,25 @@ msgstr "Il blocco non impedirà l'applicazione delle etichette al tuo account, m msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky non può confermare l'autenticità della data dichiarata." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 è una rete aperta dove puoi scegliere il fornitore che ospita i tuoi dati. Se sei uno sviluppatore, puoi utilizzare il tuo server." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky è una rete aperta che ti permette di scegliere chi ospita i tuoi dati. Se sei un nuovo utente, ti consigliamo di iniziare con l'opzione predefinita Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Sfoca le immagini e filtra dai feed" msgid "Books" msgstr "Libri" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Violazione regole del sito" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Scopri altri account nella pagina Esplora" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Attività commerciale" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Di {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Di <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Fotocamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Annulla la riattivazione e disconnettiti" msgid "Cancel search" msgstr "Annulla la ricerca" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Non puoi interagire con un utente bloccato" @@ -1697,12 +1756,12 @@ msgstr "Cambia lingua app" msgid "Change Handle" msgstr "Modifica il nome utente" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Modifica servizio di moderazione" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Cambia password" @@ -1710,7 +1769,11 @@ msgstr "Cambia password" msgid "Change password dialog" msgstr "Finestra di modifica password" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Cambia categoria segnalazione" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Modifica motivo della segnalazione" @@ -1739,8 +1802,8 @@ msgstr "Modifiche salvate" msgid "Chat" msgstr "Messaggi" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Conversazione eliminata" @@ -1753,7 +1816,7 @@ msgstr "Messaggi chat - silenzioso" msgid "Chat messages - sound" msgstr "Messaggi chat - suono" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Conversazione silenziata" @@ -1769,7 +1832,7 @@ msgstr "Richieste" msgid "Chat requests" msgstr "Richieste di messaggi" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Impostazioni chat" msgid "Chat Settings" msgstr "Impostazioni chat" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Conversazione riattivata" @@ -1797,7 +1860,7 @@ msgstr "Messaggi" msgid "Check my status" msgstr "Verifica il mio stato" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Controlla la tua casella di posta e inserisci qui il codice di accesso." @@ -1805,6 +1868,14 @@ msgstr "Controlla la tua casella di posta e inserisci qui il codice di accesso." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Controlla la tua posta in arrivo, dovrebbe contenere un'email con il codice di conferma da inserire di seguito:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Sicurezza dei minori" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Materiale pedopornografico" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Scegli il metodo di verifica del dominio" @@ -1833,7 +1904,7 @@ msgstr "Scegli gli algoritmi che compilano i tuoi feed personalizzati." msgid "Choose this color as your avatar" msgstr "Scegli questo colore per il tuo avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Scegli il fornitore del tuo account" @@ -1882,14 +1953,6 @@ msgstr "Fai clic qui per riavviare il processo di verifica." msgid "Click here to update your email" msgstr "Fai clic qui per aggiornare il tuo indirizzo email" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Clicca per disattivare le citazioni di questo post." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Clicca per attivare le citazioni di questo post." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Clicca per aprire il menu per {tag}" @@ -1919,9 +1982,11 @@ msgstr "Clop 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clop 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Chiudi" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Chiudi la finestra attiva" @@ -2018,16 +2083,16 @@ msgstr "Chiude il selettore emoji" msgid "Closes viewer for header image" msgstr "Chiude il visualizzatore dell'immagine di intestazione" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Comprimi la lista di utenti" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Comprime l'elenco degli utenti per una determinata notifica" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Modalità colore" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Conferma la tua posizione con il GPS. I dati sulla tua posizione non sono tracciati e non lasciano il tuo dispositivo." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Conferma la tua posizione con il GPS. I dati sulla tua posizione non son msgid "Confirmation code" msgstr "Codice di conferma" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Connessione in corso..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Lingue dei contenuti" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Contenuto non disponibile" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Contenuti che promuovono o raffigurano autolesionismo" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Avviso sul contenuto" @@ -2212,7 +2281,7 @@ msgstr "Sfondo del menu contestuale, clicca per chiudere il menu." msgid "Continue" msgstr "Continua" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continua come {0} (attualmente connesso)" @@ -2236,8 +2305,8 @@ msgstr "Vai al passaggio successivo" msgid "Conversation" msgstr "Conversazione" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversazione eliminata" @@ -2254,7 +2323,7 @@ msgstr "Cucina" msgid "Copied build version to clipboard" msgstr "Versione della build copiata negli appunti" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Versione della build copiata negli appunti" msgid "Copied to clipboard" msgstr "Copiato negli appunti" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copiato!" @@ -2290,23 +2359,23 @@ msgstr "Copia URL at://" msgid "Copy author DID" msgstr "Copia DID dell'autore" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copia codice" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copia DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copia host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copia link" @@ -2331,12 +2400,12 @@ msgstr "Copia link del post" msgid "Copy link to profile" msgstr "Copia link al profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copia link allo starter pack" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copia testo del messaggio" @@ -2354,7 +2423,7 @@ msgstr "Copia testo del post" msgid "Copy QR code" msgstr "Copia codice QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copia valore del record TXT" @@ -2377,8 +2446,8 @@ msgstr "Impossibile connettersi al servizio feed" msgid "Could not find profile" msgstr "Impossibile trovare il profilo" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Errore nell'abbandonare la conversazione" @@ -2392,7 +2461,7 @@ msgstr "Non è stato possibile caricare il feed" msgid "Could not load list" msgstr "Non è stato possibile caricare la lista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Errore nel silenziare la conversazione" @@ -2476,8 +2545,9 @@ msgstr "Crea lista di moderazione" msgid "Create new account" msgstr "Crea un nuovo account" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Crea un report per {0}" @@ -2490,7 +2560,7 @@ msgstr "Crea starter pack" msgid "Create user list" msgstr "Crea lista di utenti" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Creato {0}" @@ -2503,8 +2573,8 @@ msgstr "L'autore è stato bloccato" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalizzato" @@ -2512,18 +2582,22 @@ msgstr "Personalizzato" msgid "Customization options" msgstr "Opzioni di personalizzazione" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personalizza chi può interagire con questo post." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personalizza la tua esperienza su Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Sfide o attività pericolose" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Abuso di sostanze o droghe pericolose" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Scuro" @@ -2536,7 +2610,7 @@ msgstr "Scuro" msgid "Dark mode" msgstr "Aspetto scuro" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tema scuro" @@ -2558,7 +2632,11 @@ msgstr "Eliminare errori nella Moderazione" msgid "Debug panel" msgstr "Pannello per il debug" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Contenuti per adulti deepfake" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Predefinito" @@ -2566,14 +2644,14 @@ msgstr "Predefinito" msgid "Default icons" msgstr "Icone predefinite" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Elimina" @@ -2586,16 +2664,16 @@ msgstr "Elimina account" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Elimina l'account <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Elimina la password per app" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Eliminare la password per app?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Elimina conversazione" @@ -2603,18 +2681,18 @@ msgstr "Elimina conversazione" msgid "Delete chat declaration record" msgstr "Elimina il record della dichiarazione della chat" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Elimina conversazione" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Elimina conversazione" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Elimina per me" @@ -2623,11 +2701,11 @@ msgstr "Elimina per me" msgid "Delete list" msgstr "Elimina lista" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Elimina messaggio" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Elimina messaggio per me" @@ -2641,12 +2719,12 @@ msgstr "Elimina il mio account" msgid "Delete post" msgstr "Elimina il post" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Elimina starter pack" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Eliminare lo starter pack?" @@ -2709,11 +2787,11 @@ msgstr "Modalità sviluppatore attivata" msgid "Developer options" msgstr "Opzioni sviluppatore" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: configura chi può interagire con questo post" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Soffuso" @@ -2735,6 +2813,14 @@ msgstr "Disattiva 2FA via email" msgid "Disable haptic feedback" msgstr "Disattiva il feedback tattile" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Disabilita tutte le risposte" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Disattiva sottotitoli" @@ -2778,7 +2864,7 @@ msgstr "Scoraggia le app dal mostrare il mio account agli utenti disconnessi" msgid "Discover new custom feeds" msgstr "Scopri nuovi feed personalizzati" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Scopri nuovi feed" @@ -2817,8 +2903,8 @@ msgstr "Nome visualizzato" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Lascia perdere i troll e gli acchiappa-click. Trova persone vere e conversazioni che ti interessano." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Pannello DNS" @@ -2830,7 +2916,7 @@ msgstr "Non applicare questa parola silenziata agli utenti seguiti" msgid "Does not include nudity." msgstr "Non include nudità." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Dominio verificato!" @@ -2853,19 +2939,20 @@ msgstr "Non preoccuparti! Tutti i messaggi e le impostazioni esistenti sono stat #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Tocca due volte o tieni premuto il messaggio per aggiungere una reazione msgid "Double tap to close the dialog" msgstr "Tocca due volte per chiudere la finestra" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Tocca due volte per mettere mi piace" @@ -2903,6 +2990,10 @@ msgstr "Scarica Bluesky" msgid "Download CAR file" msgstr "Scarica il file CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Diffusione di dati personali" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Trascina e rilascia per aggiungere immagini" @@ -2943,9 +3034,13 @@ msgstr "es. Utenti più prolifici." msgid "e.g. Users that repeatedly reply with ads." msgstr "es. Utenti che rispondono ripetutamente con annunci." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Disturbi alimentari" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Modifica notifiche da {0}" msgid "Edit People" msgstr "Modifica utenti" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Modifica impostazioni di interazione del post" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Modifica profilo" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Modifica profilo" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Modifica starter pack" @@ -3034,7 +3129,7 @@ msgstr "Modifica starter pack" msgid "Edit user list" msgstr "Modifica lista di utenti" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Modifica chi può rispondere" @@ -3085,7 +3180,7 @@ msgstr "Verifica email completata!" msgid "Email Verified" msgstr "Email verificata" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Incorpora il codice HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Lettore video incorporato" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Attiva sottotitoli" @@ -3200,7 +3299,7 @@ msgstr "Inserisci il dominio che vuoi usare" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Inserisci l'email che hai usato per creare il tuo account. Ti invieremo un codice in modo che tu possa scegliere una nuova password." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Inserisci il nome utente o l'indirizzo email che hai usato quando hai creato il tuo account" @@ -3213,7 +3312,7 @@ msgstr "Inserisci la tua data di nascita" msgid "Enter your email address" msgstr "Inserisci il tuo indirizzo email" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Inserisci la tua password" @@ -3258,22 +3357,18 @@ msgstr "Errore nella risposta del captcha." msgid "Error: {error}" msgstr "Errore: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Tutti" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Tutti possono rispondere" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Tutti possono rispondere a questo post." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Tutti" @@ -3282,16 +3377,6 @@ msgstr "Tutti" msgid "Everything else" msgstr "Tutto il resto" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Menzioni o risposte eccessive" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Messaggi eccessivi o indesiderati" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Escludi utenti che segui" @@ -3316,7 +3401,7 @@ msgstr "Uscita dalla visualizzazione dell'immagine" msgid "Expand alt text" msgstr "Espandi il testo alternativo" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Espandi la lista di utenti" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Espande o comprime il testo del post" @@ -3348,7 +3433,7 @@ msgstr "Scaduto" msgid "Expires {0}" msgstr "Scade {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Scade tra {0}" @@ -3407,13 +3492,17 @@ msgstr "I media esterni potrebbero consentire ai siti web di raccogliere informa msgid "External Media Preferences" msgstr "Preferenze media esterni" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Contenuti estremisti" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Impossibile accettare la richiesta" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Non è stato possibile aggiungere la reazione" @@ -3421,7 +3510,7 @@ msgstr "Non è stato possibile aggiungere la reazione" msgid "Failed to add to starter pack" msgstr "Non è stato possibile aggiungere allo starter pack" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Non è stato possibile cambiare il nome utente. Riprovare." @@ -3438,13 +3527,13 @@ msgstr "Impossibile creare la conversazione" msgid "Failed to create starter pack" msgstr "Impossibile creare starter pack" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Impossibile eliminare la conversazione" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Errore nell'eliminazione del messaggio" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Impossibile eliminare lo starter pack" @@ -3465,10 +3554,10 @@ msgstr "Non è stato possibile seguire tutti gli account suggeriti, riprova" msgid "Failed to load conversations" msgstr "Impossibile caricare le conversazioni" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Impossibile caricare preferenze feed" @@ -3498,14 +3587,14 @@ msgstr "Impossibile caricare messaggi vecchi" msgid "Failed to load preference." msgstr "Impossibile caricare le preferenze." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Impossibile caricare feed consigliati" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Impossibile caricare follow consigliati" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Errore nel fissare il post" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Non è stato possibile rimuovere la reazione" @@ -3535,7 +3624,8 @@ msgstr "Non è stato possibile rimuovere la verifica" msgid "Failed to resolve location. Please try again." msgstr "Impossibile determinare la posizione. Riprova." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Errore nel salvare l'immagine: {0}" @@ -3557,7 +3647,7 @@ msgstr "Impossibile inviare messaggio" msgid "Failed to send email, please try again." msgstr "Non è stato possibile inviare l'email. Riprova." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Errore nell'invio dell'appello, riprovare." @@ -3606,6 +3696,14 @@ msgstr "Non è stato possibile verificare l'email. Riprova." msgid "Failed to verify handle. Please try again." msgstr "Non è stato possibile verificare il nome utente. Riprovare." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Account falso o bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "False informazioni sulle elezioni" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "Autore del feed" msgid "Feed identifier" msgstr "Identificativo del feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menu del feed" @@ -3635,8 +3733,8 @@ msgstr "Attiva/disattiva feed" msgid "Feed unavailable" msgstr "Feed non disponibile" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Commenti" @@ -3696,7 +3794,7 @@ msgstr "Filtra la ricerca per lingua (attualmente: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtra chi può scegliere di ricevere notifiche per le tue attività" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtra da chi ricevi le notifiche" @@ -3713,7 +3811,7 @@ msgstr "Finalmente! Tieni traccia dei post che ti interessano. Salvali per rived msgid "Finance" msgstr "Finanza" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Scopri account da seguire" msgid "Find people to follow" msgstr "Trova persone da seguire" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Cerca post, utenti, e feed su Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Finalizza" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Nero" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Blu" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Bianco" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flessibile" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Segui" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Segui" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Segui {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Segui {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Segui tutti gli account" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Ricambia follow" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Ricambia follow" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Follower che conosci" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Seguito" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Seguito" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Stai seguendo {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Stai seguendo {handle}" @@ -3894,11 +3988,11 @@ msgstr "Ti segue" msgid "Follows You" msgstr "Ti segue" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Carattere" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Dimensione carattere" @@ -3919,7 +4013,7 @@ msgstr "Per motivi di sicurezza, invieremo un codice di conferma al tuo indirizz msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Per motivi di sicurezza non potrai più visualizzarla. Se perdi questa password per app, dovrai generarne una nuova." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Per una migliore esperienza, consigliamo di usare il font del tema." @@ -3941,11 +4035,11 @@ msgstr "Niente più chiasso inutile" msgid "Forgot Password" msgstr "Password dimenticata" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Password dimenticata?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Password dimenticata?" @@ -3953,12 +4047,7 @@ msgstr "Password dimenticata?" msgid "Free your feed" msgstr "Libera il tuo feed" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Pubblica spesso contenuti indesiderati" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Da" @@ -4011,7 +4100,7 @@ msgstr "Ricevi notifiche quando le persone ripostano i post che hai ripostato." msgid "Get notifications when people repost your posts." msgstr "Ricevi notifiche quando le persone ripostano i tuoi post." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Ricevi notifiche di nuovi post" @@ -4027,7 +4116,7 @@ msgstr "Ricevi notifiche di nuovi post di {name}" msgid "Get notified of this account’s activity" msgstr "Ricevi notifiche sull'attività di questo account" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Ricevi notifiche dei post di {name}" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Dai un volto al tuo profilo" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Evidenti violazioni della legge o dei termini di servizio" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Glorificazione della violenza" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Evidenti violazioni della legge o dei termini di servizio" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Torna indietro" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Torna indietro" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Torna al passaggio precedente" @@ -4123,7 +4208,7 @@ msgstr "Vai in diretta" msgid "Go live for" msgstr "Vai in diretta per" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Vai al profilo di {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "Vai al feed" msgid "Go to next" msgstr "Prosegui" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Vai al profilo" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Vai al profilo dell'utente" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Contenuto sensibile" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Contenuti violenti espliciti" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Adescamento o comportamento predatorio" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hacking o attacchi di sistema" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Siamo a metà!" msgid "Handle" msgstr "Nome utente" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Nome utente già in uso. Prova con uno diverso." @@ -4182,7 +4279,7 @@ msgstr "Nome utente già in uso. Prova con uno diverso." msgid "Handle changed!" msgstr "Nome utente modificato!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Nome utente troppo lungo. Provarne uno più breve." @@ -4190,10 +4287,17 @@ msgstr "Nome utente troppo lungo. Provarne uno più breve." msgid "Haptics" msgstr "Vibrazione" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Molestie, trolling o intolleranza" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Molestie o odio" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Attività nocive o a rischio elevato" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Danni o pericoli per i minori" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Incitamento all'odio" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Ci sono problemi?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Aiuto" @@ -4238,7 +4346,7 @@ msgstr "Ciao 👋" msgid "Hidden" msgstr "Nascosto" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Nascosto dalle tue impostazioni di moderazione." @@ -4248,7 +4356,7 @@ msgstr "Lista nascosta" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Lista nascosta" msgid "Hide" msgstr "Nascondi" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Nascondi" @@ -4269,6 +4377,10 @@ msgstr "Nascondi" msgid "Hide customization options" msgstr "Nascondi opzioni di personalizzazione" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Nascondi liste" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Nascondere gli argomenti di tendenza?" msgid "Hide trending videos?" msgstr "Nascondere i video di tendenza?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Nascondi elenco utenti" @@ -4320,7 +4432,7 @@ msgstr "Nascondi elenco utenti" msgid "Hide verification badges" msgstr "Nascondi spunta di verifica" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Nasconde il contenuto" @@ -4365,12 +4477,12 @@ msgstr "Un po' di pazienza: stiamo gradualmente dando accesso al video e tu sei msgid "Home" msgstr "Home" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Hosting:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Fornitore di hosting" @@ -4383,6 +4495,10 @@ msgstr "Hot" msgid "How should we open this link?" msgstr "Come dovremmo aprire questo link?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Tratta di esseri umani" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Se vuoi modificare la password, ti invieremo un codice per verificare ch msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Per limitare chi può ricevere notifiche sull'attività del tuo account vai in <0>Impostazioni → Privacy e sicurezza0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Se sei uno sviluppatore, puoi utilizzare il tuo server." @@ -4443,12 +4559,7 @@ msgstr "Se sei uno sviluppatore, puoi utilizzare il tuo server." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Illegale e urgente" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Immagine" @@ -4461,29 +4572,24 @@ msgstr "Cache delle immagini svuotata" msgid "Image cache cleared, freed {0}" msgstr "Cache delle immagini svuotata, liberati {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Immagine salvata" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Per salvare le immagini è necessario concedere l'accesso alla tua libreria foto." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Furto d'identità o false affermazioni sull'identità o sull'affiliazione" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Impersonificazione, disinformazione, o affermazioni false" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Impersonificazione" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Nell'app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notifiche nell'app" @@ -4507,17 +4613,12 @@ msgstr "Nell'app, Push, Tutti" msgid "In-app, Push, People you follow" msgstr "Nell'app, Push, Persone che segui" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Messaggi inappropriati o link espliciti" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Nessuna richiesta!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nome utente o password errati" @@ -4537,11 +4638,11 @@ msgstr "Inserisci la nuova password" msgid "Input password for account deletion" msgstr "Inserisci la password per l'eliminazione dell'account" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Inserisci il codice che ti è stato inviato via email" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interazione limitata" @@ -4557,12 +4658,12 @@ msgstr "Introduzione alle notifiche di attività" msgid "Introducing saved posts AKA bookmarks" msgstr "Presentazione dei post salvati, noti anche come segnalibri" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Codice di conferma 2FA non valido." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Nome utente non valido. Provarne un altro." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Impostazioni di interazione non valide." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Oggetto segnalazione non valido" @@ -4626,8 +4727,8 @@ msgstr "Opportunità di lavoro" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Entra in Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Termini di utilizzo di KWS" msgid "KWS website" msgstr "Sito web di KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Etichettato da {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Etichettato dall'autore." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etichette" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etichette aggiunte" @@ -4678,11 +4779,11 @@ msgstr "Etichette aggiunte" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Le etichette sono annotazioni su utenti e contenuti. Possono essere usate per nascondere, apporre avvisi e classificare il network." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etichette sul tuo account" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etichette sul tuo contenuto" @@ -4696,7 +4797,7 @@ msgstr "Impostazione delle lingue" msgid "Languages" msgstr "Lingue" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Più grande" @@ -4736,12 +4837,12 @@ msgstr "Scopri di più sulla verifica dell'età" msgid "Learn more about Bluesky" msgstr "Scopri di più su Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Maggiori informazioni su come ospitare il tuo server." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Scopri di più sulla moderazione applicata a questo contenuto" @@ -4773,8 +4874,8 @@ msgstr "Scopri cosa è pubblico su Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Scopri di più nelle <0>impostazioni dell'account0>." -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Saperne di più." @@ -4787,10 +4888,10 @@ msgstr "Abbandona" msgid "Leave chat" msgstr "Abbandona la chat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Abbandona conversazione" @@ -4822,9 +4923,9 @@ msgstr "Reimpostiamo la tua password!" msgid "Let's go!" msgstr "Andiamo!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Chiaro" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Chiaro" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Mi piace ({0, plural, one {# mi piace} other {# mi piace}})" @@ -4855,7 +4956,7 @@ msgstr "Metti mi piace a 10 post per allenare il feed Discover" msgid "Like notifications" msgstr "Notifiche dei mi piace" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Metti mi piace a questo feed" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Piace a {0, plural, one {# utente} other {# utenti}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Mi piace dei tuoi repost" msgid "Likes of your reposts notifications" msgstr "Notifiche dei mi piace dei tuoi repost" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Mi piace in questo post" @@ -5021,12 +5122,12 @@ msgstr "La funzionalià in diretta è in fase di beta testing" msgid "Live link" msgstr "Link alla diretta" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Carica di più" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Carica più feed consigliati" @@ -5041,6 +5142,14 @@ msgstr "Carica più notifiche" msgid "Load new posts" msgstr "Carica nuovi post" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Caricamento liste..." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Caricamento impostazioni di interazione del post..." + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Caricamento..." @@ -5049,15 +5158,19 @@ msgstr "Caricamento..." msgid "Log" msgstr "Log" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Disconnesso" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilità degli utenti disconnessi" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo di @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo di <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Gestisci parole e tag silenziati" msgid "Mark all as read" msgstr "Segna tutto come letto" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Segna come letto" @@ -5132,7 +5245,7 @@ msgstr "Forse più tardi" msgid "Media" msgstr "Media" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Contenuti che potrebbero disturbare o risultare inappropriati per alcuni tipi di pubblico." @@ -5140,14 +5253,10 @@ msgstr "Contenuti che potrebbero disturbare o risultare inappropriati per alcuni msgid "Mention notifications" msgstr "Notifiche delle menzioni" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "utenti menzionati" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Utenti menzionati" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Messaggio {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Messaggio eliminato" @@ -5172,7 +5281,7 @@ msgstr "Messaggio eliminato" msgid "Message deleted" msgstr "Messaggio eliminato" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Messaggio da @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Input del messaggio" msgid "Message is too long" msgstr "Il messaggio è troppo lungo" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Opzioni messaggio" @@ -5197,24 +5306,22 @@ msgstr "Opzioni messaggio" msgid "Messages" msgstr "Messaggi" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Mezzanotte" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Molestie sui minori o bullismo" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Notifiche varie" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Account ingannevole" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Post ingannevole" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Ingannevole" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Strumenti di moderazione" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Altri feed" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silenzia" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silenzia {tag}" @@ -5332,8 +5439,8 @@ msgstr "Silenzia account" msgid "Mute accounts" msgstr "Silenzia account" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silenzia conversazione" @@ -5396,7 +5503,7 @@ msgstr "Account silenziati" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "I post degli account silenziati verranno rimossi dal tuo feed e dalle tue notifiche. Silenziare è completamente privato." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silenziato da \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "I miei feed" msgid "Name" msgstr "Nome" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Il nome o la descrizione viola gli Standard della comunità" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Vai allo starter pack" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Vai alla schermata successiva" @@ -5455,20 +5551,16 @@ msgstr "Vai alla schermata successiva" msgid "Navigates to your profile" msgstr "Vai al tuo profilo" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Hai bisogno di segnalare una violazione del copyright?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Non perdere mai l'accesso ai tuoi follower o ai tuoi dati." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Non importa, crea un nome utente per me" @@ -5476,17 +5568,17 @@ msgstr "Non importa, crea un nome utente per me" msgid "New" msgstr "Nuova" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nuova" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nuovo} other {Nuovi}} post di {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Nuovo} other {Nuovi}} post di {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nuovo post" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Nuovi post di {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Nuovi post di {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} altro} other {{formattedAuthorsCount} altri}}" @@ -5574,8 +5666,8 @@ msgstr "Finestra informativa per nuovi utenti" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Prima le risposte più recenti" @@ -5587,8 +5679,8 @@ msgstr "Notizie" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Notizie" msgid "Next" msgstr "Avanti" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Avanti" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Immagine successiva" @@ -5616,12 +5703,12 @@ msgstr "Immagine successiva" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Ancora nessuna password per app" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Nessun pannello DNS" @@ -5646,8 +5733,9 @@ msgstr "Nessuna immagine" msgid "No likes yet" msgstr "Ancora nessun mi piace" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Non segui più {0}" @@ -5671,7 +5759,7 @@ msgstr "Ancora nessuna notifica!" msgid "No one" msgstr "Nessuno" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Solo l'autore può citare questo post." @@ -5701,7 +5789,7 @@ msgstr "Nessun risultato" msgid "No results" msgstr "Nessun risultato" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Nessun risultato per \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Nessun risultato trovato per \"{query}\"" msgid "No results found for {query}" msgstr "Nessun risultato trovato per {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Nessun risultato." @@ -5732,7 +5820,7 @@ msgstr "Nessun risultato trovato per \"{search}\"." msgid "No thanks" msgstr "No grazie" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Nessuno" @@ -5753,6 +5841,10 @@ msgstr "Nessuno ha ancora ripubblicato questo post. Magari potresti essere il pr msgid "Nobody was found. Try searching for someone else." msgstr "Nessun utente trovato. Prova a cercarne altri." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Immagini intime non consensuali" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nudità non sessuale" @@ -5843,16 +5935,11 @@ msgstr "adesso" msgid "Now" msgstr "Adesso" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nudità" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nudità o contenuti per adulti non etichettati come tali" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Va bene" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Prima le risposte meno recenti" @@ -5916,7 +6003,7 @@ msgstr "In uno o più video manca il testo alternativo." msgid "Only .jpg and .png files are supported" msgstr "Solo i file .jpg e .png sono supportati" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Solo gli {0} possono rispondere." @@ -5941,7 +6028,7 @@ msgstr "Ops, c'è stato qualche problema!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Apri il creatore di avatar" msgid "Open conversation options" msgstr "Apri opzioni conversazione" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Apri il menu a scomparsa" @@ -5973,8 +6060,8 @@ msgstr "Apri il selettore emoji" msgid "Open feed info screen" msgstr "Apri schermata informazioni del feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Apri il menu delle opzioni del feed" @@ -6015,7 +6102,7 @@ msgstr "Apri profilo" msgid "Open share menu" msgstr "Apri menu condivisione" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Apri menu degli starter pack" @@ -6032,9 +6119,9 @@ msgstr "Apri il registro di sistema" msgid "Opens a dialog to add a content warning to your post" msgstr "Apre una finestra di dialogo per aggiungere un avviso sul contenuto al tuo post" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Apre un menu per scegliere chi può rispondere a questo thread" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Apre una finestra di dialogo per scegliere chi può interagire con questo post" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Apre il link {0}" msgid "Opens live status dialog" msgstr "Apre la finestra di dialogo dello stato in diretta" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Apre il modulo di reimpostazione della password" @@ -6103,24 +6190,15 @@ msgstr "Apre il modulo di reimpostazione della password" msgid "Opens post language settings" msgstr "Apre le impostazioni sulla lingua dei post" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Apre questo profilo" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Puoi fornire ulteriori informazioni di seguito:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opzioni:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Oppure combina queste opzioni:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Oppure, continua con un altro account." @@ -6145,21 +6223,50 @@ msgstr "Stato OTA: errore scaricando l'aggiornamento" msgid "OTA status: None available" msgstr "Stato OTA: non disponibile" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Altro" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Altro account" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Altri problemi di sicurezza per i bambini" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Altri contenuti pericolosi" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Altri contenuti molesti o di odio" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Altri contenuti ingannevoli" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Altre violazioni delle regole della rete" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Altri contenuti di violenza sessuale" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Altri contenuti violenti" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Il post sul blog" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Il team di moderazione ha ricevuto la tua segnalazione." @@ -6176,7 +6283,7 @@ msgstr "Pagina non trovata" msgid "Page Not Found" msgstr "Pagina non trovata" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Persone seguite da @{0}" msgid "People following @{0}" msgstr "Persone che seguono @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Persone che seguo" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Persone che segui" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Persone che menzioni" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Animali da compagnia" msgid "Photography" msgstr "Foto" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Immagini consigliate ad un pubblico adulto." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fissa feed" @@ -6266,7 +6381,7 @@ msgstr "Fissa feed" msgid "Pin to home" msgstr "Fissa su home" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fissa su home" @@ -6275,7 +6390,7 @@ msgstr "Fissa su home" msgid "Pin to your profile" msgstr "Fissa sul profilo" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fissato" @@ -6302,7 +6417,7 @@ msgstr "Riproduci" msgid "Play {0}" msgstr "Riproduci {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Riproduci video" @@ -6327,7 +6442,7 @@ msgstr "Riproduci questa GIF" msgid "Plays the video" msgstr "Riproduce il video" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Aggiungi eventuali etichette di avviso applicabili ai contenuti che stai pubblicando." @@ -6413,7 +6528,7 @@ msgstr "Inserisci il tuo codice d'invito." msgid "Please enter your new email address." msgstr "Inserisci il tuo nuovo indirizzo email." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Inserisci la tua password" @@ -6421,11 +6536,11 @@ msgstr "Inserisci la tua password" msgid "Please enter your password as well:" msgstr "Inserisci anche la tua password:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Inserisci il tuo nome utente" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Spiega perché ritieni che questa etichetta sia stata applicata in modo errato da {0}" @@ -6446,11 +6561,11 @@ msgstr "Fornisci eventuali dettagli aggiuntivi che potrebbero essere necessari a msgid "Please select a language" msgstr "Seleziona una lingua" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Seleziona il servizio di moderazione" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Seleziona il motivo della segnalazione" @@ -6473,7 +6588,7 @@ msgstr "Scrivi il tuo messaggio qui sotto:" msgid "Politics" msgstr "Politica" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Porno" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Il post è stato eliminato" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Post nascosto dalle parole silenziate" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Post nascosto da te" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Gestisci interazioni post" @@ -6614,13 +6729,8 @@ msgstr "Immagine precedente" msgid "Primary Language" msgstr "Lingua principale" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Dai priorità a chi segui" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacy" @@ -6652,6 +6762,10 @@ msgstr "Impostazioni privacy e sicurezza" msgid "Privacy Policy" msgstr "Informativa sulla privacy" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Violazione della privacy di un minore" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Elaborazione video in corso..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profilo aggiornato" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Promozione o vendita di articoli o servizi vietati" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Puoi modificare chi può interagire con questo post." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Pubblico" @@ -6714,7 +6836,7 @@ msgstr "Pubblica risposta" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Notifiche push" @@ -6764,10 +6886,6 @@ msgstr "Citazione scollegata con successo" msgid "Quote posts disabled" msgstr "Citazioni disattivate" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Impostazioni delle citazioni" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Impostazioni delle citazioni" msgid "Quotes" msgstr "Citazioni" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citazioni post" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Limite di richieste superato: hai provato a cambiare il nome utente troppe volte in un breve lasso di tempo. Attendi un minuto prima di riprovare." @@ -6805,11 +6923,11 @@ msgstr "Leggi {0, plural, one {# altra risposta} other {# altre risposte}}" msgid "Read blog post" msgstr "Leggi post del blog" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Leggi di meno" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Leggi di più" @@ -6849,15 +6967,11 @@ msgstr "Persone vere." msgid "Reason for appeal" msgstr "Motivo del ricorso" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Motivo:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Ricevi notifiche nell'app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Ricevi notifiche push" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Riconnetti" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Rifiuta" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Rifiuta richiesta" @@ -6946,8 +7060,8 @@ msgstr "Rimuovi feed" msgid "Remove feed?" msgstr "Rimuovere il feed?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Ti ha risposto" msgid "Replies" msgstr "Risposte" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Risposte disattivate" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Le risposte a questo post sono disattivate." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Rispondi" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Rispondi ({0, plural, one {# risposta} other {# risposte}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Risposta nascosta dall'autore del thread" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Risposta nascosta da te" @@ -7120,11 +7234,7 @@ msgstr "Risposta nascosta da te" msgid "Reply notifications" msgstr "Notifiche delle risposte" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Impostazioni delle risposte" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Le impostazioni delle risposte sono scelte dall'autore del thread" @@ -7141,7 +7251,7 @@ msgstr "Visibilità risposta aggiornata" msgid "Reply was successfully hidden" msgstr "Risposta nascosta con successo" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Segnala" msgid "Report account" msgstr "Segnala account" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Segnala conversazione" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Segnala dialogo" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Segnala feed" @@ -7176,7 +7285,7 @@ msgstr "Segnala feed" msgid "Report list" msgstr "Segnala lista" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Segnala messaggio" @@ -7185,48 +7294,41 @@ msgstr "Segnala messaggio" msgid "Report post" msgstr "Segnala post" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Segnala starter pack" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Segnalazione inviata" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Segnala questo contenuto" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Segnala questa conversazione" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Segnala questo feed" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Segnala questa lista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Segnala questo messaggio" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Segnala questo post" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Segnala questo starter pack" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Segnala questo utente" @@ -7250,7 +7352,7 @@ msgstr "Notifiche dei repost" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Repost o cita post" @@ -7277,7 +7379,7 @@ msgstr "Ripubblicato da te" msgid "Reposts" msgstr "Repost" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Ripubblicazioni di questo post" @@ -7291,8 +7393,8 @@ msgstr "Repost dei tuoi repost" msgid "Reposts of your reposts notifications" msgstr "Notifiche dei repost dei tuoi repost" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Richiedi codice" @@ -7348,7 +7450,7 @@ msgstr "Ripristina lo stato di registrazione" msgid "Reset password" msgstr "Reimposta la password" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Ritenta l'accesso" @@ -7360,12 +7462,12 @@ msgstr "Ritenta l'ultima azione che ha generato un errore" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Ritenta l'ultima azione che ha generato un errore" msgid "Retry" msgstr "Riprova" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Ricarica opzioni" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Ritorna alla pagina precedente" @@ -7399,8 +7501,8 @@ msgstr "Ritorna alla home" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Ritorna alla pagina precedente" @@ -7412,8 +7514,8 @@ msgstr "Ritorna al passo precedente" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Ritorna al passo precedente" msgid "Save" msgstr "Salva" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Salva" @@ -7459,8 +7561,13 @@ msgstr "Salva nuovo nome utente" msgid "Save QR code" msgstr "Salva codice QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Salva queste opzioni per la prossima volta" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Salva nei miei feed" @@ -7487,21 +7594,25 @@ msgstr "Salvato nei tuoi feed" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Di' ciao!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Truffa" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Scienza" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Scorri a sinistra" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Scorri a destra" @@ -7513,7 +7624,7 @@ msgstr "Scorri verso l'alto" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Cerca" @@ -7553,11 +7664,11 @@ msgstr "Cerca \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Cerca altri account" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Cerca altri feed" @@ -7610,19 +7721,19 @@ msgstr "Cerca profili" msgid "Security step required" msgstr "Passaggio di sicurezza richiesto" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Vedi post su {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Vedi post dell'utente su {tag}" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Vedi post su #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Vedi post dell'utente su #{tag}" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Cursore di ricerca. Usa i tasti freccia per cercare avanti e indietro, lo spazio per riprodurre/mettere in pausa" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Seleziona categoria \"{interestsDisplayName}\"" @@ -7665,11 +7776,15 @@ msgstr "Seleziona {langName}" msgid "Select a color" msgstr "Scegli un colore" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Seleziona un motivo" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Seleziona account" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Seleziona una lingua per l'app" @@ -7701,6 +7816,14 @@ msgstr "Imposta durata" msgid "Select from an existing account" msgstr "Seleziona da un account esistente" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Seleziona dalle tue liste" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Seleziona dalle tue liste <0>{numberOfListsSelected, plural, other {(# selezionate)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Seleziona GIF" @@ -7727,14 +7850,10 @@ msgstr "Seleziona lingua..." msgid "Select languages" msgstr "Seleziona lingue" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Seleziona il servizio di moderazione" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Seleziona moderatore" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Seleziona lingua del post" @@ -7752,10 +7871,6 @@ msgstr "Seleziona file dei sottotitoli (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Scegli la {emojiName} emoji come tuo avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Seleziona uno o più servizi di moderazione a cui segnalare" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Seleziona fino a 3 lingue usate in questo post" @@ -7785,7 +7900,7 @@ msgstr "Seleziona i tuoi interessi dalle seguenti opzioni" msgid "Select your preferred language for translations in your feed." msgstr "Seleziona la tua lingua preferita per le traduzioni nel tuo feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Seleziona i tuoi canali di notifica preferiti" @@ -7793,6 +7908,10 @@ msgstr "Seleziona i tuoi canali di notifica preferiti" msgid "Selecting multiple media types is not supported." msgstr "La selezione di più tipi di media non è supportata." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Comportamenti autolesionistici o pericolosi" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Consiglia un sito!" @@ -7818,7 +7937,7 @@ msgstr "Invia feedback" msgid "Send message" msgstr "Invia messaggio" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Invia post a {name}" @@ -7826,18 +7945,7 @@ msgstr "Invia post a {name}" msgid "Send post to..." msgstr "Invia post a..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Invia la segnalazione" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Invia la segnalazione a {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Invia la segnalazione a {title}" @@ -7858,7 +7966,7 @@ msgstr "Invia tramite messaggi" msgid "Sends email with confirmation code for account deletion" msgstr "Invia un'email con il codice di conferma per l'eliminazione dell'account" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Indirizzo del server" @@ -7874,10 +7982,18 @@ msgstr "Imposta la data di nascita" msgid "Set new password" msgstr "Imposta una nuova password" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +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" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configura il tuo account" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Imposta chi può rispondere al tuo post" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Imposta l'email per la reimpostazione della password" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Impostazioni aggiornate" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Attività sessuale o nudità erotica." @@ -7953,7 +8069,7 @@ msgstr "Sessualmente allusivo" msgid "Share" msgstr "Condividi" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Condividi" @@ -7996,7 +8112,7 @@ msgstr "Condividi URL at:// del post" msgid "Share QR code" msgstr "Condividi codice QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Condividi questo feed" @@ -8012,8 +8128,8 @@ msgstr "Condividi questo starter pack e invita le persone a far parte della tua #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Condividi il tuo feed preferito!" msgid "Shared Preferences Tester" msgstr "Test preferenze condivise" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Mostra testo alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Mostra comunque" @@ -8067,6 +8183,10 @@ msgstr "Mostra meno come questo" msgid "Show list anyway" msgstr "Mostra comunque lista" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Mostra le liste di utenti tra cui scegliere" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Mostra di più" @@ -8080,7 +8200,7 @@ msgstr "Mostra altri come questo" msgid "Show more replies" msgstr "Mostra altre risposte" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Mostra risposte con la vista ad albero" @@ -8098,10 +8218,6 @@ msgstr "Mostra risposte" msgid "Show replies as" msgstr "Mostra risposte come" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Mostra risposte delle persone che segui prima delle altre risposte" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Mostra avviso" msgid "Show warning and filter from feeds" msgstr "Mostra avviso e filtra dai feed" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Mostra informazioni sulla data di creazione del post" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Mostra il contenuto" @@ -8145,7 +8261,7 @@ msgstr "Mostra il contenuto" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Mostra il contenuto" msgid "Sign in" msgstr "Accedi" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Accedi come... {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Accedi come..." @@ -8177,7 +8293,7 @@ msgstr "Accedi o crea un account" msgid "Sign in or create your account to join the conversation!" msgstr "Accedi o crea il tuo account per partecipare alla conversazione!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Accedi a un account non in elenco" @@ -8243,7 +8359,7 @@ msgstr "Salta l'introduzione e inizia a usare il tuo account" msgid "Skip to next step" msgstr "Vai al passo successivo" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Più piccolo" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Risposte limitate" @@ -8280,7 +8396,7 @@ msgstr "Qualcuno ha reagito con {0}" msgid "Someone reacted {0} to {1}" msgstr "Qualcuno ha reagito con {0} a {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "C'è stato qualche problema con i dati che stai provando a segnalare. Contatta l'assistenza." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Qualcosa è andato storto" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Qualcosa è andato storto: riprova" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Qualcosa è andato storto!" msgid "Something went wrong. Please try again in a moment." msgstr "Qualcosa è andato storto, riprova tra qualche istante." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "C'è stato qualche problema. Riprovare." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Qualcosa non va? Faccelo sapere." @@ -8327,34 +8442,30 @@ msgstr "Al momento non è possibile caricare gli account suggeriti." msgid "Sorry! Your session expired. Please sign in again." msgstr "La sessione è scaduta. Accedi di nuovo." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordina le risposte" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordina risposte per" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordina le risposte allo stesso post per:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Fonte: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam, menzioni o risposte eccessive" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Spam o altri comportamenti non autentici o ingannevoli" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam, menzioni o risposte eccessive" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Inizia una conversazione, e comparirà qui." @@ -8403,11 +8514,11 @@ msgstr "Starter pack di <0/>" msgid "Starter pack by you" msgstr "Starter pack tuoi" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Lo starter pack non è valido" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Starter pack" @@ -8436,8 +8547,8 @@ msgstr "Cronologia" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Invia richiesta" msgid "Submit Appeal" msgstr "Invia richiesta" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Invia segnalazione" @@ -8494,7 +8605,7 @@ msgstr "Successo!" msgid "Successfully verified" msgstr "Verificato con successo" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Account suggeriti" @@ -8506,17 +8617,17 @@ msgstr "Account suggeriti" msgid "Suggested for you" msgstr "Suggerito per te" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggestivo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Alba" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Tramonto" @@ -8547,10 +8658,10 @@ msgstr "Cambia account" msgid "Switch to {0}" msgstr "Passa a {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "Tocca per chiudere il menu" msgid "Tap to dismiss" msgstr "Tocca per ignorare" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Molestie mirate" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Completato - segui 10 account!" @@ -8620,8 +8735,8 @@ msgstr "Raccontaci un po' di te" msgid "Tell us a little more" msgstr "Dicci un po' di più" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Termini" @@ -8637,26 +8752,11 @@ msgstr "Termini" msgid "Terms of Service" msgstr "Termini di servizio" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "I termini usati violano gli standard della comunità" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Testo e tag" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Campo di testo" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Campo di testo" @@ -8665,10 +8765,6 @@ msgstr "Campo di testo" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Il tuo feedback è stato inviato. Grazie!" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Grazie. La tua segnalazione è stata inviata." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Grazie, hai verificato con successo il tuo indirizzo email. Puoi chiuder msgid "Thanks! You're all set." msgstr "Grazie! È tutto pronto." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Che contiene il seguente:" @@ -8699,11 +8795,11 @@ msgstr "Questo nome utente è già in uso" msgid "That's all, folks!" msgstr "Questo è tutto, gente!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "È tutto!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 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." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "L'app verrà riavviata" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "L'autore del thread ha nascosto questa risposta." @@ -8750,11 +8846,11 @@ msgstr "L'esperienza è migliore tramite l'app. Scarica ora Bluesky e ritornerem msgid "The feed has been replaced with Discover." msgstr "Questo feed è stato sostituito con Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Al tuo account sono state applicate le seguenti etichette." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Ai tuoi contenuti sono state applicate le seguenti etichette." @@ -8788,7 +8884,7 @@ msgstr "Il video selezionato è più grande di 100 MB. Riprova con un file più 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "I Termini di servizio sono stati spostati a" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Si è verificato un problema durante la connessione a Tenor." msgid "There was an issue contacting the server" msgstr "Si è verificato un problema durante il contatto con il server" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Si è verificato un problema contattando il server, verifica la tua conn 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Si è verificato un problema nel recupero dei post. Tocca qui per riprov msgid "There was an issue fetching the list. Tap here to try again." msgstr "Si è verificato un problema durante il recupero dell'elenco. Tocca qui per riprovare." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Si è verificato un problema durante il recupero delle password per app" @@ -8862,11 +8958,6 @@ msgstr "Si è verificato un problema durante il recupero delle tue informazioni msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Si è verificato un problema durante la rimozione di questo feed. Verifica la tua connessione a internet e riprova." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Si è verificato un problema durante l'invio della segnalazione. Verifica la tua connessione a internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Si è verificato un problema durante l'aggiornamento dei tuoi feed. Veri #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Si è verificato un problema durante l'aggiornamento dei tuoi feed. Veri msgid "There was an issue! {0}" msgstr "Si è verificato un problema! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Si è verificato un problema imprevisto nell'applicazione. Facci sapere 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:654 +msgid "These are your default settings" +msgstr "Queste sono le tue impostazioni predefinite" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Queste impostazioni si applicano solo al feed Seguiti." @@ -8941,7 +9036,7 @@ msgstr "Questo account risulta bloccato da una o più liste di moderazione. Per msgid "This action can be undone at any time." msgstr "È possibile annullare questa azione in qualsiasi momento." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Questo ricorso verrà inviato a <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Questo contenuto è ospitato da {0}. Abilitare i media esterni?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Questo contenuto non è disponibile perché uno degli utenti coinvolti ha bloccato l'altro." @@ -9006,7 +9101,7 @@ msgstr "Questa funzionalità non è disponibile mentre si usa una password per a msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Questo feed al momento sta ricevendo molte visite ed è temporaneamente non disponibile. Riprova più tardi." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Questo feed è vuoto! Prova a seguire più utenti o ottimizza le impostazioni della lingua." @@ -9020,7 +9115,7 @@ msgstr "Questo feed è vuoto." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Questo feed non è più online. Stiamo mostrando <0>Discover0> al suo posto." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Questo nome utente è riservato. Prova con un altro nome utente." @@ -9037,7 +9132,7 @@ msgstr "Non è un link valido" msgid "This label was applied by the author." msgstr "Questa etichetta è stata applicata dall'autore." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Questa etichetta è stata applicata da te." @@ -9065,11 +9160,11 @@ msgstr "Questa lista è vuota." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Questo servizio di moderazione non è disponibile. Vedi giù per ulteriori dettagli. Se il problema persiste, contattaci." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Questo post dichiara di essere stato creato il <0>{0}0>, ma è stato visto per la prima volta da Bluesky il <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Questa risposta verrà spostata in una sezione nascosta in fondo al thre 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Questo dovrebbe creare un record di dominio in:" @@ -9113,7 +9208,7 @@ msgstr "Dovrebbe richiedere solo pochi minuti." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Questo utente non può essere verificato poiché non ha un nome visualizzato." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Questo utente non ha follower." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Questo utente ti ha bloccato" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Questo utente ti ha bloccato. Non è possibile visualizzare il suo contenuto." @@ -9142,7 +9237,7 @@ msgstr "Questo utente è incluso nella lista <0>{0}0> che hai silenziato." msgid "This user is new here. Press for more info about when they joined." msgstr "Questo utente è nuovo qui. Clicca per maggiori informazioni riguardo a quando si sono iscritti." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Questo utente non sta seguendo nessuno." @@ -9168,7 +9263,7 @@ msgstr "Opzioni thread" msgid "Thread preferences" msgstr "Preferenze delle discussioni" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferenze delle discussioni" @@ -9181,6 +9276,10 @@ msgstr "Thread" msgid "Threads Preferences" msgstr "Preferenze per le discussioni" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Minacce o incitamento" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Tempo rimanente: {0, plural, one {# secondo} other {# secondi}}" @@ -9198,10 +9297,6 @@ msgstr "Per disabilitare il metodo 2FA via email, verifica il tuo accesso a <0>{ msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Per segnalare una conversazione, segnala uno dei messaggi nella schermata della conversazione. Questo permetterà ai nostri moderatori di capire il contesto del problema." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "A chi desideri inviare questo report?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Oggi" @@ -9222,8 +9317,8 @@ msgstr "Popolari" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Prima le risposte più popolari" @@ -9231,17 +9326,17 @@ msgstr "Prima le risposte più popolari" msgid "Topic" msgstr "Argomento" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traduci" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Vista ad albero" @@ -9253,6 +9348,10 @@ msgstr "Di tendenza" msgid "Trending Videos" msgstr "Video di tendenza" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Comportamento provocatorio / trolling" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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 attendibili0>: organizzazioni che possono rilasciare direttamente la verifica." @@ -9274,7 +9373,7 @@ msgstr "Autenticazione a due fattori (2FA)" msgid "Type your message here" msgstr "Scrivi il tuo messaggio qui" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipo:" @@ -9294,13 +9393,13 @@ msgstr "Impossibile contattare il servizio. Verifica la tua connessione a intern #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Impossibile eliminare" @@ -9324,27 +9423,27 @@ msgstr "Informazioni sui feed non disponibili" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Sblocca" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Sblocca" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Sblocca account" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Sblocca account?" @@ -9369,12 +9468,7 @@ msgstr "Annulla repost" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Annulla repost ({0, plural, one {# repost} other {# repost}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Smetti di seguire" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Smetti di seguire {0}" @@ -9383,7 +9477,7 @@ msgstr "Smetti di seguire {0}" msgid "Unfollow account" msgstr "Smetti di seguire" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Smetti di seguire" @@ -9391,7 +9485,7 @@ msgstr "Smetti di seguire" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Purtroppo Bluesky non è al momento disponibile in Mississippi." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Purtroppo, nessuna delle etichette a cui sei iscritto supporta questo ti msgid "Unknown verifier" msgstr "Certificatore sconosciuto" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Altro contenuto per adulti" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Altro contenuto per adulti, offensivo o non consensuale" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Non mi piace più ({0, plural, one {# mi piace} other {# mi piace}})" @@ -9419,8 +9521,8 @@ msgstr "Riattiva audio" msgid "Unmute" msgstr "Riattiva" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Riattiva {tag}" @@ -9431,7 +9533,7 @@ msgstr "Riattiva {tag}" msgid "Unmute account" msgstr "Riattiva account" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Riattiva conversazione" @@ -9454,8 +9556,8 @@ msgstr "Riattiva audio" msgid "Unpin" msgstr "Non fissare più" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Non fissare più il feed" @@ -9464,8 +9566,8 @@ msgstr "Non fissare più il feed" msgid "Unpin Feed" msgstr "Non fissare più il feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Non fissare più su home" @@ -9517,13 +9619,6 @@ msgstr "Disiscritto dalla lista" msgid "Unsupported video type: {mimeType}" msgstr "Tipo di video non supportato: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Contenuti sessuali indesiderati" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Aggiorna <0>{displayName}0> nelle liste" msgid "Update email" msgstr "Aggiorna email" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Aggiorna a {domain}" @@ -9567,7 +9662,7 @@ msgstr "Aggiornamento..." msgid "Upload a photo instead" msgstr "In alternativa carica una foto" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Carica un file di testo su:" @@ -9603,11 +9698,11 @@ msgstr "Caricamento miniatura del link..." msgid "Uploading video..." msgstr "Caricamento del video..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Puoi generare una password per app di terze parti per accedere ad altri client Bluesky senza fornire l'accesso completo al tuo account o alla tua password personale." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Usa il fornitore predefinito" @@ -9638,17 +9733,17 @@ msgstr "Usalo per accedere all'altra app insieme al tuo nome utente." msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Usa l'indirizzo email del tuo account o un altro indirizzo email reale di cui hai il controllo, nel caso in cui KWS o Bluesky abbiano bisogno di contattarti." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Utente bloccato" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Utente bloccato" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Utente bloccato da \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Utente bloccato dalla lista" msgid "User Blocked by List" msgstr "Utente bloccato dalla lista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Questo utente ti blocca" @@ -9698,15 +9793,15 @@ msgstr "Il nome utente non può iniziare o terminare con un trattino" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "Il nome utente può contenere solo lettere (a-z), numeri e trattini" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nome utente o indirizzo email" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "utenti seguiti da <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "utenti che seguono <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "utenti che seguono <0>@{0}0>" msgid "Users I follow" msgstr "Utenti che seguo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Utenti in \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Utenti che segui" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valore:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Verifica codice" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verifica record DNS" @@ -9786,8 +9873,8 @@ msgstr "Finestra verifica email" msgid "Verify now" msgstr "Verifica adesso" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verifica file di testo" @@ -9841,15 +9928,15 @@ msgstr "Video da {0}: {text}" msgid "Video Games" msgstr "Videogiochi" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Video in pausa" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Video in riproduzione" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video non trovato." @@ -9882,11 +9969,11 @@ msgstr "Vedi" msgid "View {0}'s avatar" msgstr "Vedi l'avatar di {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Vedi il profilo di {0}" @@ -9906,16 +9993,11 @@ msgstr "Vedi il post del blog per maggiori dettagli" msgid "View debug entry" msgstr "Vedi le informazioni del debug" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Vedi dettagli" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Visualizza i dettagli per segnalare una violazione del copyright" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Vedi la discussione completa" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Visualizza gli utenti a cui piace questo feed" @@ -9993,8 +10075,8 @@ msgstr "Vedi i tuoi account silenziati" msgid "View your verifications" msgstr "Vedi le tue verifiche" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Vedi l'immagine completa" @@ -10002,6 +10084,14 @@ msgstr "Vedi l'immagine completa" msgid "Views video in immersive mode" msgstr "Mostra video in modalità immersiva" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Violenza" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Contenuto violento o minaccioso" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Quando tocchi un segno di spunta, vedrai quali organizzazioni hanno rila msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Quali lingue vorresti vedere negli algoritmi dei tuoi feed?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Chi può interagire con questo post?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Chi può rispondere" @@ -10249,40 +10340,38 @@ msgstr "Ops! Non è stato possibile caricare i video di tendenza." msgid "Why are you appealing?" msgstr "Per quale motivo fai ricorso?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Perché questo contenuto dovrebbe essere esaminato?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Perché questa conversazione dovrebbe essere esaminata?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Perché questo feed dovrebbe essere esaminato?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Perché questa lista dovrebbe essere esaminata?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Perché questo messaggio dovrebbe essere esaminato?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Perché questo post dovrebbe essere esaminato?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Perché questo starter pack dovrebbe essere esaminato?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Perché questo utente dovrebbe essere esaminato?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Vuoi bloccare questo utente e/o eliminare questa conversazione?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Si" msgid "Yes, deactivate" msgstr "Sì, disattiva il mio account" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Sì, elimina questo starter pack" @@ -10373,7 +10462,7 @@ msgstr "Non ti è consentito andare in diretta" msgid "You are not allowed to upload videos." msgstr "Non sei autorizzato a caricare video." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Non stai seguendo nessuno." @@ -10445,17 +10534,13 @@ msgstr "Puoi riattivare il tuo account per accedere. Il tuo profilo e i tuoi pos msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "È possibile selezionare fino a {MAX_IMAGES, plural, other {# immagini}} in totale." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Puoi configurare le impostazioni di interazione predefinite in <0>Impostazioni → Moderazione → Impostazioni per le interazioni0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Puoi modificare questa preferenza dalle impostazioni." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Non hai follower." @@ -10467,6 +10552,10 @@ msgstr "Non segui nessuno che segue @{name}." msgid "You don't have any chat requests at the moment." msgstr "Non hai richieste di messaggi al momento." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Non hai ancora nessuna lista." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Non hai fissato nessun feed." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Hai bloccato questo utente" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Hai bloccato questo utente. Non è possibile visualizzare il contenuto." @@ -10495,7 +10584,7 @@ msgstr "Hai disattivato completamente le notifiche di risposte, citazioni e menz 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Hai nascosto questo post" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Hai nascosto questo post." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Hai silenziato questo account." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Hai silenziato questo utente" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Non hai ancora silenziato nessuna parola o tag" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Hai nascosto questa risposta." @@ -10574,11 +10663,11 @@ msgstr "Hai iniziato a usare Bluesky {timeAgoString} fa" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Hai iniziato a usare Bluesky {timeAgoString} fa con uno starter pack" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Puoi presentare ricorso per le etichette se ritieni che siano state applicate per errore." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Puoi presentare ricorso, se ritieni che queste etichette siano state applicate per errore." @@ -10614,10 +10703,6 @@ msgstr "Per accedere a questa schermata è necessario completare la verifica del 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "È necessario selezionare almeno un'etichettatore per un report" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Sei pronto per iniziare!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Hai effettuato l'accesso con una password per app. Accedi con la tua password personale per disattivare il tuo account." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Hai già inviato una richiesta di revisione per questa etichetta e il nostro team di moderazione la sta valutando." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Hai scelto di nascondere una parola o un tag in questo post." @@ -10750,7 +10839,7 @@ msgstr "Hai raggiunto il limite giornaliero di video caricati (troppi byte)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "La richiesta di revisione è stata inviata. Se il ricorso ha esito posit msgid "Your birth date" msgstr "Data di nascita" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Il tuo browser non supporta questo formato video. Prova con un altro browser." @@ -10798,7 +10887,7 @@ msgstr "Le tue conversazioni sono state disabilitate" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "La tua scelta sarà ricordata per i link futuri. Puoi cambiarla in qualsiasi momento nelle impostazioni." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Il tuo attuale nome utente <0>{0}0> rimarrà automaticamente riservato per te. Puoi tornare a usarlo in qualsiasi momento da questo account." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "I tuoi follower" @@ -10905,14 +10994,10 @@ msgstr "Il tuo profilo, post, feed, e liste non saranno più visibili agli altri msgid "Your reply was sent" msgstr "Risposta inviata" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "La segnalazione sarà inviata a <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "La tua segnalazione verrà inviata al servizio moderazione di Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/ja/messages.po b/src/locale/locales/ja/messages.po index 58edf661e6..c7e00c3b6a 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" カテゴリー (アクティブ)" @@ -100,7 +100,7 @@ msgstr "{0, plural, other {フォロワー}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {フォロー中}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {いいね}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, other {いいね}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {投稿}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, other {引用}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {リポスト}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, other {保存}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1}件の投稿}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {#人が}}このスターターパックを使用しました!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {#人が}}このスターターパックを使用し msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+#}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0}(アカウント)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, other {時間}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {分}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0>があなたをフォローしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0>があなたのカスタムフィードをいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0>があなたの投稿をいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0>があなたのリポストをいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} と <0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0> があなたのアカウントから認証を削除しました" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0>があなたの投稿をリポストしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0>があなたのリポストをリポストしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0>があなたのスターターパックでサインアップしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} と <0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0> があなたを認証しました" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink}があなたをフォローしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink}があなたをフォローバックしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink}があなたのカスタムフィードをいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink}があなたの投稿をいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink}があなたのリポストをいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} があなたのアカウントから認証を削除しました" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink}があなたの投稿をリポストしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink}があなたのリポストをリポストしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink}があなたのスターターパックでサインアップしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} があなたを認証しました" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたをフォローしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのカスタムフィードをいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたの投稿をいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのリポストをいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} と {additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}} があなたのアカウントから認証を削除しました" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたの投稿をリポストしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人が}}あなたのリポストをリポストしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}があなたのスターターパックでサインアップしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} と {additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}} があなたを認証しました" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName}があなたをフォローしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName}があなたをフォローバックしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName}があなたのカスタムフィードをいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName}があなたの投稿をいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName}があなたのリポストをいいねしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} があなたのアカウントから認証を削除しました" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName}があなたの投稿をリポストしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName}があなたのリポストをリポストしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName}があなたのスターターパックでサインアップしました" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} があなたを認証しました" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} フォロー" @@ -490,7 +494,7 @@ msgstr "<0>{0}0>と<2>{1}2>はあなたのスターターパックに含ま msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0>はあなたのスターターパックに含まれています" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0>のメンバー" @@ -515,7 +519,7 @@ msgstr "⚠無効なハンドル" msgid "24 hours" msgstr "24時間" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2要素認証の確認" @@ -560,12 +564,16 @@ msgstr "プロフィールページのスクリーンショットには、フォ msgid "About" msgstr "このアプリについて" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "虐待または差別的な行動" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "承認" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "チャットのリクエストを承認する" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "アクセシビリティの設定" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "アカウント" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "アカウントをミュートしました" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "ミュート中のアカウント" @@ -627,11 +635,15 @@ msgstr "リストによってミュート中のアカウント" msgid "Account options" msgstr "アカウントオプション" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "アカウントプロバイダー" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "クイックアクセスからアカウントを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "続けるにはさらに{0}ユーザー追加してください" msgid "Add {displayName} to starter pack" msgstr "{displayName}をスターターパックに加える" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "コンテンツの警告を追加" @@ -730,8 +742,8 @@ msgstr "スレッドに他の投稿を追加" msgid "Add app password" msgstr "アプリパスワードを追加" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "アプリパスワードを追加" @@ -745,8 +757,8 @@ msgstr "絵文字リアクションを追加" msgid "Add media to post" msgstr "投稿にメディアを追加する" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "詳細を追加(オプション)" @@ -783,7 +795,7 @@ msgstr "あなたのスターターパックにフィードをいくつか追加 msgid "Add the default feed of only people you follow" msgstr "フォローしているユーザーのみのデフォルトのフィードを追加" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "次のDNSレコードをドメインに追加してください:" @@ -823,18 +835,22 @@ msgstr "スターターパックへ追加しました" msgid "Additional details (limit 1000 characters)" msgstr "追加の詳細(1000文字まで)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "追加の詳細(300文字まで)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "成人向け(ポルノ等)" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "成人向けコンテンツ" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "成人向けコンテンツ" @@ -846,11 +862,15 @@ msgstr "成人向けコンテンツは<0>bsky.app0>のウェブ版からしか msgid "Adult content is disabled." msgstr "成人向けコンテンツは無効になっています。" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "成人向けコンテンツのラベル" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "成人向けの性的虐待コンテンツ" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "高度な設定" @@ -903,6 +923,10 @@ msgstr "保存されたすべてのフィードを1箇所にまとめます。" msgid "Allow access to your direct messages" msgstr "ダイレクトメッセージへのアクセスを許可" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "誰でも返信を許可" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "新しいメッセージを誰から受け取れるか:" msgid "Allow others to be notified of your posts" msgstr "他のユーザーにあなたの投稿の通知を許可する" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "フォローしている人に返信を許可" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "メンションした人に返信を許可" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "引用を許可" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "誰が返信できるか:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "{0}のユーザーに返信を許可" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "フォロワーに返信を許可" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "ダイレクトメッセージへのアクセスを許可" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "コードをすでに持っていますか?" @@ -1003,14 +1039,18 @@ msgstr "フィードの取得中にエラーが発生しました。" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "スターターパックの生成中にエラーが発生しました。もう一度試しますか?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "ビデオの読み込み時にエラーが発生しました。時間をおいてもう一度お試しください。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "ビデオの読み込み時にエラーが発生しました。もう一度お試しください。" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "リストの読み込み中にエラーが発生しました :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "QRコードの保存中にエラーが発生しました!" @@ -1035,8 +1075,7 @@ msgstr "リポスト、いいね、そしてコメントのアイコンと一緒 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Blueskyが信頼された認証者を選択し、信頼された認証者が個々のユーザアカウントを認証することを示す図。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "ほかの選択肢にはあてはまらない問題" @@ -1050,10 +1089,10 @@ msgstr "チャットを開始しようとした時に問題が発生しました #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "問題が発生しました。もう一度お試しください。" @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "Blueskyアプリが表示されているiPhoneのモックアップで、認証されたユーザーのプロフィールを開くと、表示名の横に青色のチェックマークが表示されています。" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "不明なラベラー" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "および" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "動物の性的虐待" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "動物の福祉" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "お知らせ" msgid "Announcing verification on Bluesky" msgstr "Blueskyでの認証のお知らせ" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "反社会的な行動" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "誰でも" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "誰でも反応可能" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "アプリの言語" msgid "App Password" msgstr "アプリパスワード" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "アプリパスワードを削除しました" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "アプリパスワード" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "アプリパスワード" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "「{0}」のラベルに異議を申し立てる" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "この決定に異議を申し立てる" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "デフォルトのおすすめフィードを追加" msgid "Apply Pull Request" msgstr "プルリクエストを適用" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "{0}のアーカイブ" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "アーカイブ投稿" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "アプリパスワード「{0}」を本当に削除しますか?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "このメッセージを本当に削除しますか?このメッセージはあなたからは削除したように見えますが、他の参加者からは削除されません。" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "本当にこのスターターパックを削除したいですか?" @@ -1252,7 +1298,7 @@ msgstr "<0>{suggestedLanguageName}0>で書かれた投稿ですか?" msgid "Art" msgstr "アート" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "芸術的または性的ではないヌード。" @@ -1269,7 +1315,7 @@ msgstr "アルゴリズム用にトピックを割り当て" msgid "At least 8 characters" msgstr "少なくとも8文字" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "オーロラ" @@ -1284,21 +1330,21 @@ msgstr "ビデオとGIFの自動再生" msgid "Available" msgstr "利用可能" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "戻る" msgid "Back to Chats" msgstr "チャットへ戻る" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "禁止されたアクティビティまたはセキュリティ侵害" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "BANされたユーザーの帰還" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "投稿や返信には、まずメールアドレスの確認が必要で msgid "Before creating a starter pack, you must first verify your email." msgstr "スターターパックを作る前に、まずメールアドレスを確認しなければなりません。" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "このチャットのリクエストを受け付けるには、まずメールアドレスの確認が必要です。" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "{name}の投稿の通知を受け取る前に、まずメールアドレスを確認してください。" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "生年月日" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "ブロック" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "アカウントをブロックしますか?" msgid "Block accounts" msgstr "アカウントをブロック" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "ブロックと削除" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "この会話をブロックして削除(あるいはどちらか)" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "リストをブロック" @@ -1402,15 +1452,19 @@ msgstr "ブロックまたは報告" msgid "Block these accounts?" msgstr "これらのアカウントをブロックしますか?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "ユーザーをブロック" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "ユーザーをブロック" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "ユーザーをブロックするかこの会話を削除(あるいは両方)" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "ブロックされています" @@ -1449,25 +1503,25 @@ msgstr "ブロックしてもこのラベラーがあなたのアカウントに msgid "Blog" msgstr "ブログ" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Blueskyでは、この投稿日時の信憑性を確認できません。" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 は、ホスティング プロバイダーを選択できるオープン ネットワークです。 あなたが開発者であれば、自分のサーバーをホストできます。" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Blueskyはオープンなネットワークで、自分自身でプロバイダーを選ぶことができます。初めて利用するのであれば、デフォルトのオプションであるBluesky Socialのままにしておくのをお勧めします。" @@ -1513,6 +1567,10 @@ msgstr "画像のぼかしとフィードからのフィルタリング" msgid "Books" msgstr "書籍" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "サイト規約違反" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "検索ページでさらにアカウントを見る" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "ビジネス" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "作成者:{0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "作成者:<0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "カメラ" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "再有効化をキャンセルしてサインアウト" msgid "Cancel search" msgstr "検索をキャンセル" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "ブロックしたユーザーとはやりとりできません" @@ -1697,12 +1756,12 @@ msgstr "アプリの言語を変更" msgid "Change Handle" msgstr "ハンドルを変更" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "モデレーションサービスを変更" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "パスワードの変更" @@ -1710,7 +1769,11 @@ msgstr "パスワードの変更" msgid "Change password dialog" msgstr "パスワード変更ダイアログ" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "レポートカテゴリの変更" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "報告の理由を変更" @@ -1739,8 +1802,8 @@ msgstr "変更を保存しました" msgid "Chat" msgstr "チャット" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "チャットを削除しました" @@ -1753,7 +1816,7 @@ msgstr "チャットメッセージ - 無音" msgid "Chat messages - sound" msgstr "チャットメッセージ - 音あり" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "チャットをミュートしました" @@ -1769,7 +1832,7 @@ msgstr "チャット要求の受信トレイ" msgid "Chat requests" msgstr "チャットの要求" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "チャットの設定" msgid "Chat Settings" msgstr "チャットの設定" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "チャットのミュートを解除しました" @@ -1797,7 +1860,7 @@ msgstr "チャット" msgid "Check my status" msgstr "ステータスを確認" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "確認コードが記載されたメールを確認し、ここに入力してください。" @@ -1805,6 +1868,14 @@ msgstr "確認コードが記載されたメールを確認し、ここに入力 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "入力したメールアドレスの受信トレイを確認して、以下に入力するための確認コードが記載されたメールが届いていないか確認してください:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "児童の安全" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "児童性的虐待コンテンツ(CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "ドメイン名の確認方法を選択" @@ -1833,7 +1904,7 @@ msgstr "カスタムフィードのアルゴリズムを選択できます。" msgid "Choose this color as your avatar" msgstr "この色をアバターとして選択" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "アカウントプロバイダーを選んでください" @@ -1882,14 +1953,6 @@ msgstr "確認プロセスを再開するには、ここをクリックしてく msgid "Click here to update your email" msgstr "メールアドレスの更新は、ここをクリック" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "クリックしてこの投稿の引用投稿を無効に。" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "クリックしてこの投稿の引用投稿を有効に。" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "クリックして {tag} のタグメニューを表示" @@ -1919,9 +1982,11 @@ msgstr "パカラッ 🐴 パカラッ 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "パカラッ 🐴 パカラッ 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "閉じる" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "アクティブなダイアログを閉じる" @@ -2018,16 +2083,16 @@ msgstr "絵文字選択を閉じる" msgid "Closes viewer for header image" msgstr "ヘッダー画像のビューワーを閉じる" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "ユーザーリストを折りたたむ" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "指定した通知のユーザーリストを折りたたむ" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "カラーモード" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "GPSで現在地を確認する。位置情報のデータは追跡されず、デバイス外には送信されません。" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "GPSで現在地を確認する。位置情報のデータは追跡され msgid "Confirmation code" msgstr "確認コード" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "接続中…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "コンテンツの言語" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "コンテンツはありません" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "自傷行為を助長または描写するコンテンツ" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "コンテンツの警告" @@ -2212,7 +2281,7 @@ msgstr "コンテキストメニューの背景をクリックし、メニュー msgid "Continue" msgstr "続行" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "{0}として続行(現在サインイン中)" @@ -2236,8 +2305,8 @@ msgstr "次のステップへ進む" msgid "Conversation" msgstr "会話" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "会話が削除されました" @@ -2254,7 +2323,7 @@ msgstr "料理" msgid "Copied build version to clipboard" msgstr "ビルドバージョンをクリップボードにコピーしました" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "ビルドバージョンをクリップボードにコピーしました msgid "Copied to clipboard" msgstr "クリップボードにコピーしました" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "コピーしました!" @@ -2290,23 +2359,23 @@ msgstr "at:// URIをコピー" msgid "Copy author DID" msgstr "投稿者のDIDをコピー" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "コードをコピー" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DIDをコピー" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "ホストをコピー" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "リンクをコピー" @@ -2331,12 +2400,12 @@ msgstr "投稿へのリンクをコピー" msgid "Copy link to profile" msgstr "プロフィールへのリンクをコピー" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "スターターパックへのリンクをコピー" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "メッセージのテキストをコピー" @@ -2354,7 +2423,7 @@ msgstr "投稿のテキストをコピー" msgid "Copy QR code" msgstr "QRコードをコピー" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXTレコードの値をコピー" @@ -2377,8 +2446,8 @@ msgstr "フィードサービスへ接続できませんでした" msgid "Could not find profile" msgstr "プロフィールを見つけることができませんでした" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "チャットからの退出に失敗しました" @@ -2392,7 +2461,7 @@ msgstr "フィードの読み込みに失敗しました" msgid "Could not load list" msgstr "リストの読み込みに失敗しました" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "チャットのミュートに失敗しました" @@ -2476,8 +2545,9 @@ msgstr "モデレーションリストを作成" msgid "Create new account" msgstr "新しいアカウントを作成" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "{0}の報告を作成" @@ -2490,7 +2560,7 @@ msgstr "スターターパックを作成" msgid "Create user list" msgstr "ユーザーリストを作成" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "{0}に作成" @@ -2503,8 +2573,8 @@ msgstr "作者はブロック中です" msgid "Culture" msgstr "文化" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "カスタム" @@ -2512,18 +2582,22 @@ msgstr "カスタム" msgid "Customization options" msgstr "カスタマイズオプション" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "この投稿に誰が反応できるかカスタマイズする。" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Blueskyでの体験をカスタマイズ" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "危険なチャレンジまたは活動" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "危険物質または薬物の乱用" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "ダーク" @@ -2536,7 +2610,7 @@ msgstr "ダーク" msgid "Dark mode" msgstr "ダークモード" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "ダークテーマ" @@ -2558,7 +2632,11 @@ msgstr "モデレーションをデバッグ" msgid "Debug panel" msgstr "デバッグパネル" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "ディープフェイクによる成人向けコンテンツ" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "デフォルト" @@ -2566,14 +2644,14 @@ msgstr "デフォルト" msgid "Default icons" msgstr "デフォルトアイコン" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "削除" @@ -2586,16 +2664,16 @@ msgstr "アカウントを削除" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "アカウント<0>「0><1>{0}1><2>」2>を削除" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "アプリパスワードを削除" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "アプリパスワードを削除しますか?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "チャットを削除" @@ -2603,18 +2681,18 @@ msgstr "チャットを削除" msgid "Delete chat declaration record" msgstr "チャットの宣言レコードを削除" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "会話を削除" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "会話を削除" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "自分宛を削除" @@ -2623,11 +2701,11 @@ msgstr "自分宛を削除" msgid "Delete list" msgstr "リストを削除" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "メッセージを削除" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "メッセージの宛先から自分を削除" @@ -2641,12 +2719,12 @@ msgstr "アカウントを削除" msgid "Delete post" msgstr "投稿を削除" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "スターターパックを削除" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "スターターパックを削除しますか?" @@ -2709,11 +2787,11 @@ msgstr "開発者モードを有効にしました" msgid "Developer options" msgstr "開発者用オプション" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "ダイアログ:この投稿に誰が反応できるか調整" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "グレー" @@ -2735,6 +2813,14 @@ msgstr "メールでの2要素認証を無効にする" msgid "Disable haptic feedback" msgstr "触覚フィードバックを無効化" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "返信を完全に無効にする" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "サブタイトル(字幕)を無効にする" @@ -2778,7 +2864,7 @@ msgstr "アプリがログアウトしたユーザーに自分のアカウント msgid "Discover new custom feeds" msgstr "新しいカスタムフィードを見つける" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "新しいフィードを探す" @@ -2817,8 +2903,8 @@ msgstr "表示名" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "荒らしやクリック稼ぎの釣り見出しは捨ててしまおう。あなたにとって大切な、リアルな人々や会話を見つけよう。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNSパネルがある場合" @@ -2830,7 +2916,7 @@ msgstr "このミュートワードはフォローしているユーザーには msgid "Does not include nudity." msgstr "ヌードは含まれません。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "ドメインを確認しました!" @@ -2853,19 +2939,20 @@ msgstr "心配しないでください!すべての既存のメッセージと #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "メッセージをダブルタップか長押しでリアクションを msgid "Double tap to close the dialog" msgstr "ダブルタップでダイアログを閉じる" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "ダブルタップでいいね" @@ -2903,6 +2990,10 @@ msgstr "Blueskyをダウンロード" msgid "Download CAR file" msgstr "CARファイルをダウンロード" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "ドクシング(個人情報晒し)" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "ドロップして画像を追加する" @@ -2943,9 +3034,13 @@ msgstr "例: 絶対に投稿を見逃してはならないユーザー。" msgid "e.g. Users that repeatedly reply with ads." msgstr "例: 繰り返し広告付きで返信するユーザー。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "摂食障害" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "{0}からの通知を編集" msgid "Edit People" msgstr "ユーザーを編集" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "投稿への反応の設定を編集" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "プロフィールを編集" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "プロフィールを編集" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "スターターパックを編集" @@ -3034,7 +3129,7 @@ msgstr "スターターパックを編集" msgid "Edit user list" msgstr "ユーザーリストを編集" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "誰が返信できるのかを編集" @@ -3085,7 +3180,7 @@ msgstr "メールアドレスの確認が完了しました!" msgid "Email Verified" msgstr "メールアドレス確認完了" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "HTMLコードを埋め込む" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "埋め込みビデオプレーヤー" @@ -3141,6 +3236,10 @@ msgstr "プロフィールにアクセスして<0>ベルのアイコン0><1/> msgid "Enable push notifications" msgstr "プッシュ通知を有効にする" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "サブタイトル(字幕)を有効にする" @@ -3200,7 +3299,7 @@ msgstr "使用するドメインを入力してください" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "アカウントの作成に使用したメールアドレスを入力します。新しいパスワードを設定できるように、「リセットコード」をお送りします。" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "アカウント作成時に使用したユーザー名またはメールアドレスを入力してください" @@ -3213,7 +3312,7 @@ msgstr "生年月日を入力してください" msgid "Enter your email address" msgstr "メールアドレスを入力してください" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "パスワードを入力" @@ -3258,22 +3357,18 @@ msgstr "CAPTCHAレスポンスの受信中にエラーが発生しました。" msgid "Error: {error}" msgstr "エラー:{error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "全員" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "誰でも返信可能" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "この投稿に全員が返信できる。" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "全員" @@ -3282,16 +3377,6 @@ msgstr "全員" msgid "Everything else" msgstr "他すべて" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "過剰なメンションや返信" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "多すぎる、または不要なメッセージ" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "フォローしているユーザーは除外" @@ -3316,7 +3401,7 @@ msgstr "画像表示を終了" msgid "Expand alt text" msgstr "ALTテキストを展開" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "ユーザーリストを展開" @@ -3328,7 +3413,7 @@ msgstr "返信する投稿全体を展開または折りたたむ" msgid "Expand post text" msgstr "投稿のテキストを展開" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "テキストを展開または折りたたむ" @@ -3348,7 +3433,7 @@ msgstr "期限切れ" msgid "Expires {0}" msgstr "期限:{0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "{0}で期限切れ" @@ -3407,13 +3492,17 @@ msgstr "外部メディアを有効にすると、それらのメディアのウ msgid "External Media Preferences" msgstr "外部メディアの設定" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "過激主義的コンテンツ" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "チャットの受け入れに失敗しました" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "絵文字リアクションを追加できませんでした" @@ -3421,7 +3510,7 @@ msgstr "絵文字リアクションを追加できませんでした" msgid "Failed to add to starter pack" msgstr "スターターパックへの追加に失敗しました" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "ハンドルの変更に失敗しました。もう一度試してください。" @@ -3438,13 +3527,13 @@ msgstr "会話の作成に失敗しました" msgid "Failed to create starter pack" msgstr "スターターパックの作成に失敗しました" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "チャットの承認に失敗しました" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "メッセージの削除に失敗しました" @@ -3452,7 +3541,7 @@ msgstr "メッセージの削除に失敗しました" msgid "Failed to delete post, please try again" msgstr "投稿の削除に失敗しました。もう一度お試しください。" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "スターターパックの削除に失敗しました" @@ -3465,10 +3554,10 @@ msgstr "すべての推奨アカウントをフォローできませんでした msgid "Failed to load conversations" msgstr "会話の読み込みに失敗しました" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "フィードの設定の読み込みに失敗しました" @@ -3498,14 +3587,14 @@ msgstr "過去のメッセージの読み込みに失敗しました" msgid "Failed to load preference." msgstr "設定の読み込みに失敗しました。" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "おすすめのフィードの読み込みに失敗しました" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "おすすめのフォローの読み込みに失敗しました" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "投稿の固定に失敗しました" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "絵文字リアクションの削除に失敗しました" @@ -3535,7 +3624,8 @@ msgstr "認証の削除に失敗しました" msgid "Failed to resolve location. Please try again." msgstr "位置情報の調査に失敗しました。もう一度試してください。" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "画像の保存に失敗しました:{0}" @@ -3557,7 +3647,7 @@ msgstr "送信に失敗" msgid "Failed to send email, please try again." msgstr "メールの送信に失敗しました。後でもう一度お試しください。" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "異議申し立ての送信に失敗しました。もう一度お試しください。" @@ -3606,6 +3696,14 @@ msgstr "メールの確認に失敗しました。後でもう一度お試しく msgid "Failed to verify handle. Please try again." msgstr "ハンドルの変更に失敗しました。もう一度試してください。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "偽のアカウントまたはボット" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "選挙に関する誤った情報" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "フィード" @@ -3623,7 +3721,7 @@ msgstr "フィードの作者" msgid "Feed identifier" msgstr "フィードの識別子" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "フィードメニュー" @@ -3635,8 +3733,8 @@ msgstr "フィードの切り替え" msgid "Feed unavailable" msgstr "フィードを利用できません" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "フィードバック" @@ -3696,7 +3794,7 @@ msgstr "言語で検索をフィルター(現在の設定:{currentLanguageLa msgid "Filter who can opt to receive notifications for your activity" msgstr "あなたのアクティビティの通知について、誰が受信できるのかフィルターを設定します" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "通知を受け取るユーザーをフィルターする" @@ -3713,7 +3811,7 @@ msgstr "ついに!気になる投稿を追いかけましょう。いつでも msgid "Finance" msgstr "ファイナンス" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "フォローするアカウントを探す" msgid "Find people to follow" msgstr "フォローするユーザーを探す" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Blueskyの投稿、ユーザー、フィードを検索" @@ -3741,17 +3839,17 @@ msgstr "完了" msgid "Fitness" msgstr "フィットネス" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "フラット ブラック" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "フラット ブルー" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "フラット ホワイト" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "柔軟です" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "フォロー" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "フォロー" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0}をフォロー" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "{handle}をフォロー" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "すべてのアカウントをフォロー" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "フォローバック" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "フォローバック" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "あなたが知っているフォロワー" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "フォロー中" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "フォロー中" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "{0}をフォローしました" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "{handle}をフォローしています" @@ -3894,11 +3988,11 @@ msgstr "あなたをフォロー" msgid "Follows You" msgstr "あなたをフォロー" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "フォント" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "フォントサイズ" @@ -3919,7 +4013,7 @@ msgstr "セキュリティ上の理由から、あなたのメールアドレス msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "セキュリティ上の理由から、これを再度表示することはできません。このアプリパスワードを紛失した場合は、新しいものを生成する必要があります。" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "ベストな体験のために、テーマフォントの使用をお勧めします。" @@ -3941,11 +4035,11 @@ msgstr "ノイズを忘れよう" msgid "Forgot Password" msgstr "パスワードを忘れた" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "パスワードを忘れた?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "忘れた?" @@ -3953,12 +4047,7 @@ msgstr "忘れた?" msgid "Free your feed" msgstr "フィードを解放しよう" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "望ましくないコンテンツを頻繁に投稿" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "通知対象" @@ -4011,7 +4100,7 @@ msgstr "リポストした投稿をリポストされたら通知を受け取る msgid "Get notifications when people repost your posts." msgstr "投稿をリポストされたら通知を受け取る。" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "新しい投稿の通知を受け取る" @@ -4027,7 +4116,7 @@ msgstr "{name} の新しい投稿の通知を受け取る" msgid "Get notified of this account’s activity" msgstr "このアカウントのアクティビティの通知を受け取る" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "{name} が投稿した時に通知を受け取る" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "プロフィールに顔をつける" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "法律または利用規約への明らかな違反" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "暴力の賛美" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "法律または利用規約への明らかな違反" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "戻る" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "戻る" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "前のステップに戻る" @@ -4123,7 +4208,7 @@ msgstr "ライブ開始" msgid "Go live for" msgstr "ライブ予定時間" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "{firstAuthorName}のプロフィールに移動" @@ -4146,23 +4231,35 @@ msgstr "フィードへ移動" msgid "Go to next" msgstr "次へ" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "プロフィールへ" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "ユーザーのプロフィールへ移動" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "生々しいメディア(グロ・事故・戦争・災害等)" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "露骨な暴力的コンテンツ" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "グルーミングまたは捕食的行為(性的搾取目的の接近)" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "ハッキングまたはシステム攻撃" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "半分まで来ました!" msgid "Handle" msgstr "ハンドル" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "ハンドルはすでに取得されています。他のものをお試しください。" @@ -4182,7 +4279,7 @@ msgstr "ハンドルはすでに取得されています。他のものをお試 msgid "Handle changed!" msgstr "ハンドルを変更しました!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "ハンドルが長すぎます。短いものをお試しください。" @@ -4190,10 +4287,17 @@ msgstr "ハンドルが長すぎます。短いものをお試しください。 msgid "Haptics" msgstr "触覚フィードバック" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "嫌がらせ、荒らし、不寛容" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "嫌がらせまたはヘイト" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "有害または高リスクの活動" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "未成年者への危害または危険行為" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "ハッシュタグ" msgid "Hashtag {tag}" msgstr "ハッシュタグ {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "ヘイトスピーチ" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "なにか問題が発生しましたか?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "ヘルプ" @@ -4238,7 +4346,7 @@ msgstr "こんにちは👋" msgid "Hidden" msgstr "非表示" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "あなたのモデレーションの設定で非表示になっています。" @@ -4248,7 +4356,7 @@ msgstr "非表示のリスト" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "非表示のリスト" msgid "Hide" msgstr "非表示" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "非表示" @@ -4269,6 +4377,10 @@ msgstr "非表示" msgid "Hide customization options" msgstr "カスタマイズオプションを非表示" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "リストを非表示にする" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "トレンド・トピックを非表示にしますか?" msgid "Hide trending videos?" msgstr "トレンド・ビデオを非表示にしますか?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "ユーザーリストを非表示" @@ -4320,7 +4432,7 @@ msgstr "ユーザーリストを非表示" msgid "Hide verification badges" msgstr "認証バッジを非表示" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "コンテンツを非表示" @@ -4365,12 +4477,12 @@ msgstr "待って!徐々にビデオへのアクセスを許可しています msgid "Home" msgstr "ホーム" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "ホスト:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "ホスティングプロバイダー" @@ -4383,6 +4495,10 @@ msgstr "ホット" msgid "How should we open this link?" msgstr "このリンクをどのように開きますか?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "人身売買" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "パスワードを変更する場合は、あなたのアカウントで msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "あなたのアクティビティの通知を受信できるユーザーを制限したい場合は、<0>設定 → プライバシーとセキュリティ0>で変更できます。" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "あなたが開発者ならば、自分でサーバーをホストできます。" @@ -4443,12 +4559,7 @@ msgstr "あなたが開発者ならば、自分でサーバーをホストでき msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "ハンドルやメールアドレスを変えるのであれば、無効化の前に変更してください。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "違法かつ緊急" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "画像" @@ -4461,29 +4572,24 @@ msgstr "画像のキャッシュをクリアしました" msgid "Image cache cleared, freed {0}" msgstr "画像のキャッシュをクリアし、 {0} が解放されました" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "画像を保存しました" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "写真ライブラリへのアクセスが許可されない限り、画像を保存できません。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "なりすまし、または身元もしくは所属に関する虚偽の主張" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "なりすまし、偽情報、あるいは虚偽の主張" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "なりすまし" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "アプリ内" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "アプリ内通知" @@ -4507,17 +4613,12 @@ msgstr "アプリ内、プッシュ、全員" msgid "In-app, Push, People you follow" msgstr "アプリ内、プッシュ、フォロー中の人" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "不適切なメッセージ、または露骨なコンテンツへのリンク" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "受信トレイが空です!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "無効なユーザー名またはパスワード" @@ -4537,11 +4638,11 @@ msgstr "新しいパスワードを入力" msgid "Input password for account deletion" msgstr "アカウント削除のためにパスワードを入力" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "メールで送られたコードを入力" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "反応が制限されています" @@ -4557,12 +4658,12 @@ msgstr "アクティビティの通知の紹介" msgid "Introducing saved posts AKA bookmarks" msgstr "保存済投稿、いわゆるブックマークを紹介します" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "無効な2要素認証の確認コードです。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "無効なハンドルです。他のものを試してください。" @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "無効な反応関連の設定。" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "報告の件名が無効です" @@ -4626,8 +4727,8 @@ msgstr "仕事" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Blueskyに参加" @@ -4657,20 +4758,20 @@ msgstr "KWS 利用規約" msgid "KWS website" msgstr "KWS のウェブサイト" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "{0}によるラベル" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "投稿者によるラベル。" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "ラベル" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "ラベルが追加されました" @@ -4678,11 +4779,11 @@ msgstr "ラベルが追加されました" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "ラベルは、ユーザーやコンテンツに対する注釈です。ラベルはネットワークを非表示にしたり、警告したり、分類したりするのに使われます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "あなたのアカウントのラベル" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "あなたのコンテンツのラベル" @@ -4696,7 +4797,7 @@ msgstr "言語の設定" msgid "Languages" msgstr "言語" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "大きい" @@ -4736,12 +4837,12 @@ msgstr "年齢保証について詳しく知る" msgid "Learn more about Bluesky" msgstr "Blueskyについての詳細" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "自分用のPDSをホスティングする方法を学ぶ。" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "このコンテンツに適用されるモデレーションはこちらを参照してください" @@ -4773,8 +4874,8 @@ msgstr "Blueskyで公開されている内容はこちらを参照してくだ msgid "Learn more in your <0>account settings.0>" msgstr "<0>アカウント設定で詳細を確認する。0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "詳細。" @@ -4787,10 +4888,10 @@ msgstr "退出" msgid "Leave chat" msgstr "チャットを退出" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "会話を退出" @@ -4822,9 +4923,9 @@ msgstr "パスワードをリセットしましょう!" msgid "Let's go!" msgstr "さあ始めましょう!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "ライト" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "ライト" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "いいねする({0, plural, other {#件のいいね}})" @@ -4855,7 +4956,7 @@ msgstr "Discoverフィードを訓練するために10投稿をいいねする" msgid "Like notifications" msgstr "いいねの通知" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "このフィードをいいね" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, other {#人のユーザー}}がいいね" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "リポストへのいいね" msgid "Likes of your reposts notifications" msgstr "リポストへのいいねの通知" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "この投稿をいいねする" @@ -5021,12 +5122,12 @@ msgstr "ライブ機能はベータテスト中" msgid "Live link" msgstr "ライブのリンク" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "さらに読み込む" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "おすすめのフィードをさらに読み込む" @@ -5041,6 +5142,14 @@ msgstr "最新の通知を読み込む" msgid "Load new posts" msgstr "最新の投稿を読み込む" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "リストを読み込み中…" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "投稿への反応の設定を読み込み中…" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "読み込み中…" @@ -5049,15 +5158,19 @@ msgstr "読み込み中…" msgid "Log" msgstr "ログ" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "ログアウト中" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "ログアウトしたユーザーからの可視性" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "@sawaratsuki.bsky.socialによるロゴ" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "<0>@sawaratsuki.bsky.social0>によるロゴ" @@ -5113,8 +5226,8 @@ msgstr "ミュートしたワードとタグの管理" msgid "Mark all as read" msgstr "すべて既読にする" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "既読にする" @@ -5132,7 +5245,7 @@ msgstr "後で" msgid "Media" msgstr "メディア" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "一部の閲覧者にとっては困惑する、あるいは不適切なメディアです。" @@ -5140,14 +5253,10 @@ msgstr "一部の閲覧者にとっては困惑する、あるいは不適切な msgid "Mention notifications" msgstr "メンションの通知" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "メンションされたユーザー" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "メンションされたユーザー" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "メニュー" msgid "Message {0}" msgstr "{0}へメッセージを送る" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "メッセージは削除されました" @@ -5172,7 +5281,7 @@ msgstr "メッセージは削除されました" msgid "Message deleted" msgstr "メッセージは削除されました" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "@{0}からのメッセージ:{1}" @@ -5189,7 +5298,7 @@ msgstr "メッセージを入力するフィールド" msgid "Message is too long" msgstr "メッセージが長すぎます" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "メッセージのオプション" @@ -5197,24 +5306,22 @@ msgstr "メッセージのオプション" msgid "Messages" msgstr "メッセージ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "ミッドナイト" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "未成年者への嫌がらせまたはいじめ" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "その他の通知" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "誤解を招くアカウント" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "誤解を招く投稿" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "誤解を招くこと" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "モデレーションのツール" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "モデレーターによりコンテンツに一般的な警告が設定されました。" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "その他のフィード" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "ミュート" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "{tag} をミュート" @@ -5332,8 +5439,8 @@ msgstr "アカウントをミュート" msgid "Mute accounts" msgstr "アカウントをミュート" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "会話をミュート" @@ -5396,7 +5503,7 @@ msgstr "ミュート中のアカウント" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "ミュート中のアカウントの投稿は、フィードや通知から取り除かれます。ミュートの設定は完全に非公開です。" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "「{0}」によってミュート中" @@ -5421,17 +5528,6 @@ msgstr "マイフィード" msgid "Name" msgstr "名前" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "名前または説明がコミュニティ基準に違反" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "スターターパックに移動" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "次の画面に移動します" @@ -5455,20 +5551,16 @@ msgstr "次の画面に移動します" msgid "Navigates to your profile" msgstr "あなたのプロフィールに移動します" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "著作権侵害、法的要求、または規制遵守の問題を報告する必要がありますか?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "著作権侵害を報告する必要がありますか?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "フォロワーやデータへのアクセスを失うことはありません。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "気にせずにハンドルを作成" @@ -5476,17 +5568,17 @@ msgstr "気にせずにハンドルを作成" msgid "New" msgstr "新規" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "新規" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink}からの新しい{postsCount, plural, other {投稿}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{firstAuthorName}からの新しい{postsCount, plural, other {投稿}}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "新しい投稿" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "{firstAuthorLink}および<0>{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}0>からの新しい投稿" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "{firstAuthorName}および{additionalAuthorsCount, plural, other {他{formattedAuthorsCount}人}}からの新しい投稿" @@ -5574,8 +5666,8 @@ msgstr "新しいユーザー情報ダイアログ" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "新しい順に返信を表示" @@ -5587,8 +5679,8 @@ msgstr "ニュース" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "ニュース" msgid "Next" msgstr "次へ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "次へ" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "次の画像" @@ -5616,12 +5703,12 @@ msgstr "次の画像" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "広告ゼロ。しつこい追跡なし。使い続けさせるために手放せなくする罠、エンゲージメントトラップもなし。Blueskyは、あなたの時間と集中を大切にします。" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "アプリパスワードはまだありません" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "DNSパネルがない場合" @@ -5646,8 +5733,9 @@ msgstr "画像なし" msgid "No likes yet" msgstr "いいねはありません" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "{0}のフォローを解除しました" @@ -5671,7 +5759,7 @@ msgstr "お知らせはありません!" msgid "No one" msgstr "誰も" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "投稿者だけがこの投稿を引用できます。" @@ -5701,7 +5789,7 @@ msgstr "結果はありません" msgid "No results" msgstr "結果はありません" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "「{0}」に該当するものは見つかりませんでした。" @@ -5719,7 +5807,7 @@ msgstr "「{query}」の検索結果はありません" msgid "No results found for {query}" msgstr "「{query}」の検索結果はありません" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "見つかりませんでした。" @@ -5732,7 +5820,7 @@ msgstr "「{search}」の検索結果はありません。" msgid "No thanks" msgstr "結構です" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "返信不可" @@ -5753,6 +5841,10 @@ msgstr "まだ誰もこれをリポストしていません。あなたが最初 msgid "Nobody was found. Try searching for someone else." msgstr "誰も見つかりませんでした。他を探してみて。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "同意のない親密画像(NCII)" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "性的ではないヌード" @@ -5843,16 +5935,11 @@ msgstr "今" msgid "Now" msgstr "今" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "ヌード" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "ヌードあるいは成人向けコンテンツと表示されていないもの" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "OK" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "古い順に返信を表示" @@ -5916,7 +6003,7 @@ msgstr "1つもしくは複数のビデオにALTテキストがありません msgid "Only .jpg and .png files are supported" msgstr ".jpgと.pngファイルのみに対応しています" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "{0}のみ返信可能。" @@ -5941,7 +6028,7 @@ msgstr "おっと、何らかの問題が発生したようです!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "アバター・クリエイターを開く" msgid "Open conversation options" msgstr "会話のオプションを開く" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "引き出しメニューを開く" @@ -5973,8 +6060,8 @@ msgstr "絵文字を入力" msgid "Open feed info screen" msgstr "フィードを画面で開く" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "フィードの設定メニューを開く" @@ -6015,7 +6102,7 @@ msgstr "プロフィールを開く" msgid "Open share menu" msgstr "共有メニューを開く" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "スターターパックのメニューを開く" @@ -6032,9 +6119,9 @@ msgstr "システムのログを開く" msgid "Opens a dialog to add a content warning to your post" msgstr "自分の投稿にコンテンツの警告を追加するダイアログを開く" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "このスレッドに誰が返信できるかを選択するダイアログを開く" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "この投稿に誰が反応できるかを選択するダイアログを開く" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "リンク{0}を開く" msgid "Opens live status dialog" msgstr "ライブステータスのダイアログを開く" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "パスワードリセットのフォームを開く" @@ -6103,24 +6190,15 @@ msgstr "パスワードリセットのフォームを開く" msgid "Opens post language settings" msgstr "投稿言語の設定を開く" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "プロフィールを開く" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "オプションとして、以下に追加情報をご記入ください:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "オプション:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "または以下のオプションを組み合わせてください:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "または、他のアカウントで続行する。" @@ -6145,21 +6223,50 @@ msgstr "OTA ステータス:更新の取得に失敗しました" msgid "OTA status: None available" msgstr "OTA ステータス:利用可能なものはありません" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "その他" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "その他のアカウント" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "その他の児童の安全に関する問題" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "その他の危険なコンテンツ" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "その他嫌がらせや憎悪的なコンテンツ" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "その他の誤解を招くコンテンツ" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "その他のネットワーク規約違反" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "その他の性的暴力に関するコンテンツ" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "その他の暴力的コンテンツ" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "私たちのブログの記事" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "あなたの報告をモデレーションチームが受け付けました。" @@ -6176,7 +6283,7 @@ msgstr "ページが見つかりません" msgid "Page Not Found" msgstr "ページが見つかりません" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "@{0}がフォロー中のユーザー" msgid "People following @{0}" msgstr "@{0}をフォロー中のユーザー" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "フォロー中の人" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "フォロー中の人" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "メンションした人" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "写真ライブラリへのアクセスが拒否されました。システム設定で有効にしてください。" @@ -6247,12 +6362,12 @@ msgstr "ペット" msgid "Photography" msgstr "写真" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "成人向けの画像です。" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "フィードをピン留め" @@ -6266,7 +6381,7 @@ msgstr "フィードをピン留め" msgid "Pin to home" msgstr "ホームにピン留め" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "ホームにピン留め" @@ -6275,7 +6390,7 @@ msgstr "ホームにピン留め" msgid "Pin to your profile" msgstr "プロフィールに固定" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "固定" @@ -6302,7 +6417,7 @@ msgstr "再生" msgid "Play {0}" msgstr "{0}を再生" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "ビデオを再生" @@ -6327,7 +6442,7 @@ msgstr "GIFを再生" msgid "Plays the video" msgstr "ビデオを再生" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "投稿するメディアに該当するコンテンツ警告ラベルを追加してください。" @@ -6413,7 +6528,7 @@ msgstr "招待コードを入力してください。" msgid "Please enter your new email address." msgstr "新しいメールアドレスを入力してください。" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "パスワードを入力してください" @@ -6421,11 +6536,11 @@ msgstr "パスワードを入力してください" msgid "Please enter your password as well:" msgstr "パスワードも入力してください:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "ユーザー名を入力してください" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "{0}によって適用されたこのラベルが誤りであると思われる理由を説明してください" @@ -6446,11 +6561,11 @@ msgstr "年齢保証状態を適切に評価するために、モデレータが msgid "Please select a language" msgstr "言語を選択してください" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "モデレーションサービスを選択してください" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "この報告の理由を選択してください" @@ -6473,7 +6588,7 @@ msgstr "メッセージを以下に記入してください:" msgid "Politics" msgstr "政治" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "ポルノ" @@ -6512,24 +6627,24 @@ msgstr "投稿を削除しました" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "投稿のアップロードに失敗しました。インターネット接続を確認し、再度試してください。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "投稿は削除されました" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "ミュートしたワードによって投稿が表示されません" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "あなたが非表示にした投稿" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "投稿への反応の設定" @@ -6614,13 +6729,8 @@ msgstr "前の画像" msgid "Primary Language" msgstr "第一言語" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "あなたのフォローを優先" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "プライバシー" @@ -6652,6 +6762,10 @@ msgstr "プライバシーとセキュリティの設定" msgid "Privacy Policy" msgstr "プライバシーポリシー" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "未成年者のプライバシー侵害" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "ビデオを処理中…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "プロフィールを更新しました" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "禁止品目・サービスの宣伝または販売" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "ちょっと!この投稿に誰が反応できるか、編集できますよ。" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "公開されています" @@ -6714,7 +6836,7 @@ msgstr "返信を公開" msgid "Push" msgstr "プッシュ" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "プッシュ通知" @@ -6764,10 +6886,6 @@ msgstr "引用投稿を切り離すことができました" msgid "Quote posts disabled" msgstr "引用投稿は無効です" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "引用の設定" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "引用の設定" msgid "Quotes" msgstr "引用" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "この投稿を引用する" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "レート制限を超えました - 短い時間でハンドルを何度も変更しようとしました。再度試す前にしばらく時間をおいてください。" @@ -6805,11 +6923,11 @@ msgstr "{0, plural, other {さらに#個の返信}}を読む" msgid "Read blog post" msgstr "ブログ記事を読む" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "文字を減らす" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "もっと読む" @@ -6849,15 +6967,11 @@ msgstr "リアルな人々。" msgid "Reason for appeal" msgstr "異議申し立ての理由" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "理由:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "アプリ内通知を受け取る" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "プッシュ通知を受け取る" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "再接続" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "拒否" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "チャットのリクエストを拒否する" @@ -6946,8 +7060,8 @@ msgstr "フィードを削除" msgid "Remove feed?" msgstr "フィードを削除しますか?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "あなたへの返信" msgid "Replies" msgstr "返信" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "返信できません" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "この投稿への返信は無効化されています。" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "返信" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "返信する({0, plural, other {#件の返信}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "返信はスレッドの投稿者によって非表示に" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "返信はあなたによって非表示に" @@ -7120,11 +7234,7 @@ msgstr "返信はあなたによって非表示に" msgid "Reply notifications" msgstr "返信の通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "返信の設定" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "返信の設定はスレッドの投稿者によって選択されています" @@ -7141,7 +7251,7 @@ msgstr "返信の表示設定を更新しました" msgid "Reply was successfully hidden" msgstr "返信を非表示にすることができました" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "報告" msgid "Report account" msgstr "アカウントを報告" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "会話を報告" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "報告ダイアログ" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "フィードを報告" @@ -7176,7 +7285,7 @@ msgstr "フィードを報告" msgid "Report list" msgstr "リストを報告" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "メッセージを報告" @@ -7185,48 +7294,41 @@ msgstr "メッセージを報告" msgid "Report post" msgstr "投稿を報告" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "スターターパックを報告" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "報告を送信しました" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "このコンテンツを報告" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "この会話を報告" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "このフィードを報告" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "このリストを報告" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "このメッセージを報告" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "この投稿を報告" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "このスターターパックを報告" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "このユーザーを報告" @@ -7250,7 +7352,7 @@ msgstr "リポストの通知" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "リポストまたは引用" @@ -7277,7 +7379,7 @@ msgstr "あなたのリポスト" msgid "Reposts" msgstr "リポスト" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "この投稿をリポストする" @@ -7291,8 +7393,8 @@ msgstr "リポストのリポスト" msgid "Reposts of your reposts notifications" msgstr "リポストのリポストの通知" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "コードをリクエスト" @@ -7348,7 +7450,7 @@ msgstr "オンボーディングの状態をリセット" msgid "Reset password" msgstr "パスワードをリセット" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "サインインを再試行" @@ -7360,12 +7462,12 @@ msgstr "エラーになった最後のアクションをやり直す" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "エラーになった最後のアクションをやり直す" msgid "Retry" msgstr "再試行" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "報告オプションの読み込みを再試行する" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "前のページに戻る" @@ -7399,8 +7501,8 @@ msgstr "ホームページに戻る" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "前のページに戻る" @@ -7412,8 +7514,8 @@ msgstr "前のステップに戻る" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "前のステップに戻る" msgid "Save" msgstr "保存" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "保存" @@ -7459,8 +7561,13 @@ msgstr "新しいハンドルを保存" msgid "Save QR code" msgstr "QRコードを保存" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "これらのオプションを次回のために保存する" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "マイフィードに保存" @@ -7487,21 +7594,25 @@ msgstr "フィードを保存しました" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "よろしく!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "詐欺" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "科学" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "左にスクロール" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "右にスクロール" @@ -7513,7 +7624,7 @@ msgstr "一番上までスクロール" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "検索" @@ -7553,11 +7664,11 @@ msgstr "「{searchText}」を検索" msgid "Search for feeds that you want to suggest to others." msgstr "他の人におすすめしたいフィードを検索。" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "もっとアカウントを検索" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "もっとフィードを検索" @@ -7610,19 +7721,19 @@ msgstr "プロフィールを検索" msgid "Security step required" msgstr "セキュリティのステップが必要" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "{tag} の投稿を表示(すべてのユーザー)" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "{tag} の投稿を表示(このユーザーのみ)" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "#{tag} の投稿を表示(すべてのユーザー)" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "#{tag} の投稿を表示(このユーザーのみ)" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "\"{interestsDisplayName}\" カテゴリーを選択" @@ -7665,11 +7776,15 @@ msgstr "{langName}を選択" msgid "Select a color" msgstr "色を選択" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "理由を選択" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "アカウントを選択" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "アプリの言語を選択" @@ -7701,6 +7816,14 @@ msgstr "配信の長さを選択" msgid "Select from an existing account" msgstr "既存のアカウントから選択" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "リストから選択" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "<0>{numberOfListsSelected, plural, other {(選んだ#個)}}0>のリストから選択" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIFを選ぶ" @@ -7727,14 +7850,10 @@ msgstr "言語を選択…" msgid "Select languages" msgstr "言語を選択" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "モデレーションサービスを選択" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "モデレーターを選択" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "投稿言語を選択" @@ -7752,10 +7871,6 @@ msgstr "字幕ファイル(.vtt)を選択" msgid "Select the {emojiName} emoji as your avatar" msgstr "絵文字{emojiName}をアバターとして選択" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "報告先のモデレーションサービスを選んでください" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "この投稿で使用される言語を最大3つ選択" @@ -7785,7 +7900,7 @@ msgstr "次のオプションから興味のあるものを選択してくださ msgid "Select your preferred language for translations in your feed." msgstr "フィード内の翻訳に使用する言語を選択します。" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "お好みの通知チャンネルを選択してください" @@ -7793,6 +7908,10 @@ msgstr "お好みの通知チャンネルを選択してください" msgid "Selecting multiple media types is not supported." msgstr "複数のメディアタイプの選択はサポートされていません。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "自傷または危険行為" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "素敵なウェブサイトを送って!" @@ -7818,7 +7937,7 @@ msgstr "フィードバックを送信" msgid "Send message" msgstr "メッセージを送信" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "投稿を {name} に送る" @@ -7826,18 +7945,7 @@ msgstr "投稿を {name} に送る" msgid "Send post to..." msgstr "投稿を送る…" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "報告を送信" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "{0}に報告を送信" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "{title}に報告を送信" @@ -7858,7 +7966,7 @@ msgstr "ダイレクトメッセージで送信" msgid "Sends email with confirmation code for account deletion" msgstr "アカウントの削除の確認コードをメールに送信" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "サーバーアドレス" @@ -7874,10 +7982,18 @@ msgstr "生年月日を設定" msgid "Set new password" msgstr "新しいパスワードを設定" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "投稿に返信できるグループを正確に設定します" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "アカウントを設定する" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "投稿に誰が返信できるかを設定します" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "パスワードをリセットするためのメールアドレスを入力" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "設定を保存しました" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "性的行為または性的なヌード。" @@ -7953,7 +8069,7 @@ msgstr "性的にきわどい" msgid "Share" msgstr "共有" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "共有" @@ -7996,7 +8112,7 @@ msgstr "投稿のat:// URIをコピー" msgid "Share QR code" msgstr "QRコードを共有" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "このフィードを共有" @@ -8012,8 +8128,8 @@ msgstr "このスターターパックを共有して、他のユーザーがBlu #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "お気に入りのフィードをシェアして!" msgid "Shared Preferences Tester" msgstr "Shared Preferencesのテスター" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "ALTテキストを表示" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "とにかく表示" @@ -8067,6 +8183,10 @@ msgstr "このような投稿の表示を減らす" msgid "Show list anyway" msgstr "とにかくリストを表示" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "選択するユーザーのリストを表示します" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "さらに表示" @@ -8080,7 +8200,7 @@ msgstr "このような投稿の表示を増やす" msgid "Show more replies" msgstr "さらに返信を表示" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "スレッドツリー表示で投稿の返信を表示" @@ -8098,10 +8218,6 @@ msgstr "返信を表示" msgid "Show replies as" msgstr "返信の表示方法" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "フォローしてる人の返信を他の人の返信より優先して表示" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "警告を表示" msgid "Show warning and filter from feeds" msgstr "警告の表示とフィードからのフィルタリング" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "この投稿がいつ作成されたかについての情報を表示する" @@ -8133,7 +8249,7 @@ msgstr "この投稿がいつ作成されたかについての情報を表示す msgid "Shows other accounts you can switch to" msgstr "切替可能な他のアカウントを表示" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "コンテンツを表示" @@ -8145,7 +8261,7 @@ msgstr "コンテンツを表示" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "コンテンツを表示" msgid "Sign in" msgstr "サインイン" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "{0}としてサインイン" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "アカウントの選択" @@ -8177,7 +8293,7 @@ msgstr "サインインまたはアカウントを作成" msgid "Sign in or create your account to join the conversation!" msgstr "会話に参加するにはサインインするか新しくアカウントを登録してください!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "リストにないアカウントにサインイン" @@ -8243,7 +8359,7 @@ msgstr "チュートリアルをスキップしてアカウントの使用を開 msgid "Skip to next step" msgstr "次のステップへスキップ" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "小さい" @@ -8268,7 +8384,7 @@ msgstr "認証の一部が無効です。" msgid "Some other feeds you might like" msgstr "お好みかもしれない他のフィード" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "一部の人が返信可能" @@ -8280,7 +8396,7 @@ msgstr "誰かが{0}とリアクションしました" msgid "Someone reacted {0} to {1}" msgstr "誰かが{1}に{0}とリアクションしました" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "報告しようとしているデータに問題がありました。サポートに連絡してください。" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "何らかの問題が発生したようです" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "何らかの問題が発生したようなので、もう一度お試しください" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "何らかの問題が発生したようです!" msgid "Something went wrong. Please try again in a moment." msgstr "問題が発生しました。しばらくしてからもう一度お試しください。" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "問題が発生しました。もう一度お試しください。" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "何か問題がありますか?お知らせください。" @@ -8327,34 +8442,30 @@ msgstr "申し訳ありません。現在、アカウントのおすすめを読 msgid "Sorry! Your session expired. Please sign in again." msgstr "申し訳ありません!セッションの有効期限が切れました。もう一度サインインしてください。" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "返信を並び替える" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "返信を並び替える:" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "次の方法で同じ投稿への返信を並び替えます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "ソース:<0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "スパム" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "スパム、過剰なメンションや返信" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "スパム、その他の不正・欺瞞的行為" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "スパム、過剰なメンションや返信" msgid "Sports" msgstr "スポーツ" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "会話を開始すると、ここに表示されます。" @@ -8403,11 +8514,11 @@ msgstr "<0/>によるスターターパック" msgid "Starter pack by you" msgstr "自分のスターターパック" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "スターターパックが無効です" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "スターターパック" @@ -8436,8 +8547,8 @@ msgstr "ストーリーブック" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "異議申し立てを送信" msgid "Submit Appeal" msgstr "異議申し立てを送信" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "報告を送信" @@ -8494,7 +8605,7 @@ msgstr "成功!" msgid "Successfully verified" msgstr "正常に認証されました" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "おすすめアカウント" @@ -8506,17 +8617,17 @@ msgstr "おすすめアカウント" msgid "Suggested for you" msgstr "あなたへのおすすめ" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "きわどい" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "サンライズ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "サンセット" @@ -8547,10 +8658,10 @@ msgstr "アカウントを切り替える" msgid "Switch to {0}" msgstr "{0}へ切り替える" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "システム" @@ -8591,6 +8702,10 @@ msgstr "タップしてコンテキストメニューを閉じる" msgid "Tap to dismiss" msgstr "タップして消す" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "特定個人への執拗な嫌がらせ" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "タスク完了 - 10フォロー!" @@ -8620,8 +8735,8 @@ msgstr "あなた自身について少し教えて" msgid "Tell us a little more" msgstr "もう少し教えて" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "規約" @@ -8637,26 +8752,11 @@ msgstr "規約" msgid "Terms of Service" msgstr "利用規約" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "使用されている用語がコミュニティ基準に違反している" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "テキストとタグ" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "テキストフィールド" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "テキストの入力フィールド" @@ -8665,10 +8765,6 @@ msgstr "テキストの入力フィールド" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "フィードバックありがとうございます!フィードのオペレーターに送られました。" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "ありがとうございます。あなたの報告は送信されました。" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "ありがとう、メールアドレスの確認に成功しました。このダイアログを閉じても大丈夫です。" @@ -8678,7 +8774,7 @@ msgstr "ありがとう、メールアドレスの確認に成功しました。 msgid "Thanks! You're all set." msgstr "ありがとうございます!準備完了です。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "その内容は以下の通りです:" @@ -8699,11 +8795,11 @@ msgstr "そのユーザー名は既に使用されています" msgid "That's all, folks!" msgstr "以上です、皆さん!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "これで全部です!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "このアカウントは、ブロック解除後にあなたとやり取りすることができます。" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "アプリを再起動します" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "このスレッドの投稿者がこの返信を非表示にしました" @@ -8750,11 +8846,11 @@ msgstr "アプリのほうがより良い体験をすることができます。 msgid "The feed has been replaced with Discover." msgstr "フィードはDiscoverと置き換えられました。" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "以下のラベルがあなたのアカウントに適用されました。" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "以下のラベルがあなたのコンテンツに適用されました。" @@ -8788,7 +8884,7 @@ msgstr "選択したビデオが100MBより大きいです。小さいファイ msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "サーバーで問題が発生しているようです。少し間をおいて再度試してください。" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "見ようとしたスターターパックが無効です。代わりにスターターパックを削除してください。" @@ -8808,7 +8904,7 @@ msgstr "サービス規約は移動しました" 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 "入力された確認コードが正しくありません。正しいリンクを使用したかを確認するか、新しい確認コードを要求してください。" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "テーマ" @@ -8827,7 +8923,7 @@ msgstr "Tenorへの接続中に問題が発生しました。" msgid "There was an issue contacting the server" msgstr "サーバーへの問い合わせ中に問題が発生しました" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "サーバーへの問い合わせ中に問題が発生したので、インターネットへの接続を確認の上、もう一度試してください。" @@ -8836,7 +8932,7 @@ msgstr "サーバーへの問い合わせ中に問題が発生したので、イ msgid "There was an issue fetching notifications. Tap here to try again." msgstr "通知の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "投稿の取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" @@ -8845,7 +8941,7 @@ msgstr "投稿の取得中に問題が発生しました。もう一度試すに msgid "There was an issue fetching the list. Tap here to try again." msgstr "リストの取得中に問題が発生しました。もう一度試すにはこちらをタップしてください。" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "アプリパスワードの取得中に問題が発生しました" @@ -8862,11 +8958,6 @@ msgstr "サービス情報の取得中に問題が発生しました" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "フィードの削除中に問題が発生しました。インターネットへの接続を確認の上、もう一度試してください。" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "報告の送信に問題が発生しました。インターネットの接続を確認してください。" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "フィードの更新中に問題が発生したので、インターネ #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "フィードの更新中に問題が発生したので、インターネ msgid "There was an issue! {0}" msgstr "問題が発生しました! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "アプリケーションに予期しない問題が発生しました。 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:654 +msgid "These are your default settings" +msgstr "これらはデフォルトの設定です" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "これらの設定はFollowingフィードにのみ適用されます。" @@ -8941,7 +9036,7 @@ msgstr "このアカウントは1つ、あるいは複数のモデレーショ msgid "This action can be undone at any time." msgstr "この操作はいつでも元に戻すことができます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "この申し立ては<0>{sourceName}0>に送られます。" @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "このコンテンツは{0}によってホストされています。外部メディアを有効にしますか?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "このコンテンツは関係するユーザーの一方が他方をブロックしているため、利用できません。" @@ -9006,7 +9101,7 @@ msgstr "この機能はアプリパスワードでは利用できません。メ msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "現在このフィードにはアクセスが集中しており、一時的にご利用いただけません。時間をおいてもう一度お試しください。" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "このフィードは空です!もっと多くのユーザーをフォローするか、言語の設定を調整する必要があるかもしれません。" @@ -9020,7 +9115,7 @@ msgstr "このフィードは空です。" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "このフィードはもはやオンラインではありません。代わりに<0>Discover0>を表示しています。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "このハンドルは予約されています。他のものをお試しください。" @@ -9037,7 +9132,7 @@ msgstr "有効なリンクではありません" msgid "This label was applied by the author." msgstr "投稿者によって適用されたラベルです。" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "あなたによって適用されたラベルです。" @@ -9065,11 +9160,11 @@ msgstr "このリストは空です。" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "このモデレーションのサービスはご利用できません。詳細は以下をご覧ください。この問題が解決しない場合は、サポートへお問い合わせください。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "<0>{0}0>に投稿されたと表示されていますが、Blueskyに初めて登場したのは<1>{1}1>です。" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "投稿に対する返信制限のタイプが不明です。アプリが古いかもしれません。" @@ -9101,7 +9196,7 @@ msgstr "この返信はスレッドの一番下にある非表示のセクショ msgid "This service has not provided terms of service or a privacy policy." msgstr "このサービスには、利用規約もプライバシーポリシーもありません。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "これにより以下にドメインレコードが作成されるはずです:" @@ -9113,7 +9208,7 @@ msgstr "これには数分かかるはずです。" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "このユーザーには表示名がないため認証できません。" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "このユーザーにはフォロワーがいません。" @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "このユーザーはあなたをブロックしています" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "このユーザーはあなたをブロックしているため、あなたはこのユーザーのコンテンツを閲覧できません。" @@ -9142,7 +9237,7 @@ msgstr "このユーザーはミュートした<0>{0}0>リストに含まれ msgid "This user is new here. Press for more info about when they joined." msgstr "新しいユーザーです。ここを押すといつ参加したかの情報が表示されます。" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "このユーザーは誰もフォローしていません。" @@ -9168,7 +9263,7 @@ msgstr "スレッドのオプション" msgid "Thread preferences" msgstr "スレッドの設定" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "スレッドの設定" @@ -9181,6 +9276,10 @@ msgstr "スレッド" msgid "Threads Preferences" msgstr "スレッドの設定" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "脅迫または扇動" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "残り時間:{0, plural, other {#秒}}" @@ -9198,10 +9297,6 @@ msgstr "メールでの2要素認証を無効にするには、<0>{0}0>にア msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "会話を報告するには、会話の画面からメッセージのうちの一つを報告してください。それによって問題の文脈をモデレーターが理解できるようになります。" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "この報告を誰に送りたいですか?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "今日" @@ -9222,8 +9317,8 @@ msgstr "トップ" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "トップの返信を最初に" @@ -9231,17 +9326,17 @@ msgstr "トップの返信を最初に" msgid "Topic" msgstr "トピック" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "翻訳" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "ツリー表示" @@ -9253,6 +9348,10 @@ msgstr "トレンド" msgid "Trending Videos" msgstr "話題のビデオ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "トローリング(荒らし)" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "信頼は人間関係、コミュニティ、共有されている文脈から得られるため、<0>信頼できる認証者0>(認証を直接発行できる組織)を有効にしています。" @@ -9274,7 +9373,7 @@ msgstr "2要素認証(2FA)" msgid "Type your message here" msgstr "ここにメッセージを入力する" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "タイプ:" @@ -9294,13 +9393,13 @@ msgstr "サービスに接続できません。インターネットの接続を #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "あなたのサービスに接続できません。インターネットの接続を確認してください。" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "削除できません" @@ -9324,27 +9423,27 @@ msgstr "フィードの情報が利用できません" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "ブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "ブロックを解除" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "アカウントのブロックを解除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "アカウントのブロックを解除しますか?" @@ -9369,12 +9468,7 @@ msgstr "リポストを元に戻す" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "リポストを元に戻す({0, plural, other {#件のリポスト}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "フォローを解除" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0}のフォローを解除" @@ -9383,7 +9477,7 @@ msgstr "{0}のフォローを解除" msgid "Unfollow account" msgstr "アカウントのフォローを解除" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "ユーザーのフォローを解除" @@ -9391,7 +9485,7 @@ msgstr "ユーザーのフォローを解除" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "不幸なことに、現在、Blueskyはミシシッピ州では利用できません。" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "残念ながら、登録しているラベラーはどれもこのタイプの報告をサポートしていません。" @@ -9399,12 +9493,20 @@ msgstr "残念ながら、登録しているラベラーはどれもこのタイ msgid "Unknown verifier" msgstr "不明な認証" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "ラベルのない成人向けコンテンツ" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "ラベルなし、虐待的、または合意のない成人向けコンテンツ" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "いいねを外す" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "いいねを外す({0, plural, other {#件のいいね}})" @@ -9419,8 +9521,8 @@ msgstr "ミュートを解除" msgid "Unmute" msgstr "ミュートを解除" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "{tag} のミュートを解除" @@ -9431,7 +9533,7 @@ msgstr "{tag} のミュートを解除" msgid "Unmute account" msgstr "アカウントのミュートを解除" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "会話のミュートを解除" @@ -9454,8 +9556,8 @@ msgstr "ビデオのミュートを解除" msgid "Unpin" msgstr "ピン留めを解除" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "フィードのピン留めを外す" @@ -9464,8 +9566,8 @@ msgstr "フィードのピン留めを外す" msgid "Unpin Feed" msgstr "フィードのピン留めを外す" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "ホームからピン留めを解除" @@ -9517,13 +9619,6 @@ msgstr "リストの登録を解除しました" msgid "Unsupported video type: {mimeType}" msgstr "サポートしていないビデオ形式:{mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "望まない性的なコンテンツ" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "リストの<0>{displayName}0>を更新" msgid "Update email" msgstr "メールアドレスの更新" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "{domain}に更新" @@ -9567,7 +9662,7 @@ msgstr "更新中…" msgid "Upload a photo instead" msgstr "代わりに写真をアップロード" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "テキストファイルのアップロード先:" @@ -9603,11 +9698,11 @@ msgstr "リンクのサムネイルをアップロード中…" msgid "Uploading video..." msgstr "ビデオをアップロード中…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "アプリパスワードを使うことで、アカウントやパスワードに完全にアクセスする権限を与えることなく、他のBlueskyクライアントにサインインします。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "デフォルトプロバイダーを使用" @@ -9638,17 +9733,17 @@ msgstr "ハンドルと一緒にこのパスワードを使用して、他のア msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "KWSまたはBlueskyがあなたに連絡する必要がある場合に備えて、あなたが持っているアカウントの電子メールアドレスまたは別の実際の電子メールアドレスを使用してください。" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "ユーザーをブロックしました" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "ブロック中のユーザー" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "「{0}」によってブロックされたユーザー" @@ -9660,7 +9755,7 @@ msgstr "リストによってブロック中のユーザー" msgid "User Blocked by List" msgstr "リストによってブロック中のユーザー" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "あなたをブロックしているユーザー" @@ -9698,15 +9793,15 @@ msgstr "ユーザー名はハイフンで始まったり終わったりできま msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "ユーザー名はアルファベット(a-z)、数字、ハイフンのみ使用できます" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "ユーザー名またはメールアドレス" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "<0>@{0}0>にフォローされているユーザー" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "<0>@{0}0>をフォローしているユーザー" @@ -9715,15 +9810,7 @@ msgstr "<0>@{0}0>をフォローしているユーザー" msgid "Users I follow" msgstr "フォローしているユーザー" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "{0}のユーザー" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "フォローしているユーザー" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "値:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "コードを確認する" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNSレコードを確認" @@ -9786,8 +9873,8 @@ msgstr "メールアドレス確認ダイアログ" msgid "Verify now" msgstr "認証する" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "テキストファイルを確認" @@ -9841,15 +9928,15 @@ msgstr "{0}からのビデオ:{text}" msgid "Video Games" msgstr "ビデオゲーム" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "ビデオは一時停止中です" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "ビデオを再生中です" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "ビデオが見つかりません。" @@ -9882,11 +9969,11 @@ msgstr "表示" msgid "View {0}'s avatar" msgstr "{0}のアバターを表示" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "{0}のプロフィールを表示" @@ -9906,16 +9993,11 @@ msgstr "詳細についてのブログの記事を見る" msgid "View debug entry" msgstr "デバッグエントリーを表示" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "詳細を表示" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "著作権侵害の報告の詳細を見る" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "スレッドをすべて表示" @@ -9960,7 +10042,7 @@ msgstr "@{0}によって提供されるラベリングサービスを見る" msgid "View this user's verifications" msgstr "このユーザーの認証情報を表示" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "このフィードにいいねしたユーザーを見る" @@ -9993,8 +10075,8 @@ msgstr "ミュートしたアカウントを見る" msgid "View your verifications" msgstr "あなたの認証情報を表示" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "画像全体を表示" @@ -10002,6 +10084,14 @@ msgstr "画像全体を表示" msgid "Views video in immersive mode" msgstr "ビデオを没入モードで表示" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "暴力行為(暴力)" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "暴力的または脅迫的なコンテンツ" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "チェックをタップすると、どの組織が認証を与えてい msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "アルゴリズムによるフィードにはどの言語を使用しますか?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "誰がこの投稿に反応できますか?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "返信できるユーザー" @@ -10249,40 +10340,38 @@ msgstr "おっと!トレンドビデオの読み込みに失敗しました。 msgid "Why are you appealing?" msgstr "なぜ異議申し立てをするのですか?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "なぜこのコンテンツをレビューする必要がありますか?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "なぜこの会話をレビューする必要がありますか?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "なぜこのフィードをレビューする必要がありますか?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "なぜこのリストをレビューする必要がありますか?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "なぜこのメッセージをレビューする必要がありますか?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "なぜこの投稿をレビューする必要がありますか?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "なぜこのスターターパックをレビューする必要がありますか?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "なぜこのユーザーをレビューする必要がありますか?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "ユーザーをブロックするかこの会話を削除しますか(あるいは両方)?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "はい" msgid "Yes, deactivate" msgstr "はい、無効化します" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "はい、このスターターパックを削除します" @@ -10373,7 +10462,7 @@ msgstr "ライブの設定は許可されていません" msgid "You are not allowed to upload videos." msgstr "あなたはビデオのアップロードを許可されていません。" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "あなたはまだだれもフォローしていません。" @@ -10445,17 +10534,13 @@ msgstr "アカウントを再有効化してログインし続けることがで msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "合計で{MAX_IMAGES, plural, other {#枚の画像}}まで選択できます。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "デフォルトの反応の設定は、<0>設定 → モデレーション → 反応関連の設定0>で設定できます。" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "これは設定画面から後で変更できます。" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "あなたはまだだれもフォロワーがいません。" @@ -10467,6 +10552,10 @@ msgstr "@{name}をフォローしているユーザーを誰もフォローし msgid "You don't have any chat requests at the moment." msgstr "現在、チャットの要求はありません。" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "リストがまだありません。" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "ピン留めされたフィードがありません。" @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "あなたはこのユーザーをブロックしました" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "あなたはこのユーザーをブロックしているため、コンテンツを閲覧できません。" @@ -10495,7 +10584,7 @@ msgstr "返信、引用、メンションの通知が完全に無効になって msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "無効なコードが入力されました。それはXXXXX-XXXXXのようになっているはずです。" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "この投稿を非表示にしました" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "この投稿を非表示にしました。" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "このアカウントをミュートしました。" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "このユーザーをミュートしました" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "まだワードやタグをミュートしていません" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "あなたがこの返信を非表示にしました。" @@ -10574,11 +10663,11 @@ msgstr "あなたはBlueskyに{timeAgoString}前に参加しました" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "あなたはBlueskyにスターターパックを使って{timeAgoString}前に参加しました" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "間違って適用されたと思うのであれば、自己申告ではないラベルならば異議申し立てができます。" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "これらのラベルが誤って適用されたと思った場合は、異議申し立てを行うことができます。" @@ -10614,10 +10703,6 @@ msgstr "この画面にアクセスするには年齢保証を完了する必要 msgid "You must grant access to your photo library to save a QR code" msgstr "QRコードを保存するには写真ライブラリへのアクセスを許可する必要があります" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "報告をするには少なくとも1つのラベラーを選択する必要があります" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "準備ができました!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "アプリパスワードでサインインしています。アカウントを無効にするには、メインパスワードでサインインしてください。" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "このラベルは既に異議申し立て済みで、モデレーションチームによって審査されています。" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "この投稿でワードまたはタグを非表示にすることを選択しました。" @@ -10750,7 +10839,7 @@ msgstr "ビデオのアップロードの一日の上限に到達しました( msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "ビデオのアップロードの一日の上限に到達しました(ビデオの数が多すぎます)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "見るべきビデオがなくなりました。休憩を取ってもいい時間かも?" @@ -10786,7 +10875,7 @@ msgstr "あなたの異議申し立てが送信されました。異議申し立 msgid "Your birth date" msgstr "生年月日" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "使用中のブラウザが、このビデオ形式に対応していません。他のブラウザをお試しください。" @@ -10798,7 +10887,7 @@ msgstr "あなたのチャットは無効化されています" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "あなたの選択は将来のリンクのために記憶されます。設定からいつでも変更できます。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "あなたの現在のハンドル<0>{0}0>は自動的に予約されたままになります。いつでもこのアカウントに戻すことができます。" @@ -10827,7 +10916,7 @@ msgstr "あなたのメールアドレスはまだ確認されていません。 msgid "Your first like!" msgstr "最初のいいね!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "フォロワー" @@ -10905,14 +10994,10 @@ msgstr "あなたのプロフィール、投稿、フィード、そしてリス msgid "Your reply was sent" msgstr "返信が送信されました" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "報告は <0>{0}0>に送信されます。" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "あなたの報告はBluesky Moderation Serviceに送られます" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "「気になること」は興味を引くコンテンツを提供するために役立てます。" diff --git a/src/locale/locales/kab/messages.po b/src/locale/locales/kab/messages.po index 0385becc22..9d50bf136e 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Kabyle\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -108,15 +108,15 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -398,7 +402,7 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "" @@ -490,7 +494,7 @@ msgstr "" msgid "<0>{0}0> is included in your starter pack" msgstr "" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:346 msgid "<0>{0}0> members" msgstr "" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -597,7 +605,7 @@ msgid "Account" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "" @@ -627,11 +635,15 @@ msgstr "" msgid "Account options" msgstr "" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "" msgid "Add {displayName} to starter pack" msgstr "" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "" msgid "Add the default feed of only people you follow" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "" @@ -846,11 +862,15 @@ msgstr "" msgid "Adult content is disabled." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "" @@ -903,6 +923,10 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:431 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,15 +942,27 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:617 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:579 +msgid "Allow users in {0} to reply" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:470 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:562 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "" @@ -1052,8 +1091,6 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:50 #: src/components/ProfileCard.tsx:484 #: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 msgid "An issue occurred, please try again." msgstr "" @@ -1062,14 +1099,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:367 msgid "and" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,13 +1133,12 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:129 +msgid "Anybody can interact" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:437 +msgid "Anyone" msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 @@ -1118,7 +1162,7 @@ msgstr "" msgid "App Password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "" @@ -1141,20 +1185,20 @@ msgid "App passwords" msgstr "" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1221,7 @@ msgid "Appeal this decision" msgstr "" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1237,24 @@ msgstr "" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1252,7 +1296,7 @@ msgstr "" msgid "Art" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "" @@ -1269,7 +1313,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,10 +1328,10 @@ msgstr "" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/LoginForm.tsx:310 @@ -1308,6 +1352,14 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1375,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1408,17 @@ msgid "Birthday" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1434,10 @@ msgstr "" msgid "Block accounts" msgstr "" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "" @@ -1402,15 +1450,19 @@ msgstr "" msgid "Block these accounts?" msgstr "" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "" @@ -1449,25 +1501,25 @@ msgstr "" msgid "Blog" msgstr "" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1565,10 @@ msgstr "" msgid "Books" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "" @@ -1560,13 +1616,13 @@ msgid "Business" msgstr "" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,13 +1668,14 @@ msgstr "" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 @@ -1659,9 +1716,9 @@ msgstr "" msgid "Cancel search" msgstr "" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "" @@ -1697,7 +1754,7 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" @@ -1710,7 +1767,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1800,8 @@ msgstr "" msgid "Chat" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1814,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "" @@ -1769,7 +1830,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1842,7 @@ msgstr "" msgid "Chat Settings" msgstr "" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "" @@ -1805,6 +1866,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "" @@ -1833,7 +1902,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1951,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1980,11 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,8 +1995,8 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 +#: src/components/WhoCanReply.tsx:229 +#: src/components/WhoCanReply.tsx:236 #: src/screens/Settings/components/ChangePasswordDialog.tsx:286 #: src/screens/Settings/components/ChangePasswordDialog.tsx:291 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 @@ -1943,7 +2006,7 @@ msgid "Close" msgstr "" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "" @@ -2027,7 +2090,7 @@ msgid "Collapses list of users for a given notification" msgstr "" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "" @@ -2184,14 +2247,18 @@ msgid "Content Languages" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "" @@ -2212,7 +2279,7 @@ msgstr "" msgid "Continue" msgstr "" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "" @@ -2236,8 +2303,8 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "" @@ -2254,7 +2321,7 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2330,7 @@ msgstr "" msgid "Copied to clipboard" msgstr "" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "" @@ -2290,23 +2357,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "" @@ -2331,12 +2398,12 @@ msgstr "" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "" @@ -2354,7 +2421,7 @@ msgstr "" msgid "Copy QR code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "" @@ -2377,8 +2444,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "" @@ -2392,7 +2459,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "" @@ -2476,8 +2543,9 @@ msgstr "" msgid "Create new account" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "" @@ -2490,7 +2558,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "" @@ -2503,8 +2571,8 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "" @@ -2512,18 +2580,22 @@ msgstr "" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "" @@ -2536,7 +2608,7 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "" @@ -2558,7 +2630,11 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "" @@ -2566,14 +2642,14 @@ msgstr "" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "" @@ -2586,16 +2662,16 @@ msgstr "" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2679,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "" @@ -2623,11 +2699,11 @@ msgstr "" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "" @@ -2641,12 +2717,12 @@ msgstr "" msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "" @@ -2709,11 +2785,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:215 msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -2735,6 +2811,14 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:609 +msgid "Disable quote posts of this post." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "" @@ -2778,7 +2862,7 @@ msgstr "" msgid "Discover new custom feeds" msgstr "" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "" @@ -2817,8 +2901,8 @@ msgstr "" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "" @@ -2830,7 +2914,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "" @@ -2853,19 +2937,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2975,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2988,10 @@ msgstr "" msgid "Download CAR file" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "" @@ -2943,9 +3032,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3102,24 @@ msgstr "" msgid "Edit People" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:100 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:246 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "" @@ -3034,7 +3127,7 @@ msgstr "" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:109 msgid "Edit who can reply" msgstr "" @@ -3085,7 +3178,7 @@ msgstr "" msgid "Email Verified" msgstr "" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "" @@ -3100,7 +3193,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3141,6 +3234,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:610 +msgid "Enable quote posts of this post." +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "" @@ -3258,22 +3355,18 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:82 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:272 msgid "Everybody can reply to this post." msgstr "" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "" @@ -3282,16 +3375,6 @@ msgstr "" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "" @@ -3328,7 +3411,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3431,7 @@ msgstr "" msgid "Expires {0}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3490,17 @@ msgstr "" msgid "External Media Preferences" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3508,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "" @@ -3438,13 +3525,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "" @@ -3452,7 +3539,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "" @@ -3465,10 +3552,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "" @@ -3498,14 +3585,14 @@ msgstr "" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "" @@ -3519,7 +3606,7 @@ msgid "Failed to pin post" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3622,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "" @@ -3557,7 +3645,7 @@ msgstr "" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "" @@ -3606,6 +3694,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "" @@ -3623,7 +3719,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3731,8 @@ msgstr "" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "" @@ -3696,7 +3792,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3809,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3821,7 @@ msgstr "" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3837,17 @@ msgstr "" msgid "Fitness" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3765,22 +3861,17 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3813,12 +3904,7 @@ msgstr "" #. User is not following this account, click to follow back #: src/components/ProfileCard.tsx:518 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 msgid "Follow back" msgstr "" @@ -3856,8 +3942,8 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 msgid "Following" msgstr "" @@ -3868,11 +3954,11 @@ msgid "Following" msgstr "" #: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 msgid "Following {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3980,11 @@ msgstr "" msgid "Follows You" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "" @@ -3919,7 +4005,7 @@ msgstr "" msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "" @@ -3953,12 +4039,7 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4092,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4108,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,9 +4133,8 @@ msgstr "" msgid "Give your profile a face" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 @@ -4067,8 +4147,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4159,13 @@ msgstr "" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "" @@ -4146,23 +4223,35 @@ msgstr "" msgid "Go to next" msgstr "" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4262,7 @@ msgstr "" msgid "Handle" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "" @@ -4182,7 +4271,7 @@ msgstr "" msgid "Handle changed!" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "" @@ -4190,9 +4279,16 @@ msgstr "" msgid "Haptics" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" msgstr "" #: src/Navigation.tsx:539 @@ -4203,6 +4299,10 @@ msgstr "" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4314,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "" @@ -4238,7 +4338,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4348,7 @@ msgstr "" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4269,6 +4369,10 @@ msgstr "" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:513 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4320,7 +4424,7 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,7 +4469,7 @@ msgstr "" msgid "Home" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "" @@ -4383,6 +4487,10 @@ msgstr "" msgid "How should we open this link?" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4543,7 @@ msgstr "" msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4551,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "" @@ -4461,29 +4564,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,11 +4605,6 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" @@ -4541,7 +4634,7 @@ msgstr "" msgid "Input the code which has been emailed to you" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:130 msgid "Interaction limited" msgstr "" @@ -4562,7 +4655,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "" @@ -4571,7 +4664,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4719,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "" @@ -4657,20 +4750,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "" @@ -4678,11 +4771,11 @@ msgstr "" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "" @@ -4696,7 +4789,7 @@ msgstr "" msgid "Languages" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "" @@ -4736,12 +4829,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4866,8 @@ msgstr "" msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "" @@ -4787,10 +4880,10 @@ msgstr "" msgid "Leave chat" msgstr "" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "" @@ -4822,9 +4915,9 @@ msgstr "" msgid "Let's go!" msgstr "" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "" @@ -4833,12 +4926,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4948,7 @@ msgstr "" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "" @@ -4880,7 +4973,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +4996,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "" @@ -5021,12 +5114,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "" @@ -5041,6 +5134,14 @@ msgstr "" msgid "Load new posts" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:556 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:259 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "" @@ -5049,15 +5150,19 @@ msgstr "" msgid "Log" msgstr "" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "" @@ -5113,8 +5218,8 @@ msgstr "" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "" @@ -5132,7 +5237,7 @@ msgstr "" msgid "Media" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" @@ -5140,14 +5245,10 @@ msgstr "" msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:313 msgid "mentioned users" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5264,7 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "" @@ -5172,7 +5273,7 @@ msgstr "" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5290,7 @@ msgstr "" msgid "Message is too long" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,23 +5298,21 @@ msgstr "" msgid "Messages" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" msgstr "" #: src/Navigation.tsx:177 @@ -5273,12 +5372,12 @@ msgid "Moderation tools" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:104 +#: src/view/shell/desktop/Feeds.tsx:114 msgid "More feeds" msgstr "" @@ -5315,8 +5414,8 @@ msgctxt "video" msgid "Mute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5431,8 @@ msgstr "" msgid "Mute accounts" msgstr "" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "" @@ -5396,7 +5495,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "" @@ -5421,17 +5520,6 @@ msgstr "" msgid "Name" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5455,20 +5543,16 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "" @@ -5476,7 +5560,7 @@ msgstr "" msgid "New" msgstr "" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" @@ -5574,8 +5658,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "" @@ -5603,11 +5687,6 @@ msgstr "" msgid "Next" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "" @@ -5616,12 +5695,12 @@ msgstr "" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "" @@ -5647,7 +5726,7 @@ msgid "No likes yet" msgstr "" #: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 msgid "No longer following {0}" msgstr "" @@ -5671,7 +5750,7 @@ msgstr "" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:296 msgid "No one but the author can quote this post." msgstr "" @@ -5701,7 +5780,7 @@ msgstr "" msgid "No results" msgstr "" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5798,7 @@ msgstr "" msgid "No results found for {query}" msgstr "" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5811,7 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 msgid "Nobody" msgstr "" @@ -5753,6 +5832,10 @@ msgstr "" msgid "Nobody was found. Try searching for someone else." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "" @@ -5843,16 +5926,11 @@ msgstr "" msgid "Now" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5951,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "" @@ -5916,7 +5994,7 @@ msgstr "" msgid "Only .jpg and .png files are supported" msgstr "" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:276 msgid "Only {0} can reply." msgstr "" @@ -5941,7 +6019,7 @@ msgstr "" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6038,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6051,8 @@ msgstr "" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "" @@ -6015,7 +6093,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "" @@ -6032,8 +6110,8 @@ msgstr "" msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:146 +msgid "Opens a dialog to choose who can interact with this post" msgstr "" #: src/screens/Log.tsx:83 @@ -6108,19 +6186,10 @@ msgstr "" msgid "Opens this profile" msgstr "" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "" @@ -6145,21 +6214,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6225,12 +6323,20 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6353,12 @@ msgstr "" msgid "Photography" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6372,7 @@ msgstr "" msgid "Pin to home" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "" @@ -6275,7 +6381,7 @@ msgstr "" msgid "Pin to your profile" msgstr "" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "" @@ -6302,7 +6408,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "" @@ -6327,7 +6433,7 @@ msgstr "" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6425,7 +6531,7 @@ msgstr "" msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -6446,11 +6552,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6579,7 @@ msgstr "" msgid "Politics" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "" @@ -6512,24 +6618,24 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:666 msgid "Post interaction settings" msgstr "" @@ -6614,13 +6720,8 @@ msgstr "" msgid "Primary Language" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "" @@ -6652,6 +6753,10 @@ msgstr "" msgid "Privacy Policy" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "" @@ -6678,6 +6783,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:155 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "" @@ -6714,7 +6827,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6877,6 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6884,11 @@ msgstr "" msgid "Quotes" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6914,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6958,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6983,11 @@ msgid "Reconnect" msgstr "" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7051,8 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7193,11 @@ msgstr "" msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:84 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:274 msgid "Replies to this post are disabled." msgstr "" @@ -7102,17 +7207,17 @@ msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "" @@ -7120,11 +7225,7 @@ msgstr "" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:398 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -7141,7 +7242,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7253,21 @@ msgstr "" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "" @@ -7176,7 +7276,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "" @@ -7185,48 +7285,41 @@ msgstr "" msgid "Report post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "" @@ -7250,7 +7343,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "" @@ -7277,7 +7370,7 @@ msgstr "" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "" @@ -7360,7 +7453,7 @@ msgstr "" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 @@ -7382,14 +7475,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "" @@ -7399,8 +7492,8 @@ msgstr "" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "" @@ -7412,8 +7505,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:654 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7523,7 @@ msgstr "" msgid "Save" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "" @@ -7459,8 +7552,13 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:636 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "" @@ -7492,16 +7590,20 @@ msgstr "" msgid "Say hello!" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7615,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "" @@ -7553,11 +7655,11 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7712,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7750,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7767,15 @@ msgstr "" msgid "Select a color" msgstr "" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7807,14 @@ msgstr "" msgid "Select from an existing account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:534 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "" @@ -7727,14 +7841,10 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7862,6 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7891,7 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7899,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "" @@ -7818,7 +7928,7 @@ msgstr "" msgid "Send message" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7936,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7957,7 @@ msgstr "" msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "" @@ -7874,10 +7973,18 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:461 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:411 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "" @@ -7938,7 +8045,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "" @@ -7953,7 +8060,7 @@ msgstr "" msgid "Share" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "" @@ -7996,7 +8103,7 @@ msgstr "" msgid "Share QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8119,8 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8134,7 @@ msgstr "" msgid "Shared Preferences Tester" msgstr "" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8147,8 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "" @@ -8067,6 +8174,10 @@ msgstr "" msgid "Show list anyway" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:514 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "" @@ -8080,7 +8191,7 @@ msgstr "" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8209,6 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8232,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8240,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8160,11 +8267,11 @@ msgstr "" msgid "Sign in" msgstr "" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "" @@ -8177,7 +8284,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8350,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "" @@ -8268,7 +8375,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:85 msgid "Some people can reply" msgstr "" @@ -8280,7 +8387,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8396,13 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8416,11 @@ msgstr "" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,33 +8433,29 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 @@ -8362,7 +8464,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8505,11 @@ msgstr "" msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "" @@ -8436,8 +8538,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8553,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8596,7 @@ msgstr "" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8608,17 @@ msgstr "" msgid "Suggested for you" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8649,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "" @@ -8591,6 +8693,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8726,8 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "" @@ -8637,26 +8743,11 @@ msgstr "" msgid "Terms of Service" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "" @@ -8665,10 +8756,6 @@ msgstr "" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" @@ -8678,7 +8765,7 @@ msgstr "" msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "" @@ -8699,11 +8786,11 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -8714,7 +8801,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "" @@ -8750,11 +8837,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "" @@ -8784,11 +8871,11 @@ msgid "The selected video is larger than 100 MB. Please try again with a smalle msgstr "" #: src/lib/hooks/useCleanError.ts:40 -#: src/lib/strings/errors.ts:18 +#: src/lib/strings/errors.ts:19 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -8808,7 +8895,7 @@ msgstr "" 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 "" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "" @@ -8827,7 +8914,7 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -8836,7 +8923,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -8845,7 +8932,7 @@ msgstr "" msgid "There was an issue fetching the list. Tap here to try again." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "" @@ -8862,11 +8949,6 @@ msgstr "" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8960,9 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8972,7 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:224 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +8995,10 @@ msgstr "" 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:641 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "" @@ -8941,7 +9027,7 @@ msgstr "" msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "" @@ -8970,7 +9056,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -8998,7 +9084,7 @@ msgstr "" msgid "This feature is not available while using an app password. Please sign in with your main password." msgstr "" -#: src/lib/strings/errors.ts:21 +#: src/lib/strings/errors.ts:22 msgid "This feature is not available while using an App Password. Please sign in with your main password." msgstr "" @@ -9006,7 +9092,7 @@ msgstr "" msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" @@ -9020,7 +9106,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "" @@ -9037,7 +9123,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "" @@ -9065,11 +9151,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:267 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9187,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "" @@ -9122,7 +9208,7 @@ msgid "This user has blocked you" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -9168,7 +9254,7 @@ msgstr "" msgid "Thread preferences" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "" @@ -9181,6 +9267,10 @@ msgstr "" msgid "Threads Preferences" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,14 +9288,14 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:516 +msgid "Toggle showing lists" +msgstr "" + #: src/screens/Moderation/index.tsx:398 msgid "Toggle to enable or disable adult content" msgstr "" @@ -9222,8 +9312,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9321,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9343,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9368,7 @@ msgstr "" msgid "Type your message here" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "" @@ -9283,7 +9377,7 @@ msgid "Unable to access location. You'll need to visit your system settings to e msgstr "" #: src/lib/hooks/useCleanError.ts:27 -#: src/lib/strings/errors.ts:11 +#: src/lib/strings/errors.ts:12 msgid "Unable to connect. Please check your internet connection and try again." msgstr "" @@ -9300,7 +9394,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "" @@ -9324,27 +9418,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "" @@ -9369,12 +9463,7 @@ msgstr "" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "" @@ -9383,7 +9472,7 @@ msgstr "" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9480,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9488,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9516,8 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9528,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "" @@ -9454,8 +9551,8 @@ msgstr "" msgid "Unpin" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9561,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "" @@ -9517,13 +9614,6 @@ msgstr "" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9630,8 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "" @@ -9567,7 +9657,7 @@ msgstr "" msgid "Upload a photo instead" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "" @@ -9603,11 +9693,11 @@ msgstr "" msgid "Uploading video..." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "" @@ -9638,17 +9728,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "" @@ -9660,7 +9750,7 @@ msgstr "" msgid "User Blocked by List" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "" @@ -9702,11 +9792,11 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:330 msgid "users followed by <0>@{0}0>" msgstr "" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:317 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9805,7 @@ msgstr "" msgid "Users I follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "" @@ -9767,8 +9849,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "" @@ -9786,8 +9868,8 @@ msgstr "" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "" @@ -9841,15 +9923,15 @@ msgstr "" msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "" @@ -9883,9 +9965,9 @@ msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 +#: src/screens/VideoFeed/index.tsx:797 #: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "View {0}'s profile" msgstr "" @@ -9906,16 +9988,11 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "" @@ -9960,7 +10037,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "" @@ -9993,8 +10070,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10079,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10307,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:219 msgid "Who can interact with this post?" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:407 +#: src/components/WhoCanReply.tsx:109 msgid "Who can reply" msgstr "" @@ -10249,40 +10335,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10404,7 @@ msgstr "" msgid "Yes, deactivate" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "" @@ -10445,10 +10529,6 @@ msgstr "" msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 @@ -10467,6 +10547,10 @@ msgstr "" msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:570 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "" @@ -10480,8 +10564,8 @@ msgid "You have blocked this user" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "" @@ -10495,7 +10579,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "" @@ -10504,11 +10588,11 @@ msgid "You have hidden this post." msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "" @@ -10558,7 +10642,7 @@ msgid "You haven't muted any words or tags yet" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "" @@ -10574,11 +10658,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -10614,10 +10698,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10797,12 @@ msgstr "" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -10750,7 +10834,7 @@ msgstr "" msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10870,7 @@ msgstr "" msgid "Your birth date" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -10798,7 +10882,7 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10911,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:476 msgid "Your followers" msgstr "" @@ -10905,14 +10989,10 @@ msgstr "" msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/km/messages.po b/src/locale/locales/km/messages.po index fd5ad7d5b6..b12c7c314e 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Khmer\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {អ្នកតាម} other {អ្នកតាម}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {អ្នកកំពុងតាម} other {អ្នកកំពុងតាម}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -108,15 +108,15 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} បានតាមអ្នក" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} តាមអ្នកមកវិញ" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ចូលចិត្តព័ត៌មានផ្ទាល់ខ្លួនរបស់អ្នក" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} បានចូលចិត្តការបង្ហោះរបស់អ្នក" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} បានបង្ហោះសាររបស់អ្នកឡើងវិញ" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} បានចុះឈ្មោះជាមួយកញ្ចប់ចាប់ផ្តើមរបស់អ្នក" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} បានតាមអ្នក" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} តាមអ្នកមកវិញ" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ចូលចិត្តព័ត៌មានផ្ទាល់ខ្លួនរបស់អ្នក" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} បានចូលចិត្តការបង្ហោះរបស់អ្នក" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} បានបង្ហោះសាររបស់អ្នកឡើងវិញ" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} បានចុះឈ្មោះជាមួយកញ្ចប់ចាប់ផ្តើមរបស់អ្នក" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} កំពុងតាម" @@ -490,7 +494,7 @@ msgstr "\"<0>{0}0> និង<1> 1><2>{1}2> ត្រូវបានរួ msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> ត្រូវបានរួមបញ្ចូលនៅក្នុងកញ្ចប់ចាប់ផ្តើមរបស់អ្នក" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "សមាជិក <0>{0}0>" @@ -515,7 +519,7 @@ msgstr "" msgid "24 hours" msgstr "២៤ ម៉ោង" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "ការបញ្ជាក់ 2FA" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "អំពី" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "ការកំណត់មានភាពងាយស្រួល" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "គណនី" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "គណនីត្រូវបានបិទសំឡេង" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "គណនីត្រូវបានបិទសំឡេង" @@ -627,11 +635,15 @@ msgstr "គណនីត្រូវបានបិទសំឡេងដោយប msgid "Account options" msgstr "ជម្រើសគណនី" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "គណនីត្រូវបានដកចេញពីការចូលប្រើរហ័ស" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "បន្ថែម {0} បន្ថែមទៀតដើម្បីប msgid "Add {displayName} to starter pack" msgstr "បន្ថែម {displayName} ទៅកញ្ចប់ចាប់ផ្តើម" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "បន្ថែមការព្រមានអំពីខ្លឹមសារ" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "បន្ថែមពាក្យសម្ងាត់កម្មវិធី" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "បន្ថែមពាក្យសម្ងាត់កម្មវិធី" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "បន្ថែមមតិព័ត៌មានមួយចំនួន msgid "Add the default feed of only people you follow" msgstr "បន្ថែមមតិព័ត៌មានលំនាំដើមសម្រាប់តែមនុស្សដែលអ្នកតាមដានប៉ុណ្ណោះ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "បន្ថែមកំណត់ត្រា DNS ខាងក្រោមទៅកាន់ Domain របស់អ្នក" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "មនុស្សពេញវ័យ" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "មាតិកាសម្រាប់មនុស្សពេញវ័យ" @@ -846,11 +862,15 @@ msgstr "មាតិកាសម្រាប់មនុស្សពេញវ័ msgid "Adult content is disabled." msgstr "មាតិកាសម្រាប់មនុស្សពេញវ័យត្រូវបានបិទ" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "ស្លាកមាតិកាសម្រាប់មនុស្សពេញវ័យ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "កម្រិតខ្ពស់" @@ -903,6 +923,10 @@ msgstr "មតិព័ត៌មានទាំងអស់ដែលអ្នក msgid "Allow access to your direct messages" msgstr "អនុញ្ញាតឱ្យចូលប្រើសារផ្ទាល់របស់អ្នក" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "អនុញ្ញាតឱ្យសារថ្មីពី" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "អនុញ្ញាតឱ្យ quote posts" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "អនុញ្ញាតការឆ្លើយតបពី៖" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "អនុញ្ញាតឱ្យចូលប្រើសារផ្ទាល់" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "មានលេខកូដរួចហើយ?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "កំហុសបានកើតឡើងខណៈពេលកំពុងបង្កើតកញ្ចប់ចាប់ផ្តើមរបស់អ្នក។ ចង់សាកល្បងម្តងទៀតទេ?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "កំហុសបានកើតឡើងខណៈពេលកំពុងផ្ទុកវីដេអូ។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "កំហុសបានកើតឡើងខណៈពេលកំពុងផ្ទុកវីដេអូ។ សូមព្យាយាមម្តងទៀត" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "កំហុសបានកើតឡើងខណៈពេលរក្សាទុកកូដ QR!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "បញ្ហាដែលមិនត្រូវបានរួមបញ្ចូលនៅក្នុងជម្រើសទាំងនេះ" @@ -1050,10 +1089,10 @@ msgstr "បញ្ហាមួយបានកើតឡើងខណៈពេលព #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "បញ្ហាបានកើតឡើង សូមព្យាយាមម្តងទៀត" @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "ស្លាកសញ្ញាមិនស្គាល់" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "ហើយ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "អ្នកណាក៏អាចធ្វើអន្តរកម្ម" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "ភាសា កម្មវិធី" msgid "App Password" msgstr "ពាក្យសម្ងាត់កម្មវិធី" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "ពាក្យសម្ងាត់កម្មវិធីត្រូវបានលុប" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "ពាក្យសម្ងាត់កម្មវិធី" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "ពាក្យសម្ងាត់កម្មវិធី" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "បណ្តឹងឧទ្ធរណ៍" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "ប្តឹងឧទ្ធរណ៍លើការសម្រេចចិត្តនេះ។" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "អនុវត្តមតិព័ត៌មានដែលប msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "បានរក្សាទុកពី {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "តើអ្នកប្រាកដថាចង់លុបពាក្យសម្ងាត់កម្មវិធី \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "តើអ្នកប្រាកដថាចង់លុបសារនេះទេ? សារនឹងត្រូវបានលុបសម្រាប់អ្នក ប៉ុន្តែមិនមែនសម្រាប់អ្នកចូលរួមផ្សេងទៀតទេ" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "តើអ្នកប្រាកដទេថាអ្នកចង់លុបកញ្ចប់ចាប់ផ្តើមនេះ" @@ -1252,7 +1298,7 @@ msgstr "" msgid "Art" msgstr "សិល្បៈ" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "អាក្រាតកាយបែបសិល្បៈ ឬមិនស្រើបស្រាល" @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "ចាក់វីដេអូ និង GIFs ដោយស្វ័យ msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "ត្រឡប់" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "មុននឹងបង្កើតកញ្ចប់ចាប់ផ្តើម អ្នកត្រូវតែផ្ទៀងផ្ទាត់អ៊ីមែលរបស់អ្នកជាមុនសិន" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "ថ្ងៃកំណើត" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "ទប់ស្កាត់" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "បិទគណនី?" msgid "Block accounts" msgstr "បិទគណនី" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "បញ្ជីទប់ស្កាត់" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "ទប់ស្កាត់គណនីទាំងនេះ?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "រារាំង" @@ -1449,25 +1503,25 @@ msgstr "ការទប់ស្កាត់នឹងមិនរារាំង msgid "Blog" msgstr "ប្លុក" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky មិនអាចបញ្ជាក់ពីភាពត្រឹមត្រូវនៃកាលបរិច្ឆេទដែលបានទាមទារនោះទេ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 គឺជាបណ្តាញបើកចំហដែលអ្នកអាចជ្រើសរើសអ្នកផ្តល់សេវាបង្ហោះរបស់អ្នក។ ប្រសិនបើអ្នកជាអ្នកអភិវឌ្ឍន៍ អ្នកអាចធ្វើជាម្ចាស់ផ្ទះម៉ាស៊ីនមេរបស់អ្នក" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "រូបភាពព្រិលៗ និងត្រងចេញព msgid "Books" msgstr "សៀវភៅ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "រកមើលគណនីច្រើនទៀតនៅលើទំព័ររុករក" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "អាជីវកម្ម" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "ដោយ {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,19 +1670,20 @@ msgstr "កាមេរ៉ា" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "បោះបង់ការបើកដំណើរការឡើងវ msgid "Cancel search" msgstr "បោះបង់ការស្វែងរក" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "មិនអាចធ្វើអន្តរកម្មជាមួយអ្នកប្រើប្រាស់ដែលត្រូវបានទប់ស្កាត់បានទេ" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "ផ្លាស់ប្តូរ Handle" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "ជជែក" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "បានបិទការជជែក" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "ការកំណត់ការជជែក" msgid "Chat Settings" msgstr "ការកំណត់ការជជែក" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "បានបើកការជជែក" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "ពិនិត្យស្ថានភាពរបស់ខ្ញុំ" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "" @@ -1805,6 +1868,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "ពិនិត្យប្រអប់សំបុត្ររបស់អ្នកសម្រាប់អ៊ីមែលដែលមានលេខកូដបញ្ជាក់ដើម្បីបញ្ចូលខាងក្រោម៖" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "ជ្រើសរើសវិធីសាស្ត្រផ្ទៀងផ្ទាត់ដែន" @@ -1833,7 +1904,7 @@ msgstr "ជ្រើសរើសក្បួនដោះស្រាយដែល msgid "Choose this color as your avatar" msgstr "ជ្រើសរើសពណ៌នេះជារូបតំណាងរបស់អ្នក" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "ចុចដើម្បីបិទការប្រកាសសម្រង់នៃការប្រកាសនេះ" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "ចុចដើម្បីបើកការប្រកាសសម្រង់នៃការប្រកាសនេះ" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1982,11 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "បិទ" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "បិទប្រអប់សកម្ម" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "បិទកម្មវិធីមើលសម្រាប់រូបភាពបឋមកថា" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "បង្រួមបញ្ជីអ្នកប្រើប្រាស់" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "បង្រួមបញ្ជីអ្នកប្រើប្រាស់សម្រាប់ការជូនដំណឹងដែលបានផ្តល់ឱ្យ" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "របៀបពណ៌" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "លេខកូដបញ្ជាក់" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "កំពុងភ្ជាប់..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "ភាសាមាតិកា" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "មាតិកាមិនអាចប្រើបាន" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "ការព្រមានអំពីខ្លឹមសារ" @@ -2212,7 +2281,7 @@ msgstr "ផ្ទាំងខាងក្រោយម៉ឺនុយបរិប msgid "Continue" msgstr "បន្ត" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "បន្តជា {0} (បច្ចុប្បន្នចូល)" @@ -2236,8 +2305,8 @@ msgstr "បន្តទៅជំហានបន្ទាប់" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "ការសន្ទនាត្រូវបានលុប" @@ -2254,7 +2323,7 @@ msgstr "ចម្អិនអាហារ" msgid "Copied build version to clipboard" msgstr "បានចម្លងកំណែស្ថាបនាទៅ clipboard" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "បានចម្លងកំណែស្ថាបនាទៅ clipboar msgid "Copied to clipboard" msgstr "បានចម្លងទៅ clipboard" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "បានចម្លង" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "ចម្លងកូដ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "ចម្លង DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "ចម្លងម៉ាស៊ីន" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "ចម្លងតំណ" @@ -2331,12 +2400,12 @@ msgstr "ចម្លងតំណទៅប្រកាស" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "ចម្លងអត្ថបទសារ" @@ -2354,7 +2423,7 @@ msgstr "ចម្លងអត្ថបទអត្ថបទ" msgid "Copy QR code" msgstr "ចម្លងកូដ QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "ចម្លងតម្លៃកំណត់ត្រា TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "មិនអាចចាកចេញពីការជជែកបានទេ" @@ -2392,7 +2461,7 @@ msgstr "មិនអាចផ្ទុកព័ត៌មានបានទេ" msgid "Could not load list" msgstr "មិនអាចផ្ទុកបញ្ជីបានទេ" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "មិនអាចបិទការជជែកបានទេ" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "បង្កើតគណនីថ្មី" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "បង្កើតរបាយការណ៍សម្រាប់ {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "បង្កើត {0}" @@ -2503,8 +2573,8 @@ msgstr "" msgid "Culture" msgstr "វប្បធម៌" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "" @@ -2512,18 +2582,22 @@ msgstr "" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "ប្ដូរតាមបំណងអ្នកដែលអាចធ្វើអន្តរកម្មជាមួយនឹងការបង្ហោះនេះ" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "ងងឹត" @@ -2536,7 +2610,7 @@ msgstr "ងងឹត" msgid "Dark mode" msgstr "ទម្រង់ងងឹត" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "ស្បែកខ្មៅងងឹត" @@ -2558,7 +2632,11 @@ msgstr "ការសម្របសម្រួលបំបាត់កំហុ msgid "Debug panel" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "លំនាំដើម" @@ -2566,14 +2644,14 @@ msgstr "លំនាំដើម" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "លុប" @@ -2586,16 +2664,16 @@ msgstr "លុបគណនី" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "លុបគណនី <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "លុបពាក្យសម្ងាត់កម្មវិធី" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "លុបពាក្យសម្ងាត់កម្មវិធី" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "លុបកំណត់ត្រាប្រកាសការជជែក" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "លុបពីខ្ញុំ" @@ -2623,11 +2701,11 @@ msgstr "លុបពីខ្ញុំ" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "លុបសារ" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "" @@ -2641,12 +2719,12 @@ msgstr "លុបសារពីខ្ញុំ" msgid "Delete post" msgstr "លុប post" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "លុបកញ្ចប់ចាប់ផ្តើម" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "លុបកញ្ចប់ចាប់ផ្តើម?" @@ -2709,11 +2787,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "ប្រអប់៖ កែតម្រូវអ្នកដែលអាចធ្វើអន្តរកម្មជាមួយការបង្ហោះនេះ" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -2735,6 +2813,14 @@ msgstr "បិទអ៊ីមែល 2FA" msgid "Disable haptic feedback" msgstr "បិទរំញ័រ" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "បិទចំណងជើងរង" @@ -2778,7 +2864,7 @@ msgstr "រារាំងកម្មវិធីមិនឱ្យបង្ហ msgid "Discover new custom feeds" msgstr "ស្វែងរកព័ត៌មានផ្ទាល់ខ្លួនថ្មី" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "ស្វែងរកមតិព័ត៌មានថ្មី" @@ -2817,8 +2903,8 @@ msgstr "បង្ហាញឈ្មោះ" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "" @@ -2830,7 +2916,7 @@ msgstr "កុំប្រើពាក្យស្ងាត់នេ msgid "Does not include nudity." msgstr "មិនរាប់បញ្ចូលភាពអាក្រាតកាយ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "បានផ្ទៀងផ្ទាត់ Domain" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "ចុចពីរដងដើម្បីបិទប្រអប់" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "" msgid "Download CAR file" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "ទម្លាក់ដើម្បីបន្ថែមរូបភាព" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "កែសម្រួលមនុស្ស" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "កែសម្រួលការកំណត់អន្តរកម្មនៃការបង្ហោះ" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "កែប្រវត្តិរូប" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "កែប្រវត្តិរូប" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "កែសម្រួលកញ្ចប់ចាប់ផ្តើម" @@ -3034,7 +3129,7 @@ msgstr "កែសម្រួលកញ្ចប់ចាប់ផ្តើម" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "កែសម្រួលអ្នកណាអាចឆ្លើយតបបាន" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "បានផ្ទៀងផ្ទាត់អ៊ីមែល" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "កម្មវិធីចាក់វីដេអូដែលបានបង្កប់" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "បើកចំណងជើងរង" @@ -3200,7 +3299,7 @@ msgstr "បញ្ចូល Domain ដែលអ្នកចង់ប្រើ" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "បញ្ចូលអ៊ីមែលដែលអ្នកធ្លាប់បង្កើតគណនីរបស់អ្នក។ យើងនឹងផ្ញើ \"កំណត់លេខកូដឡើងវិញ\" ដល់អ្នក ដូច្នេះអ្នកអាចកំណត់ពាក្យសម្ងាត់ថ្មី" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "បញ្ចូលថ្ងៃខែឆ្នាំកំណើតរប msgid "Enter your email address" msgstr "បញ្ចូលអាសយដ្ឋានអ៊ីមែលរបស់អ្នក" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "កំហុសក្នុងការទទួលការឆ្លើ msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "ទាំងអស់គ្នា" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "អ្នករាល់គ្នាអាចឆ្លើយតប" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "អ្នករាល់គ្នាអាចឆ្លើយតបនឹងការប្រកាសនេះ" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "ទាំងអស់គ្នា" @@ -3282,16 +3377,6 @@ msgstr "ទាំងអស់គ្នា" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "ការលើកឡើង ឬការឆ្លើយតបច្រើនពេក" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "សារហួសហេតុ ឬមិនចង់បាន" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "មិនរាប់បញ្ចូលអ្នកប្រើប្រាស់ដែលអ្នកតាមដាន" @@ -3316,7 +3401,7 @@ msgstr "ចាកចេញពីទិដ្ឋភាពរូបភាព" msgid "Expand alt text" msgstr "ពង្រីកអត្ថបទជំនួស" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "ពង្រីកបញ្ជីអ្នកប្រើប្រាស់" @@ -3328,7 +3413,7 @@ msgstr "ពង្រីក ឬបង្រួមការបង្ហោះព msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "ផុតកំណត់" msgid "Expires {0}" msgstr "ផុតកំណត់ {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "ប្រព័ន្ធផ្សព្វផ្សាយខាងក្ msgid "External Media Preferences" msgstr "ចំណូលចិត្តប្រព័ន្ធផ្សព្វផ្សាយខាងក្រៅ" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "បរាជ័យក្នុងការផ្លាស់ប្តូរចំណុចទាញ។ សូមព្យាយាមម្តងទៀត" @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "បរាជ័យក្នុងការបង្កើតកញ្ចប់ចាប់ផ្តើម" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "បរាជ័យក្នុងការលុបសារ" @@ -3452,7 +3541,7 @@ msgstr "បរាជ័យក្នុងការលុបសារ" msgid "Failed to delete post, please try again" msgstr "បរាជ័យក្នុងការលុបការបង្ហោះ សូមព្យាយាមម្តងទៀត" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "បរាជ័យក្នុងការលុបកញ្ចប់ចាប់ផ្តើម" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "បានបរាជ័យក្នុងការផ្ទុកចំណូលចិត្តមតិព័ត៌មាន" @@ -3498,14 +3587,14 @@ msgstr "បានបរាជ័យក្នុងការផ្ទុកសា msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "បានបរាជ័យក្នុងការផ្ទុកព័ត៌មានដែលបានណែនាំ" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "បានបរាជ័យក្នុងការផ្ទុកដែលបានណែនាំដូចខាងក្រោម" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "បរាជ័យក្នុងការខ្ទាស់ការបង្ហោះ" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "" @@ -3557,7 +3647,7 @@ msgstr "បរាជ័យក្នុងកាផ្ញើ" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "បរាជ័យក្នុងការដាក់បណ្តឹងតវ៉ា សូមព្យាយាមម្តងទៀត" @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "បរាជ័យក្នុងការផ្ទៀងផ្ទាត់ចំណុចទាញ។ សូមព្យាយាមម្តងទៀត" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "ព័ត៌មាន" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3733,8 @@ msgstr "" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "មតិកែលម្អ" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "ស្វែងរកគណនីដើម្បីតាមដាន" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "បញ្ចប់" msgid "Fitness" msgstr "សម្បទា" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "អាចបត់បែនបាន" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "តាម" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "តាម" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "តាម {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "តាមដានត្រឡប់វិញ" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "តាមដានត្រឡប់វិញ" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "អ្នកតាមដែលអ្នកស្គាល់" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "កំពុងតាម" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "កំពុងតាម" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "កំពុងតាម {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "តាមអ្នក" msgid "Follows You" msgstr "តាមអ្នក" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "ពុម្ពអក្សរ" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "ទំហំពុម្ពអក្សរ" @@ -3919,7 +4013,7 @@ msgstr "សម្រាប់ហេតុផលសុវត្ថិភាព msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "សម្រាប់ហេតុផលសុវត្ថិភាព អ្នកនឹងមិនអាចមើលវាម្តងទៀតបានទេ។ ប្រសិនបើអ្នកបាត់ពាក្យសម្ងាត់កម្មវិធីនេះ អ្នកនឹងត្រូវបង្កើតពាក្យសម្ងាត់ថ្មី" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "សម្រាប់បទពិសោធន៍ដ៏ល្អបំផុត យើងសូមណែនាំឱ្យប្រើពុម្ពអក្សរស្បែក" @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "ភ្លេចពាក្យសម្ងា?ត់" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "ភ្លេច?" @@ -3953,12 +4047,7 @@ msgstr "ភ្លេច?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "បង្ហោះមាតិកាដែលមិនចង់បានញឹកញាប់" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "" msgid "Give your profile a face" msgstr "ផ្តល់ទម្រង់មុខរបស់អ្នក" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "ការបំពានច្បាប់ ឬលក្ខខណ្ឌប្រើប្រាស់ជាក់ស្តែង" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "ការបំពានច្បាប់ ឬលក្ខខណ្ឌ #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "ត្រឡប់ទៅវិញ" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "ត្រឡប់ទៅវិញ" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "ត្រលប់ទៅជំហានមុន" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "ទៅបន្ទាប់" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "ចូលទៅកាន់ប្រវត្តិរូប" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "ចូលទៅកាន់ប្រវត្តិរូបរបស់អ្នកប្រើ" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "ប្រព័ន្ធផ្សព្វផ្សាយក្រាហ្វិក" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "ពាក់កណ្តាលផ្លូវ" msgid "Handle" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "" @@ -4182,7 +4279,7 @@ msgstr "" msgid "Handle changed!" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "" @@ -4190,10 +4287,17 @@ msgstr "" msgid "Haptics" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "ការបៀតបៀន ការបោកប្រាស់ ឬការមិនអត់ឱន" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "មានបញ្ហា?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "ជំនួយ" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "បញ្ជីដែលលាក់" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "បញ្ជីដែលលាក់" msgid "Hide" msgstr "លាក់" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "លាក់" @@ -4269,6 +4377,10 @@ msgstr "លាក់" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "លាក់បញ្ជីអ្នកប្រើប្រាស់" @@ -4320,7 +4432,7 @@ msgstr "លាក់បញ្ជីអ្នកប្រើប្រាស់" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "ចាំ! យើងកំពុងផ្តល់សិទ្ធិច msgid "Home" msgstr "ទំព័រដើម" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "តើយើងគួរបើកតំណនេះដោយរបៀបណា?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "ប្រសិនបើអ្នកចង់ផ្លាស់ប្ត msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "ប្រសិនបើអ្នកកំពុងព្យាយាមផ្លាស់ប្តូរចំណុចទាញ ឬអ៊ីមែលរបស់អ្នក សូមធ្វើដូច្នេះមុនពេលអ្នកបិទដំណើរការ" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "ខុសច្បាប់ និងបន្ទាន់" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "រូបភាព" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "ការក្លែងបន្លំ ឬការអះអាងមិនពិតអំពីអត្តសញ្ញាណ ឬទំនាក់ទំនង" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "ការក្លែងបន្លំ ព័ត៌មានមិនពិត ឬការអះអាងមិនពិត" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "សារមិនសមរម្យ ឬតំណច្បាស់លាស់" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "ឈ្មោះអ្នកប្រើ ឬពាក្យសម្ងាត់មិនត្រឹមត្រូវ" @@ -4537,11 +4638,11 @@ msgstr "បញ្ចូលពាក្យសម្ងាត់ថ្មី" msgid "Input password for account deletion" msgstr "បញ្ចូលពាក្យសម្ងាត់សម្រាប់ការលុបគណនី" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "បញ្ចូលលេខកូដដែលបានផ្ញើទៅអ្នក" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "អន្តរកម្មមានកំណត់" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "លេខកូដបញ្ជាក់ 2FA មិនត្រឹមត្រូវ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "ចំណុចទាញមិនត្រឹមត្រូវ។ សូមសាកល្បងមួយផ្សេងទៀត" @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "ការងារ" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "ចូលរួមជាមួយ Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "ដាក់ស្លាកដោយ {0}" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "ដាក់ស្លាកដោយអ្នកនិពន្ធ" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "ស្លាក" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "ស្លាកត្រូវបានបន្ថែម" @@ -4678,11 +4779,11 @@ msgstr "ស្លាកត្រូវបានបន្ថែម" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "ស្លាកគឺជាចំណារពន្យល់អំពីអ្នកប្រើប្រាស់ និងខ្លឹមសារ។ ពួកវាអាចត្រូវបានប្រើដើម្បីលាក់ ព្រមាន និងចាត់ថ្នាក់បណ្តាញ" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "ស្លាកនៅលើគណនីរបស់អ្នក" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "ស្លាកនៅលើមាតិការបស់អ្នក" @@ -4696,7 +4797,7 @@ msgstr "ការកំណត់ភាសា" msgid "Languages" msgstr "ភាសា" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "ធំជាង" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "មើលបន្ថែមទៀតអំពី Bluesky នៅលើ Facebook" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "ស្វែងយល់បន្ថែមអំពីការបង្ហោះដោយខ្លួនឯង PDS របស់អ្នក" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "ស្វែងយល់បន្ថែមអំពីអ្វីដែ msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "ស្វែងយល់បន្ថែម" @@ -4787,10 +4888,10 @@ msgstr "ចាកចេញ" msgid "Leave chat" msgstr "ចាកចេញពីការជជែក" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "ចាកចេញពីការសន្ទនា" @@ -4822,9 +4923,9 @@ msgstr "ចូរយើងកំណត់ពាក្យសម្ងាត់រ msgid "Let's go!" msgstr "" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "ពន្លឺ" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "ពន្លឺ" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4956,7 @@ msgstr "ចូលចិត្តការបង្ហោះចំនួន 10 msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "ចូលចិត្តមតិព័ត៌មាននេះ" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "ចូលចិត្តនៅលើប្រកាសនេះ" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "ផ្ទុកច្រើនទៀត" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "ផ្ទុកព័ត៌មានដែលបានណែនាំបន្ថែមទៀត" @@ -5041,6 +5142,14 @@ msgstr "ផ្ទុកការជូនដំណឹងថ្មីៗ" msgid "Load new posts" msgstr "ផ្ទុកប្រកាសថ្មីៗ" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "កំពុងផ្ទុក..." @@ -5049,15 +5158,19 @@ msgstr "កំពុងផ្ទុក..." msgid "Log" msgstr "កំណត់ហេតុ" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "ភាពមើលឃើញពីការចេញពីគណនី" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "និមិត្តសញ្ញាដោយ <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "គ្រប់គ្រងពាក្យ និងស្លាកដ msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "សម្គាល់ថាបានអានហើយ" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "ប្រព័ន្ធផ្សព្វផ្សាយ" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "ប្រព័ន្ធផ្សព្វផ្សាយដែលអាចរំខាន ឬមិនសមរម្យសម្រាប់ទស្សនិកជនមួយចំនួន" @@ -5140,14 +5253,10 @@ msgstr "ប្រព័ន្ធផ្សព្វផ្សាយដែលអា msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "អ្នកប្រើប្រាស់ដែលបានលើកឡើង" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "អ្នកប្រើប្រាស់ដែលបានលើកឡើង" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "ម៉ឺនុយ" msgid "Message {0}" msgstr "សារ {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "សារត្រូវបានលុប" @@ -5172,7 +5281,7 @@ msgstr "សារត្រូវបានលុប" msgid "Message deleted" msgstr "សារត្រូវបានលុប" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "វាលបញ្ចូលសារ" msgid "Message is too long" msgstr "សារវែងពេក" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "សារ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "គណនីបន្លំ" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "post បន្លំ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "ឧបករណ៍សំរបសំរួល" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "អ្នកសម្របសម្រួលបានជ្រើសរើសដើម្បីកំណត់ការព្រមានទូទៅលើខ្លឹមសារ" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "ព័ត៌មានច្រើនទៀត" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "បិទ" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "" msgid "Mute accounts" msgstr "បិទគណនី" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "បិទការសន្ទនា" @@ -5396,7 +5503,7 @@ msgstr "គណនីបិទ" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "គណនីដែលបានបិទសំឡេងបានលុបការបង្ហោះរបស់ពួកគេចេញពីព័ត៌មានរបស់អ្នក និងពីការជូនដំណឹងរបស់អ្នក។ ការបិទសំឡេងមានលក្ខណៈឯកជនទាំងស្រុង" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "បានបិទសំឡេងដោយ \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "មតិព័ត៌មានរបស់ខ្ញុំ" msgid "Name" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "ឈ្មោះ ឬការពិពណ៌នាបំពានស្តង់ដារសហគមន៍" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "រុករកទៅអេក្រង់បន្ទាប់" @@ -5455,20 +5551,16 @@ msgstr "រុករកទៅអេក្រង់បន្ទាប់" msgid "Navigates to your profile" msgstr "រុករកទៅកម្រងព័ត៌មានរបស់អ្នក" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "ត្រូវការរាយការណ៍អំពីការរំលោភសិទ្ធិអ្នកនិពន្ធ?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "កុំបាត់បង់សិទ្ធិចូលប្រើទៅកាន់អ្នកតាមដាន ឬទិន្នន័យរបស់អ្នក" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "មិនអីទេ បង្កើត handle សម្រាប់ខ្ញុំ" @@ -5476,17 +5568,17 @@ msgstr "មិនអីទេ បង្កើត handle សម្រាប់ខ msgid "New" msgstr "ថ្មី" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "ថ្មី" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "post ថ្មី" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "ប្រអប់ព័ត៌មានអ្នកប្រើប្រ #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "ការឆ្លើយតបថ្មីបំផុតជាមុនសិន" @@ -5587,8 +5679,8 @@ msgstr "ព័ត៌មាន" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "ព័ត៌មាន" msgid "Next" msgstr "បន្ទាប់" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "បន្ទាប់" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "រូបភាពបន្ទាប់" @@ -5616,12 +5703,12 @@ msgstr "រូបភាពបន្ទាប់" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "មិនទាន់មានពាក្យសម្ងាត់កម្មវិធីនៅឡើយទេ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "គ្មានបន្ទះ DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "មិនទាន់មានអ្នកចូលចិត្តទេ" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "លែងតាម {0}" @@ -5671,7 +5759,7 @@ msgstr "មិនមានការជូនដំណឹងនៅឡើយទេ msgid "No one" msgstr "គ្មាននរណាម្នាក់" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "គ្មាននរណាម្នាក់ក្រៅពីអ្នកនិពន្ធអាចដកស្រង់ការប្រកាសនេះបានទេ" @@ -5701,7 +5789,7 @@ msgstr "គ្មានលទ្ធផល" msgid "No results" msgstr "គ្មានលទ្ធផល" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "រកមិនឃើញលទ្ធផលសម្រាប់ \"{query msgid "No results found for {query}" msgstr "រកមិនឃើញលទ្ធផលសម្រាប់ {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "រកមិនឃើញលទ្ធផលស្វែងរកសម្ msgid "No thanks" msgstr "ទេ អរគុណ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "គ្មាននរណាម្នាក់" @@ -5753,6 +5841,10 @@ msgstr "គ្មាននរណាម្នាក់បានបង msgid "Nobody was found. Try searching for someone else." msgstr "គ្មាននរណាម្នាក់ត្រូវបានរកឃើញទេ។ ព្យាយាមស្វែងរកអ្នកផ្សេង" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "" @@ -5843,16 +5935,11 @@ msgstr "ឥឡូវនេះ" msgid "Now" msgstr "ឥឡូវនេះ" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "អាក្រាតកាយ" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "អាក្រាតកាយ ឬខ្លឹមសារសម្រាប់មនុស្សពេញវ័យមិនត្រូវបានដាក់ស្លាកបែបនេះទេ" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "ចម្លើយចាស់បំផុតជាមុនសិន" @@ -5916,7 +6003,7 @@ msgstr "វីដេអូមួយ ឬច្រើនបាត់អត្ថ msgid "Only .jpg and .png files are supported" msgstr "មានតែឯកសារ .jpg និង .png ប៉ុណ្ណោះដែលត្រូវបានគាំទ្រ" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "មានតែ {0} ប៉ុណ្ណោះដែលអាចឆ្លើយតបបាន" @@ -5941,7 +6028,7 @@ msgstr "ឯកសារ WebVTT (.vtt) ងាយស្រួលគាំទ្រ #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "បើកអ្នកបង្កើតរូបតំណាង" msgid "Open conversation options" msgstr "បើកជម្រើសការសន្ទនា" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6060,8 @@ msgstr "បើកកម្មវិធីជ្រើសរើសរូបអា msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "បើកម៉ឺនុយជម្រើសមតិព័ត៌មាន" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "បើកម៉ឺនុយកញ្ចប់ចាប់ផ្តើម" @@ -6032,9 +6119,9 @@ msgstr "" msgid "Opens a dialog to add a content warning to your post" msgstr "បើកប្រអប់មួយដើម្បីបន្ថែមការព្រមានអំពីខ្លឹមសារទៅប្រកាសរបស់អ្នក" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "បើកប្រអប់មួយដើម្បីជ្រើសរើសអ្នកដែលអាចឆ្លើយតបទៅខ្សែនេះ" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "បើកទម្រង់កំណត់ពាក្យសម្ងាត់ឡើងវិញ" @@ -6103,24 +6190,15 @@ msgstr "បើកទម្រង់កំណត់ពាក្យសម្ងា msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "បើកកម្រងព័ត៌មាននេះ" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "ជាជម្រើសផ្តល់ព័ត៌មានបន្ថែមខាងក្រោម៖" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "ឬផ្សំជម្រើសទាំងនេះ៖" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "ឬបន្តជាមួយគណនីផ្សេងទៀត" @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "ផ្សេងទៀត។" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "គណនីផ្សេងទៀត" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "រកមិនឃើញទំព័រ" msgid "Page Not Found" msgstr "រកមិនឃើញទំព័រ" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "មនុស្សតាមដោយ @{0}" msgid "People following @{0}" msgstr "មនុស្សតាម @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "សត្វចិញ្ចឹម" msgid "Photography" msgstr "ការថតរូប" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "រូបភាពមានន័យសម្រាប់មនុស្សពេញវ័យ" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "" @@ -6275,7 +6390,7 @@ msgstr "" msgid "Pin to your profile" msgstr "" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "" @@ -6302,7 +6417,7 @@ msgstr "លេង" msgid "Play {0}" msgstr "លេង {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "ចាក់វីដេអូ" @@ -6327,7 +6442,7 @@ msgstr "លេង GIF" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "សូមបញ្ចូលលេខកូដអញ្ជើញរបស msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "សូមបញ្ចូលពាក្យសម្ងាត់របស់អ្នកផងដែរ៖" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "សូមពន្យល់ពីមូលហេតុដែលអ្នកគិតថាស្លាកនេះត្រូវបានអនុវត្តមិនត្រឹមត្រូវដោយ {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "នយោបាយ" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "" @@ -6512,24 +6627,24 @@ msgstr "Post ត្រូវាបានលុប" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "មិនអាចបង្ហោះសារបង្ហោះបានទេ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "ការកំណត់អន្តរកម្ម post" @@ -6614,13 +6729,8 @@ msgstr "រូបភាពពីមុន" msgid "Primary Language" msgstr "ភាសាចម្បង" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "ផ្តល់អាទិភាពដល់ការតាមដានរបស់អ្នក" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "ឯកជនភាព" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "គោលការណ៍ឯកជនភាព" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "ដំណើរការវីដេអូ..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "បានធ្វើបច្ចុប្បន្នភាពប្រវត្តិរូប" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "សាធារណៈ" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Quote post ត្រូវបានផ្ដាច់ដោយជោគ msgid "Quote posts disabled" msgstr "Quote posts ត្រូវបានបិទ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "កំណត់ Quote" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "កំណត់ Quote" msgid "Quotes" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "លើសកម្រិតកំណត់ - អ្នកបានព្យាយាមផ្លាស់ប្តូរចំណុចទាញរបស់អ្នកច្រើនដងពេកក្នុងរយៈពេលខ្លី។ សូមរង់ចាំមួយភ្លែត មុនពេលព្យាយាមម្តងទៀត" @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "ហេតុផល៖" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "ភ្ជាប់ឡើងវិញ" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "លុបមតិព័ត៌មាន" msgid "Remove feed?" msgstr "លុបមតិព័ត៌មាន?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "ការឆ្លើយតប" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "ការឆ្លើយតបត្រូវបានបិទ" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "ការឆ្លើយតបទៅនឹងការបង្ហោះនេះត្រូវបានបិទ" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "ឆ្លើយតប" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "ឆ្លើយតបដែលលាក់ដោយ Thread Author" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "ឆ្លើយតបដែលលាក់ដោយអ្នក" @@ -7120,11 +7234,7 @@ msgstr "ឆ្លើយតបដែលលាក់ដោយអ្នក" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "ឆ្លើយតបការកំណត់" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "ការកំណត់ការឆ្លើយតបត្រូវបានជ្រើសរើសដោយ author នៃ thread" @@ -7141,7 +7251,7 @@ msgstr "បានធ្វើបច្ចុប្បន្នភាពភាព msgid "Reply was successfully hidden" msgstr "ការឆ្លើយតបត្រូវបានលាក់ដោយជោគជ័យ" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "រាយការណ៍" msgid "Report account" msgstr "រាយការណ៍គណនី" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "រាយការណ៍ការសន្ទនា" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "ប្រអប់រាយការណ៍" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "រាយការណ៍ព័ត៌មាន" @@ -7176,7 +7285,7 @@ msgstr "រាយការណ៍ព័ត៌មាន" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "រាយការណ៍ពីសារ" @@ -7185,48 +7294,41 @@ msgstr "រាយការណ៍ពីសារ" msgid "Report post" msgstr "រាយការណ៍ពី post" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "រាយការណ៍ពីកញ្ចប់ចាប់ផ្តើម" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "រាយការណ៍អំពីខ្លឹមសារនេះ" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "រាយការណ៍ព័ត៌មាននេះ" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "រាយការណ៍បញ្ជីនេះ" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "រាយការណ៍សារនេះ" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "រាយការណ៍ការពី post នេះ" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "រាយការណ៍កញ្ចប់ចាប់ផ្តើមនេះ" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "រាយការណ៍ពីអ្នកប្រើប្រាស់នេះ" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "បង្ហោះឡើងវិញ ឬ quote post" @@ -7277,7 +7379,7 @@ msgstr "ផ្សាយឡើងវិញដោយអ្នក" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "ការផ្សាយឡើងវិញនៃប្រកាសនេះ" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "កំណត់ស្ថានភាពចាប់ផ្តើមឡើ msgid "Reset password" msgstr "កំណត់ពាក្យសម្ងាត់ឡើងវិញ" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "ព្យាយាមម្តងទៀតនូវសកម្មភា #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "ព្យាយាមម្តងទៀតនូវសកម្មភា msgid "Retry" msgstr "ព្យាយាមម្តងទៀត" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "ត្រឡប់ទៅទំព័រមុន" @@ -7399,8 +7501,8 @@ msgstr "ត្រឡប់ទៅទំព័រដើមវិញ" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "ត្រឡប់ទៅទំព័រមុនវិញ" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "រក្សាទុក" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "រក្សាទុក" @@ -7459,8 +7561,13 @@ msgstr "រក្សាទុក handle ថ្មី" msgid "Save QR code" msgstr "រក្សាទុកកូដ QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "រក្សាទុកក្នុងព័ត៌មានរបស់ខ្ញុំ" @@ -7487,21 +7594,25 @@ msgstr "បានរក្សាទុកទៅក្នុងមតិព័ត #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "និយាយថាជំរាបសួរ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "វិទ្យាសាស្ត្រ" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "រំកិលទៅកំពូល" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "ស្វែងរក" @@ -7553,11 +7664,11 @@ msgstr "ស្វែងរក \"{searchText}\"" msgid "Search for feeds that you want to suggest to others." msgstr "ស្វែងរកព័ត៌មានដែលអ្នកចង់ណែនាំដល់អ្នកដទៃ" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "ជ្រើសរើសពណ៌មួយ" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "ជ្រើសរើសគណនី" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "ជ្រើសរើសពីគណនីដែលមានស្រាប់" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "ជ្រើសរើស GIF" @@ -7727,14 +7850,10 @@ msgstr "ជ្រើសរើសភាសា..." msgid "Select languages" msgstr "ជ្រើសរើសភាសា" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "ជ្រើសរើសអ្នកសម្របសម្រួល" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "ជ្រើសរើសឯកសារចំណងជើងរង (.vtt msgid "Select the {emojiName} emoji as your avatar" msgstr "ជ្រើសរើសរូបអារម្មណ៍ {emojiName} ជារូបតំណាងរបស់អ្នក" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "ជ្រើសរើសសេវាកម្មសម្របសម្រួលដើម្បីរាយការណ៍ទៅ" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "ជ្រើសរើសចំណាប់អារម្មណ៍រប msgid "Select your preferred language for translations in your feed." msgstr "ជ្រើសរើសភាសាដែលអ្នកពេញចិត្តសម្រាប់ការបកប្រែនៅក្នុងព័ត៌មានរបស់អ្នក" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "ផ្ញើគេហទំព័រស្អាត" @@ -7818,7 +7937,7 @@ msgstr "ផ្ញើមតិកែលម្អ" msgid "Send message" msgstr "ផ្ញើសារ" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "ផ្ញើរសារទៅ..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "ផ្ញើរបាយការណ៍" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "ផ្ញើរបាយការណ៍ទៅ {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "ផ្ញើតាមសារផ្ទាល់" msgid "Sends email with confirmation code for account deletion" msgstr "ផ្ញើអ៊ីមែលដែលមានលេខកូដបញ្ជាក់សម្រាប់ការលុបគណនី" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "អាសយដ្ឋានម៉ាស៊ីនមេ" @@ -7874,10 +7982,18 @@ msgstr "កំណត់ថ្ងៃខែឆ្នាំកំណើត" msgid "Set new password" msgstr "កំណត់ពាក្យសម្ងាត់ថ្មី" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "រៀបចំគណនីរបស់អ្នក" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "កំណត់អ៊ីមែលសម្រាប់កំណត់ពាក្យសម្ងាត់ឡើងវិញ" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "សកម្មភាពផ្លូវភេទ ឬអាក្រាតកាយផ្លូវភេទ" @@ -7953,7 +8069,7 @@ msgstr "ចំណង់ផ្លូវភេទ" msgid "Share" msgstr "ចែករំលែក" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "ចែករំលែក" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "ចែករំលែកកូដ QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8128,8 @@ msgstr "ចែករំលែកកញ្ចប់ចាប់ផ្តើមន #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "ចែករំលែកមតិព័ត៌មានដែលអ្ន msgid "Shared Preferences Tester" msgstr "កម្មវិធីសាកល្បងចំណូលចិត្តដែលបានចែករំលែក" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "បង្ហាញអត្ថបទជំនួស" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "បង្ហាញ" @@ -8067,6 +8183,10 @@ msgstr "បង្ហាញបែបនេះតិច" msgid "Show list anyway" msgstr "ទោះយ៉ាងណាក៏ដោយ បង្ហាញបញ្ជី" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "បង្ហាញច្រើនទៀត" @@ -8080,7 +8200,7 @@ msgstr "បង្ហាញច្រើនទៀតដូចនេះ" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "បង្ហាញការឆ្លើយតប" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "បង្ហាញការឆ្លើយតបដោយមនុស្សដែលអ្នកតាមដាន មុនពេលការឆ្លើយតបផ្សេងទៀតទាំងអស់" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "បង្ហាញការព្រមាន" msgid "Show warning and filter from feeds" msgstr "បង្ហាញការព្រមាន និងត្រងពីមតិព័ត៌មាន" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "ចូលគណនី" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "ចូលគណនីជា {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "ចូលគណនីជា..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "ចូល ឬបង្កើតគណនីរបស់អ្នក ដើម្បីចូលរួមការសន្ទនា" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "ចូលទៅគណនីដែលមិនមានក្នុងបញ្ជី" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "តូចជាង" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "មតិព័ត៌មានផ្សេងទៀតដែលអ្នកប្រហែលជាចូលចិត្ត" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "មនុស្សមួយចំនួនអាចឆ្លើយតបបាន" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "មានអ្វីមួយខុសប្រក្រតី" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "មានអ្វីមួយខុសប្រក្រតី សូមព្យាយាមម្តងទៀត" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "មានអ្វីមួយខុសប្រក្រតី" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "តម្រៀបការឆ្លើយតប" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "តម្រៀបការឆ្លើយតបដោយ" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "តម្រៀបការឆ្លើយតបទៅនឹងការបង្ហោះដូចគ្នាដោយ៖" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "សារឥតបានការ" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "សារឥតបានការ; ការលើកឡើង ឬការឆ្លើយតបច្រើនពេក" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "សារឥតបានការ; ការលើកឡើង ឬកា msgid "Sports" msgstr "កីឡា" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "" msgid "Starter pack by you" msgstr "កញ្ចប់ចាប់ផ្តើមដោយអ្នក" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "កញ្ចប់ចាប់ផ្តើមមិនត្រឹមត្រូវទេ" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "កញ្ចប់ចាប់ផ្តើម" @@ -8436,8 +8547,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "ជោគជ័យ!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "បានណែនាំសម្រាប់អ្នក" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "ណែនាំ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "ប្រព័ន្ធ" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "ប៉ះដើម្បីច្រានចោល" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8735,8 @@ msgstr "ប្រាប់យើងបន្តិចអំពីខ្លួន msgid "Tell us a little more" msgstr "ប្រាប់យើងបន្តិចទៀត" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "លក្ខខណ្ឌ" @@ -8637,26 +8752,11 @@ msgstr "លក្ខខណ្ឌ" msgid "Terms of Service" msgstr "លក្ខខណ្ឌនៃសេវាកម្ម" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "លក្ខខណ្ឌប្រើប្រាស់បំពានស្តង់ដារសហគមន៍" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "អត្ថបទ & ស្លាក" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "វាលបញ្ចូលអត្ថបទ" @@ -8665,10 +8765,6 @@ msgstr "វាលបញ្ចូលអត្ថបទ" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "សូមអរគុណ។ របាយការណ៍របស់អ្នកត្រូវបានផ្ញើ" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "សូមអរគុណ អ្នកបានផ្ទៀងផ្ទាត់អាសយដ្ឋានអ៊ីមែលរបស់អ្នកដោយជោគជ័យ។ អ្នកអាចបិទប្រអប់នេះ" @@ -8678,7 +8774,7 @@ msgstr "សូមអរគុណ អ្នកបានផ្ទៀងផ្ទ msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "ដែលមានដូចខាងក្រោម៖" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "គណនីនឹងអាចធ្វើអន្តរកម្មជាមួយអ្នកបន្ទាប់ពីឈប់ទប់ស្កាត់" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "អ្នកនិពន្ធនៃអត្ថបទនេះបានលាក់ការឆ្លើយតបនេះ" @@ -8750,11 +8846,11 @@ msgstr "បទពិសោធន៍គឺប្រសើរជាងនៅក្ msgid "The feed has been replaced with Discover." msgstr "មតិព័ត៌មានត្រូវបានជំនួសដោយ Discover" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "ស្លាកខាងក្រោមត្រូវបានអនុវត្តទៅគណនីរបស់អ្នក" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "ស្លាកខាងក្រោមត្រូវបានអនុវត្តចំពោះខ្លឹមសាររបស់អ្នក" @@ -8788,7 +8884,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "ម៉ាស៊ីនមេហាក់ដូចជាកំពុងជួបប្រទះបញ្ហា។ សូមព្យាយាមម្តងទៀតក្នុងពេលបន្តិចទៀត" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "កញ្ចប់ចាប់ផ្តើមដែលអ្នកកំពុងព្យាយាមមើលគឺមិនត្រឹមត្រូវទេ។ អ្នកអាចលុបកញ្ចប់ចាប់ផ្តើមនេះជំនួសវិញ" @@ -8808,7 +8904,7 @@ msgstr "លក្ខខណ្ឌនៃសេវាកម្មត្រូវប 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 "លេខកូដផ្ទៀងផ្ទាត់ដែលអ្នកបានផ្តល់មិនត្រឹមត្រូវទេ។ សូមប្រាកដថាអ្នកបានប្រើតំណផ្ទៀងផ្ទាត់ត្រឹមត្រូវ ឬស្នើសុំថ្មីមួយ" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "" @@ -8827,7 +8923,7 @@ msgstr "មានបញ្ហាក្នុងការភ្ជាប់ទៅ msgid "There was an issue contacting the server" msgstr "មានបញ្ហាក្នុងការទាក់ទងម៉ាស៊ីនមេ" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "មានបញ្ហាក្នុងការទាក់ទងម៉ាស៊ីនមេ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត" @@ -8836,7 +8932,7 @@ msgstr "មានបញ្ហាក្នុងការទាក់ទងម៉ msgid "There was an issue fetching notifications. Tap here to try again." msgstr "មានបញ្ហាក្នុងការទាញយកការជូនដំណឹង។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "មានបញ្ហាក្នុងការទាញយកសារបង្ហោះ។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត" @@ -8845,7 +8941,7 @@ msgstr "មានបញ្ហាក្នុងការទាញយកសារ msgid "There was an issue fetching the list. Tap here to try again." msgstr "មានបញ្ហាក្នុងការទៅយកបញ្ជី។ ចុចទីនេះដើម្បីព្យាយាមម្តងទៀត" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "មានបញ្ហាក្នុងការទាញយកពាក្យសម្ងាត់កម្មវិធីរបស់អ្នក" @@ -8862,11 +8958,6 @@ msgstr "មានបញ្ហាក្នុងការទាញយកព័ត msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "មានបញ្ហាក្នុងការដកមតិព័ត៌មាននេះចេញ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក ហើយព្យាយាមម្តងទៀត" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "មានបញ្ហាក្នុងការផ្ញើរបាយការណ៍របស់អ្នក។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "មានបញ្ហាក្នុងការធ្វើបច្ច #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "មានបញ្ហាក្នុងការធ្វើបច្ច msgid "There was an issue! {0}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "មានបញ្ហាដែលមិននឹកស្មានដល 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "ការកំណត់ទាំងនេះអនុវត្តចំពោះតែព័ត៌មានខាងក្រោមប៉ុណ្ណោះ" @@ -8941,7 +9036,7 @@ msgstr "គណនីនេះត្រូវបានរារាំងដោយ msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "បណ្ដឹងតវ៉ានេះនឹងត្រូវបានផ្ញើទៅ <0>{sourceName}0>" @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "ខ្លឹមសារនេះត្រូវបានបង្ហោះដោយ {0}។ តើអ្នកចង់បើកប្រព័ន្ធផ្សព្វផ្សាយខាងក្រៅទេ?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "ខ្លឹមសារនេះមិនមានទេ ដោយសារអ្នកប្រើប្រាស់ម្នាក់ដែលពាក់ព័ន្ធបានរារាំងអ្នកផ្សេង" @@ -9006,7 +9101,7 @@ msgstr "មុខងារនេះមិនមានពេលប្រើពា msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "បច្ចុប្បន្នព័ត៌មាននេះកំពុងទទួលបានចរាចរណ៍ខ្ពស់ ហើយមិនអាចប្រើបានជាបណ្ដោះអាសន្ន។ សូមព្យាយាមម្តងទៀតនៅពេលក្រោយ" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "មតិព័ត៌មាននេះទទេ! អ្នកប្រហែលជាត្រូវតាមដានអ្នកប្រើប្រាស់បន្ថែមទៀត ឬកែសម្រួលការកំណត់ភាសារបស់អ្នក" @@ -9020,7 +9115,7 @@ msgstr "មតិព័ត៌មាននេះគឺទទេ" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "មតិព័ត៌មាននេះលែងមានអ៊ីនធឺណិតទៀតហើយ។ យើងកំពុងបង្ហាញ <0>Discover0> ជំនួសវិញ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "ចំណុចទាញនេះត្រូវបានបម្រុងទុក។ សូមសាកល្បងមួយផ្សេងទៀត" @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "ស្លាកនេះត្រូវបានអនុវត្តដោយអ្នកនិពន្ធ" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "ស្លាកនេះត្រូវបានអនុវត្តដោយអ្នក" @@ -9065,11 +9160,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "សេវាកម្មសម្របសម្រួលនេះមិនមានទេ។ សូមមើលខាងក្រោមសម្រាប់ព័ត៌មានលម្អិតបន្ថែម។ ប្រសិនបើបញ្ហានេះនៅតែបន្តកើតមាន សូមទាក់ទងមកយើងខ្ញុំ" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "ប្រកាសនេះអះអាងថាត្រូវបានបង្កើតឡើងនៅលើ <0>{0}0> ប៉ុន្តែត្រូវបានមើលឃើញជាលើកដំបូងដោយ Bluesky នៅលើ <1>{1}1>" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "ការឆ្លើយតបនេះនឹងត្រូ msgid "This service has not provided terms of service or a privacy policy." msgstr "សេវាកម្មនេះមិនបានផ្តល់លក្ខខណ្ឌនៃសេវាកម្ម ឬគោលការណ៍ឯកជនភាពទេ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "វាគួរបង្កើតកំណត់ត្រាដែននៅ៖" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "អ្នកប្រើប្រាស់នេះមិនមានអ្នកតាមទេ" @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "អ្នកប្រើប្រាស់នេះបានរារាំងអ្នក" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "អ្នកប្រើប្រាស់នេះបានរារាំងអ្នក។ អ្នកមិនអាចមើលមាតិការបស់ពួកគេបានទេ" @@ -9142,7 +9237,7 @@ msgstr "អ្នកប្រើប្រាស់នេះត្រូវបា msgid "This user is new here. Press for more info about when they joined." msgstr "អ្នកប្រើប្រាស់នេះថ្មីនៅទីនេះ។ ចុចសម្រាប់ព័ត៌មានបន្ថែមអំពីពេលដែលពួកគេបានចូលរួម" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "អ្នកប្រើប្រាស់នេះមិនតាមដាននរណាម្នាក់ទេ" @@ -9168,7 +9263,7 @@ msgstr "" msgid "Thread preferences" msgstr "ចំណូលចិត្តខ្សែស្រឡាយ" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "ចំណូលចិត្តខ្សែស្រឡាយ" @@ -9181,6 +9276,10 @@ msgstr "" msgid "Threads Preferences" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "ដើម្បីរាយការណ៍ការសន្ទនា សូមរាយការណ៍សារមួយរបស់វាតាមរយៈអេក្រង់សន្ទនា។ វាអនុញ្ញាតឱ្យអ្នកសម្របសម្រួលរបស់យើងយល់ពីបរិបទនៃបញ្ហារបស់អ្នក" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "តើអ្នកចង់ផ្ញើរបាយការណ៍នេះទៅអ្នកណា?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "ថ្ងៃនេះ" @@ -9222,8 +9317,8 @@ msgstr "កំពូល" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "បកប្រែ" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "ការផ្ទៀងផ្ទាត់កត្តាពីរ (2FA) msgid "Type your message here" msgstr "វាយបញ្ចូលសាររបស់អ្នកនៅទីនេះ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "ប្រភេទ៖" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "មិនអាចទាក់ទងសេវាកម្មរបស់អ្នកបានទេ។ សូមពិនិត្យមើលការតភ្ជាប់អ៊ីនធឺណិតរបស់អ្នក" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "មិនអាចលុបបានទេ" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "ឈប់ទប់ស្កាត់" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "ឈប់ទប់ស្កាត់" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "បិទគណនី" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "បិទគណនី?" @@ -9369,12 +9468,7 @@ msgstr "បោះបង់ការបង្ហោះឡើងវិញ" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "ឈប់តាម" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "ឈប់តាម {0}" @@ -9383,7 +9477,7 @@ msgstr "ឈប់តាម {0}" msgid "Unfollow account" msgstr "ឈប់តាមដានគណនី" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "បើកសំឡេង" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "បើកគណនី" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "បើកការសន្ទនា" @@ -9454,8 +9556,8 @@ msgstr "" msgid "Unpin" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9566,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "" @@ -9517,13 +9619,6 @@ msgstr "ឈប់ជាវពីបញ្ជី" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "ខ្លឹមសារផ្លូវភេទដែលមិនចង់បាន" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "ធ្វើបច្ចុប្បន្នភាព <0>{displayName}< msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "ធ្វើបច្ចុប្បន្នភាពទៅ {domain}" @@ -9567,7 +9662,7 @@ msgstr "កំពុងធ្វើបច្ចុប្បន្នភាព... msgid "Upload a photo instead" msgstr "បង្ហោះរូបថតជំនួសវិញ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "បង្ហោះឯកសារអត្ថបទទៅ៖" @@ -9603,11 +9698,11 @@ msgstr "កំពុងបង្ហោះរូបភាពតូចនៃតំ msgid "Uploading video..." msgstr "កំពុងបង្ហោះវីដេអូ..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "ប្រើពាក្យសម្ងាត់កម្មវិធីដើម្បីចូលម៉ាស៊ីនភ្ញៀវ Bluesky ផ្សេងទៀតដោយមិនអនុញ្ញាតឱ្យចូលប្រើប្រាស់គណនីឬពាក្យសម្ងាត់របស់អ្នកពេញលេញ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "ប្រើអ្នកផ្តល់សេវាលំនាំដើម" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "អ្នកប្រើប្រាស់ត្រូវបានរារាំង" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "អ្នកប្រើប្រាស់ត្រូវបានរារាំងដោយ \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "អ្នកប្រើប្រាស់ត្រូវបានរា msgid "User Blocked by List" msgstr "អ្នកប្រើប្រាស់ត្រូវបានរារាំងដោយបញ្ជី" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "អ្នកប្រើប្រាស់រារាំងអ្នក" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "ឈ្មោះអ្នកប្រើប្រាស់ ឬអាសយដ្ឋានអ៊ីមែល" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "អ្នកប្រើតាមដោយ <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "អ្នកប្រើប្រាស់ដែលខ្ញុំធ្វើតាម" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "អ្នកប្រើប្រាស់នៅក្នុង \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "តម្លៃ៖" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "ផ្ទៀងផ្ទាត់ DNS Record" @@ -9786,8 +9873,8 @@ msgstr "ផ្ទៀងផ្ទាត់ប្រអប់អ៊ីមែល" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "ផ្ទៀងផ្ទាត់ឯកសារអត្ថបទ" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "វីដេអូហ្គេម" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "រកមិនឃើញវីដេអូ" @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "មើលរូបតំណាងរបស់ {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "មើលប្រវត្តិរូបរបស់ {0}" @@ -9906,16 +9993,11 @@ msgstr "មើលប្លុកសម្រាប់ព័ត៌មានលម msgid "View debug entry" msgstr "មើលធាតុបំបាត់កំហុស" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "មើលព័ត៌មានលម្អិត" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "មើលព័ត៌មានលម្អិតសម្រាប់ការរាយការណ៍អំពីការរំលោភលើសិទ្ធិអ្នកនិពន្ធ" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "មើល thread ពេញ" @@ -9960,7 +10042,7 @@ msgstr "មើលសេវាកម្មដាក់ស្លាកដែលផ msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "មើលអ្នកប្រើប្រាស់ដែលចូលចិត្តព័ត៌មាននេះ" @@ -9993,8 +10075,8 @@ msgstr "មើលគណនីដែលបានបិទរបស់អ្នក msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "តើភាសាមួយណាដែលអ្នកចង់ឃើញនៅក្នុងមតិព័ត៌មាន algorithmic របស់អ្នក?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "តើអ្នកណាអាចទាក់ទងជាមួយការបង្ហោះនេះ?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "អ្នកដែលអាចឆ្លើយបាន" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "ហេតុអ្វីត្រូវពិនិត្យខ្លឹមសារនេះ?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "ហេតុអ្វីបានជាព័ត៌មាននេះគួរត្រូវបានពិនិត្យមើល?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "ហេតុអ្វីបានជាបញ្ជីនេះគួរតែត្រូវបានពិនិត្យឡើងវិញ?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "ហេតុអ្វីបានជាសារនេះគួរត្រូវបានពិនិត្យឡើងវិញ?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "ហេតុអ្វីបានជាការប្រកាសនេះគួរត្រូវបានពិនិត្យឡើងវិញ?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "ហេតុអ្វីបានជាកញ្ចប់ចាប់ផ្តើមនេះគួរតែត្រូវបានពិនិត្យឡើងវិញ?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "ហេតុអ្វីបានជាអ្នកប្រើប្រាស់នេះគួរត្រូវបានពិនិត្យ?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "បាទ" msgid "Yes, deactivate" msgstr "បាទ បិទដំណើរការ" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "បាទ/ចាស លុបកញ្ចប់ចាប់ផ្តើមនេះ" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "អ្នកមិនត្រូវបានអនុញ្ញាតឱ្យបង្ហោះវីដេអូទេ" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "អ្នកមិនដើរតាមនរណាម្នាក់ទេ" @@ -10445,17 +10534,13 @@ msgstr "អ្នកអាចដំណើរការគណនីរបស់អ msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "អ្នកមិនមានអ្នកតាមទេ" @@ -10467,6 +10552,10 @@ msgstr "អ្នកមិនធ្វើតាមអ្នកប្រើប្ msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "អ្នកមិនមានព័ត៌មានដែលបានខ្ទាស់ណាមួយទេ" @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "អ្នកបានទប់ស្កាត់អ្នកប្រើប្រាស់នេះ" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "អ្នកបានរារាំងអ្នកប្រើប្រាស់នេះ។ អ្នកមិនអាចមើលមាតិការបស់ពួកគេបានទេ" @@ -10495,7 +10584,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "អ្នកបានបញ្ចូលលេខកូដមិនត្រឹមត្រូវ។ វាគួរតែមើលទៅដូចជា XXXXX-XXXXX" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "អ្នកបានលាក់ការបង្ហោះនេះ" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "អ្នកបានលាក់ការបង្ហោះនេះ" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "អ្នកបានបិទគណនីនេះ" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "អ្នកបានបិទអ្នកប្រើប្រាស់នេះ" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "អ្នកមិនទាន់បានបិទពាក្យ ឬស្លាកណាមួយនៅឡើយទេ" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "អ្នកបានលាក់ការឆ្លើយតបនេះ" @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "អ្នកអាចប្តឹងតវ៉ាចំពោះស្លាកដែលមិនមែនជាខ្លួនឯង ប្រសិនបើអ្នកមានអារម្មណ៍ថាពួកគេត្រូវបានដាក់ក្នុងកំហុស" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "អ្នកអាចប្តឹងតវ៉ាចំពោះស្លាកទាំងនេះ ប្រសិនបើអ្នកមានអារម្មណ៍ថា ពួកវាត្រូវបានដាក់ក្នុងកំហុស" @@ -10614,10 +10703,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "អ្នកត្រូវតែផ្តល់សិទ្ធិចូលប្រើបណ្ណាល័យរូបថតរបស់អ្នក ដើម្បីរក្សាទុកកូដ QR" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "អ្នកត្រូវតែជ្រើសរើសស្លាកសញ្ញាយ៉ាងហោចណាស់មួយសម្រាប់របាយការណ៍" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "អ្នកត្រៀមខ្លួនរួចរាល់ហើយ msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "អ្នកបានជ្រើសរើសលាក់ពាក្យ ឬស្លាកនៅក្នុងប្រកាសនេះ" @@ -10750,7 +10839,7 @@ msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រ msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "អ្នកបានឈានដល់ដែនកំណត់ប្រចាំថ្ងៃរបស់អ្នកសម្រាប់ការបង្ហោះវីដេអូ (វីដេអូច្រើនពេក)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "ថ្ងៃខែឆ្នាំកំណើតរបស់អ្នក" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "កម្មវិធីរុករកតាមអ៊ីនធឺណិតរបស់អ្នកមិនគាំទ្រទ្រង់ទ្រាយវីដេអូទេ។ សូមសាកល្បងកម្មវិធីរុករកផ្សេង" @@ -10798,7 +10887,7 @@ msgstr "ការជជែករបស់អ្នកត្រូវបានប msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "ចូលចិត្តដំបូងរបស់អ្នក។" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "ប្រវត្តិរូប ការបង្ហោះ មតិ msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "របាយការណ៍របស់អ្នកនឹងត្រូវបានផ្ញើទៅកាន់សេវាសម្របសម្រួល Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/ko/messages.po b/src/locale/locales/ko/messages.po index 076d818782..9b1320a867 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 18:30\n" "Last-Translator: \n" "Language-Team: Korean\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,9 +19,9 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" -msgstr "\"{interestsDisplayName}\" 카테고리 (활성)" +msgstr "‘{interestsDisplayName}’ 카테고리 (활성)" #: src/screens/Messages/components/ChatListItem.tsx:163 msgid "(contains embedded content)" @@ -100,7 +100,7 @@ msgstr "{0, plural, other {팔로워}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {팔로우 중}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {좋아요}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, other {좋아요}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {게시물}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, other {인용}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {재게시}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, other {저장}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {게시물 {1}개}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {#명}}이 이 스타터 팩을 사용했습니다!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {#명}}이 이 스타터 팩을 사용했습니다!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+#명}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (계정)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -153,11 +157,11 @@ msgstr "{0} 님은 라이브 중" #: src/components/live/queries.ts:39 msgid "{0} is not a valid URL" -msgstr "{0}은(는) 올바른 URL이 아닙니다" +msgstr "{0}(은)는 올바른 URL이 아닙니다" #: src/screens/Signup/StepHandle/index.tsx:188 msgid "{0} is not available" -msgstr "{0}은(는) 사용할 수 없습니다" +msgstr "{0}(은)는 사용할 수 없습니다" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:232 msgid "{0} joined this week" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, other {시간}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {분}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 나를 팔로우했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 내 맞춤 피드를 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 내 게시물을 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 내 재게시물을 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 내 계정을 인증 취소했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 내 게시물을 재게시했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 내 재게시물을 재게시했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 내 스타터 팩으로 가입했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>이 나를 인증했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} 님이 나를 팔로우했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} 님이 나를 맞팔로우했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} 님이 내 맞춤 피드를 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} 님이 내 게시물을 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} 님이 내 재게시물을 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} 님이 나를 인증 취소했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} 님이 내 게시물을 재게시했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} 님이 내 재게시물을 재게시했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} 님이 내 스타터 팩으로 가입했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} 님이 나를 인증했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 나를 팔로우했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 맞춤 피드를 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 게시물을 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 재게시물을 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 계정을 인증 취소했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 게시물을 재게시했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 재게시물을 재게시했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 내 스타터 팩으로 가입했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}이 나를 인증했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} 님이 나를 팔로우했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} 님이 나를 맞팔로우했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} 님이 내 맞춤 피드를 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} 님이 내 게시물을 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} 님이 내 재게시물을 좋아합니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} 님이 나를 인증 취소했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} 님이 내 게시물을 재게시했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} 님이 내 재게시물을 재게시했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} 님이 내 스타터 팩으로 가입했습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} 님이 나를 인증했습니다" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} 팔로우 중" @@ -484,13 +488,13 @@ msgstr "<0>{0}0> {1, plural, other {팔로우 중}}" #: src/screens/StarterPack/Wizard/index.tsx:511 #: src/screens/StarterPack/Wizard/index.tsx:565 msgid "<0>{0}0> and<1> 1><2>{1} 2>are included in your starter pack" -msgstr "<0>{0}0> 및<1> 1><2>{1}2>이(가) 스타터 팩에 포함됩니다" +msgstr "<0>{0}0> 및<1> 1><2>{1}2>(이)가 스타터 팩에 포함됩니다" #: src/screens/StarterPack/Wizard/index.tsx:558 msgid "<0>{0}0> is included in your starter pack" -msgstr "<0>{0}0>이(가) 스타터 팩에 포함됩니다" +msgstr "<0>{0}0>(이)가 스타터 팩에 포함됩니다" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0>의 멤버" @@ -515,7 +519,7 @@ msgstr "⚠잘못된 핸들" msgid "24 hours" msgstr "24시간" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2단계 인증" @@ -547,7 +551,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/BookmarksAnnouncement.tsx:120 msgid "A screenshot of a post with a new button next to the share button that allows you to save the post to your bookmarks. The post is from @jcsalterego.bsky.social and reads \"inventing a saturday that immediately follows monday\"." -msgstr "공유 버튼 옆에 게시물을 북마크에 저장할 수 있는 새 버튼이 추가된 게시물 스크린샷. 이 게시물은 @jcsalterego.bsky.social 님의 게시물이며, 내용은 \"inventing a saturday that immediately follows monday\"입니다." +msgstr "공유 버튼 옆에 게시물을 북마크에 저장할 수 있는 새 버튼이 추가된 게시물 스크린샷. 이 게시물은 @jcsalterego.bsky.social 님의 게시물이며, 내용은 “inventing a saturday that immediately follows monday”입니다." #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:113 msgid "A screenshot of a profile page with a bell icon next to the follow button, indicating the new activity notifications feature." @@ -560,12 +564,16 @@ msgstr "팔로우 버튼 옆에 새 활동 알림 기능을 나타내는 종 모 msgid "About" msgstr "정보" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "모욕 또는 차별 행위" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "수락" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "대화 요청 수락하기" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "접근성 설정" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "계정" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "계정을 뮤트했습니다" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "계정 뮤트됨" @@ -627,11 +635,15 @@ msgstr "리스트로 계정 뮤트됨" msgid "Account options" msgstr "계정 옵션" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "계정 제공자" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "빠른 액세스에서 계정 제거" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "계속하려면 {0}명 더 추가하기" msgid "Add {displayName} to starter pack" msgstr "스타터 팩에 {displayName} 추가" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "콘텐츠 경고 추가" @@ -730,8 +742,8 @@ msgstr "스레드에 다른 게시물 추가" msgid "Add app password" msgstr "앱 비밀번호 추가" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "앱 비밀번호 추가" @@ -745,8 +757,8 @@ msgstr "이모티콘 반응 추가" msgid "Add media to post" msgstr "게시물에 미디어 추가" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "세부 정보 추가 (선택 사항)" @@ -783,7 +795,7 @@ msgstr "스타터 팩에 피드를 추가해 보세요!" msgid "Add the default feed of only people you follow" msgstr "내가 팔로우하는 사용자의 기본 피드만 추가하기" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "도메인에 다음 DNS 레코드를 추가하세요:" @@ -823,18 +835,22 @@ msgstr "스타터 팩에 추가했습니다" msgid "Additional details (limit 1000 characters)" msgstr "추가 세부 정보 (1000자 이내)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "추가 세부 정보 (300자 이내)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "성인물" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "성인 콘텐츠" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "성인 콘텐츠" @@ -846,11 +862,15 @@ msgstr "성인 콘텐츠는 <0>bsky.app0>에서 웹을 통해서만 활성화 msgid "Adult content is disabled." msgstr "성인 콘텐츠가 비활성화되어 있습니다." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "성인 콘텐츠 라벨" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "성인 성착취물" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "고급" @@ -903,6 +923,10 @@ msgstr "저장한 모든 피드를 한 곳에서 확인하세요." msgid "Allow access to your direct messages" msgstr "다이렉트 메시지 접근 허용" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "누구나 답글을 달 수 있도록 허용" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "새 메시지를 허용할 대상" msgid "Allow others to be notified of your posts" msgstr "다른 사용자에게 내 게시물 알림 허용" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "내가 팔로우하는 사용자가 답글을 달 수 있도록 허용" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "내가 멘션한 사용자가 답글을 달 수 있도록 허용" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "게시물 인용 허용" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "답글을 허용할 대상" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "{0}에 있는 사용자가 답글을 달 수 있도록 허용" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "내 팔로워가 답글을 달 수 있도록 허용" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "다이렉트 메시지 접근 허용" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "이미 코드가 있나요?" @@ -1003,14 +1039,18 @@ msgstr "피드를 가져오는 동안 오류가 발생했습니다." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "스타터 팩을 만드는 동안 오류가 발생했습니다. 다시 시도하시겠습니까?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "동영상을 불러오는 동안 오류가 발생했습니다. 나중에 다시 시도해 주세요." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "동영상을 불러오는 동안 오류가 발생했습니다. 다시 시도해 주세요." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "리스트를 불러오는 동안 오류가 발생했습니다 :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "QR 코드를 저장하는 동안 오류가 발생했습니다" @@ -1035,8 +1075,7 @@ msgstr "재게시, 좋아요, 댓글 아이콘과 함께 여러 Bluesky 게시 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Bluesky가 신뢰할 수 있는 인증자를 선정하고 신뢰할 수 있는 인증자가 차례로 개별 사용자 계정을 인증하는 과정을 보여주는 그림." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "어떤 옵션에도 포함되지 않는 문제" @@ -1050,10 +1089,10 @@ msgstr "대화를 여는 동안 문제가 발생했습니다" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "문제가 발생했습니다. 다시 시도해 주세요." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "파란색 체크 표시가 달린 인증된 사용자의 프로필 화면이 열린 Bluesky 앱을 iPhone에 띄워 보여주는 목업 이미지." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "알 수 없는 라벨러" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "및" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "동물 성적 학대" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "동물 보호" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "공지사항" msgid "Announcing verification on Bluesky" msgstr "Bluesky의 인증 기능 소개" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "반사회적 행위" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "누구나" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "누구나 상호작용할 수 있음" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "앱 언어" msgid "App Password" msgstr "앱 비밀번호" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "앱 비밀번호를 삭제했습니다" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "앱 비밀번호" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "앱 비밀번호" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "이의신청" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" -msgstr "\"{0}\" 라벨 이의신청" +msgstr "‘{0}’ 라벨 이의신청" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "이 결정에 이의신청" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "기본 추천 피드 적용하기" msgid "Apply Pull Request" msgstr "풀 리퀘스트 적용" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "{0}에 보관됨" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "보관된 게시물" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" -msgstr "앱 비밀번호 \"{0}\"을(를) 삭제하시겠습니까?" +msgstr "앱 비밀번호 ‘{0}’(을)를 삭제하시겠습니까?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "정말 이 메시지를 삭제하시겠습니까? 나에게 보이는 메시지는 삭제되지만 상대방에게는 삭제되지 않습니다." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "이 스타터 팩을 삭제하시겠습니까?" @@ -1252,7 +1298,7 @@ msgstr "<0>{suggestedLanguageName}0>(으)로 쓰고 있나요?" msgid "Art" msgstr "예술" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "선정적이지 않거나 예술적인 나체." @@ -1269,7 +1315,7 @@ msgstr "알고리즘에 주제 지정" msgid "At least 8 characters" msgstr "8자 이상" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "오로라" @@ -1284,21 +1330,21 @@ msgstr "동영상 및 GIF 자동 재생" msgid "Available" msgstr "사용 가능" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "뒤로" msgid "Back to Chats" msgstr "대화로 돌아가기" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "금지된 활동 또는 보안 위반" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "정지당한 사용자의 복귀" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "게시물을 작성하거나 답글을 달기 전에 먼저 이메일을 msgid "Before creating a starter pack, you must first verify your email." msgstr "스타터 팩을 만들기 전에 먼저 이메일을 인증해야 합니다." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "이 대화 요청을 수락하려면 먼저 이메일을 인증해야 합니다." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "{name} 님의 게시물에 대한 알림을 받으려면 먼저 이메일을 인증해야 합니다." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "생년월일" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "차단" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "계정을 차단하시겠습니까?" msgid "Block accounts" msgstr "계정 차단" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "차단 및 삭제" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "이 대화를 차단 또는 삭제합니다" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "리스트 차단" @@ -1402,15 +1452,19 @@ msgstr "차단 또는 신고" msgid "Block these accounts?" msgstr "이 계정들을 차단하시겠습니까?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "사용자 차단" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "사용자 차단" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "사용자를 차단하거나 이 대화를 삭제하기" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "차단됨" @@ -1449,25 +1503,25 @@ msgstr "차단하더라도 내 계정에 라벨이 붙는 것은 막지 못하 msgid "Blog" msgstr "블로그" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky는 해당 날짜의 진위를 확인할 수 없습니다." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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는 호스팅 제공자를 선택할 수 있는 개방형 네트워크입니다. 개발자라면 직접 서버를 호스팅할 수 있습니다." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky는 직접 제공자를 선택할 수 있는 개방형 네트워크입니다. 처음 사용하는 경우 기본으로 Bluesky Social을 선택하는 것이 좋습니다." @@ -1513,6 +1567,10 @@ msgstr "이미지 블러 및 피드에서 필터링" msgid "Books" msgstr "책" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "사이트 규칙 위반" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "탐색 페이지에서 더 많은 계정 찾아보기" @@ -1560,19 +1618,19 @@ msgid "Business" msgstr "비즈니스" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "{0} 님이 만듦" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "<0>{0}0> 님이 만듦" #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:181 msgid "By clicking \"Continue\" you acknowledge that you understand and agree to these updates." -msgstr "\"계속\"을 클릭하면 이 업데이트 내용을 이해하고 이에 동의하는 것으로 간주됩니다." +msgstr "‘계속’을 클릭하면 이 업데이트 내용을 이해하고 이에 동의하는 것으로 간주됩니다." #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:329 msgid "By continuing, you agree to the <0>KWS Terms of Use0> and acknowledge that KWS will store your verified status with your hashed email address in accordance with the <1>KWS Privacy Policy1>. This means you won’t need to verify again the next time you use this email for other apps, games, and services powered by KWS technology." @@ -1612,19 +1670,20 @@ msgstr "카메라" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "재활성화 취소 및 로그아웃" msgid "Cancel search" msgstr "검색 취소" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "차단된 사용자와 상호작용할 수 없습니다" @@ -1686,7 +1745,7 @@ msgstr "앱 아이콘을 변경합니다" #: src/screens/Settings/AppIconSettings/index.tsx:38 #: src/screens/Settings/AppIconSettings/index.tsx:226 msgid "Change app icon to \"{0}\"" -msgstr "앱 아이콘을 \"{0}\"(으)로 변경합니다" +msgstr "앱 아이콘을 ‘{0}’(으)로 변경합니다" #: src/components/AppLanguageDropdown.tsx:40 msgid "Change app language" @@ -1697,12 +1756,12 @@ msgstr "앱 언어 변경" msgid "Change Handle" msgstr "핸들 변경" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "검토 서비스 변경" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "비밀번호 변경" @@ -1710,7 +1769,11 @@ msgstr "비밀번호 변경" msgid "Change password dialog" msgstr "비밀번호 변경 대화 상자" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "신고 카테고리 변경" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "신고 이유 변경" @@ -1739,8 +1802,8 @@ msgstr "변경 사항을 저장했습니다" msgid "Chat" msgstr "대화" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "대화를 삭제했습니다" @@ -1753,7 +1816,7 @@ msgstr "대화 메시지 - 음소거" msgid "Chat messages - sound" msgstr "대화 메시지 - 소리" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "대화를 뮤트했습니다" @@ -1769,7 +1832,7 @@ msgstr "대화 요청 수신함" msgid "Chat requests" msgstr "대화 요청" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "대화 설정" msgid "Chat Settings" msgstr "대화 설정" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "대화를 언뮤트했습니다" @@ -1797,7 +1860,7 @@ msgstr "대화" msgid "Check my status" msgstr "내 상태 확인" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "이메일에서 로그인 코드를 확인한 후 여기에 입력하세요." @@ -1805,6 +1868,14 @@ msgstr "이메일에서 로그인 코드를 확인한 후 여기에 입력하세 msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "받은 편지함에서 아래에 입력할 인증 코드가 포함된 이메일이 있는지 확인하세요." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "아동 안전" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "아동 성착취물" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "도메인 인증 방법 선택" @@ -1833,7 +1904,7 @@ msgstr "맞춤 피드를 구동할 알고리즘을 선택하세요." msgid "Choose this color as your avatar" msgstr "이 색상을 아바타로 선택" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "계정 제공자 선택" @@ -1882,14 +1953,6 @@ msgstr "인증 절차를 다시 시작하려면 이곳을 클릭하세요." msgid "Click here to update your email" msgstr "이메일을 변경하려면 이곳을 클릭하세요" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "이 게시물의 인용 게시물을 비활성화하려면 클릭하세요." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "이 게시물의 인용 게시물을 활성화하려면 클릭하세요." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "클릭하여 {tag}에 대한 태그 메뉴를 엽니다" @@ -1919,9 +1982,11 @@ msgstr "다그닥 🐴 다그닥 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "다그닥 🐴 다그닥 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "닫기" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "열려 있는 대화 상자 닫기" @@ -2018,16 +2083,16 @@ msgstr "이모티콘 선택기를 닫습니다" msgid "Closes viewer for header image" msgstr "헤더 이미지 뷰어를 닫습니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "사용자 목록 접기" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "이 알림에 대한 사용자 목록을 축소합니다" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "색상 모드" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "GPS로 위치를 확인하세요. 위치 데이터는 추적되지 않으며 기기 외부로 전송되지 않습니다." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "GPS로 위치를 확인하세요. 위치 데이터는 추적되지 않 msgid "Confirmation code" msgstr "인증 코드" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "연결 중…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "콘텐츠 언어" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "콘텐츠를 사용할 수 없음" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "자해를 조장하거나 묘사하는 콘텐츠" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "콘텐츠 경고" @@ -2212,7 +2281,7 @@ msgstr "컨텍스트 메뉴 배경을 클릭하여 메뉴를 닫습니다." msgid "Continue" msgstr "계속" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "{0}(으)로 계속하기 (현재 로그인)" @@ -2236,8 +2305,8 @@ msgstr "다음 단계로 계속하기" msgid "Conversation" msgstr "대화" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "대화를 삭제했습니다" @@ -2254,7 +2323,7 @@ msgstr "요리" msgid "Copied build version to clipboard" msgstr "빌드 버전을 클립보드에 복사했습니다" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "빌드 버전을 클립보드에 복사했습니다" msgid "Copied to clipboard" msgstr "클립보드에 복사했습니다" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "복사했습니다!" @@ -2290,23 +2359,23 @@ msgstr "at:// URI 복사" msgid "Copy author DID" msgstr "작성자 DID 복사" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "코드 복사" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DID 복사" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "호스트 복사" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "링크 복사" @@ -2331,12 +2400,12 @@ msgstr "게시물 링크 복사" msgid "Copy link to profile" msgstr "프로필 링크 복사" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "스타터 팩 링크 복사" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "메시지 텍스트 복사" @@ -2354,7 +2423,7 @@ msgstr "게시물 텍스트 복사" msgid "Copy QR code" msgstr "QR 코드 복사" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXT 레코드 값 복사" @@ -2377,8 +2446,8 @@ msgstr "피드 서비스에 연결할 수 없습니다" msgid "Could not find profile" msgstr "프로필을 찾을 수 없습니다" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "대화에서 나갈 수 없습니다" @@ -2392,7 +2461,7 @@ msgstr "피드를 불러올 수 없습니다" msgid "Could not load list" msgstr "리스트를 불러올 수 없습니다" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "대화를 뮤트할 수 없습니다" @@ -2476,8 +2545,9 @@ msgstr "검토 리스트 만들기" msgid "Create new account" msgstr "새 계정 만들기" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "{0}에 대한 신고 작성하기" @@ -2490,7 +2560,7 @@ msgstr "스타터 팩 만들기" msgid "Create user list" msgstr "사용자 리스트 만들기" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "{0}에 생성됨" @@ -2503,8 +2573,8 @@ msgstr "작성자 차단됨" msgid "Culture" msgstr "문화" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "사용자 지정" @@ -2512,18 +2582,22 @@ msgstr "사용자 지정" msgid "Customization options" msgstr "사용자 지정 옵션" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "이 게시물과 상호작용할 수 있는 사용자를 맞춤 설정합니다." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "내 Bluesky 경험을 맞춤 설정합니다" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "위험한 챌린지 또는 활동" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "위험 물질 또는 약물 남용" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "어두움" @@ -2536,7 +2610,7 @@ msgstr "어두움" msgid "Dark mode" msgstr "어두운 모드" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "어두운 테마" @@ -2558,7 +2632,11 @@ msgstr "검토 디버그" msgid "Debug panel" msgstr "디버그 패널" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "딥페이크 성인 콘텐츠" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "기본" @@ -2566,14 +2644,14 @@ msgstr "기본" msgid "Default icons" msgstr "기본 아이콘" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "삭제" @@ -2584,18 +2662,18 @@ msgstr "계정 삭제" #: src/view/com/modals/DeleteAccount.tsx:101 msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" -msgstr "<0>\"0><1>{0}1><2>\"2> 계정 삭제" +msgstr "<0>‘0><1>{0}1><2>’2> 계정 삭제" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "앱 비밀번호 삭제" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "앱 비밀번호를 삭제하시겠습니까?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "대화 삭제" @@ -2603,18 +2681,18 @@ msgstr "대화 삭제" msgid "Delete chat declaration record" msgstr "대화 신고 기록 삭제" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "대화 삭제" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "대화 삭제" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "나에게서 삭제" @@ -2623,11 +2701,11 @@ msgstr "나에게서 삭제" msgid "Delete list" msgstr "리스트 삭제" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "메시지 삭제" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "나에게 보이는 메시지 삭제" @@ -2641,12 +2719,12 @@ msgstr "내 계정 삭제" msgid "Delete post" msgstr "게시물 삭제" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "스타터 팩 삭제" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "스타터 팩 삭제" @@ -2709,11 +2787,11 @@ msgstr "개발자 모드를 활성화했습니다" msgid "Developer options" msgstr "개발자 옵션" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "대화 상자: 이 게시물과 상호작용할 수 있는 사용자 조정하기" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "어둑함" @@ -2735,6 +2813,14 @@ msgstr "이메일 2단계 인증 끄기" msgid "Disable haptic feedback" msgstr "햅틱 피드백 끄기" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "답글을 완전히 비활성화" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "자막 사용 안 함" @@ -2778,7 +2864,7 @@ msgstr "앱이 로그아웃한 사용자에게 내 계정을 표시하지 않도 msgid "Discover new custom feeds" msgstr "새로운 맞춤 피드 찾아보기" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "새 피드 발견하기" @@ -2817,8 +2903,8 @@ msgstr "표시 이름" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "어그로와 섬네일 낚시는 이제 그만. 당신에게 의미 있는 진짜 사람들과 대화를 찾으세요." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS 패널" @@ -2830,7 +2916,7 @@ msgstr "내가 팔로우하는 사용자에게는 이 뮤트 단어를 적용하 msgid "Does not include nudity." msgstr "나체를 포함하지 않습니다." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "도메인을 확인했습니다." @@ -2853,19 +2939,20 @@ msgstr "걱정 마세요! 모든 기존 메시지와 설정은 저장되며 성 #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "메시지를 두 번 탭하거나 길게 눌러서 반응을 추가합 msgid "Double tap to close the dialog" msgstr "두 번 탭하여 대화 상자를 닫습니다" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "두 번 탭하여 좋아요 표시합니다" @@ -2903,6 +2990,10 @@ msgstr "Bluesky 다운로드" msgid "Download CAR file" msgstr "CAR 파일 다운로드" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "신상 털기" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "드롭하여 이미지 추가" @@ -2943,9 +3034,13 @@ msgstr "예: 놓칠 수 없는 게시자들." msgid "e.g. Users that repeatedly reply with ads." msgstr "예: 반복적으로 광고 답글을 다는 계정." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "섭식 장애" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "{0} 님의 알림 편집" msgid "Edit People" msgstr "사용자 편집하기" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "게시물 상호작용 설정 편집하기" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "프로필 편집" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "프로필 편집" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "스타터 팩 편집" @@ -3034,7 +3129,7 @@ msgstr "스타터 팩 편집" msgid "Edit user list" msgstr "사용자 리스트 편집" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "답글을 달 수 있는 사용자 편집" @@ -3085,7 +3180,7 @@ msgstr "이메일 인증 완료!" msgid "Email Verified" msgstr "이메일 인증됨" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "임베드 HTML 코드" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "임베드 동영상 플레이어" @@ -3141,6 +3236,10 @@ msgstr "계정의 프로필을 방문하여 <0>종 모양 아이콘0> <1/> 을 msgid "Enable push notifications" msgstr "푸시 알림 사용" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "자막 사용" @@ -3198,9 +3297,9 @@ msgstr "사용할 도메인 입력" #: src/screens/Login/ForgotPasswordForm.tsx:113 msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." -msgstr "계정을 만들 때 사용한 이메일을 입력하세요. 새 비밀번호를 설정할 수 있도록 \"재설정 코드\"를 보내 드립니다." +msgstr "계정을 만들 때 사용한 이메일을 입력하세요. 새 비밀번호를 설정할 수 있도록 ‘재설정 코드’를 보내 드립니다." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "계정을 만들 때 사용한 사용자 이름 또는 이메일 주소를 입력하세요" @@ -3213,7 +3312,7 @@ msgstr "생년월일을 입력하세요" msgid "Enter your email address" msgstr "이메일 주소를 입력하세요" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "비밀번호를 입력합니다" @@ -3258,22 +3357,18 @@ msgstr "캡차 응답을 수신하는 동안 오류가 발생했습니다." msgid "Error: {error}" msgstr "오류: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "모두" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "누구나 답글을 달 수 있음" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "누구나 이 게시물에 답글을 달 수 있습니다." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "모두" @@ -3282,16 +3377,6 @@ msgstr "모두" msgid "Everything else" msgstr "기타" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "과도한 멘션 또는 답글" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "과도하거나 원치 않는 메시지" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "내가 팔로우하는 사용자 제외하기" @@ -3316,7 +3401,7 @@ msgstr "이미지 보기를 종료합니다" msgid "Expand alt text" msgstr "대체 텍스트 확장" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "사용자 목록 펼치기" @@ -3328,7 +3413,7 @@ msgstr "답글을 달고 있는 전체 게시물을 펼치거나 접습니다" msgid "Expand post text" msgstr "게시물 텍스트 확장" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "게시물 텍스트를 펼치거나 접습니다" @@ -3348,7 +3433,7 @@ msgstr "만료됨" msgid "Expires {0}" msgstr "{0}에 만료" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "{0}에 만료" @@ -3400,20 +3485,24 @@ msgstr "외부 미디어" #: src/components/dialogs/EmbedConsent.tsx:70 #: src/screens/Settings/ExternalMediaPreferences.tsx:43 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 "외부 미디어는 웹사이트가 나와 내 기기에 대한 정보를 수집하도록 할 수 있습니다. \"재생\" 버튼을 누르기 전까지는 어떠한 정보도 전송되거나 요청되지 않습니다." +msgstr "외부 미디어는 웹사이트가 나와 내 기기에 대한 정보를 수집하도록 할 수 있습니다. ‘재생’ 버튼을 누르기 전까지는 어떠한 정보도 전송되거나 요청되지 않습니다." #: src/Navigation.tsx:375 #: src/screens/Settings/ExternalMediaPreferences.tsx:34 msgid "External Media Preferences" msgstr "외부 미디어 설정" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "극단주의 콘텐츠" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "대화를 수락하지 못했습니다" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "이모티콘 반응을 추가하지 못했습니다" @@ -3421,7 +3510,7 @@ msgstr "이모티콘 반응을 추가하지 못했습니다" msgid "Failed to add to starter pack" msgstr "스타터 팩에 추가하지 못했습니다" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "핸들을 변경하지 못했습니다. 다시 시도해 주세요." @@ -3438,13 +3527,13 @@ msgstr "대화를 만들지 못했습니다" msgid "Failed to create starter pack" msgstr "스타터 팩을 만들지 못했습니다" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "대화를 삭제하지 못했습니다" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "메시지를 삭제하지 못했습니다" @@ -3452,7 +3541,7 @@ msgstr "메시지를 삭제하지 못했습니다" msgid "Failed to delete post, please try again" msgstr "게시물을 삭제하지 못했습니다. 다시 시도해 주세요" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "스타터 팩을 삭제하지 못했습니다" @@ -3465,10 +3554,10 @@ msgstr "모든 추천 계정을 팔로우하지 못했습니다. 다시 시도 msgid "Failed to load conversations" msgstr "대화를 불러오지 못했습니다" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "피드 환경설정을 불러오지 못했습니다" @@ -3498,14 +3587,14 @@ msgstr "지난 메시지를 불러오지 못했습니다" msgid "Failed to load preference." msgstr "환경설정을 불러오지 못했습니다." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "추천 피드를 불러오지 못했습니다" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "추천 팔로우를 불러오지 못했습니다" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "게시물을 고정하지 못했습니다" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "이모티콘 반응을 제거하지 못했습니다" @@ -3535,7 +3624,8 @@ msgstr "인증을 취소하지 못했습니다" msgid "Failed to resolve location. Please try again." msgstr "위치를 확인하지 못했습니다. 다시 시도해 주세요." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "이미지를 저장하지 못함: {0}" @@ -3557,7 +3647,7 @@ msgstr "전송 실패" msgid "Failed to send email, please try again." msgstr "이메일을 보내지 못했습니다. 다시 시도해 주세요." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "이의신청을 제출하지 못했습니다. 다시 시도해 주세요." @@ -3606,6 +3696,14 @@ msgstr "이메일을 인증하지 못했습니다. 다시 시도해 주세요." msgid "Failed to verify handle. Please try again." msgstr "핸들을 인증하지 못했습니다. 다시 시도해 주세요." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "가짜 계정 또는 봇" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "선거에 대한 허위 정보" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "피드" @@ -3623,7 +3721,7 @@ msgstr "피드 작성자" msgid "Feed identifier" msgstr "피드 ID" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "피드 메뉴" @@ -3635,8 +3733,8 @@ msgstr "피드 켜기/끄기" msgid "Feed unavailable" msgstr "사용할 수 없는 피드" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "피드백" @@ -3696,7 +3794,7 @@ msgstr "언어별 검색 필터링 (현재: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "내 활동 알림을 받을 수 있는 사용자 필터링" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "알림 수신 대상 필터링" @@ -3713,7 +3811,7 @@ msgstr "드디어! 중요한 게시물을 놓치지 마세요. 저장해 두었 msgid "Finance" msgstr "경제" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "팔로우할 계정 찾아보기" msgid "Find people to follow" msgstr "팔로우할 사용자 찾아보기" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Bluesky에서 게시물, 사용자, 피드 찾기" @@ -3741,17 +3839,17 @@ msgstr "완료" msgid "Fitness" msgstr "건강" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "플랫 블랙" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "플랫 블루" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "플랫 화이트" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "유연성" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "팔로우" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "팔로우" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0} 님을 팔로우" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "{handle} 님을 팔로우" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "모든 계정을 팔로우" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "맞팔로우" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "맞팔로우" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "내가 아는 팔로워" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "팔로우 중" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "팔로우 중" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "{0} 님을 팔로우했습니다" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "{handle} 님을 팔로우 중" @@ -3894,11 +3988,11 @@ msgstr "나를 팔로우함" msgid "Follows You" msgstr "나를 팔로우함" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "글꼴" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "글꼴 크기" @@ -3919,7 +4013,7 @@ msgstr "보안상의 이유로 이메일 주소로 인증 코드를 보내야 msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "보안상의 이유로 이 비밀번호는 다시 볼 수 없습니다. 이 앱 비밀번호를 분실한 경우 새로 생성해야 합니다." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "최상의 경험을 위해 테마 글꼴을 사용하는 것을 추천합니다." @@ -3941,11 +4035,11 @@ msgstr "잡음은 잊어라" msgid "Forgot Password" msgstr "비밀번호 분실" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "비밀번호를 잊으셨나요?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "분실" @@ -3953,12 +4047,7 @@ msgstr "분실" msgid "Free your feed" msgstr "피드를 자유롭게" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "잦은 원치 않는 콘텐츠 게시" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "수신 대상" @@ -4011,7 +4100,7 @@ msgstr "사람들이 내가 재게시한 게시물을 재게시하면 알림을 msgid "Get notifications when people repost your posts." msgstr "사람들이 내 게시물을 재게시하면 알림을 받습니다." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "새 게시물 알림 받기" @@ -4027,7 +4116,7 @@ msgstr "{name} 님의 새 게시물 알림 받기" msgid "Get notified of this account’s activity" msgstr "이 계정의 활동 알림 받기" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "{name} 님이 게시물을 올리면 알림 받기" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "프로필에 얼굴 달기" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "명백한 법률 또는 서비스 이용약관 위반 행위" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "폭력 미화" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "명백한 법률 또는 서비스 이용약관 위반 행위" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "뒤로" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "뒤로" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "이전 단계로 돌아가기" @@ -4123,7 +4208,7 @@ msgstr "라이브 시작" msgid "Go live for" msgstr "라이브 예정 시간" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "{firstAuthorName} 님의 프로필로 이동" @@ -4146,23 +4231,35 @@ msgstr "피드로 이동" msgid "Go to next" msgstr "다음" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "프로필로 이동" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "사용자의 프로필로 이동" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "불쾌감을 주는 미디어" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "불쾌감을 주는 폭력 콘텐츠" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "그루밍 또는 포식 행위" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "해킹 또는 시스템 공격" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "절반은 완료!" msgid "Handle" msgstr "핸들" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "이미 사용 중인 핸들입니다. 다른 핸들을 사용하세요." @@ -4182,7 +4279,7 @@ msgstr "이미 사용 중인 핸들입니다. 다른 핸들을 사용하세요." msgid "Handle changed!" msgstr "핸들을 변경했습니다!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "핸들이 너무 깁니다. 더 짧은 핸들을 사용하세요." @@ -4190,10 +4287,17 @@ msgstr "핸들이 너무 깁니다. 더 짧은 핸들을 사용하세요." msgid "Haptics" msgstr "햅틱" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "괴롭힘, 분쟁 유발 또는 차별" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "괴롭힘 또는 혐오" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "유해하거나 위험성이 큰 활동" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "미성년자에게 유해 또는 위험에 빠뜨리는 행위" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "해시태그" msgid "Hashtag {tag}" msgstr "해시태그 #{tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "혐오 발언" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "문제가 있나요?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "도움말" @@ -4238,7 +4346,7 @@ msgstr "안녕하세요 👋" msgid "Hidden" msgstr "숨겨짐" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "검토 설정에 의해 숨겨졌습니다." @@ -4248,7 +4356,7 @@ msgstr "숨겨진 리스트" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "숨겨진 리스트" msgid "Hide" msgstr "숨기기" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "숨기기" @@ -4269,6 +4377,10 @@ msgstr "숨기기" msgid "Hide customization options" msgstr "사용자 지정 옵션 숨기기" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "리스트 숨기기" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "인기 주제를 숨기시겠습니까?" msgid "Hide trending videos?" msgstr "인기 동영상을 숨기시겠습니까?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "사용자 리스트 숨기기" @@ -4320,7 +4432,7 @@ msgstr "사용자 리스트 숨기기" msgid "Hide verification badges" msgstr "인증 배지 숨기기" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "콘텐츠를 숨깁니다" @@ -4365,12 +4477,12 @@ msgstr "잠깐! 동영상에 대한 접근 권한이 점차적으로 제공되 msgid "Home" msgstr "홈" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "호스트:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "호스팅 제공자" @@ -4383,6 +4495,10 @@ msgstr "인기" msgid "How should we open this link?" msgstr "이 링크를 어떻게 여시겠습니까?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "인신매매" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "비밀번호를 변경하려면 본인 계정 확인을 위해 인증 msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "내 계정의 활동에 대한 알림을 받을 수 있는 사용자를 제한하려면 <0>설정 → 개인정보 및 보안0>에서 변경할 수 있습니다." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "개발자라면 직접 서버를 호스팅할 수 있습니다." @@ -4443,12 +4559,7 @@ msgstr "개발자라면 직접 서버를 호스팅할 수 있습니다." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "핸들이나 이메일을 변경하려는 경우 비활성화하기 전에 변경하세요." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "불법 및 긴급 사항" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "이미지" @@ -4461,29 +4572,24 @@ msgstr "이미지 캐시를 지웠습니다" msgid "Image cache cleared, freed {0}" msgstr "이미지 캐시를 지우고 {0}를 확보했습니다" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "이미지를 저장했습니다" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "사진 보관함에 대한 접근 권한이 부여되지 않으면 이미지를 저장할 수 없습니다." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "신원 또는 소속에 대한 사칭 또는 허위 주장" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "사칭, 허위 정보 또는 허위 주장" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "사칭" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "인앱" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "인앱 알림" @@ -4507,17 +4613,12 @@ msgstr "인앱, 푸시, 모두" msgid "In-app, Push, People you follow" msgstr "인앱, 푸시, 내가 팔로우하는 사용자" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "부적절한 메시지 또는 노골적인 링크" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "수신함 제로!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "사용자 이름 또는 비밀번호가 올바르지 않습니다" @@ -4537,11 +4638,11 @@ msgstr "새 비밀번호를 입력합니다" msgid "Input password for account deletion" msgstr "계정을 삭제하기 위해 비밀번호를 입력합니다" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "이메일로 전송된 코드를 입력합니다" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "상호작용 제한됨" @@ -4557,12 +4658,12 @@ msgstr "활동 알림 소개" msgid "Introducing saved posts AKA bookmarks" msgstr "새로운 저장된 게시물(일명 '북마크')을 만나보세요" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "잘못된 2단계 인증 코드입니다." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "잘못된 핸들입니다. 다른 핸들을 사용하세요." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "잘못된 상호작용 설정입니다" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "잘못된 신고 항목" @@ -4626,8 +4727,8 @@ msgstr "채용" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Bluesky 가입하기" @@ -4657,20 +4758,20 @@ msgstr "KWS 이용약관" msgid "KWS website" msgstr "KWS 웹사이트" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." -msgstr "{0}이(가) 라벨 지정함." +msgstr "{0}(이)가 라벨 지정함." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "작성자가 라벨 지정함." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "라벨" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "라벨 추가됨" @@ -4678,11 +4779,11 @@ msgstr "라벨 추가됨" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "라벨은 사용자 및 콘텐츠에 대한 주석입니다. 네트워크를 숨기고, 경고하고, 분류하는 데 사용할 수 있습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "내 계정의 라벨" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "내 콘텐츠의 라벨" @@ -4696,7 +4797,7 @@ msgstr "언어 설정" msgid "Languages" msgstr "언어" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "큼" @@ -4736,12 +4837,12 @@ msgstr "연령 확인에 대해 자세히 알아보기" msgid "Learn more about Bluesky" msgstr "Bluesky에 대해 더 알아보기" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "PDS 셀프 호스팅에 대해 자세히 알아보세요." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "이 콘텐츠에 적용된 검토 설정에 대해 자세히 알아보세요" @@ -4773,8 +4874,8 @@ msgstr "Bluesky에서 공개되는 항목에 대해 자세히 알아보세요." msgid "Learn more in your <0>account settings.0>" msgstr "<0>계정 설정0>에서 자세히 알아보세요." -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "더 알아보기" @@ -4787,10 +4888,10 @@ msgstr "나가기" msgid "Leave chat" msgstr "대화 나가기" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "대화 나가기" @@ -4822,9 +4923,9 @@ msgstr "비밀번호를 재설정해 봅시다!" msgid "Let's go!" msgstr "출발!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "밝음" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "밝음" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "좋아요 ({0, plural, other {#개}})" @@ -4855,7 +4956,7 @@ msgstr "10개 게시물에 좋아요를 눌러 Discover 피드를 훈련시키 msgid "Like notifications" msgstr "좋아요 알림" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "이 피드에 좋아요 표시" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, other {#명}}의 사용자가 좋아요 표시함" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "내 재게시물의 좋아요" msgid "Likes of your reposts notifications" msgstr "내 재게시물의 좋아요 알림" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "이 게시물을 좋아요 표시합니다" @@ -5021,12 +5122,12 @@ msgstr "라이브 기능은 베타 테스트 중입니다" msgid "Live link" msgstr "라이브 링크" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "더 불러오기" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "추천 피드 더 불러오기" @@ -5041,6 +5142,14 @@ msgstr "새 알림 불러오기" msgid "Load new posts" msgstr "새 게시물 불러오기" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "리스트 불러오는 중…" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "게시물 상호작용 설정 불러오는 중…" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "불러오는 중…" @@ -5049,15 +5158,19 @@ msgstr "불러오는 중…" msgid "Log" msgstr "로그" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "로그아웃됨" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "로그아웃 표시" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "@sawaratsuki.bsky.social 님의 로고" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "<0>@sawaratsuki.bsky.social0> 님의 로고" @@ -5113,8 +5226,8 @@ msgstr "뮤트한 단어 및 태그 관리" msgid "Mark all as read" msgstr "모두 읽음으로 표시" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "읽음으로 표시" @@ -5132,7 +5245,7 @@ msgstr "나중에 하기" msgid "Media" msgstr "미디어" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "일부 사용자에게 불쾌감을 주거나 부적절할 수 있는 미디어." @@ -5140,14 +5253,10 @@ msgstr "일부 사용자에게 불쾌감을 주거나 부적절할 수 있는 msgid "Mention notifications" msgstr "멘션 알림" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "멘션한 사용자" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "멘션한 사용자" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "메뉴" msgid "Message {0}" msgstr "{0} 님에게 메시지 보내기" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "메시지를 삭제했습니다" @@ -5172,7 +5281,7 @@ msgstr "메시지를 삭제했습니다" msgid "Message deleted" msgstr "메시지 삭제됨" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "@{0} 님이 보낸 메시지: {1}" @@ -5189,7 +5298,7 @@ msgstr "메시지 입력 필드" msgid "Message is too long" msgstr "메시지가 너무 깁니다" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "메시지 옵션" @@ -5197,24 +5306,22 @@ msgstr "메시지 옵션" msgid "Messages" msgstr "메시지" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "심야" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "미성년자 괴롭힘 또는 따돌림" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "기타 알림" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "오해의 소지가 있는 계정" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "오해의 소지가 있는 게시물" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "오해 소지" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,19 +5380,19 @@ msgid "Moderation tools" msgstr "검토 도구" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "검토자가 콘텐츠에 일반 경고를 설정했습니다." -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "피드 더 보기" #: src/view/com/composer/select-language/PostLanguageSelect.tsx:87 #: src/view/com/composer/select-language/PostLanguageSelect.tsx:90 msgid "More languages..." -msgstr "모든 언어..." +msgstr "다른 언어…" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:149 #: src/view/com/profile/ProfileMenu.tsx:228 @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "음소거" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "{tag} 뮤트" @@ -5332,8 +5439,8 @@ msgstr "계정 뮤트" msgid "Mute accounts" msgstr "계정 뮤트" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "대화 뮤트" @@ -5396,9 +5503,9 @@ msgstr "뮤트한 계정" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "계정을 뮤트하면 피드와 알림에서 해당 계정의 게시물이 사라집니다. 뮤트 목록은 완전히 비공개로 유지됩니다." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" -msgstr "\"{0}\"에 의해 뮤트됨" +msgstr "‘{0}’에 의해 뮤트됨" #: src/screens/Moderation/index.tsx:261 msgid "Muted words & tags" @@ -5421,17 +5528,6 @@ msgstr "내 피드" msgid "Name" msgstr "이름" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "이름 또는 설명이 커뮤니티 기준을 위반함" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "스타터 팩으로 이동하기" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "다음 화면으로 이동합니다" @@ -5455,20 +5551,16 @@ msgstr "다음 화면으로 이동합니다" msgid "Navigates to your profile" msgstr "내 프로필로 이동합니다" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" -msgstr "저작권 위반, 법적 요청 또는 규정 준수 문제를 신고해야 하나요?" - -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "저작권 위반을 신고해야 하나요?" +msgstr "저작권 위반, 법적 요청 또는 규제 준수 문제를 신고해야 하나요?" #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "팔로워 또는 데이터에 대한 접근 권한을 잃지 않습니다." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "취소하고 내 핸들 만들기" @@ -5476,17 +5568,17 @@ msgstr "취소하고 내 핸들 만들기" msgid "New" msgstr "신규" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "새로 만들기" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink} 님의 새 {postsCount, plural, other {게시물}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{firstAuthorName} 님의 새 {postsCount, plural, other {게시물}}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "새 게시물" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "{firstAuthorLink} 님 <0>외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}0>의 새 게시물" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "{firstAuthorName} 님 외 {additionalAuthorsCount, plural, other {{formattedAuthorsCount}명}}의 새 게시물" @@ -5574,8 +5666,8 @@ msgstr "새 사용자 정보 대화 상자" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "새로운 순" @@ -5587,8 +5679,8 @@ msgstr "뉴스" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "뉴스" msgid "Next" msgstr "다음" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "다음" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "다음 이미지" @@ -5616,12 +5703,12 @@ msgstr "다음 이미지" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "광고, 사생활 침해 트래킹, 참여 유도 함정이 없습니다. Bluesky는 내 시간과 관심을 소중히 생각합니다." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "앱 비밀번호 없음" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "DNS 패널 없음" @@ -5646,8 +5733,9 @@ msgstr "이미지 없음" msgid "No likes yet" msgstr "아직 좋아요 없음" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "{0} 님을 언팔로우했습니다" @@ -5671,7 +5759,7 @@ msgstr "아직 알림이 없습니다" msgid "No one" msgstr "없음" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "이 게시물은 작성자 외에는 누구도 인용할 수 없습니다." @@ -5701,9 +5789,9 @@ msgstr "결과 없음" msgid "No results" msgstr "결과 없음" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." -msgstr "\"{0}\"에 대한 결과가 없습니다." +msgstr "‘{0}’에 대한 결과가 없습니다." #: src/components/Lists.tsx:189 msgid "No results found" @@ -5711,7 +5799,7 @@ msgstr "결과를 찾을 수 없음" #: src/view/screens/Feeds.tsx:473 msgid "No results found for \"{query}\"" -msgstr "\"{query}\"에 대한 결과를 찾을 수 없습니다" +msgstr "‘{query}’에 대한 결과를 찾을 수 없습니다" #: src/screens/Search/SearchResults.tsx:313 #: src/screens/Search/SearchResults.tsx:349 @@ -5719,20 +5807,20 @@ msgstr "\"{query}\"에 대한 결과를 찾을 수 없습니다" msgid "No results found for {query}" msgstr "{query}에 대한 결과를 찾을 수 없습니다" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "결과가 없습니다." #: src/components/dialogs/GifSelect.tsx:217 msgid "No search results found for \"{search}\"." -msgstr "\"{search}\"에 대한 검색 결과를 찾을 수 없습니다." +msgstr "‘{search}’에 대한 검색 결과를 찾을 수 없습니다." #: src/components/dialogs/EmbedConsent.tsx:104 #: src/components/dialogs/EmbedConsent.tsx:111 msgid "No thanks" msgstr "사용하지 않음" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "없음" @@ -5753,6 +5841,10 @@ msgstr "아직 아무도 재게시하지 않았습니다. 첫 번째가 되어 msgid "Nobody was found. Try searching for someone else." msgstr "아무도 찾을 수 없습니다. 다른 사용자를 검색해 보세요." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "동의받지 않은 사적인 성적 이미지" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "선정적이지 않은 나체" @@ -5843,16 +5935,11 @@ msgstr "지금" msgid "Now" msgstr "지금" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "나체" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "나체 또는 성인 콘텐츠로 설정되지 않은 콘텐츠" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "확인" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "확인" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "오래된 순" @@ -5916,7 +6003,7 @@ msgstr "하나 이상의 동영상에 대체 텍스트가 누락되었습니다. msgid "Only .jpg and .png files are supported" msgstr ".jpg 및 .png 파일만 지원됩니다" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "{0}만 답글을 달 수 있습니다." @@ -5941,7 +6028,7 @@ msgstr "문제가 발생했습니다!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "아바타 생성기 열기" msgid "Open conversation options" msgstr "대화 옵션 열기" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "서랍 메뉴 열기" @@ -5973,8 +6060,8 @@ msgstr "이모티콘 선택기 열기" msgid "Open feed info screen" msgstr "피드 정보 화면 열기" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "피드 옵션 메뉴 열기" @@ -6015,7 +6102,7 @@ msgstr "프로필 열기" msgid "Open share menu" msgstr "공유 메뉴 열기" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "스타터 팩 메뉴 열기" @@ -6032,9 +6119,9 @@ msgstr "시스템 로그 열기" msgid "Opens a dialog to add a content warning to your post" msgstr "게시물에 콘텐츠 경고를 추가하는 대화 상자를 엽니다" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "이 스레드에 답글을 달 수 있는 사용자를 선택하는 대화 상자를 엽니다" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "이 게시물과 상호작용할 수 있는 사용자를 선택하는 대화 상자를 엽니다" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6089,13 +6176,13 @@ msgstr "브라우저에서 지원 문서를 엽니다" #: src/components/dialogs/LinkWarning.tsx:97 msgid "Opens link {0}" -msgstr "링크 {0}을(를) 엽니다" +msgstr "링크 {0}(을)를 엽니다" #: src/view/com/util/UserAvatar.tsx:581 msgid "Opens live status dialog" msgstr "라이브 상태 대화 상자를 엽니다" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "비밀번호 재설정 양식을 엽니다" @@ -6103,24 +6190,15 @@ msgstr "비밀번호 재설정 양식을 엽니다" msgid "Opens post language settings" msgstr "게시물 언어 설정을 엽니다" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "이 프로필을 엽니다" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "선택 사항으로 아래에 추가 정보를 입력하세요." - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "옵션:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "또는 다음 옵션을 결합하세요." - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "또는 다른 계정으로 계속 진행하세요." @@ -6131,7 +6209,7 @@ msgstr "또는 다른 계정 중 하나로 로그인하세요." #: src/screens/Settings/components/OTAInfo.tsx:52 msgid "OTA status: ..." -msgstr "OTA 상태: ..." +msgstr "OTA 상태: …" #: src/screens/Settings/components/OTAInfo.tsx:48 msgid "OTA status: Available!" @@ -6145,21 +6223,50 @@ msgstr "OTA 상태: 업데이트 확인 오류" msgid "OTA status: None available" msgstr "OTA 상태: 사용할 수 없음" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "기타" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "다른 계정" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "기타 아동 안전 문제" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "기타 위험 콘텐츠" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "기타 괴롭힘 또는 혐오 콘텐츠" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "기타 오해의 소지가 있는 콘텐츠" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "기타 네트워크 규칙 위반" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "기타 성폭력 콘텐츠" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "기타 폭력적인 콘텐츠" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "이 블로그 게시물" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Bluesky 검토 팀에서 신고를 접수했습니다." @@ -6176,7 +6283,7 @@ msgstr "페이지를 찾을 수 없음" msgid "Page Not Found" msgstr "페이지를 찾을 수 없음" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "@{0} 님이 팔로우하는 사용자" msgid "People following @{0}" msgstr "@{0} 님을 팔로우하는 사용자" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "내가 팔로우하는 사용자" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "내가 팔로우하는 사용자" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "내가 멘션한 사용자" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "사진 보관함에 대한 접근 권한이 거부되었습니다. 시스템 설정에서 활성화해 주세요." @@ -6247,12 +6362,12 @@ msgstr "반려동물" msgid "Photography" msgstr "사진" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "성인용 사진." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "피드 고정" @@ -6266,7 +6381,7 @@ msgstr "피드 고정" msgid "Pin to home" msgstr "홈에 고정" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "홈에 고정" @@ -6275,14 +6390,14 @@ msgstr "홈에 고정" msgid "Pin to your profile" msgstr "내 프로필에 고정" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "고정됨" #: src/screens/Profile/components/ProfileFeedHeader.tsx:160 #: src/screens/Profile/components/ProfileFeedHeader.tsx:174 msgid "Pinned {0} to Home" -msgstr "{0}을(를) 홈에 고정했습니다" +msgstr "{0}(을)를 홈에 고정했습니다" #: src/screens/SavedFeeds.tsx:142 msgid "Pinned Feeds" @@ -6302,7 +6417,7 @@ msgstr "재생" msgid "Play {0}" msgstr "{0} 재생" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "동영상 재생" @@ -6327,7 +6442,7 @@ msgstr "GIF를 재생합니다" msgid "Plays the video" msgstr "동영상을 재생합니다" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "게시하는 미디어에 해당하는 콘텐츠 경고 라벨을 추가해 주세요." @@ -6413,7 +6528,7 @@ msgstr "초대 코드를 입력하세요." msgid "Please enter your new email address." msgstr "새 이메일 주소를 입력하세요." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "비밀번호를 입력하세요" @@ -6421,13 +6536,13 @@ msgstr "비밀번호를 입력하세요" msgid "Please enter your password as well:" msgstr "비밀번호를 입력하세요." -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "사용자 이름을 입력하세요" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" -msgstr "{0}이(가) 이 라벨을 잘못 적용했다고 생각하는 이유를 설명해 주세요" +msgstr "{0}(이)가 이 라벨을 잘못 적용했다고 생각하는 이유를 설명해 주세요" #: src/screens/Messages/components/ChatDisabled.tsx:122 msgid "Please explain why you think your chats were incorrectly disabled" @@ -6446,11 +6561,11 @@ msgstr "검토자가 내 연령 확인 상태를 정확하게 심사하기 위 msgid "Please select a language" msgstr "언어를 선택하세요" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "검토 서비스를 선택하세요" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "신고 이유를 선택하세요" @@ -6473,7 +6588,7 @@ msgstr "아래에 메시지를 작성하세요:" msgid "Politics" msgstr "정치" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "음란물" @@ -6512,24 +6627,24 @@ msgstr "게시물을 삭제했습니다" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "게시물을 업로드하지 못했습니다. 인터넷 연결을 확인한 후 다시 시도해 주세요." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "게시물 삭제됨" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "뮤트한 단어로 숨겨진 게시물" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "내가 숨긴 게시물" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "게시물 상호작용 설정" @@ -6614,13 +6729,8 @@ msgstr "이전 이미지" msgid "Primary Language" msgstr "주 언어" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "내 팔로우 먼저 표시" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "개인정보" @@ -6652,6 +6762,10 @@ msgstr "개인정보 및 보안 설정" msgid "Privacy Policy" msgstr "개인정보 처리방침" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "미성년자 사생활 침해" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "동영상 처리 중…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "프로필을 업데이트했습니다" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "금지 품목 또는 서비스의 홍보 또는 판매" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "쉿! 이 게시물과 상호작용할 수 있는 사용자를 편집할 수 있어요." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "공공성" @@ -6714,7 +6836,7 @@ msgstr "답글 등록하기" msgid "Push" msgstr "푸시" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "푸시 알림" @@ -6764,10 +6886,6 @@ msgstr "인용을 성공적으로 해제했습니다" msgid "Quote posts disabled" msgstr "게시물 인용 비활성화됨" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "인용 설정" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "인용 설정" msgid "Quotes" msgstr "인용" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "이 게시물의 인용" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "짧은 시간에 핸들 변경을 너무 많이 시도했습니다. 잠시 기다렸다가 다시 시도해 주세요." @@ -6805,11 +6923,11 @@ msgstr "{0, plural, other {답글 #개}} 더 보기" msgid "Read blog post" msgstr "블로그 게시물 읽기" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "접기" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "펼치기" @@ -6849,15 +6967,11 @@ msgstr "진짜 사람들." msgid "Reason for appeal" msgstr "이의신청 이유" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "이유:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "인앱 알림 받기" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "푸시 알림 받기" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "다시 연결" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "거절" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "대화 요청 거절하기" @@ -6946,8 +7060,8 @@ msgstr "피드 제거" msgid "Remove feed?" msgstr "피드를 제거하시겠습니까?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "나에게 답글을 보냈습니다" msgid "Replies" msgstr "답글" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "답글 비활성화됨" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "이 게시물에 대한 답글은 비활성화되어 있습니다." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "답글 보내기" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "답글 ({0, plural, other {#개}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "스레드 작성자에 의해 답글 숨겨짐" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "나에 의해 답글 숨겨짐" @@ -7120,11 +7234,7 @@ msgstr "나에 의해 답글 숨겨짐" msgid "Reply notifications" msgstr "답글 알림" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "답글 설정" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "답글 설정은 스레드 작성자가 선택합니다" @@ -7141,7 +7251,7 @@ msgstr "답글 표시 여부를 업데이트했습니다" msgid "Reply was successfully hidden" msgstr "답글을 성공적으로 숨겼습니다" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "신고" msgid "Report account" msgstr "계정 신고" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "대화 신고" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "신고 대화 상자" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "피드 신고" @@ -7176,7 +7285,7 @@ msgstr "피드 신고" msgid "Report list" msgstr "리스트 신고" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "메시지 신고" @@ -7185,48 +7294,41 @@ msgstr "메시지 신고" msgid "Report post" msgstr "게시물 신고" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "스타터 팩 신고" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "신고 제출됨" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "이 콘텐츠 신고하기" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "이 대화 신고하기" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "이 피드 신고하기" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "이 리스트 신고하기" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "이 메시지 신고하기" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "이 게시물 신고하기" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "이 스타터 팩 신고하기" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "이 사용자 신고하기" @@ -7250,7 +7352,7 @@ msgstr "재게시 알림" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "재게시 또는 게시물 인용" @@ -7277,7 +7379,7 @@ msgstr "내가 재게시함" msgid "Reposts" msgstr "재게시" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "이 게시물의 재게시물" @@ -7291,8 +7393,8 @@ msgstr "내 재게시물의 재게시" msgid "Reposts of your reposts notifications" msgstr "내 재게시물의 재게시 알림" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "코드 요청" @@ -7348,7 +7450,7 @@ msgstr "온보딩 상태 초기화" msgid "Reset password" msgstr "비밀번호 재설정" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "로그인을 다시 시도합니다" @@ -7360,12 +7462,12 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "오류가 발생한 마지막 작업을 다시 시도합니다" msgid "Retry" msgstr "다시 시도" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "신고 옵션 불러오기 다시 시도" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "이전 페이지로 돌아갑니다" @@ -7399,8 +7501,8 @@ msgstr "홈 페이지로 돌아갑니다" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "이전 페이지로 돌아갑니다" @@ -7412,8 +7514,8 @@ msgstr "이전 단계로 돌아갑니다" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "이전 단계로 돌아갑니다" msgid "Save" msgstr "저장" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "저장" @@ -7459,8 +7561,13 @@ msgstr "새 핸들 저장" msgid "Save QR code" msgstr "QR 코드 저장" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "다음에도 이 옵션 저장하기" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "내 피드에 저장" @@ -7487,21 +7594,25 @@ msgstr "내 피드에 저장했습니다" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "인사해 보세요!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "사기" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "과학" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "왼쪽으로 스크롤" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "오른쪽으로 스크롤" @@ -7513,7 +7624,7 @@ msgstr "맨 위로 스크롤" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "검색" @@ -7534,30 +7645,30 @@ 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:422 msgid "Search for \"{interestsDisplayName}\"" -msgstr "\"{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:415 msgid "Search for \"{interestsDisplayName}\" (active)" -msgstr "\"{interestsDisplayName}\" 검색 (활성)" +msgstr "‘{interestsDisplayName}’ 검색 (활성)" #: src/view/shell/desktop/Search.tsx:131 msgid "Search for \"{query}\"" -msgstr "\"{query}\"에 대한 검색 결과" +msgstr "‘{query}’에 대한 검색 결과" #: src/screens/Search/components/AutocompleteResults.tsx:45 msgid "Search for \"{searchText}\"" -msgstr "\"{searchText}\"에 대한 검색 결과" +msgstr "‘{searchText}’에 대한 검색 결과" #: src/screens/StarterPack/Wizard/index.tsx:549 msgid "Search for feeds that you want to suggest to others." msgstr "다른 사람에게 추천할 피드를 검색하세요." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "더 많은 계정 검색하기" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "더 많은 피드 검색하기" @@ -7599,7 +7710,7 @@ msgstr "Tenor 검색" #: src/screens/Profile/ProfileSearch.tsx:38 msgid "Search..." -msgstr "검색..." +msgstr "검색…" #: src/components/dialogs/SearchablePeopleList.tsx:535 #: src/components/ProgressGuide/FollowDialog.tsx:612 @@ -7610,19 +7721,19 @@ msgstr "프로필을 검색합니다" msgid "Security step required" msgstr "보안 단계 필요" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "{tag} 게시물 보기" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "이 사용자의 {tag} 게시물 보기" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "#{tag} 게시물 보기" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "사용자의 #{tag} 게시물 보기" @@ -7648,9 +7759,9 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" -msgstr "\"{interestsDisplayName}\" 카테고리 선택" +msgstr "‘{interestsDisplayName}’ 카테고리 선택" #. Accessibility label for a username suggestion in the account creation flow #: src/screens/Signup/StepHandle/HandleSuggestions.tsx:42 @@ -7665,11 +7776,15 @@ msgstr "{langName} 선택" msgid "Select a color" msgstr "색상 선택" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "이유 선택" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "계정 선택" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "앱 언어를 선택하세요" @@ -7701,13 +7816,21 @@ msgstr "시간 선택" msgid "Select from an existing account" msgstr "기존 계정에서 선택하기" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "내 리스트에서 선택하기" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "내 리스트에서 선택하기 <0>{numberOfListsSelected, plural, other {(#개 선택됨)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIF 선택" #: src/components/dialogs/GifSelect.tsx:294 msgid "Select GIF \"{0}\"" -msgstr "GIF \"{0}\" 선택" +msgstr "GIF ‘{0}’ 선택" #: src/components/dialogs/MutedWords.tsx:147 msgid "Select how long to mute this word for." @@ -7727,14 +7850,10 @@ msgstr "언어 선택…" msgid "Select languages" msgstr "언어 선택" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "검토 서비스 선택" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "검토자 선택" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "게시물 언어 선택" @@ -7752,10 +7871,6 @@ msgstr "자막 파일(.vtt) 선택" msgid "Select the {emojiName} emoji as your avatar" msgstr "{emojiName} 이모티콘을 아바타로 선택하기" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "신고할 검토 서비스를 선택하세요." - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "이 게시물에 사용된 언어를 최대 3개까지 선택하세요" @@ -7785,7 +7900,7 @@ msgstr "아래 옵션에서 관심 주제를 선택하세요" msgid "Select your preferred language for translations in your feed." msgstr "피드에서 번역을 위해 선호하는 언어를 선택합니다." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "선호하는 알림 채널 선택" @@ -7793,6 +7908,10 @@ msgstr "선호하는 알림 채널 선택" msgid "Selecting multiple media types is not supported." msgstr "여러 유형의 미디어를 함께 선택할 수 없습니다." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "자해 또는 위험 행위" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "멋진 웹사이트 링크를 보내 보세요!" @@ -7818,7 +7937,7 @@ msgstr "피드백 보내기" msgid "Send message" msgstr "메시지 보내기" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "{name} 님에게 게시물 보내기" @@ -7826,18 +7945,7 @@ msgstr "{name} 님에게 게시물 보내기" msgid "Send post to..." msgstr "게시물을 다음으로 보내기" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "신고 보내기" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "{0}에게 신고 보내기" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "{title}에게 신고 보내기" @@ -7858,7 +7966,7 @@ msgstr "다이렉트 메시지로 보내기" msgid "Sends email with confirmation code for account deletion" msgstr "계정 삭제를 위한 확인 코드가 포함된 이메일을 전송합니다" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "서버 주소" @@ -7874,10 +7982,18 @@ msgstr "생년월일 설정" msgid "Set new password" msgstr "새 비밀번호 설정" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "내 게시물에 답글을 달 수 있는 사용자 그룹을 설정하세요" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "계정 설정하기" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "내 게시물에 답글을 달 수 있는 사용자 설정하기" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "비밀번호 재설정을 위한 이메일을 설정합니다" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "설정을 저장했습니다" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "성행위 또는 선정적인 나체." @@ -7953,7 +8069,7 @@ msgstr "외설적" msgid "Share" msgstr "공유" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "공유" @@ -7996,7 +8112,7 @@ msgstr "게시물 at:// URI 공유" msgid "Share QR code" msgstr "QR 코드 공유" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "이 피드 공유하기" @@ -8012,12 +8128,12 @@ msgstr "이 스타터 팩을 공유하여 사람들이 Bluesky에서 커뮤니 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." -msgstr "공유..." +msgstr "공유…" #: src/components/dms/ChatEmptyPill.tsx:34 msgid "Share your favorite feed!" @@ -8027,7 +8143,7 @@ msgstr "좋아하는 피드를 공유해 보세요!" msgid "Shared Preferences Tester" msgstr "공유 설정 테스터" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "대체 텍스트 표시" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "무시하고 표시" @@ -8067,6 +8183,10 @@ msgstr "이런 항목 덜 보기" msgid "Show list anyway" msgstr "무시하고 리스트 표시하기" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "선택할 수 있는 사용자 리스트 표시" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "더 보기" @@ -8080,7 +8200,7 @@ msgstr "이런 항목 더 보기" msgid "Show more replies" msgstr "답글 더 보기" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "게시물 답글을 스레드 트리 뷰로 표시하기" @@ -8098,10 +8218,6 @@ msgstr "답글 표시" msgid "Show replies as" msgstr "답글 표시 형식" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "내가 팔로우하는 사용자의 답글을 다른 모든 답글보다 먼저 표시하기" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "경고 표시" msgid "Show warning and filter from feeds" msgstr "경고 표시 및 피드에서 필터링" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "이 게시물이 언제 작성되었는지에 대한 정보를 표시합니다" @@ -8133,7 +8249,7 @@ msgstr "이 게시물이 언제 작성되었는지에 대한 정보를 표시합 msgid "Shows other accounts you can switch to" msgstr "전환할 수 있는 다른 계정을 표시합니다" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "콘텐츠를 표시합니다" @@ -8145,7 +8261,7 @@ msgstr "콘텐츠를 표시합니다" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "콘텐츠를 표시합니다" msgid "Sign in" msgstr "로그인" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "{0}(으)로 로그인" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "로그인" @@ -8177,7 +8293,7 @@ msgstr "로그인 또는 계정 만들기" msgid "Sign in or create your account to join the conversation!" msgstr "대화에 참여하려면 로그인하거나 계정을 만드세요!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "목록에 없는 계정으로 로그인" @@ -8243,7 +8359,7 @@ msgstr "소개를 건너뛰고 계정 사용 시작하기" msgid "Skip to next step" msgstr "다음 단계로 건너뛰기" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "작음" @@ -8268,7 +8384,7 @@ msgstr "일부 인증이 유효하지 않습니다." msgid "Some other feeds you might like" msgstr "좋아할 만한 다른 피드" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "일부 사용자가 답글을 달 수 있음" @@ -8280,7 +8396,7 @@ msgstr "누가 {0}(으)로 반응함" msgid "Someone reacted {0} to {1}" msgstr "누가 {1}에 {0}(으)로 반응함" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "신고하려는 데이터에 문제가 있습니다. 지원팀에 문의하세요." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "문제가 발생했습니다" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "문제가 발생했습니다. 다시 시도해 주세요" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "문제가 발생했습니다!" msgid "Something went wrong. Please try again in a moment." msgstr "문제가 발생했습니다. 잠시 후 다시 시도해 주세요." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "문제가 발생했습니다. 다시 시도해 주세요." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "문제가 발생했나요? 저희에게 알려주세요." @@ -8327,34 +8442,30 @@ msgstr "죄송합니다. 현재 계정 추천을 불러올 수 없습니다." msgid "Sorry! Your session expired. Please sign in again." msgstr "죄송합니다. 세션이 만료되었습니다. 다시 로그인해 주세요." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "답글 정렬" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "답글 정렬" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "동일한 게시물에 대한 답글을 정렬하는 기준입니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "출처: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "스팸" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "스팸, 과도한 멘션 또는 답글" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "스팸 또는 기타 기만, 사기 행위" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "스팸, 과도한 멘션 또는 답글" msgid "Sports" msgstr "스포츠" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "대화를 시작하면 여기에 표시됩니다." @@ -8403,11 +8514,11 @@ msgstr "<0/> 님의 스타터 팩" msgid "Starter pack by you" msgstr "내 스타터 팩" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "스타터 팩이 유효하지 않음" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "스타터 팩" @@ -8436,8 +8547,8 @@ msgstr "스토리북" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "이의신청 제출" msgid "Submit Appeal" msgstr "이의신청 제출" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "신고 제출" @@ -8463,7 +8574,7 @@ msgstr "구독" #: src/screens/Profile/Sections/Labels.tsx:230 msgid "Subscribe to @{0} to use these labels:" -msgstr "이 라벨을 사용하려면 @{0}을(를) 구독하세요." +msgstr "이 라벨을 사용하려면 @{0}(을)를 구독하세요." #: src/components/activity-notifications/SubscribeProfileDialog.tsx:245 msgid "Subscribe to account activity" @@ -8494,7 +8605,7 @@ msgstr "성공!" msgid "Successfully verified" msgstr "성공적으로 인증했습니다" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "추천 계정" @@ -8506,17 +8617,17 @@ msgstr "추천 계정" msgid "Suggested for you" msgstr "나를 위한 추천" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "외설적" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "일출" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "일몰" @@ -8547,10 +8658,10 @@ msgstr "계정 전환" msgid "Switch to {0}" msgstr "{0}(으)로 전환" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "시스템" @@ -8591,6 +8702,10 @@ msgstr "컨텍스트 메뉴를 닫습니다" msgid "Tap to dismiss" msgstr "탭하여 닫기" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "표적 괴롭힘" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "작업 완료 - 팔로우 10번!" @@ -8620,8 +8735,8 @@ msgstr "본인에 대해 간단히 소개해 주세요" msgid "Tell us a little more" msgstr "좀 더 자세히 알려주세요" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "이용약관" @@ -8637,26 +8752,11 @@ msgstr "이용약관" msgid "Terms of Service" msgstr "서비스 이용약관" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "커뮤니티 기준을 위반하는 용어 사용" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "텍스트 및 태그" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "텍스트 필드" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "텍스트 입력 필드" @@ -8665,10 +8765,6 @@ msgstr "텍스트 입력 필드" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "피드백을 보내주셔서 감사합니다! 피드 운영자에게 전송되었습니다." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "감사합니다. 신고를 전송했습니다." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "이메일 주소를 성공적으로 인증했습니다. 이 대화 상자를 닫아도 됩니다." @@ -8678,7 +8774,7 @@ msgstr "이메일 주소를 성공적으로 인증했습니다. 이 대화 상 msgid "Thanks! You're all set." msgstr "감사합니다! 모든 준비가 완료되었습니다." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "텍스트 파일 내용:" @@ -8699,11 +8795,11 @@ msgstr "이 사용자 이름은 이미 사용 중입니다" msgid "That's all, folks!" msgstr "이상입니다, 여러분!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "그게 다예요!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "차단을 해제하면 이 계정이 나와 상호작용할 수 있게 됩니다." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "앱을 다시 시작합니다" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "이 스레드의 작성자가 이 답글을 숨겼습니다." @@ -8750,11 +8846,11 @@ msgstr "앱에서 더 나은 환경을 경험하세요. 지금 Bluesky를 다운 msgid "The feed has been replaced with Discover." msgstr "피드를 Discover로 교체했습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "내 계정에 다음 라벨이 적용되었습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "내 콘텐츠에 다음 라벨이 적용되었습니다." @@ -8788,7 +8884,7 @@ msgstr "선택한 동영상이 100MB보다 큽니다. 더 작은 파일로 다 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "서버에 문제가 있는 것 같습니다. 잠시 후 다시 시도해 주세요." -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "이 스타터 팩은 유효하지 않습니다. 대신 이 스타터 팩을 삭제할 수 있습니다." @@ -8808,7 +8904,7 @@ msgstr "서비스 이용약관을 다음으로 이동했습니다:" 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 "입력한 인증 코드가 올바르지 않습니다. 올바른 인증 링크를 사용했는지 확인하거나 새 인증 링크를 요청하세요." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "테마" @@ -8827,7 +8923,7 @@ msgstr "Tenor에 연결하는 동안 문제가 발생했습니다." msgid "There was an issue contacting the server" msgstr "서버에 연결하는 동안 문제가 발생했습니다" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도해 주세요." @@ -8836,7 +8932,7 @@ msgstr "서버에 연결하는 동안 문제가 발생했습니다. 인터넷 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "알림을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요." -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "게시물을 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요." @@ -8845,7 +8941,7 @@ msgstr "게시물을 가져오는 동안 문제가 발생했습니다. 다시 msgid "There was an issue fetching the list. Tap here to try again." msgstr "리스트를 가져오는 동안 문제가 발생했습니다. 다시 시도하려면 이곳을 탭하세요." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "앱 비밀번호를 가져오는 동안 문제가 발생했습니다" @@ -8862,11 +8958,6 @@ msgstr "내 서비스 정보를 가져오는 동안 문제가 발생했습니다 msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "이 피드를 삭제하는 동안 문제가 발생했습니다. 인터넷 연결을 확인한 후 다시 시도해 주세요." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "신고를 전송하는 동안 문제가 발생했습니다. 인터넷 연결을 확인해 주세요." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "피드를 업데이트하는 동안 문제가 발생했습니다. 인터 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "피드를 업데이트하는 동안 문제가 발생했습니다. 인터 msgid "There was an issue! {0}" msgstr "문제가 발생했습니다! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "애플리케이션에 예기치 않은 문제가 발생했습니다. 이 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:654 +msgid "These are your default settings" +msgstr "내 기본 설정" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "이 설정은 팔로우 중 피드에만 적용됩니다." @@ -8941,7 +9036,7 @@ msgstr "이 계정은 하나 이상의 검토 리스트에 의해 차단되었 msgid "This action can be undone at any time." msgstr "이 작업은 언제든지 취소할 수 있습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "이 이의신청을 <0>{sourceName}0>에게 보냅니다." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "이 콘텐츠는 {0}에서 호스팅됩니다. 외부 미디어를 사용하시겠습니까?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "관련 사용자 중 한 명이 다른 사용자를 차단했기 때문에 이 콘텐츠를 사용할 수 없습니다." @@ -9006,7 +9101,7 @@ msgstr "앱 비밀번호를 사용하는 동안에는 이 기능을 사용할 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "이 피드는 현재 트래픽이 많아 일시적으로 사용할 수 없습니다. 나중에 다시 시도해 주세요." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "이 피드는 비어 있습니다. 더 많은 사용자를 팔로우하거나 언어 설정을 조정해 보세요." @@ -9020,7 +9115,7 @@ msgstr "이 피드는 비어 있습니다." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "이 피드는 더 이상 온라인 상태가 아닙니다. 대신 <0>Discover0>를 표시합니다." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "이 핸들은 예약되었습니다. 다른 핸들을 사용하세요." @@ -9037,7 +9132,7 @@ msgstr "올바른 링크가 아닙니다" msgid "This label was applied by the author." msgstr "이 라벨은 작성자가 적용했습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "이 라벨은 내가 적용했습니다." @@ -9065,11 +9160,11 @@ msgstr "이 리스트는 비어 있습니다." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "이 검토 서비스는 사용할 수 없습니다. 자세한 내용은 아래를 참조하세요. 이 문제가 지속되면 문의해 주세요." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "이 게시물은 <0>{0}0>에 작성되었다고 주장하지만 Bluesky에서는 <1>{1}1>에 처음 확인되었습니다." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "이 게시물에 알 수 없는 유형의 스레드게이트가 있습니다. 앱이 오래되었을 수 있습니다." @@ -9101,7 +9196,7 @@ msgstr "이 답글은 스레드 하단의 숨겨진 위치에 정렬되며 자 msgid "This service has not provided terms of service or a privacy policy." msgstr "이 서비스는 서비스 이용약관이나 개인정보 처리방침을 제공하지 않습니다." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "이 도메인에 레코드가 추가됩니다:" @@ -9113,7 +9208,7 @@ msgstr "이 절차는 몇 분 정도 소요됩니다." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "이 사용자는 표시 이름이 없으므로 인증할 수 없습니다." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "이 사용자는 팔로워가 없습니다." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "이 사용자는 나를 차단했습니다" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "이 사용자는 나를 차단했습니다. 이 사용자의 콘텐츠를 볼 수 없습니다." @@ -9142,17 +9237,17 @@ msgstr "이 사용자는 내가 뮤트한 <0>{0}0> 리스트에 포함되어 msgid "This user is new here. Press for more info about when they joined." msgstr "이 사용자는 새로 가입했습니다. 언제 가입했는지 자세한 정보를 보려면 누르세요." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "이 사용자는 아무도 팔로우하지 않았습니다." #: src/components/dialogs/MutedWords.tsx:440 msgid "This will delete \"{0}\" from your muted words. You can always add it back later." -msgstr "뮤트한 단어에서 \"{0}\"을(를) 삭제합니다. 나중에 언제든지 다시 추가할 수 있습니다." +msgstr "뮤트한 단어에서 ‘{0}’(을)를 삭제합니다. 나중에 언제든지 다시 추가할 수 있습니다." #: src/screens/Settings/Settings.tsx:658 msgid "This will remove @{0} from the quick access list." -msgstr "빠른 액세스 목록에서 @{0}을(를) 제거합니다." +msgstr "빠른 액세스 목록에서 @{0}(을)를 제거합니다." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:769 msgid "This will remove your post from this quote post for all users, and replace it with a placeholder." @@ -9168,7 +9263,7 @@ msgstr "스레드 옵션" msgid "Thread preferences" msgstr "스레드 설정" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "스레드 설정" @@ -9181,6 +9276,10 @@ msgstr "스레드" msgid "Threads Preferences" msgstr "스레드 설정" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "위협 또는 선동" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "남은 시간: {0, plural, other {#초}}" @@ -9198,10 +9297,6 @@ msgstr "이메일 2단계 인증을 비활성화하려면 <0>{0}0>에 대한 msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "대화를 신고하려면 대화 화면에서 해당 메시지 중 하나를 신고하세요. 이렇게 하면 운영진이 문제의 맥락을 파악할 수 있습니다." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "이 신고를 누구에게 보내시겠습니까?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "오늘" @@ -9222,8 +9317,8 @@ msgstr "인기" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "인기순" @@ -9231,17 +9326,17 @@ msgstr "인기순" msgid "Topic" msgstr "주제" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "번역" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "트리 뷰" @@ -9253,6 +9348,10 @@ msgstr "인기" msgid "Trending Videos" msgstr "인기 동영상" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "분쟁 유발" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "신뢰는 관계, 커뮤니티, 공유된 맥락에서 비롯되므로 직접 인증을 발행할 수 있는 조직인 <0>신뢰할 수 있는 인증자0> 또한 지원합니다." @@ -9274,7 +9373,7 @@ msgstr "2단계 인증" msgid "Type your message here" msgstr "메시지를 입력하세요" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "유형:" @@ -9294,13 +9393,13 @@ msgstr "서비스에 연결할 수 없습니다. 인터넷 연결을 확인한 #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "서비스에 연결할 수 없습니다. 인터넷 연결을 확인하세요." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "삭제할 수 없음" @@ -9324,27 +9423,27 @@ msgstr "사용할 수 없는 피드 정보" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "차단 해제" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "계정 차단 해제" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "계정을 차단 해제하시겠습니까?" @@ -9369,12 +9468,7 @@ msgstr "재게시 취소" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "재게시 취소 ({0, plural, other {#개}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "언팔로우" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} 님을 언팔로우" @@ -9383,7 +9477,7 @@ msgstr "{0} 님을 언팔로우" msgid "Unfollow account" msgstr "계정 언팔로우" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "사용자를 언팔로우합니다" @@ -9391,7 +9485,7 @@ msgstr "사용자를 언팔로우합니다" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "안타깝게도 현재 미시시피에서는 Bluesky를 이용할 수 없습니다." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "안타깝게도 구독하는 라벨러 중 이 신고 유형을 지원하는 라벨러가 없습니다." @@ -9399,12 +9493,20 @@ msgstr "안타깝게도 구독하는 라벨러 중 이 신고 유형을 지원 msgid "Unknown verifier" msgstr "알 수 없는 인증자" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "라벨이 없는 성인 콘텐츠" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "라벨이 없거나, 학대적이거나 동의받지 않은 성인 콘텐츠" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "좋아요 취소" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "좋아요 취소 ({0, plural, other {#개}})" @@ -9419,8 +9521,8 @@ msgstr "음소거 해제" msgid "Unmute" msgstr "언뮤트" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "{tag} 언뮤트" @@ -9431,7 +9533,7 @@ msgstr "{tag} 언뮤트" msgid "Unmute account" msgstr "계정 언뮤트" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "대화 언뮤트" @@ -9454,8 +9556,8 @@ msgstr "동영상 음소거 해제" msgid "Unpin" msgstr "고정 해제" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "피드 고정 해제" @@ -9464,8 +9566,8 @@ msgstr "피드 고정 해제" msgid "Unpin Feed" msgstr "피드 고정 해제" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "홈에서 고정 해제" @@ -9481,7 +9583,7 @@ msgstr "검토 리스트 고정 해제" #: src/screens/Profile/components/ProfileFeedHeader.tsx:163 msgid "Unpinned {0} from Home" -msgstr "{0}을(를) 홈에서 고정 해제했습니다" +msgstr "{0}(을)를 홈에서 고정 해제했습니다" #: src/screens/ProfileList/components/Header.tsx:75 msgid "Unpinned from your feeds" @@ -9517,13 +9619,6 @@ msgstr "리스트를 구독 취소했습니다" msgid "Unsupported video type: {mimeType}" msgstr "지원되지 않는 동영상 유형: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "원치 않는 성적 콘텐츠" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "리스트에서 <0>{displayName}0> 업데이트" msgid "Update email" msgstr "이메일 변경" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "{domain}(으)로 변경" @@ -9567,7 +9662,7 @@ msgstr "업데이트 중…" msgid "Upload a photo instead" msgstr "대신 사진 업로드하기" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "텍스트 파일 업로드 경로:" @@ -9603,11 +9698,11 @@ msgstr "링크 미리보기 업로드 중…" msgid "Uploading video..." msgstr "동영상 업로드 중…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "앱 비밀번호를 사용하면 계정이나 비밀번호에 대한 전체 접근 권한을 제공하지 않고도 다른 Bluesky 클라이언트에 로그인할 수 있습니다." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "기본 제공자 사용" @@ -9638,19 +9733,19 @@ msgstr "이 비밀번호와 핸들을 사용하여 다른 앱에 로그인하세 msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "KWS나 Bluesky에서 연락해야 할 경우를 대비하여, 계정 이메일 주소 또는 직접 관리하는 다른 실제 이메일 주소를 사용하세요." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "사용자를 차단했습니다" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "사용자 차단됨" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" -msgstr " \"{0}\"에서 차단된 사용자" +msgstr " ‘{0}’에서 차단된 사용자" #: src/components/dms/BlockedByListDialog.tsx:27 msgid "User blocked by list" @@ -9660,7 +9755,7 @@ msgstr "리스트로 사용자 차단됨" msgid "User Blocked by List" msgstr "리스트로 사용자 차단됨" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "나를 차단한 사용자" @@ -9698,15 +9793,15 @@ msgstr "사용자 이름은 하이픈으로 시작하거나 끝날 수 없습니 msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "사용자 이름에는 영문자(a-z), 숫자, 하이픈만 사용할 수 있습니다" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "사용자 이름 또는 이메일 주소" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "<0>@{0}0> 님이 팔로우하는 사용자" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "<0>@{0}0> 님을 팔로우하는 사용자" @@ -9715,15 +9810,7 @@ msgstr "<0>@{0}0> 님을 팔로우하는 사용자" msgid "Users I follow" msgstr "내가 팔로우하는 사용자" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "\"{0}\"에 있는 사용자" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "내가 팔로우하는 사용자" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "값:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "코드 인증" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNS 레코드 인증" @@ -9786,8 +9873,8 @@ msgstr "이메일 인증 대화 상자" msgid "Verify now" msgstr "지금 인증하기" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "텍스트 파일 인증" @@ -9841,15 +9928,15 @@ msgstr "{0} 님의 동영상: {text}" msgid "Video Games" msgstr "비디오 게임" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "동영상 일시 정지됨" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "동영상 재생 중" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "동영상을 찾을 수 없습니다." @@ -9882,11 +9969,11 @@ msgstr "보기" msgid "View {0}'s avatar" msgstr "{0} 님의 아바타 보기" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "{0} 님의 프로필 보기" @@ -9906,16 +9993,11 @@ msgstr "자세한 정보를 위해 블로그 글 보기" msgid "View debug entry" msgstr "디버그 항목 보기" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "세부 정보 보기" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "저작권 위반 신고에 대한 세부 정보 보기" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "전체 스레드 보기" @@ -9960,7 +10042,7 @@ msgstr "{0} 님이 제공하는 라벨링 서비스 보기" msgid "View this user's verifications" msgstr "이 사용자의 인증 보기" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "이 피드를 좋아하는 사용자 보기" @@ -9993,8 +10075,8 @@ msgstr "내가 뮤트한 계정 보기" msgid "View your verifications" msgstr "내 인증 보기" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "전체 이미지를 봅니다" @@ -10002,6 +10084,14 @@ msgstr "전체 이미지를 봅니다" msgid "Views video in immersive mode" msgstr "몰입형 모드로 동영상을 봅니다" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "폭력" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "폭력적이거나 위협적인 콘텐츠" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10060,7 +10150,7 @@ msgstr "계정이 준비될 때까지 {estimatedTime}이 걸릴 것으로 예상 #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:196 msgid "We have partnered with <0>KWS0> to verify that you’re an adult. When you click \"Begin\" below, KWS will check if you have previously verified your age using this email address for other games/services powered by KWS technology. If not, KWS will email you instructions for verifying your age. When you’re done, you'll be brought back to continue using Bluesky." -msgstr "우리는 <0>KWS0>와 제휴하여 귀하가 성인인지 확인합니다. 아래의 \"시작하기\"를 클릭하면 KWS가 이전에 이 이메일 주소를 사용하여 KWS 기술로 구동되는 다른 게임/서비스에서 연령을 인증한 적이 있는지 확인합니다. 그렇지 않은 경우, KWS에서 연령 확인을 위한 지침을 이메일로 발송합니다. 확인이 완료되면 Bluesky를 계속 사용할 수 있는 페이지로 돌아갑니다." +msgstr "우리는 <0>KWS0>와 제휴하여 귀하가 성인인지 확인합니다. 아래의 ‘시작하기’를 클릭하면 KWS가 이전에 이 이메일 주소를 사용하여 KWS 기술로 구동되는 다른 게임/서비스에서 연령을 인증한 적이 있는지 확인합니다. 그렇지 않은 경우, KWS에서 연령 확인을 위한 지침을 이메일로 발송합니다. 확인이 완료되면 Bluesky를 계속 사용할 수 있는 페이지로 돌아갑니다." #: src/components/intents/VerifyEmailIntentDialog.tsx:107 msgid "We have sent another verification email to <0>{0}0>." @@ -10222,11 +10312,12 @@ msgstr "체크 표시를 탭하면 어떤 조직이 인증을 승인했는지 msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "알고리즘 피드에 어떤 언어를 표시하시겠습니까?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "누가 이 게시물과 상호작용할 수 있나요?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "답글을 달 수 있는 사용자" @@ -10249,40 +10340,38 @@ msgstr "이런! 인기 동영상을 불러오지 못했습니다." msgid "Why are you appealing?" msgstr "이의신청하는 이유가 무엇인가요?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "이 콘텐츠를 검토해야 하는 이유는 무엇인가요?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "이 대화를 검토해야 하는 이유는 무엇인가요?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "이 피드를 검토해야 하는 이유는 무엇인가요?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "이 리스트를 검토해야 하는 이유는 무엇인가요?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "이 메시지를 검토해야 하는 이유는 무엇인가요?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "이 게시물을 검토해야 하는 이유는 무엇인가요?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "이 스타터 팩을 검토해야 하는 이유는 무엇인가요?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "이 사용자를 검토해야 하는 이유는 무엇인가요?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "이 사용자를 차단하거나 이 대화를 삭제하시겠습니까?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "예" msgid "Yes, deactivate" msgstr "비활성화" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "이 스타터 팩 삭제하기" @@ -10373,7 +10462,7 @@ msgstr "라이브를 시작할 수 없습니다" msgid "You are not allowed to upload videos." msgstr "동영상을 업로드할 수 없습니다." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "아무도 팔로우하지 않았습니다." @@ -10395,7 +10484,7 @@ msgstr "현재 인증된 상태입니다. 핸들을 변경하면 인증이 해 #: src/screens/Search/modules/ExploreInterestsCard.tsx:45 msgid "You can adjust your interests at any time from \"Content and media\" settings." -msgstr "\"콘텐츠 및 미디어\" 설정에서 언제든지 관심 주제를 조정할 수 있습니다." +msgstr "‘콘텐츠 및 미디어’ 설정에서 언제든지 관심 주제를 조정할 수 있습니다." #: src/view/com/posts/FollowingEmptyState.tsx:63 #: src/view/com/posts/FollowingEndOfFeed.tsx:64 @@ -10445,17 +10534,13 @@ msgstr "계정을 재활성화하여 로그인을 계속할 수 있습니다. msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "이미지는 최대 {MAX_IMAGES, plural, other {#개}}까지 선택할 수 있습니다." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "<0>설정 → 검토 → 상호작용 설정0>에서 기본 상호작용 설정을 변경할 수 있습니다." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "나중에 설정에서 변경할 수 있습니다." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "팔로워가 없습니다." @@ -10467,6 +10552,10 @@ msgstr "@{name} 님을 팔로우하는 사용자를 팔로우하고 있지 않 msgid "You don't have any chat requests at the moment." msgstr "지금은 대화 요청이 없습니다." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "아직 리스트가 없습니다." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "고정한 피드가 없습니다." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "이 사용자를 차단했습니다" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "이 사용자를 차단했습니다. 해당 사용자의 콘텐츠를 볼 수 없습니다." @@ -10495,7 +10584,7 @@ msgstr "답글, 인용, 멘션 알림을 완전히 비활성화했으므로 이 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "잘못된 코드를 입력했습니다. XXXXX-XXXXX와 같은 형식이어야 합니다." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "내가 이 게시물을 숨겼습니다" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "내가 이 게시물을 숨겼습니다." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "내가 이 계정을 뮤트했습니다." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "내가 이 사용자를 뮤트했습니다" @@ -10531,11 +10620,11 @@ msgstr "스타터 팩이 없습니다." #: src/view/screens/ModerationBlockedAccounts.tsx:164 msgid "You have not blocked any accounts yet. To block an account, go to their profile and select \"Block account\" from the menu on their account." -msgstr "아직 어떤 계정도 차단하지 않았습니다. 계정을 차단하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 \"계정 차단\"을 선택하세요." +msgstr "아직 어떤 계정도 차단하지 않았습니다. 계정을 차단하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 ‘계정 차단’을 선택하세요." #: src/view/screens/ModerationMutedAccounts.tsx:177 msgid "You have not muted any accounts yet. To mute an account, go to their profile and select \"Mute account\" from the menu on their account." -msgstr "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 \"계정 뮤트\"를 선택하세요." +msgstr "아직 어떤 계정도 뮤트하지 않았습니다. 계정을 뮤트하려면 해당 계정의 프로필로 이동하여 계정 메뉴에서 ‘계정 뮤트’를 선택하세요." #: src/components/Lists.tsx:57 msgid "You have reached the end" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "아직 어떤 단어나 태그도 뮤트하지 않았습니다" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "내가 이 답글을 숨겼습니다." @@ -10574,11 +10663,11 @@ msgstr "나는 {timeAgoString} 전에 Bluesky에 가입했습니다" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "나는 {timeAgoString} 전에 스타터 팩을 사용하여 Bluesky에 가입했습니다" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "비셀프 라벨이 잘못 지정되었다고 생각되면 이의신청할 수 있습니다." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "이 라벨이 잘못 지정되었다고 생각되면 이의신청할 수 있습니다." @@ -10614,10 +10703,6 @@ msgstr "이 화면을 보려면 먼저 연령 확인을 완료해야 합니다." msgid "You must grant access to your photo library to save a QR code" msgstr "QR 코드를 저장하려면 사진 보관함에 대한 접근 권한을 부여해야 합니다" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "신고하려면 라벨을 하나 이상 선택해야 합니다" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10633,7 +10718,7 @@ msgstr "이메일 2단계 인증을 사용하려면 이메일 주소를 인증 #: src/screens/Deactivated.tsx:128 msgid "You previously deactivated @{0}." -msgstr "이전에 @{0}을(를) 비활성화했습니다." +msgstr "이전에 @{0}(을)를 비활성화했습니다." #: src/screens/Settings/Settings.tsx:404 msgid "You probably want to restart the app now." @@ -10666,7 +10751,7 @@ msgstr "이제 이 스레드에 대한 알림을 받습니다" #: src/screens/Login/SetNewPasswordForm.tsx:108 msgid "You will receive an email with a \"reset code.\" Enter that code here, then enter your new password." -msgstr "\"재설정 코드\"가 포함된 이메일을 받게 되면 여기에 해당 코드를 입력한 다음 새 비밀번호를 입력하세요." +msgstr "‘재설정 코드’가 포함된 이메일을 받게 되면 여기에 해당 코드를 입력한 다음 새 비밀번호를 입력하세요." #: src/screens/Messages/components/ChatListItem.tsx:157 msgid "You: {0}" @@ -10717,8 +10802,12 @@ msgstr "준비가 끝났습니다!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "앱 비밀번호로 로그인한 상태입니다. 계정 비활성화를 계속하려면 원래 비밀번호로 로그인하세요." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "해당 라벨에 대해 이미 이의를 제기했으며, 현재 검토 팀에서 검토 중입니다." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "이 글에서 단어 또는 태그를 숨기도록 설정했습니다." @@ -10750,7 +10839,7 @@ msgstr "동영상 업로드 일일 한도에 도달했습니다 (용량이 너 msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "동영상 업로드 일일 한도에 도달했습니다 (동영상 수가 너무 많음)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "시청할 동영상이 부족합니다. 잠시 쉬는 건 어떠신가요?" @@ -10772,7 +10861,7 @@ msgstr "내 계정은 아직 동영상을 업로드할 수 없습니다. 나중 #: src/screens/Settings/components/ExportCarDialog.tsx:67 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\" 파일로 다운로드할 수 있습니다. 이 파일에는 이미지와 같은 미디어 임베드나 별도로 가져와야 하는 비공개 데이터는 포함되지 않습니다." +msgstr "모든 공개 데이터 레코드가 포함된 계정 저장소를 ‘CAR’ 파일로 다운로드할 수 있습니다. 이 파일에는 이미지와 같은 미디어 임베드나 별도로 가져와야 하는 비공개 데이터는 포함되지 않습니다." #: src/screens/Takendown.tsx:223 msgid "Your account was found to be in violation of the <0>Bluesky Social Terms of Service0>. 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." @@ -10786,7 +10875,7 @@ msgstr "이의신청을 제출했습니다. 이의신청이 받아들여지면 msgid "Your birth date" msgstr "생년월일" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "브라우저가 이 동영상 형식을 지원하지 않습니다. 다른 브라우저를 사용하세요." @@ -10798,7 +10887,7 @@ msgstr "대화가 사용 중지되었습니다" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "선택한 항목은 앞으로 클릭할 링크에도 적용되며 설정에서 언제든지 변경할 수 있습니다." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "현재 핸들 <0>{0}0>은 자동으로 예약된 상태로 유지됩니다. 이 계정에서 언제든지 다시 전환할 수 있습니다." @@ -10827,7 +10916,7 @@ msgstr "내 이메일이 아직 인증되지 않았습니다. Bluesky의 모든 msgid "Your first like!" msgstr "첫 좋아요!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "내 팔로워" @@ -10905,14 +10994,10 @@ msgstr "내 프로필, 게시물, 피드, 리스트가 더 이상 다른 Bluesky msgid "Your reply was sent" msgstr "답글을 보냈습니다" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "신고를 <0>{0}0>에게 보냅니다." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "신고를 Bluesky Moderation Service에게 보냅니다." - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "선택한 관심 주제는 사용자가 관심 있는 콘텐츠를 제공하는 데 도움을 줍니다." diff --git a/src/locale/locales/lt/messages.po b/src/locale/locales/lt/messages.po index 51d3eab4c0..d2d3aff8d9 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -108,15 +108,15 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -398,7 +402,7 @@ msgstr "" msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "" @@ -490,7 +494,7 @@ msgstr "" msgid "<0>{0}0> is included in your starter pack" msgstr "" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:346 msgid "<0>{0}0> members" msgstr "" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -597,7 +605,7 @@ msgid "Account" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "" @@ -627,11 +635,15 @@ msgstr "" msgid "Account options" msgstr "" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "" msgid "Add {displayName} to starter pack" msgstr "" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "" msgid "Add the default feed of only people you follow" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "" @@ -846,11 +862,15 @@ msgstr "" msgid "Adult content is disabled." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "" @@ -903,6 +923,10 @@ msgstr "" msgid "Allow access to your direct messages" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:431 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,15 +942,27 @@ msgstr "" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:617 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:579 +msgid "Allow users in {0} to reply" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:470 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:562 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "" @@ -1052,8 +1091,6 @@ msgstr "" #: src/components/hooks/useFollowMethods.ts:50 #: src/components/ProfileCard.tsx:484 #: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 msgid "An issue occurred, please try again." msgstr "" @@ -1062,14 +1099,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:367 msgid "and" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,13 +1133,12 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:129 +msgid "Anybody can interact" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:437 +msgid "Anyone" msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 @@ -1118,7 +1162,7 @@ msgstr "" msgid "App Password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "" @@ -1141,20 +1185,20 @@ msgid "App passwords" msgstr "" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1221,7 @@ msgid "Appeal this decision" msgstr "" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1237,24 @@ msgstr "" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "" @@ -1252,7 +1296,7 @@ msgstr "" msgid "Art" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "" @@ -1269,7 +1313,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,10 +1328,10 @@ msgstr "" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 #: src/screens/Login/LoginForm.tsx:310 @@ -1308,6 +1352,14 @@ msgstr "" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1375,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1408,17 @@ msgid "Birthday" msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1434,10 @@ msgstr "" msgid "Block accounts" msgstr "" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "" @@ -1402,15 +1450,19 @@ msgstr "" msgid "Block these accounts?" msgstr "" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "" @@ -1449,25 +1501,25 @@ msgstr "" msgid "Blog" msgstr "" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1565,10 @@ msgstr "" msgid "Books" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "" @@ -1560,13 +1616,13 @@ msgid "Business" msgstr "" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,13 +1668,14 @@ msgstr "" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 @@ -1659,9 +1716,9 @@ msgstr "" msgid "Cancel search" msgstr "" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "" @@ -1697,7 +1754,7 @@ msgstr "" msgid "Change Handle" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" @@ -1710,7 +1767,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1800,8 @@ msgstr "" msgid "Chat" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1814,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "" @@ -1769,7 +1830,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1842,7 @@ msgstr "" msgid "Chat Settings" msgstr "" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "" @@ -1805,6 +1866,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "" @@ -1833,7 +1902,7 @@ msgstr "" msgid "Choose this color as your avatar" msgstr "" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1951,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1980,11 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,8 +1995,8 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 +#: src/components/WhoCanReply.tsx:229 +#: src/components/WhoCanReply.tsx:236 #: src/screens/Settings/components/ChangePasswordDialog.tsx:286 #: src/screens/Settings/components/ChangePasswordDialog.tsx:291 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 @@ -1943,7 +2006,7 @@ msgid "Close" msgstr "" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "" @@ -2027,7 +2090,7 @@ msgid "Collapses list of users for a given notification" msgstr "" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "" @@ -2184,14 +2247,18 @@ msgid "Content Languages" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "" @@ -2212,7 +2279,7 @@ msgstr "" msgid "Continue" msgstr "" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "" @@ -2236,8 +2303,8 @@ msgstr "" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "" @@ -2254,7 +2321,7 @@ msgstr "" msgid "Copied build version to clipboard" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2330,7 @@ msgstr "" msgid "Copied to clipboard" msgstr "" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "" @@ -2290,23 +2357,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "" @@ -2331,12 +2398,12 @@ msgstr "" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "" @@ -2354,7 +2421,7 @@ msgstr "" msgid "Copy QR code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "" @@ -2377,8 +2444,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "" @@ -2392,7 +2459,7 @@ msgstr "" msgid "Could not load list" msgstr "" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "" @@ -2476,8 +2543,9 @@ msgstr "" msgid "Create new account" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "" @@ -2490,7 +2558,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "" @@ -2503,8 +2571,8 @@ msgstr "" msgid "Culture" msgstr "" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "" @@ -2512,18 +2580,22 @@ msgstr "" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "" @@ -2536,7 +2608,7 @@ msgstr "" msgid "Dark mode" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "" @@ -2558,7 +2630,11 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "" @@ -2566,14 +2642,14 @@ msgstr "" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "" @@ -2586,16 +2662,16 @@ msgstr "" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2679,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "" @@ -2623,11 +2699,11 @@ msgstr "" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "" @@ -2641,12 +2717,12 @@ msgstr "" msgid "Delete post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "" @@ -2709,11 +2785,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:215 msgid "Dialog: adjust who can interact with this post" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "" @@ -2735,6 +2811,14 @@ msgstr "" msgid "Disable haptic feedback" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:609 +msgid "Disable quote posts of this post." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "" @@ -2778,7 +2862,7 @@ msgstr "" msgid "Discover new custom feeds" msgstr "" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "" @@ -2817,8 +2901,8 @@ msgstr "" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "" @@ -2830,7 +2914,7 @@ msgstr "" msgid "Does not include nudity." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "" @@ -2853,19 +2937,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2975,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2988,10 @@ msgstr "" msgid "Download CAR file" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "" @@ -2943,9 +3032,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3102,24 @@ msgstr "" msgid "Edit People" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:100 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:246 msgid "Edit post interaction settings" msgstr "" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "" @@ -3034,7 +3127,7 @@ msgstr "" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:109 msgid "Edit who can reply" msgstr "" @@ -3085,7 +3178,7 @@ msgstr "" msgid "Email Verified" msgstr "" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "" @@ -3100,7 +3193,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3141,6 +3234,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:610 +msgid "Enable quote posts of this post." +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "" @@ -3258,22 +3355,18 @@ msgstr "" msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:82 msgid "Everybody can reply" msgstr "" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:272 msgid "Everybody can reply to this post." msgstr "" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "" @@ -3282,16 +3375,6 @@ msgstr "" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "" @@ -3328,7 +3411,7 @@ msgstr "" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3431,7 @@ msgstr "" msgid "Expires {0}" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3490,17 @@ msgstr "" msgid "External Media Preferences" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3508,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "" @@ -3438,13 +3525,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "" @@ -3452,7 +3539,7 @@ msgstr "" msgid "Failed to delete post, please try again" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "" @@ -3465,10 +3552,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "" @@ -3498,14 +3585,14 @@ msgstr "" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "" @@ -3519,7 +3606,7 @@ msgid "Failed to pin post" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3622,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "" @@ -3557,7 +3645,7 @@ msgstr "" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "" @@ -3606,6 +3694,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "" @@ -3623,7 +3719,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3731,8 @@ msgstr "" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "" @@ -3696,7 +3792,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3809,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3821,7 @@ msgstr "" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3837,17 @@ msgstr "" msgid "Fitness" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3765,22 +3861,17 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3813,12 +3904,7 @@ msgstr "" #. User is not following this account, click to follow back #: src/components/ProfileCard.tsx:518 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 msgid "Follow back" msgstr "" @@ -3856,8 +3942,8 @@ msgstr "" #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 msgid "Following" msgstr "" @@ -3868,11 +3954,11 @@ msgid "Following" msgstr "" #: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 msgid "Following {0}" msgstr "" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3980,11 @@ msgstr "" msgid "Follows You" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "" @@ -3919,7 +4005,7 @@ msgstr "" msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "" @@ -3953,12 +4039,7 @@ msgstr "" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4092,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4108,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,9 +4133,8 @@ msgstr "" msgid "Give your profile a face" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 @@ -4067,8 +4147,8 @@ msgstr "" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4159,13 @@ msgstr "" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "" @@ -4146,23 +4223,35 @@ msgstr "" msgid "Go to next" msgstr "" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4262,7 @@ msgstr "" msgid "Handle" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "" @@ -4182,7 +4271,7 @@ msgstr "" msgid "Handle changed!" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "" @@ -4190,9 +4279,16 @@ msgstr "" msgid "Haptics" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" msgstr "" #: src/Navigation.tsx:539 @@ -4203,6 +4299,10 @@ msgstr "" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4314,8 @@ msgstr "" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "" @@ -4238,7 +4338,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4348,7 @@ msgstr "" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4269,6 +4369,10 @@ msgstr "" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:513 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4320,7 +4424,7 @@ msgstr "" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,7 +4469,7 @@ msgstr "" msgid "Home" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "" @@ -4383,6 +4487,10 @@ msgstr "" msgid "How should we open this link?" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4543,7 @@ msgstr "" msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4551,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "" @@ -4461,29 +4564,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,11 +4605,6 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" @@ -4541,7 +4634,7 @@ msgstr "" msgid "Input the code which has been emailed to you" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:130 msgid "Interaction limited" msgstr "" @@ -4562,7 +4655,7 @@ msgstr "" msgid "Invalid 2FA confirmation code." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "" @@ -4571,7 +4664,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4719,8 @@ msgstr "" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "" @@ -4657,20 +4750,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "" @@ -4678,11 +4771,11 @@ msgstr "" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "" @@ -4696,7 +4789,7 @@ msgstr "" msgid "Languages" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "" @@ -4736,12 +4829,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4866,8 @@ msgstr "" msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "" @@ -4787,10 +4880,10 @@ msgstr "" msgid "Leave chat" msgstr "" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "" @@ -4822,9 +4915,9 @@ msgstr "" msgid "Let's go!" msgstr "" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "" @@ -4833,12 +4926,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4948,7 @@ msgstr "" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "" @@ -4880,7 +4973,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +4996,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "" @@ -5021,12 +5114,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "" @@ -5041,6 +5134,14 @@ msgstr "" msgid "Load new posts" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:556 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:259 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "" @@ -5049,15 +5150,19 @@ msgstr "" msgid "Log" msgstr "" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "" @@ -5113,8 +5218,8 @@ msgstr "" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "" @@ -5132,7 +5237,7 @@ msgstr "" msgid "Media" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" @@ -5140,14 +5245,10 @@ msgstr "" msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:313 msgid "mentioned users" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5264,7 @@ msgstr "" msgid "Message {0}" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "" @@ -5172,7 +5273,7 @@ msgstr "" msgid "Message deleted" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5290,7 @@ msgstr "" msgid "Message is too long" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,23 +5298,21 @@ msgstr "" msgid "Messages" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" msgstr "" #: src/Navigation.tsx:177 @@ -5273,12 +5372,12 @@ msgid "Moderation tools" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:104 +#: src/view/shell/desktop/Feeds.tsx:114 msgid "More feeds" msgstr "" @@ -5315,8 +5414,8 @@ msgctxt "video" msgid "Mute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5431,8 @@ msgstr "" msgid "Mute accounts" msgstr "" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "" @@ -5396,7 +5495,7 @@ msgstr "" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "" @@ -5421,17 +5520,6 @@ msgstr "" msgid "Name" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5455,20 +5543,16 @@ msgstr "" msgid "Navigates to your profile" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "" @@ -5476,7 +5560,7 @@ msgstr "" msgid "New" msgstr "" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" @@ -5574,8 +5658,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "" @@ -5603,11 +5687,6 @@ msgstr "" msgid "Next" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "" @@ -5616,12 +5695,12 @@ msgstr "" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "" @@ -5647,7 +5726,7 @@ msgid "No likes yet" msgstr "" #: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 msgid "No longer following {0}" msgstr "" @@ -5671,7 +5750,7 @@ msgstr "" msgid "No one" msgstr "" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:296 msgid "No one but the author can quote this post." msgstr "" @@ -5701,7 +5780,7 @@ msgstr "" msgid "No results" msgstr "" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5798,7 @@ msgstr "" msgid "No results found for {query}" msgstr "" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5811,7 @@ msgstr "" msgid "No thanks" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 msgid "Nobody" msgstr "" @@ -5753,6 +5832,10 @@ msgstr "" msgid "Nobody was found. Try searching for someone else." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "" @@ -5843,16 +5926,11 @@ msgstr "" msgid "Now" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5951,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "" @@ -5916,7 +5994,7 @@ msgstr "" msgid "Only .jpg and .png files are supported" msgstr "" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:276 msgid "Only {0} can reply." msgstr "" @@ -5941,7 +6019,7 @@ msgstr "" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6038,7 @@ msgstr "" msgid "Open conversation options" msgstr "" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6051,8 @@ msgstr "" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "" @@ -6015,7 +6093,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "" @@ -6032,8 +6110,8 @@ msgstr "" msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:146 +msgid "Opens a dialog to choose who can interact with this post" msgstr "" #: src/screens/Log.tsx:83 @@ -6108,19 +6186,10 @@ msgstr "" msgid "Opens this profile" msgstr "" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "" @@ -6145,21 +6214,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6225,12 +6323,20 @@ msgstr "" msgid "People following @{0}" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6353,12 @@ msgstr "" msgid "Photography" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6372,7 @@ msgstr "" msgid "Pin to home" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "" @@ -6275,7 +6381,7 @@ msgstr "" msgid "Pin to your profile" msgstr "" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "" @@ -6302,7 +6408,7 @@ msgstr "" msgid "Play {0}" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "" @@ -6327,7 +6433,7 @@ msgstr "" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6425,7 +6531,7 @@ msgstr "" msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "" @@ -6446,11 +6552,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6579,7 @@ msgstr "" msgid "Politics" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "" @@ -6512,24 +6618,24 @@ msgstr "" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:666 msgid "Post interaction settings" msgstr "" @@ -6614,13 +6720,8 @@ msgstr "" msgid "Primary Language" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "" @@ -6652,6 +6753,10 @@ msgstr "" msgid "Privacy Policy" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "" @@ -6678,6 +6783,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:155 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "" @@ -6714,7 +6827,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6877,6 @@ msgstr "" msgid "Quote posts disabled" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6884,11 @@ msgstr "" msgid "Quotes" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6914,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6958,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6983,11 @@ msgid "Reconnect" msgstr "" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7051,8 @@ msgstr "" msgid "Remove feed?" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7193,11 @@ msgstr "" msgid "Replies" msgstr "" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:84 msgid "Replies disabled" msgstr "" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:274 msgid "Replies to this post are disabled." msgstr "" @@ -7102,17 +7207,17 @@ msgid "Reply" msgstr "" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "" @@ -7120,11 +7225,7 @@ msgstr "" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:398 msgid "Reply settings are chosen by the author of the thread" msgstr "" @@ -7141,7 +7242,7 @@ msgstr "" msgid "Reply was successfully hidden" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7253,21 @@ msgstr "" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "" @@ -7176,7 +7276,7 @@ msgstr "" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "" @@ -7185,48 +7285,41 @@ msgstr "" msgid "Report post" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "" @@ -7250,7 +7343,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "" @@ -7277,7 +7370,7 @@ msgstr "" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "" @@ -7360,7 +7453,7 @@ msgstr "" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 @@ -7382,14 +7475,14 @@ msgstr "" msgid "Retry" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "" @@ -7399,8 +7492,8 @@ msgstr "" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "" @@ -7412,8 +7505,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:654 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7523,7 @@ msgstr "" msgid "Save" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "" @@ -7459,8 +7552,13 @@ msgstr "" msgid "Save QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:636 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "" @@ -7492,16 +7590,20 @@ msgstr "" msgid "Say hello!" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7615,7 @@ msgstr "" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "" @@ -7553,11 +7655,11 @@ msgstr "" msgid "Search for feeds that you want to suggest to others." msgstr "" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7712,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7750,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7767,15 @@ msgstr "" msgid "Select a color" msgstr "" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7807,14 @@ msgstr "" msgid "Select from an existing account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:534 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:536 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "" @@ -7727,14 +7841,10 @@ msgstr "" msgid "Select languages" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7862,6 @@ msgstr "" msgid "Select the {emojiName} emoji as your avatar" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7891,7 @@ msgstr "" msgid "Select your preferred language for translations in your feed." msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7899,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "" @@ -7818,7 +7928,7 @@ msgstr "" msgid "Send message" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7936,7 @@ msgstr "" msgid "Send post to..." msgstr "" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7957,7 @@ msgstr "" msgid "Sends email with confirmation code for account deletion" msgstr "" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "" @@ -7874,10 +7973,18 @@ msgstr "" msgid "Set new password" msgstr "" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:461 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:411 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "" @@ -7938,7 +8045,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "" @@ -7953,7 +8060,7 @@ msgstr "" msgid "Share" msgstr "" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "" @@ -7996,7 +8103,7 @@ msgstr "" msgid "Share QR code" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8119,8 @@ msgstr "" #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8134,7 @@ msgstr "" msgid "Shared Preferences Tester" msgstr "" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8147,8 @@ msgstr "" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "" @@ -8067,6 +8174,10 @@ msgstr "" msgid "Show list anyway" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:514 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "" @@ -8080,7 +8191,7 @@ msgstr "" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8209,6 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8232,7 @@ msgstr "" msgid "Show warning and filter from feeds" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8240,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8160,11 +8267,11 @@ msgstr "" msgid "Sign in" msgstr "" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "" @@ -8177,7 +8284,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8350,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "" @@ -8268,7 +8375,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:85 msgid "Some people can reply" msgstr "" @@ -8280,7 +8387,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8396,13 @@ msgid "Something went wrong" msgstr "" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8416,11 @@ msgstr "" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,33 +8433,29 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" msgstr "" #: src/lib/interests.ts:72 @@ -8362,7 +8464,7 @@ msgstr "" msgid "Sports" msgstr "" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8505,11 @@ msgstr "" msgid "Starter pack by you" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "" @@ -8436,8 +8538,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8553,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8596,7 @@ msgstr "" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8608,17 @@ msgstr "" msgid "Suggested for you" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8649,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "" @@ -8591,6 +8693,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8726,8 @@ msgstr "" msgid "Tell us a little more" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "" @@ -8637,26 +8743,11 @@ msgstr "" msgid "Terms of Service" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "" @@ -8665,10 +8756,6 @@ msgstr "" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "" @@ -8678,7 +8765,7 @@ msgstr "" msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "" @@ -8699,11 +8786,11 @@ msgstr "" msgid "That's all, folks!" msgstr "" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "" @@ -8714,7 +8801,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "" @@ -8750,11 +8837,11 @@ msgstr "" msgid "The feed has been replaced with Discover." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "" @@ -8784,11 +8871,11 @@ msgid "The selected video is larger than 100 MB. Please try again with a smalle msgstr "" #: src/lib/hooks/useCleanError.ts:40 -#: src/lib/strings/errors.ts:18 +#: src/lib/strings/errors.ts:19 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "" @@ -8808,7 +8895,7 @@ msgstr "" 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 "" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "" @@ -8827,7 +8914,7 @@ msgstr "" msgid "There was an issue contacting the server" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -8836,7 +8923,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "" @@ -8845,7 +8932,7 @@ msgstr "" msgid "There was an issue fetching the list. Tap here to try again." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "" @@ -8862,11 +8949,6 @@ msgstr "" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8960,9 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8972,7 @@ msgstr "" msgid "There was an issue! {0}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:224 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +8995,10 @@ msgstr "" 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:641 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "" @@ -8941,7 +9027,7 @@ msgstr "" msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "" @@ -8970,7 +9056,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -8998,7 +9084,7 @@ msgstr "" msgid "This feature is not available while using an app password. Please sign in with your main password." msgstr "" -#: src/lib/strings/errors.ts:21 +#: src/lib/strings/errors.ts:22 msgid "This feature is not available while using an App Password. Please sign in with your main password." msgstr "" @@ -9006,7 +9092,7 @@ msgstr "" msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" @@ -9020,7 +9106,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "" @@ -9037,7 +9123,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "" @@ -9065,11 +9151,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:267 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9187,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "" @@ -9122,7 +9208,7 @@ msgid "This user has blocked you" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -9168,7 +9254,7 @@ msgstr "" msgid "Thread preferences" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "" @@ -9181,6 +9267,10 @@ msgstr "" msgid "Threads Preferences" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,14 +9288,14 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:516 +msgid "Toggle showing lists" +msgstr "" + #: src/screens/Moderation/index.tsx:398 msgid "Toggle to enable or disable adult content" msgstr "" @@ -9222,8 +9312,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9321,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9343,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9368,7 @@ msgstr "" msgid "Type your message here" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "" @@ -9283,7 +9377,7 @@ msgid "Unable to access location. You'll need to visit your system settings to e msgstr "" #: src/lib/hooks/useCleanError.ts:27 -#: src/lib/strings/errors.ts:11 +#: src/lib/strings/errors.ts:12 msgid "Unable to connect. Please check your internet connection and try again." msgstr "" @@ -9300,7 +9394,7 @@ msgstr "" msgid "Unable to contact your service. Please check your Internet connection." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "" @@ -9324,27 +9418,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "" @@ -9369,12 +9463,7 @@ msgstr "" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "" @@ -9383,7 +9472,7 @@ msgstr "" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9480,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9488,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9516,8 @@ msgstr "" msgid "Unmute" msgstr "" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9528,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "" @@ -9454,8 +9551,8 @@ msgstr "" msgid "Unpin" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9561,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "" @@ -9517,13 +9614,6 @@ msgstr "" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9630,8 @@ msgstr "" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "" @@ -9567,7 +9657,7 @@ msgstr "" msgid "Upload a photo instead" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "" @@ -9603,11 +9693,11 @@ msgstr "" msgid "Uploading video..." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "" @@ -9638,17 +9728,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "" @@ -9660,7 +9750,7 @@ msgstr "" msgid "User Blocked by List" msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "" @@ -9702,11 +9792,11 @@ msgstr "" msgid "Username or email address" msgstr "" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:330 msgid "users followed by <0>@{0}0>" msgstr "" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:317 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9805,7 @@ msgstr "" msgid "Users I follow" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "" @@ -9767,8 +9849,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "" @@ -9786,8 +9868,8 @@ msgstr "" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "" @@ -9841,15 +9923,15 @@ msgstr "" msgid "Video Games" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "" @@ -9883,9 +9965,9 @@ msgid "View {0}'s avatar" msgstr "" #: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 +#: src/screens/VideoFeed/index.tsx:797 #: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "View {0}'s profile" msgstr "" @@ -9906,16 +9988,11 @@ msgstr "" msgid "View debug entry" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "" @@ -9960,7 +10037,7 @@ msgstr "" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "" @@ -9993,8 +10070,8 @@ msgstr "" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10079,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10307,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:219 msgid "Who can interact with this post?" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:407 +#: src/components/WhoCanReply.tsx:109 msgid "Who can reply" msgstr "" @@ -10249,40 +10335,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10404,7 @@ msgstr "" msgid "Yes, deactivate" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "" @@ -10445,10 +10529,6 @@ msgstr "" msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 @@ -10467,6 +10547,10 @@ msgstr "" msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:570 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "" @@ -10480,8 +10564,8 @@ msgid "You have blocked this user" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "" @@ -10495,7 +10579,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "" @@ -10504,11 +10588,11 @@ msgid "You have hidden this post." msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "" @@ -10558,7 +10642,7 @@ msgid "You haven't muted any words or tags yet" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "" @@ -10574,11 +10658,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "" @@ -10614,10 +10698,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10797,12 @@ msgstr "" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "" @@ -10750,7 +10834,7 @@ msgstr "" msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10870,7 @@ msgstr "" msgid "Your birth date" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "" @@ -10798,7 +10882,7 @@ msgstr "" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10911,7 @@ msgstr "" msgid "Your first like!" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:476 msgid "Your followers" msgstr "" @@ -10905,14 +10989,10 @@ msgstr "" msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/ne/messages.po b/src/locale/locales/ne/messages.po index 30a1e4bcae..77ab0636e3 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Nepali\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {अनुगामी} other {अनुगामीह msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {अनुगमन गरिरहेको} other {अनुगमन गरिरहेका}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {मन पराइएको} other {मन पराइएका}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {मन पराइएको} other {मन परा msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {पोष्ट} other {पोष्टहरू}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {उद्धरण} other {उद्धरणहरू}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {पुन: पोष्ट} other {पुन: पोष्टहरू}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {घण्टा} other {घण्टा msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {मिनेट} other {मिनेटहरू}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> ले तपाईंलाई अनुसरण गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> ले तपाईंको कस्टम फिडलाई मन पराए" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> ले तपाईंको पोस्टलाई मन पराए" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> ले तपाईंको पोस्टलाई पुन: पोस्ट गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} र <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> ले तपाईंको स्टार्टर प्याकबाट साइन अप गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} ले तपाईंलाई अनुसरण गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} ले तपाईंलाई पुनः अनुसरण गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} ले तपाईंको कस्टम फिडलाई मन पराए" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} ले तपाईंको पोस्टलाई मन पराए" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} ले तपाईंको पोस्टलाई पुन: पोस्ट गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} ले तपाईंको स्टार्टर प्याकबाट साइन अप गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंलाई अनुसरण गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंको कस्टम फिडलाई मन पराए" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंको पोस्टलाई मन पराए" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंको पोस्टलाई पुन: पोस्ट गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} र {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} ले तपाईंको स्टार्टर प्याकबाट साइन अप गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} ले तपाईंलाई पछ्याए" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} ले तपाईंलाई फिर्ता पछ्याए" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} ले तपाईंको कस्टम फिडलाई मन पराए" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} ले तपाईंको पोस्टलाई मन पराए" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} ले तपाईंको पोस्टलाई पुन: पोस्ट गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} ले तपाईंको स्टार्टर प्याकबाट साइन अप गरे" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} पछ्याउँदै छन्" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> र<1> 1><2>{1} 2> तपाईंको स्टार msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> तपाईंको स्टार्टर प्याकमा समावेश छ" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> सदस्यहरू" @@ -515,7 +519,7 @@ msgstr "⚠अवैध ह्यान्डल" msgid "24 hours" msgstr "२४ घण्टा" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "२एफए पुष्टि" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "बारेमा" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "पहुँचयोग्यता सेटिङ्स" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "खाता" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "खाता म्यूट गरिएको छ" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "खाता म्यूट गरिएको छ" @@ -627,11 +635,15 @@ msgstr "सूचीद्वारा खाता म्यूट गरिए msgid "Account options" msgstr "खाताको विकल्पहरू" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "खाता छिटो पहुँचबाट हटाइएको छ" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "जारी राख्न {0} थप्नुहोस्" msgid "Add {displayName} to starter pack" msgstr "स्टार्टर प्याकमा {displayName} थप्नुहोस्" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "सामग्री चेतावनी थप्नुहोस्" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "एप पासवर्ड थप्नुहोस्" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "एप पासवर्ड थप्नुहोस्" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "आफ्नो स्टार्टर प्याकमा केह msgid "Add the default feed of only people you follow" msgstr "तपाईंले पछ्याएका व्यक्तिहरूको डिफल्ट फिड थप्नुहोस्" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "तपाईंको डोमेनमा निम्न DNS रेकर्ड थप्नुहोस्:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "वयस्क" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "वयस्क सामग्री" @@ -846,11 +862,15 @@ msgstr "वयस्क सामग्री मात्र वेब मा msgid "Adult content is disabled." msgstr "वयस्क सामग्री अक्षम छ।" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "वयस्क सामग्रीका लेबलहरू" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "उन्नत" @@ -903,6 +923,10 @@ msgstr "तपाईंले बचत गरेका सबै फिडह msgid "Allow access to your direct messages" msgstr "तपाईंको प्रत्यक्ष सन्देशहरूमा पहुँच अनुमति दिनुहोस्" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "नयाँ सन्देशहरूबाट अनुमति द msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "उत्तरहरूबाट अनुमति दिनुहोस्:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "प्रत्यक्ष सन्देशहरूमा पहुँच अनुमति दिन्छ" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "पहिले नै कोड छ?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "तपाईंको स्टार्टर प्याक निर्माण गर्दा त्रुटि भयो। के पुन: प्रयास गर्न चाहनुहुन्छ?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "भिडियो लोड गर्दा त्रुटि भयो। कृपया पछि पुन: प्रयास गर्नुहोस्।" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "भिडियो लोड गर्दा त्रुटि भयो। कृपया पुन: प्रयास गर्नुहोस्।" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "QR कोड बचत गर्दा त्रुटि भयो!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "यी विकल्पहरूमा समावेश नभएको समस्या" @@ -1050,10 +1089,10 @@ msgstr "कुराकानी खोल्ने प्रयास गर् #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "समस्या भयो, कृपया पुन: प्रयास गर्नुहोस्।" @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "अज्ञात लेबलकर्ता" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "र" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "विरोधी सामाजिक व्यवहार" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "कुनै पनि व्यक्ति अन्तरक्रिया गर्न सक्छन्" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "एपको भाषा" msgid "App Password" msgstr "एप पासवर्ड" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "एप पासवर्ड मेटाइएको छ" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "एप पासवर्डहरू" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "एप पासवर्डहरू" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "अपील" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "\"{0}\" लेबलको लागि अपील" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "यो निर्णयको अपील गर्नुहोस्।" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "डिफल्ट सिफारिस गरिएका फिडह msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "{0} बाट आर्काइभ गरिएको" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "आर्काइभ गरिएको पोस्ट" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "के तपाईं \"{0}\" एप पासवर्ड मेटाउन निश्चित हुनुहुन्छ?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "के तपाईं यो सन्देश मेटाउन निश्चित हुनुहुन्छ? सन्देश तपाईंको लागि मेटिनेछ, तर अर्को सहभागीको लागि होइन।" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "के तपाईं यो स्टार्टर प्याक मेटाउन निश्चित हुनुहुन्छ?" @@ -1252,7 +1298,7 @@ msgstr "" msgid "Art" msgstr "कला" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "कलात्मक वा गैर-इरोटिक नग्नता।" @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "भिडियो र GIF हरू अटोप्ले गर्न msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "फिर्ता" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "स्टार्टर प्याक सिर्जना गर्नु अघि, तपाईंले पहिले आफ्नो इमेल प्रमाणित गर्नुपर्छ।" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "जन्मदिन" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "ब्लक गर्नुहोस्" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "खाता ब्लक गर्नुहोस्?" msgid "Block accounts" msgstr "खाताहरू ब्लक गर्नुहोस्" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "ब्लक सूची" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "यी खाताहरू ब्लक गर्नुहोस्?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "ब्लक गरियो" @@ -1449,25 +1503,25 @@ msgstr "ब्लकले तपाईंको खातामा लेबल msgid "Blog" msgstr "ब्लग" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "ब्लूस्काई" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "ब्लूस्काईले दाबी गरिएको मितिको प्रामाणिकता पुष्टि गर्न सक्दैन।" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "ब्लूस्काई खुला नेटवर्क हो जहाँ तपाईं आफ्नो होस्टिङ प्रदायक छनोट गर्न सक्नुहुन्छ। यदि तपाईं एक विकासकर्ता हुनुहुन्छ भने, तपाईं आफ्नो सर्भर होस्ट गर्न सक्नुहुन्छ।" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "चित्रहरू धुंधला गर्नुहोस् msgid "Books" msgstr "पुस्तकहरू" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "एक्सप्लोर पृष्ठमा थप खाता ब्राउज गर्नुहोस्" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "व्यापार" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "{0} द्वारा" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,19 +1670,20 @@ msgstr "क्यामेरा" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "पुनः सक्रियता रद्द गर्नुहो msgid "Cancel search" msgstr "खोजी रद्द गर्नुहोस्" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "ब्लक गरिएको प्रयोगकर्तासँग अन्तरक्रिया गर्न सकिँदैन" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "ह्यान्डल परिवर्तन गर्नुहोस्" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "कुराकानी" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "कुराकानी म्यूट गरियो" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "कुराकानी सेटिङ्स" msgid "Chat Settings" msgstr "कुराकानी सेटिङ्स" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "कुराकानी अनम्यूट गरियो" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "मेरो स्थिति जाँच गर्नुहोस्" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "तपाईंको इमेलमा लगइन कोड जाँच गर्नुहोस् र यहाँ प्रविष्ट गर्नुहोस्।" @@ -1805,6 +1868,14 @@ msgstr "तपाईंको इमेलमा लगइन कोड जा msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "तल प्रविष्ट गर्नको लागि पुष्टिकरण कोड भएको इमेलको लागि तपाईंको इनबक्स जाँच गर्नुहोस्:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "डोमेन प्रमाणीकरण विधि छान्नुहोस्" @@ -1833,7 +1904,7 @@ msgstr "तपाईंका अनुकूलन फिडहरूलाई msgid "Choose this color as your avatar" msgstr "यो रंगलाई आफ्नो अवतारको रूपमा छान्नुहोस्" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "यो पोस्टको कोट पोस्टहरू अक्षम गर्न क्लिक गर्नुहोस्।" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "यो पोस्टको कोट पोस्टहरू सक्षम गर्न क्लिक गर्नुहोस्।" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1982,11 @@ msgstr "क्लिप 🐴 क्लोप 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "क्लिप 🐴 क्लोप 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "बन्द गर्नुहोस्" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "सक्रिय संवाद बन्द गर्नुहोस्" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "हेडर चित्रको दर्शक बन्द गर्नुहोस्" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "प्रयोगकर्ताहरूको सूची संक्षेप गर्नुहोस्" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "दिइएको सूचना लागि प्रयोगकर्ताहरूको सूची संक्षेप गर्दछ" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "रंग मोड" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "पुष्टिकरण कोड" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "जोड्दैछ..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "सामग्री भाषाहरू" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "सामग्री उपलब्ध छैन" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "सामग्री चेतावनी" @@ -2212,7 +2281,7 @@ msgstr "सन्दर्भ मेनु पृष्ठभूमि, मे msgid "Continue" msgstr "जारी राख्नुहोस्" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "{0} को रूपमा जारी राख्नुहोस् (हाल साइन इन गरिएको)" @@ -2236,8 +2305,8 @@ msgstr "अर्को चरणमा जारी राख्नुहोस msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "वार्तालाप मेटाइयो" @@ -2254,7 +2323,7 @@ msgstr "खाना पकाउने" msgid "Copied build version to clipboard" msgstr "बिल्ड संस्करण क्लिपबोर्डमा प्रतिलिपि गरियो" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "बिल्ड संस्करण क्लिपबोर्डम msgid "Copied to clipboard" msgstr "क्लिपबोर्डमा प्रतिलिपि गरियो" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "प्रतिलिपि गरियो!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "कोड प्रतिलिपि गर्नुहोस्" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DID प्रतिलिपि गर्नुहोस्" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "होस्ट प्रतिलिपि गर्नुहोस्" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "लिंक प्रतिलिपि गर्नुहोस्" @@ -2331,12 +2400,12 @@ msgstr "पोस्टको लिंक प्रतिलिपि गर् msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "सन्देशको पाठ प्रतिलिपि गर्नुहोस्" @@ -2354,7 +2423,7 @@ msgstr "पोस्टको पाठ प्रतिलिपि गर्न msgid "Copy QR code" msgstr "QR कोड प्रतिलिपि गर्नुहोस्" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXT रेकर्ड मान प्रतिलिपि गर्नुहोस्" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "कुराकानी छोड्न सकिएन" @@ -2392,7 +2461,7 @@ msgstr "फिड लोड गर्न सकिएन" msgid "Could not load list" msgstr "सूची लोड गर्न सकिएन" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "कुराकानी म्यूट गर्न सकिएन" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "नयाँ खाता सिर्जना गर्नुहोस्" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "{0} का लागि रिपोर्ट सिर्जना गर्नुहोस्" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "सिर्जना गरियो {0}" @@ -2503,8 +2573,8 @@ msgstr "" msgid "Culture" msgstr "संस्कृति" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "अनुकूलित" @@ -2512,18 +2582,22 @@ msgstr "अनुकूलित" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "यस पोस्टसँग कसले अन्तरक्रिया गर्न सक्छ भन्ने अनुकूलन गर्नुहोस्।" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "गाढा" @@ -2536,7 +2610,7 @@ msgstr "गाढा" msgid "Dark mode" msgstr "गाढा मोड" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "गाढा थिम" @@ -2558,7 +2632,11 @@ msgstr "डिबग मोडरेशन" msgid "Debug panel" msgstr "डिबग प्यानल" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "डिफल्ट" @@ -2566,14 +2644,14 @@ msgstr "डिफल्ट" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "मेटाउनुहोस्" @@ -2586,16 +2664,16 @@ msgstr "खाता मेटाउनुहोस्" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "खाता मेटाउनुहोस् <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "एप पासवर्ड मेटाउनुहोस्" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "एप पासवर्ड मेटाउनुहोस्?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "कुराकानी घोषणाको रेकर्ड मेटाउनुहोस्" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "मेरो लागि मेटाउनुहोस्" @@ -2623,11 +2701,11 @@ msgstr "मेरो लागि मेटाउनुहोस्" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "सन्देश मेटाउनुहोस्" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "मेरो लागि सन्देश मेटाउनुहोस्" @@ -2641,12 +2719,12 @@ msgstr "मेरो खाता मेटाउनुहोस्" msgid "Delete post" msgstr "पोस्ट मेटाउनुहोस्" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "स्टार्टर प्याक मेटाउनुहोस्" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "स्टार्टर प्याक मेटाउनुहोस्?" @@ -2709,11 +2787,11 @@ msgstr "" msgid "Developer options" msgstr "डेभलपर विकल्पहरू" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "संवाद: यो पोस्टसँग कसले अन्तरक्रिया गर्न सक्छ समायोजन गर्नुहोस्" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "धूमिल" @@ -2735,6 +2813,14 @@ msgstr "इमेल 2FA अक्षम गर्नुहोस्" msgid "Disable haptic feedback" msgstr "ह्याप्टिक प्रतिक्रिया अक्षम गर्नुहोस्" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "उपशीर्षक अक्षम गर्नुहोस्" @@ -2778,7 +2864,7 @@ msgstr "एपहरूलाई मेरो खाता लगइन नग msgid "Discover new custom feeds" msgstr "नयाँ अनुकूलित फिडहरू पत्ता लगाउनुहोस्" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "नयाँ फिडहरू खोज्नुहोस्" @@ -2817,8 +2903,8 @@ msgstr "प्रदर्शन नाम" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS प्यानल" @@ -2830,7 +2916,7 @@ msgstr "यो म्यूट शब्द तपाईंले फलो ग msgid "Does not include nudity." msgstr "यसमा नग्नता समावेश छैन।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "डोमेन प्रमाणित गरियो!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "संवाद बन्द गर्न डबल ट्याप गर्नुहोस्" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "Bluesky डाउनलोड गर्नुहोस्" msgid "Download CAR file" msgstr "CAR फाइल डाउनलोड गर्नुहोस्" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "तस्बिरहरू थप्न ड्रप गर्नुहोस्" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "व्यक्ति सम्पादन गर्नुहोस्" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "पोस्ट अन्तर्क्रिया सेटिङ्स सम्पादन गर्नुहोस्" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "प्रोफाइल सम्पादन गर्नुहोस्" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "प्रोफाइल सम्पादन गर्नुहोस्" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "स्टार्टर प्याक सम्पादन गर्नुहोस्" @@ -3034,7 +3129,7 @@ msgstr "स्टार्टर प्याक सम्पादन गर् msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "को उत्तर दिन सक्छ सम्पादन गर्नुहोस्" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "इमेल प्रमाणित गरियो" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "HTML कोड समावेश गर्नुहोस्" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "समाविष्ट भिडियो प्लेयर" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "उपशीर्षकहरू सक्षम गर्नुहोस्" @@ -3200,7 +3299,7 @@ msgstr "तपाईं प्रयोग गर्न चाहनुभएक msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "तपाईंको खाता बनाउन प्रयोग गरेको इमेल प्रविष्ट गर्नुहोस्। हामी तपाईंलाई नयाँ पासवर्ड सेट गर्न \"रिसेट कोड\" पठाउँछौं।" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "तपाईंको जन्म मिति प्रविष्ट msgid "Enter your email address" msgstr "तपाईंको इमेल ठेगाना प्रविष्ट गर्नुहोस्" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "क्याप्चा प्रतिक्रिया प्रा msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "सबै" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "सबैले उत्तर दिन सक्छन्" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "सबैले यो पोस्टमा उत्तर दिन सक्छन्।" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "सबै जना" @@ -3282,16 +3377,6 @@ msgstr "सबै जना" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "अत्यधिक उल्लेखहरू वा उत्तरहरू" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "अत्यधिक वा नचाहिएको सन्देशहरू" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "तपाईंले पछ्याएका प्रयोगकर्ताहरूलाई हटाउनुहोस्" @@ -3316,7 +3401,7 @@ msgstr "चित्र दृश्य बन्द गर्नुहोस् msgid "Expand alt text" msgstr "वैकल्पिक पाठ विस्तार गर्नुहोस्" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "प्रयोगकर्ताहरूको सूची विस्तार गर्नुहोस्" @@ -3328,7 +3413,7 @@ msgstr "जसमा तपाईं उत्तर दिँदै हुन msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "म्याद समाप्त" msgid "Expires {0}" msgstr "म्याद समाप्त हुन्छ {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "बाह्य मिडियाले वेबसाइटहरू msgid "External Media Preferences" msgstr "बाह्य मिडिया प्राथमिकताहरू" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "ह्यान्डल परिवर्तन गर्न असफल भयो। कृपया पुन: प्रयास गर्नुहोस्।" @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "स्टार्टर प्याक सिर्जना गर्न असफल" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "सन्देश मेटाउन असफल" @@ -3452,7 +3541,7 @@ msgstr "सन्देश मेटाउन असफल" msgid "Failed to delete post, please try again" msgstr "पोस्ट मेटाउन असफल। कृपया पुन: प्रयास गर्नुहोस्।" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "स्टार्टर प्याक मेटाउन असफल" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "फिड्स प्राथमिकताहरू लोड गर्न असफल" @@ -3498,14 +3587,14 @@ msgstr "पछिल्ला सन्देशहरू लोड गर्न msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "सुझाव गरिएका फिड्स लोड गर्न असफल भयो" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "सुझाव गरिएका फलोहरू लोड गर्न असफल भयो" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "पोस्ट पिन गर्न असफल भयो" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "तस्बिर सुरक्षित गर्न असफल: {0}" @@ -3557,7 +3647,7 @@ msgstr "पठाउन असफल" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "अपील पठाउन असफल भयो, कृपया पुन: प्रयास गर्नुहोस्।" @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "ह्यान्डल प्रमाणित गर्न असफल भयो। कृपया पुन: प्रयास गर्नुहोस्।" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "फिड" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3733,8 @@ msgstr "फिड टगल" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "प्रतिक्रिया" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "फलो गर्न खाताहरू फेला पार् msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "समाप्त" msgid "Fitness" msgstr "फिटनेस" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "लचिलो" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "अनुसरण गर्नुहोस्" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "अनुसरण गर्नुहोस्" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0} लाई अनुसरण गर्नुहोस्" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "पछाडि अनुसरण गर्नुहोस्" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "पछाडि अनुसरण गर्नुहोस्" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "तपाईंले चिनेका अनुसरणकर्ताहरू" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "अनुसरण गर्दै" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "अनुसरण गर्दै" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "{0} लाई अनुसरण गर्दै" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "तपाईलाई अनुसरण गर्छ" msgid "Follows You" msgstr "तपाईलाई अनुसरण गर्छ" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "फन्ट" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "फन्ट आकार" @@ -3919,7 +4013,7 @@ msgstr "सुरक्षा कारणहरूले गर्दा, ह msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "सुरक्षा कारणहरूको लागि, तपाईं यसलाई पुन: हेर्न सक्नुहुनेछैन। यदि तपाईंले यो पासवर्ड हराउनु भयो भने, तपाईंले नयाँ उत्पन्न गर्नुपर्नेछ।" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "सर्वोत्तम अनुभवको लागि, हामी थिम फन्ट प्रयोग गर्न सिफारिस गर्छौं।" @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "पासवर्ड बिर्सनुभयो?" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "पासवर्ड बिर्सनुभयो?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "बिर्सनुभयो?" @@ -3953,12 +4047,7 @@ msgstr "बिर्सनुभयो?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "बारम्बार अवाञ्छित सामग्री पोस्ट गर्दछ" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "" msgid "Give your profile a face" msgstr "आफ्नो प्रोफाइललाई अनुहार दिनुहोस्" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "कानुन वा सेवा सर्तहरूको स्पष्ट उल्लङ्घन" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "कानुन वा सेवा सर्तहरूको स् #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "फर्कनुहोस्" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "फर्कनुहोस्" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "पिछले चरण पर जाएं" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "अर्कोमा जानुहोस्" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "प्रोफाइलमा जानुहोस्" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "प्रयोगकर्ताको प्रोफाइलमा जानुहोस्" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "ग्राफिक मिडिया" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "मध्यसम्म पुगियो!" msgid "Handle" msgstr "ह्यान्डल" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "ह्यान्डल पहिले नै लिइएको छ। कृपया अर्को प्रयास गर्नुहोस्।" @@ -4182,7 +4279,7 @@ msgstr "ह्यान्डल पहिले नै लिइएको छ msgid "Handle changed!" msgstr "ह्यान्डल परिवर्तन भयो!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "ह्यान्डल धेरै लामो छ। कृपया छोटो प्रयास गर्नुहोस्।" @@ -4190,10 +4287,17 @@ msgstr "ह्यान्डल धेरै लामो छ। कृपय msgid "Haptics" msgstr "ह्याप्टिक्स" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "उत्पीडन, ट्रोलिङ, वा असहिष्णुता" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "ह्यासट्याग" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "समस्या भइरहेको छ?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "सहयोग" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "लुकेको सूची" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "लुकेको सूची" msgid "Hide" msgstr "लुकाउनुहोस्" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "लुकाउनुहोस्" @@ -4269,6 +4377,10 @@ msgstr "लुकाउनुहोस्" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "प्रयोगकर्ता सूची लुकाउनुहोस्" @@ -4320,7 +4432,7 @@ msgstr "प्रयोगकर्ता सूची लुकाउनुह msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "पर्खनुहोस्! हामी बिस्तारै msgid "Home" msgstr "गृहपृष्ठ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "होस्ट:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "होस्टिंग प्रदायक" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "यो लिंक कसरी खोल्ने?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "यदि तपाईं आफ्नो पासवर्ड पर msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "यदि तपाईं आफ्नो ह्यान्डल वा इमेल परिवर्तन गर्न प्रयास गरिरहनु भएको छ भने, निष्क्रिय गर्नु अघि गर्नुहोस्।" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "अवैध र अत्यावश्यक" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "चित्र" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "पहिचान वा सम्बन्धितता बारेको झूटा दाबीहरू वा प्रतिरूपण" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "प्रतिरूपण, गलत जानकारी, वा झूटा दाबीहरू" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "अशोभनीय सन्देशहरू वा स्पष्ट लिङ्कहरू" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "अमान्य प्रयोगकर्ता नाम वा पासवर्ड" @@ -4537,11 +4638,11 @@ msgstr "नयाँ पासवर्ड प्रविष्ट गर्न msgid "Input password for account deletion" msgstr "खाता मेटाउनको लागि पासवर्ड प्रविष्ट गर्नुहोस्" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "तपाईंलाई इमेल गरिएका कोड प्रविष्ट गर्नुहोस्" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "परस्पर क्रिया सीमित छ" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "अमान्य 2FA पुष्टि कोड।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "अवैध ह्यान्डल। कृपया अर्को प्रयास गर्नुहोस्।" @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "जॉबहरू" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "ब्लूस्काईमा सामेल हुनुहोस्" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "{0} द्वारा लेबल गरिएको।" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "लेखकद्वारा लेबल गरिएको।" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "लेबलहरू" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "लेबलहरू थपियो" @@ -4678,11 +4779,11 @@ msgstr "लेबलहरू थपियो" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "लेबलहरू प्रयोगकर्ता र सामग्रीमा ट्यागहरू हुन्। ती नेटवर्कलाई लुकाउन, चेतावनी दिन, र वर्गीकृत गर्न प्रयोग गर्न सकिन्छ।" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "तपाईंको खातामा लेबलहरू" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "तपाईंको सामग्रीमा लेबलहरू" @@ -4696,7 +4797,7 @@ msgstr "भाषा सेटिङ" msgid "Languages" msgstr "भाषाहरू" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "ठूलो" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "ब्लूस्काईबारे थप जान्नुहोस्" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "आफ्नो PDS आफैं होस्ट गर्ने बारे थप जान्नुहोस्।" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "ब्लूस्काईमा सार्वजनिक हुन msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "थप जान्नुहोस्।" @@ -4787,10 +4888,10 @@ msgstr "छोड्नुहोस्" msgid "Leave chat" msgstr "च्याट छोड्नुहोस्" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "वार्तालाप छोड्नुहोस्" @@ -4822,9 +4923,9 @@ msgstr "आउनुहोस्, तपाईंको पासवर्ड msgid "Let's go!" msgstr "हिँडौं!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "हल्का" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "हल्का" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4956,7 @@ msgstr "डिस्कभर फीडलाई तालिम दिन १ msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "यस फीडलाई मन पराउनुहोस्।" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "यस पोस्टमा रुचिहरू" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "थप लोड गर्नुहोस्" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "थप सुझाइएका फीडहरू लोड गर्नुहोस्।" @@ -5041,6 +5142,14 @@ msgstr "नयाँ सूचनाहरू लोड गर्नुहोस msgid "Load new posts" msgstr "नयाँ पोस्टहरू लोड गर्नुहोस्।" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "लोड हुँदैछ..." @@ -5049,15 +5158,19 @@ msgstr "लोड हुँदैछ..." msgid "Log" msgstr "लग" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "लग आउट गरिएको दृश्यता" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "लोगो द्वारा <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "तपाईंका म्यूट गरिएको शब्द msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "पढिएको रूपमा चिन्ह लगाउनुहोस्।" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "मिडिया" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "केही दर्शकहरूको लागि असुविधाजनक वा अनुचित हुन सक्ने मिडिया।" @@ -5140,14 +5253,10 @@ msgstr "केही दर्शकहरूको लागि असुवि msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "उल्लेख गरिएका प्रयोगकर्ता" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "उल्लेख गरिएका प्रयोगकर्ता" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "मेनु" msgid "Message {0}" msgstr "सन्देश {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "सन्देश मेटाइएको।" @@ -5172,7 +5281,7 @@ msgstr "सन्देश मेटाइएको।" msgid "Message deleted" msgstr "सन्देश मेटाइएको।" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "सन्देश इनपुट क्षेत्र" msgid "Message is too long" msgstr "सन्देश धेरै लामो छ।" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "सन्देशहरू" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "भ्रामक खाता" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "भ्रामक पोस्ट" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "मोडरेशन उपकरणहरू" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "मोडरेटरले सामग्रीमा सामान्य चेतावनी सेट गर्ने निर्णय गरेका छन्।" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "थप फीडहरू" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "म्यूट गर्नुहोस्" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "खाता म्यूट गर्नुहोस्" msgid "Mute accounts" msgstr "खाता म्यूट गर्नुहोस्" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "वार्ता म्यूट गर्नुहोस्" @@ -5396,7 +5503,7 @@ msgstr "म्यूट गरिएका खाता" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "म्यूट गरिएका खाताहरूका पोस्टहरू तपाईंको फीड र सूचनाहरूबाट हटाइन्छ। म्यूटहरू पूर्ण रूपमा निजी छन्।" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "\"{0}\" द्वारा म्यूट गरियो।" @@ -5421,17 +5528,6 @@ msgstr "मेरो फीडहरू" msgid "Name" msgstr "नाम" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "नाम वा विवरणले समुदायका मापदण्डहरू उल्लङ्घन गर्दछ।" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "अर्को स्क्रिनमा जानुहोस्" @@ -5455,20 +5551,16 @@ msgstr "अर्को स्क्रिनमा जानुहोस्" msgid "Navigates to your profile" msgstr "तपाईंको प्रोफाइलमा जानुहोस्" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "प्रतिलिपि अधिकार उल्लङ्घनको रिपोर्ट गर्न चाहनुहुन्छ?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "कहिल्यै पनि आफ्ना फलोअरहरू वा डेटा गुमाउनु पर्दैन।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "केही छैन, मेरो लागि एक हैंडल सिर्जना गर्नुहोस्" @@ -5476,17 +5568,17 @@ msgstr "केही छैन, मेरो लागि एक हैंडल msgid "New" msgstr "नयाँ" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "नयाँ" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "नयाँ पोस्ट" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "नयाँ प्रयोगकर्ता जानकारी स #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "पहिले सबैभन्दा नयाँ उत्तरहरू" @@ -5587,8 +5679,8 @@ msgstr "समाचार" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "समाचार" msgid "Next" msgstr "अर्को" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "अर्को" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "अर्को चित्र" @@ -5616,12 +5703,12 @@ msgstr "अर्को चित्र" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "अहिलेसम्म कुनै एप पासवर्ड छैन" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "कुनै DNS प्यानल छैन" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "अहिलेसम्म कुनै रुचिहरू छैन" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "{0} लाई अब अनुसरण गरिरहेको छैन" @@ -5671,7 +5759,7 @@ msgstr "अहिले सम्म कुनै सूचना छैन!" msgid "No one" msgstr "कसैलाई पनि होइन" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "लेखकबाहेक कसैले पनि यो पोस्ट उद्धृत गर्न सक्दैन।" @@ -5701,7 +5789,7 @@ msgstr "कुनै परिणाम छैन" msgid "No results" msgstr "कुनै परिणाम छैन" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "\"{query}\" को लागि कुनै परिणाम भे msgid "No results found for {query}" msgstr "{query} को लागि कुनै परिणाम भेटिएन" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "\"{search}\" को लागि कुनै खोज परिणा msgid "No thanks" msgstr "हैन, धन्यवाद" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "कसैले पनि होइन" @@ -5753,6 +5841,10 @@ msgstr "अहिलेसम्म कसैले पुनःपोस्ट msgid "Nobody was found. Try searching for someone else." msgstr "कसैलाई भेटिएन। अरू कसैलाई खोजेर प्रयास गर्नुहोस्।" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "अ-यौन नग्नता" @@ -5843,16 +5935,11 @@ msgstr "अहिले" msgid "Now" msgstr "अहिले" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "नग्नता" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "नग्नता वा वयस्क सामग्री जसलाई यथोचित रूपमा लेबल गरिएको छैन" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "ठिक छ" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "हुन्छ" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "सबैभन्दा पुराना उत्तर पहिले" @@ -5916,7 +6003,7 @@ msgstr "एक वा बढी भिडियोहरूमा वैकल msgid "Only .jpg and .png files are supported" msgstr "केवल .jpg र .png फाइलहरू समर्थित छन्" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "केवल {0} उत्तर दिन सक्छ।" @@ -5941,7 +6028,7 @@ msgstr "ओहो, केही गडबड भयो!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "अवतार सिर्जनाकर्ता खोल्नु msgid "Open conversation options" msgstr "कुराकानी विकल्प खोल्नुहोस्" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6060,8 @@ msgstr "इमोजी चयनकर्ता खोल्नुहोस्" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "फिड विकल्प मेनु खोल्नुहोस्" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "स्टार्टर प्याक मेनु खोल्नुहोस्" @@ -6032,9 +6119,9 @@ msgstr "प्रणाली लग खोल्नुहोस्" msgid "Opens a dialog to add a content warning to your post" msgstr "आफ्नो पोस्टमा सामग्री चेतावनी थप्नको लागि संवाद खोल्नुहोस्" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "यो थ्रेडमा को उत्तर दिन सक्छ भनी चयन गर्नका लागि संवाद खोल्नुहोस्" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "पासवर्ड रिसेट फारम खोल्नुहोस्" @@ -6103,24 +6190,15 @@ msgstr "पासवर्ड रिसेट फारम खोल्नुह msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "यो प्रोफाइल खोल्नुहोस्" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "वैकल्पिक रूपमा तल थप जानकारी प्रदान गर्नुहोस्:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "विकल्पहरू:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "वा यी विकल्पहरूलाई संयोजन गर्नुहोस्:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "वा, अर्को खाताबाट जारी राख्नुहोस्।" @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "अन्य" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "अन्य खाता" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "पृष्ठ फेला परेन" msgid "Page Not Found" msgstr "पृष्ठ फेला परेन" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "@{0} द्वारा अनुसरण गरिएका व्य msgid "People following @{0}" msgstr "@{0} लाई अनुसरण गर्ने व्यक्ति" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "पाल्तु जनावरहरू" msgid "Photography" msgstr "फोटोग्राफी" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "वयस्कका लागि बनाइएका तस्वीरहरू।" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "होममा पिन गर्नुहोस्" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "होममा पिन गर्नुहोस्" @@ -6275,7 +6390,7 @@ msgstr "होममा पिन गर्नुहोस्" msgid "Pin to your profile" msgstr "तपाईंको प्रोफाइलमा पिन गर्नुहोस्" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "पिन गरियो" @@ -6302,7 +6417,7 @@ msgstr "चलाउनुहोस्" msgid "Play {0}" msgstr "{0} चलाउनुहोस्" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "भिडियो चलाउनुहोस्" @@ -6327,7 +6442,7 @@ msgstr "GIF चलाउनुहोस्" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "कृपया तपाईंको आमन्त्रण कोड msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "कृपया तपाईंको पासवर्ड पनि प्रविष्ट गर्नुहोस्।" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "कृपया व्याख्या गर्नुहोस् कि तपाईंलाई किन लाग्छ यो लेबल {0} द्वारा गलत रूपमा लागू गरियो।" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "राजनीति" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "पोर्न" @@ -6512,24 +6627,24 @@ msgstr "पोस्ट मेटियो" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "पोस्ट अपलोड गर्न असफल भयो। कृपया तपाईंको इन्टरनेट कनेक्शन जाँच गर्नुहोस् र पुनः प्रयास गर्नुहोस्।" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "म्यूट गरिएको शब्दद्वारा पोस्ट लुकाइएको छ।" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "तपाईं द्वारा पोस्ट लुकाइएको छ।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "पोस्ट अन्तरक्रिया सेटिङ्स" @@ -6614,13 +6729,8 @@ msgstr "अघिल्लो चित्र।" msgid "Primary Language" msgstr "प्राथमिक भाषा।" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "तपाईंको पछ्याउनेहरूलाई प्राथमिकता दिनुहोस्।" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "गोपनीयता।" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "गोपनीयता नीति" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "भिडियो प्रशोधन हुँदैछ।" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "प्रोफाइल अद्यावधिक गरियो।" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "सार्वजनिक" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "उद्धरण पोस्ट सफलतापूर्वक अ msgid "Quote posts disabled" msgstr "उद्धरण पोस्टहरू अक्षम गरिएको छ।" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "उद्धरण सेटिङ्स" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "उद्धरण सेटिङ्स" msgid "Quotes" msgstr "उद्धरण।" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "यस पोस्टका उद्धरण।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "दर सीमा नाघियो – तपाईंले छोटो समयमा धेरै पटक आफ्नो हैंडल परिवर्तन गर्न प्रयास गर्नुभयो। कृपया पुन: प्रयास गर्नु अघि एक मिनेट पर्खनुहोस्।" @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "कारण:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "पुनः जडान गर्नुहोस्" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "फिड हटाउनुहोस्" msgid "Remove feed?" msgstr "फिड हटाउने?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "उत्तरहरू" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "उत्तरहरू निष्क्रिय गरियो" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "यो पोस्टका उत्तरहरू निष्क्रिय गरिएका छन्।" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "उत्तर दिनुहोस्" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "थ्रेड लेखकद्वारा उत्तर लुकाइएको" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "तपाईँद्वारा उत्तर लुकाइएको" @@ -7120,11 +7234,7 @@ msgstr "तपाईँद्वारा उत्तर लुकाइएक msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "उत्तर सेटिङ्स" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "उत्तर सेटिङ्स थ्रेडका लेखकद्वारा चयन गरिन्छ" @@ -7141,7 +7251,7 @@ msgstr "उत्तर दृश्यता अद्यावधिक गर msgid "Reply was successfully hidden" msgstr "उत्तर सफलतापूर्वक लुकाइएको" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "रिपोर्ट गर्नुहोस्" msgid "Report account" msgstr "खाता रिपोर्ट गर्नुहोस्" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "वार्ता रिपोर्ट गर्नुहोस्" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "रिपोर्ट संवाद" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "फिड रिपोर्ट गर्नुहोस्" @@ -7176,7 +7285,7 @@ msgstr "फिड रिपोर्ट गर्नुहोस्" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "सन्देश रिपोर्ट गर्नुहोस्" @@ -7185,48 +7294,41 @@ msgstr "सन्देश रिपोर्ट गर्नुहोस्" msgid "Report post" msgstr "पोस्ट रिपोर्ट गर्नुहोस्" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "स्टार्टर प्याक रिपोर्ट गर्नुहोस्" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "यस सामग्रीलाई रिपोर्ट गर्नुहोस्" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "यस फिडलाई रिपोर्ट गर्नुहोस्" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "यस सूचीलाई रिपोर्ट गर्नुहोस्" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "यस सन्देशलाई रिपोर्ट गर्नुहोस्" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "यस पोस्टलाई रिपोर्ट गर्नुहोस्" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "यस स्टार्टर प्याकलाई रिपोर्ट गर्नुहोस्" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "यस प्रयोगकर्तालाई रिपोर्ट गर्नुहोस्" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "पुनः पोस्ट गर्नुहोस् वा पोस्टलाई उद्धृत गर्नुहोस्" @@ -7277,7 +7379,7 @@ msgstr "तपाईँद्वारा पुनःपोस्ट गरि msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "यस पोस्टका पुनःपोस्टहरू" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "प्रारम्भिक अवस्थालाई रिसे msgid "Reset password" msgstr "पासवर्ड रिसेट गर्नुहोस्" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "अन्तिम कार्य पुन: प्रयास गर #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "अन्तिम कार्य पुन: प्रयास गर msgid "Retry" msgstr "पुन: प्रयास गर्नुहोस्" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "अघिल्लो पृष्ठमा फर्कनुहोस्" @@ -7399,8 +7501,8 @@ msgstr "गृहपृष्ठमा फर्कनुहोस्" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "अघिल्लो पृष्ठमा फर्कनुहोस्" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "सुरक्षित गर्नुहोस्" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "सुरक्षित गर्नुहोस्" @@ -7459,8 +7561,13 @@ msgstr "नयाँ ह्यान्डल सुरक्षित गर् msgid "Save QR code" msgstr "QR कोड सुरक्षित गर्नुहोस्" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "मेरो फिडहरूमा सुरक्षित गर्नुहोस्" @@ -7487,21 +7594,25 @@ msgstr "तपाईंको फिडहरूमा सुरक्षित #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "नमस्ते भन्नुहोस्!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "विज्ञान" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "माथि स्क्रोल गर्नुहोस्" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "खोज्नुहोस्" @@ -7553,11 +7664,11 @@ msgstr "“{searchText}” को लागि खोज्नुहोस्" msgid "Search for feeds that you want to suggest to others." msgstr "अरूलाई सिफारिस गर्न चाहिने फिडहरूको लागि खोज्नुहोस्।" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "रंग चयन गर्नुहोस्।" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "खाता चयन गर्नुहोस्।" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "अस्तित्वमा रहेको खाताबाट चयन गर्नुहोस्।" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIF चयन गर्नुहोस्।" @@ -7727,14 +7850,10 @@ msgstr "भाषा चयन गर्नुहोस्..." msgid "Select languages" msgstr "भाषाहरू चयन गर्नुहोस्।" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "मोडरेटर चयन गर्नुहोस्।" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "सबटाइटल फाइल (.vtt) चयन गर्नुह msgid "Select the {emojiName} emoji as your avatar" msgstr "{emojiName} इमोजीलाई आफ्नो अवतारको रूपमा चयन गर्नुहोस्" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "प्रतिवेदन गर्नका लागि मध्यस्थता सेवा(हरू) चयन गर्नुहोस्" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "तलका विकल्पहरूबाट आफ्नो रु msgid "Select your preferred language for translations in your feed." msgstr "आफ्नो फिडमा अनुवादका लागि मनपर्ने भाषा चयन गर्नुहोस्।" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "सुन्दर वेबसाइट पठाउनुहोस्!" @@ -7818,7 +7937,7 @@ msgstr "प्रतिक्रिया पठाउनुहोस्" msgid "Send message" msgstr "सन्देश पठाउनुहोस्" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "पोष्ट पठाउनुहोस्..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "रिपोर्ट पठाउनुहोस्" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "रिपोर्ट पठाउनुहोस् {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "प्रत्यक्ष सन्देश मार्फत पठ msgid "Sends email with confirmation code for account deletion" msgstr "खाता मेटाउनेको लागि पुष्टि कोड सहित इमेल पठाउँछ" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "सर्भर ठेगाना" @@ -7874,10 +7982,18 @@ msgstr "जन्म मिति सेट गर्नुहोस्" msgid "Set new password" msgstr "नयाँ पासवर्ड सेट गर्नुहोस्" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "तपाईंको खाता सेट गर्नुहोस्" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "पासवर्ड रीसेटको लागि इमेल सेट गर्दछ" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "यौन क्रियाकलाप वा कामोत्तेजक नग्नता।" @@ -7953,7 +8069,7 @@ msgstr "यौन रूपले प्रस्तावनात्मक" msgid "Share" msgstr "साझा गर्नुहोस्" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "साझा गर्नुहोस्" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "QR कोड साझा गर्नुहोस्" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8128,8 @@ msgstr "यस स्टार्टर प्याकलाई साझा #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "तपाईंको मनपर्ने फीड साझा ग msgid "Shared Preferences Tester" msgstr "साझा गरिएको प्राथमिकता परीक्षक" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "विकल्पात्मक पाठ देखाउनुहो #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "तथापि देखाउनुहोस्" @@ -8067,6 +8183,10 @@ msgstr "यसको जस्तो कम देखाउनुहोस्" msgid "Show list anyway" msgstr "सूचीलाई यथास्थिति देखाउनुहोस्" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "थप देखाउनुहोस्" @@ -8080,7 +8200,7 @@ msgstr "यसको जस्तो थप देखाउनुहोस्" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "उत्तरहरू देखाउनुहोस्" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "तपाईंले अनुसरण गर्ने व्यक्तिहरूको उत्तरहरू सबै अन्य उत्तरहरूभन्दा पहिले देखाउनुहोस्" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "चेतावनी देखाउनुहोस्" msgid "Show warning and filter from feeds" msgstr "चेतावनी देखाउनुहोस् र फीडबाट फिल्टर गर्नुहोस्" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "साइन इन गर्नुहोस्" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "को रूपमा साइन इन गर्नुहोस् {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "को रूपमा साइन इन गर्नुहोस्..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "चर्चामा सामेल हुन साइन इन गर्नुहोस् वा आफ्नो खाता सिर्जना गर्नुहोस्!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "सूचीबद्ध नभएको खातामा लगइन गर्नुहोस्।" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "सानो" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "तपाईंलाई मन पर्ने अन्य फीडहरू" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "केही व्यक्तिहरू उत्तर दिन सक्छन्" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "केहि गलत भयो" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "केहि गलत भयो, कृपया पुन: प्रयास गर्नुहोस्" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "केहि गलत भयो!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "उत्तरहरू वर्गीकरण गर्नुहोस्" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "उत्तरहरूलाई यसद्वारा वर्गीकरण गर्नुहोस्" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "त्यसै पोस्टका उत्तरहरूलाई यसद्वारा वर्गीकरण गर्नुहोस्:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "स्प्याम" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "स्प्याम; अत्यधिक उल्लेखहरू वा उत्तरहरू" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "स्प्याम; अत्यधिक उल्लेखहरू msgid "Sports" msgstr "खेलकुद" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "" msgid "Starter pack by you" msgstr "तपाईंको द्वारा स्टार्टर प्याक" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "स्टार्टर प्याक अवैध छ" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "स्टार्टर प्याकहरू" @@ -8436,8 +8547,8 @@ msgstr "स्टोरीबुक" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "सफलता!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "तपाईंका लागि सुझाव गरिएको" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "सुझावात्मक" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "सिस्टम" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "हटाउनका लागि ट्याप गर्नुहोस्" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8735,8 @@ msgstr "हाम्रोलाई तपाईंको बारेमा क msgid "Tell us a little more" msgstr "हाम्रोलाई थोरै बढी बताउनुहोस्" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "नियमहरू" @@ -8637,26 +8752,11 @@ msgstr "नियमहरू" msgid "Terms of Service" msgstr "सेवाका नियमहरू" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "प्रयोग गरिएका नियमहरूले समुदायको मापदण्ड उल्लङ्घन गरेका छन्" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "पाठ र टैगहरू" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "पाठ इनपुट क्षेत्र" @@ -8665,10 +8765,6 @@ msgstr "पाठ इनपुट क्षेत्र" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "धन्यवाद। तपाईंको रिपोर्ट पठाइएको छ।" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "धन्यवाद, तपाईंले तपाईंको ईमेल ठेगाना सफलतापूर्वक प्रमाणित गर्नुभयो। तपाईं यो संवाद बन्द गर्न सक्नुहुन्छ।" @@ -8678,7 +8774,7 @@ msgstr "धन्यवाद, तपाईंले तपाईंको ई msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "यसमा तलका सामग्रीहरू छन्:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "त्यति हो, साथीहरू!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "खाता अनब्लक गरेपछि तपाईं सँग अन्तर्क्रिया गर्न सक्षम हुनेछ।" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "यस थ्रेडका लेखकले यस उत्तरलाई लुकेको छ।" @@ -8750,11 +8846,11 @@ msgstr "अनुप्रयोगमा अनुभव राम्रो छ msgid "The feed has been replaced with Discover." msgstr "यो फीड डिस्कभरसँग प्रतिस्थापित गरिएको छ।" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "तलका लेबलहरू तपाईंको खातामा लागू गरिएका छन्।" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "तलका लेबलहरू तपाईंको सामग्रीमा लागू गरिएका छन्।" @@ -8788,7 +8884,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "सर्भर समस्यामा देखिनु भएको छ। कृपया केही समय पछि पुन: प्रयास गर्नुहोस्।" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "तपाईं जसलाई हेर्न चाहनुहुन्छ त्यो स्टार्टर प्याक अमान्य छ। तपाईं यस स्टार्टर प्याकलाई मेट्न सक्नुहुन्छ।" @@ -8808,7 +8904,7 @@ msgstr "सेवाका नियमहरू <0/> मा सारिएक 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 "तपाईंले दिएको प्रमाणिकरण कोड अमान्य छ। कृपया पक्का गर्नुहोस् कि तपाईंले सहि प्रमाणिकरण लिंक प्रयोग गर्नुभएको छ वा नयाँ कोडको अनुरोध गर्नुहोस्।" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "थिम" @@ -8827,7 +8923,7 @@ msgstr "टेणरमा जडान गर्न समस्या आय msgid "There was an issue contacting the server" msgstr "सर्भरलाई सम्पर्क गर्न समस्या आयो।" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "सर्भरलाई सम्पर्क गर्न समस्या आयो, कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस्।" @@ -8836,7 +8932,7 @@ msgstr "सर्भरलाई सम्पर्क गर्न समस् msgid "There was an issue fetching notifications. Tap here to try again." msgstr "सूचनाहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "पोस्टहरू प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।" @@ -8845,7 +8941,7 @@ msgstr "पोस्टहरू प्राप्त गर्न समस् msgid "There was an issue fetching the list. Tap here to try again." msgstr "सूची प्राप्त गर्न समस्या आयो। पुन: प्रयास गर्न यहाँ ट्याप गर्नुहोस्।" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "तपाईंका एप पासवर्ड प्राप्त गर्न समस्या आयो।" @@ -8862,11 +8958,6 @@ msgstr "तपाईंको सेवा जानकारी प्राप msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "यो फीड मेटाउन समस्या आयो। कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस् र पुन: प्रयास गर्नुहोस्।" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "तपाईंको रिपोर्ट पठाउन समस्या आयो। कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस्।" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "तपाईंको फीडहरू अपडेट गर्न #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "तपाईंको फीडहरू अपडेट गर्न msgid "There was an issue! {0}" msgstr "समस्या आयो! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "अनुप्रयोगमा अप्रत्याशित स 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "यी सेटिङ्स केवल फलोइङ फीडमा लागू हुन्छ।" @@ -8941,7 +9036,7 @@ msgstr "यो खाता तपाईंका एक वा बढी मो msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "यो अपील <0>{sourceName}0> मा पठाइनेछ।" @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "यो सामग्री {0} द्वारा होस्ट गरिएको छ। के तपाईं बाह्य मिडिया सक्षम गर्न चाहनुहुन्छ?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "यो सामग्री उपलब्ध छैन किनकि संलग्न भएका एक प्रयोगकर्ताले अर्को प्रयोगकर्तालाई ब्लक गरेको छ।" @@ -9006,7 +9101,7 @@ msgstr "यो सुविधा App पासवर्ड प्रयोग msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "यो फिड अहिले उच्च ट्राफिक प्राप्त गर्दैछ र अस्थायी रूपमा उपलब्ध छैन। कृपया पछि प्रयास गर्नुहोस्।" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "यो फिड खाली छ! तपाईंलाई अझ धेरै प्रयोगकर्ताहरूलाई अनुसरण गर्न आवश्यक पर्न सक्छ या आफ्नो भाषा सेटिङलाई अनुकूलन गर्नुपर्छ।" @@ -9020,7 +9115,7 @@ msgstr "यो फिड खाली छ।" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "यो फिड अब अनलाइन छैन। हामी <0>Discover0> देखाउँदै छौं।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "यो ह्यान्डल आरक्षित छ। कृपया अर्को प्रयास गर्नुहोस्।" @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "यो लेबल लेखक द्वारा लागू गरियो।" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "यो लेबल तपाईं द्वारा लागू गरियो।" @@ -9065,11 +9160,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "यो मोडरेशन सेवा उपलब्ध छैन। थप विवरणको लागि तल हेर्नुहोस्। यदि यो समस्या जारी रहन्छ भने, हामीलाई सम्पर्क गर्नुहोस्।" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "यो पोस्ट <0>{0}0> मा सिर्जना गरिएको दावी गर्दछ, तर पहिलो पटक Bluesky द्वारा <1>{1}1> मा देखिएको थियो।" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "यो जवाफ तपाईंको थ्रेडको तल msgid "This service has not provided terms of service or a privacy policy." msgstr "यस सेवाले सेवा सर्तहरू वा गोपनीयता नीति प्रदान गरेको छैन।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "यसले निम्न स्थानमा एक डोमेन रेकर्ड सिर्जना गर्नु पर्छ:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "यस प्रयोगकर्तासँग कुनै फलोअर छैन।" @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "यस प्रयोगकर्ताले तपाईंलाई ब्लक गरेको छ।" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "यस प्रयोगकर्ताले तपाईंलाई ब्लक गरेको छ। तपाईं तिनीहरूको सामग्री हेर्न सक्दैन।" @@ -9142,7 +9237,7 @@ msgstr "यो प्रयोगकर्ता <0>{0}0> सूचीमा msgid "This user is new here. Press for more info about when they joined." msgstr "यो प्रयोगकर्ता यहाँ नयाँ हो। उनी कहिले जडान गर्नुभएको हो भन्ने थप जानकारीको लागि थिच्नुहोस्।" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "यो प्रयोगकर्ता कसैलाई पनि फलो गर्दै छैन।" @@ -9168,7 +9263,7 @@ msgstr "" msgid "Thread preferences" msgstr "थ्रेड प्राथमिकताहरू" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "थ्रेड प्राथमिकताहरू" @@ -9181,6 +9276,10 @@ msgstr "" msgid "Threads Preferences" msgstr "थ्रेड प्राथमिकताहरू" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "एक संवाद रिपोर्ट गर्नको लागि, कृपया यसको एक सन्देशलाई संवाद स्क्रिन मार्फत रिपोर्ट गर्नुहोस्। यसले हाम्रो मोडरेटरलाई तपाईंको समस्याको सन्दर्भ बुझ्न मद्दत पुर्याउँछ।" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "यो रिपोर्ट तपाईं कुनलाई पठाउन चाहनुहुन्छ?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "आज" @@ -9222,8 +9317,8 @@ msgstr "शीर्ष" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "अनुवाद गर्नुहोस्" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "दुई-कारक प्रमाणीकरण (2FA)" msgid "Type your message here" msgstr "यहाँ तपाईंको सन्देश टाइप गर्नुहोस्" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "प्रकार:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "तपाईंको सेवा सम्पर्क गर्न असमर्थ। कृपया आफ्नो इन्टरनेट जडान जाँच गर्नुहोस्।" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "हटाउन असमर्थ" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "ब्लक हटाउनुहोस्" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "ब्लक हटाउनुहोस्" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "खाता ब्लक हटाउनुहोस्" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "खाता ब्लक हटाउन चाहानुहुन्छ?" @@ -9369,12 +9468,7 @@ msgstr "पुनःपोस्टलाई रद्द गर्नुहो msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "अनफोलो गर्नुहोस्" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} लाई अनफोलो गर्नुहोस्" @@ -9383,7 +9477,7 @@ msgstr "{0} लाई अनफोलो गर्नुहोस्" msgid "Unfollow account" msgstr "खाता अनफोलो गर्नुहोस्" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "म्यूट हटाउनुहोस्" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "खाता म्यूट हटाउनुहोस्" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "वार्तालाप म्यूट हटाउनुहोस्" @@ -9454,8 +9556,8 @@ msgstr "भिडियो म्यूट हटाउनुहोस्" msgid "Unpin" msgstr "अनपिन गर्नुहोस्" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9566,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "होमबाट अनपिन गर्नुहोस्" @@ -9517,13 +9619,6 @@ msgstr "सूचीबाट सदस्यता समाप्त गरि msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "अवांछनीय यौन सामग्री" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "सूचीहरूमा <0>{displayName}0> अपडेट गर msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "{domain} मा अपडेट गर्नुहोस्" @@ -9567,7 +9662,7 @@ msgstr "अपडेट गर्दै..." msgid "Upload a photo instead" msgstr "फोटो अपलोड गर्नुहोस्" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "टेक्स्ट फाइल अपलोड गर्नुहोस्:" @@ -9603,11 +9698,11 @@ msgstr "लिंक थम्बनेल अपलोड गर्दै..." msgid "Uploading video..." msgstr "भिडियो अपलोड गर्दै..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "अन्य Bluesky क्लाइन्टहरूमा साइन इन गर्नका लागि एप पासवर्डको प्रयोग गर्नुहोस् बिना तपाईंको खाता वा पासवर्डको पूर्ण पहुँच दिनुहोस्।" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "डिफल्ट प्रदायक प्रयोग गर्नुहोस्" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "प्रयोगकर्ता अवरुद्ध गरिएको" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "\"{0}\" द्वारा प्रयोगकर्ता अवरुद्ध गरिएको" @@ -9660,7 +9755,7 @@ msgstr "सूची द्वारा प्रयोगकर्ता अव msgid "User Blocked by List" msgstr "सूची द्वारा प्रयोगकर्ता अवरुद्ध" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "प्रयोगकर्ता तपाईंलाई अवरुद्ध गर्दैछ" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "प्रयोगकर्ता नाम वा ईमेल ठेगाना" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "<0>@{0}0> द्वारा फलो गरिएका प्रयोगकर्ताहरू" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "मैले फलो गरेका प्रयोगकर्ताहरू" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "\"{0}\" मा रहेका प्रयोगकर्ताहरू" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "मूल्य:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNS रेकर्ड प्रमाणित गर्नुहोस्" @@ -9786,8 +9873,8 @@ msgstr "ईमेल प्रमाणिकरण संवाद" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "पाठ फाइल प्रमाणित गर्नुहोस्" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "भिडियो खेल" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "भिडियो फेला पारिएन।" @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "{0} को अवतार हेर्नुहोस्" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "{0} को प्रोफाइल हेर्नुहोस्" @@ -9906,16 +9993,11 @@ msgstr "अधिक जानकारीको लागि ब्लगपो msgid "View debug entry" msgstr "डिबग प्रविष्टि हेर्नुहोस्" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "विवरण हेर्नुहोस्" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "कपिराइट उल्लङ्घन रिपोर्ट गर्नका लागि विवरण हेर्नुहोस्" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "पूरा थ्रेड हेर्नुहोस्" @@ -9960,7 +10042,7 @@ msgstr "@{0} द्वारा प्रदान गरिएको लेब msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "यो फिड मन पराउने प्रयोगकर्ताहरू हेर्नुहोस्" @@ -9993,8 +10075,8 @@ msgstr "तपाईंका म्युट गरिएको खाता msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "तपाईंको एल्गोरिदमिक फीडहरूमा कुन भाषाहरू देख्न चाहनुहुन्छ?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "यस पोस्टसँग को को अन्तरक्रिया गर्न सक्छ?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "को को जवाफ दिन सक्छ?" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "यस सामग्रीलाई किन समीक्षा गर्नुपर्छ?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "यो फीड किन समीक्षा गर्नुपर्छ?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "यो सूची किन समीक्षा गर्नुपर्छ?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "यो सन्देश किन समीक्षा गर्नुपर्छ?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "यो पोस्ट किन समीक्षा गर्नुपर्छ?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "यो स्टार्टर प्याक किन समीक्षा गर्नुपर्छ?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "यो प्रयोगकर्ता किन समीक्षा गर्नुपर्छ?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "हो" msgid "Yes, deactivate" msgstr "हो, निष्क्रिय गर्नुहोस्" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "हो, यो स्टार्टर प्याक मेटाउनुहोस्" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "तपाईंलाई भिडियो अपलोड गर्न अनुमति छैन।" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "तपाईं कसैलाई पनि पछ्याइरहनु भएको छैन।" @@ -10445,17 +10534,13 @@ msgstr "तपाईं आफ्नो खाता पुनः सक्र msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "तपाईंको कुनै पनि फलोअर्स छैन।" @@ -10467,6 +10552,10 @@ msgstr "तपाईं @{name} लाई फलो गर्ने कुनै msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "तपाईंको कुनै पनि पिन गरिएका फीडहरू छैन।" @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "तपाईंले यो प्रयोगकर्तालाई ब्लक गर्नुभएको छ।" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "तपाईंले यो प्रयोगकर्तालाई ब्लक गर्नुभएको छ। तपाईं तिनीहरूको सामग्री हेर्न सक्नुहुन्न।" @@ -10495,7 +10584,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "तपाईंले अवैध कोड प्रविष्ट गर्नुभएको छ। यसले XXXXX-XXXXX जस्तो देखिनु पर्छ।" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "तपाईंले यो पोस्ट लुकेको छ।" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "तपाईंले यो पोस्ट लुकेको छ।" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "तपाईंले यो खाता म्यूट गर्नुभएको छ।" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "तपाईंले यो प्रयोगकर्तालाई म्यूट गर्नुभएको छ।" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "तपाईंले अझै कुनै शब्द वा ट्याग म्यूट गर्नुभएको छैन।" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "तपाईंले यो उत्तर लुकेको छ।" @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "यदि तपाईंलाई लाग्छ कि गैर-आत्म लेबलहरू गल्तीले राखिएका छन् भने, तपाईं तिनीहरूको विरोध गर्न सक्नुहुन्छ।" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "यदि तपाईंलाई लाग्छ कि यी लेबलहरू गल्तीले राखिएका छन् भने, तपाईं तिनीहरूको विरोध गर्न सक्नुहुन्छ।" @@ -10614,10 +10703,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "QR कोड बचत गर्नको लागि तपाईंलाई आफ्नो फोटो लाइब्रेरीमा पहुँच दिनु पर्छ।" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "तपाईंलाई रिपोर्टको लागि कम्तीमा एक लेबलर चयन गर्नु पर्छ।" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "तपाईं जानेको लागि तयार हुन msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "तपाईंले यस पोष्टमा एक शब्द वा ट्याग लुकाउने निर्णय गर्नुभयो।" @@ -10750,7 +10839,7 @@ msgstr "तपाईंले भिडियो अपलोडको लाग msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "तपाईंले भिडियो अपलोडको लागि आफ्नो दैनिक सीमा पुग्नुभयो (धेरै भिडियो)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "तपाईंको जन्म मिति" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "तपाईंको ब्राउजर भिडियो ढाँचा समर्थन गर्दैन। कृपया अर्को ब्राउजर प्रयास गर्नुहोस्।" @@ -10798,7 +10887,7 @@ msgstr "तपाईंको च्याटहरू अक्षम गरि msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "तपाईंको पहिलो लाइक!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "तपाईंको प्रोफाइल, पोष्टहरू msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "तपाईंको रिपोर्ट ब्लूस्की मोडरेसन सेवामा पठाइनेछ" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/nl/messages.po b/src/locale/locales/nl/messages.po index 528cb11888..ba93d25ac1 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {volger} other {volgers}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {volgend} other {volgend}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {vind-ik-leuk} other {vind-ik-leuks}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {vind-ik-leuk} other {vind-ik-leuks}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {bericht} other {berichten}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citaat} other {citaten}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {herplaatsing} other {herplaatsingen}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} berichten}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# personen hebben}} dit startpakket gebruikt!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# personen hebben}} dit startpakket gebruikt!" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {uur} other {uur}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuut} other {minuten}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}0> hebben je gevolgd" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}0> vonden je gepersonaliseerde feed leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}0> vonden je bericht leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}0> hebben je bericht opnieuw geplaatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} en <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}}0> hebben zich geregistreerd met je startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} volgde je" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} volgde je terug" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} vond je gepersonaliseerde feed leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} vond je bericht leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} heeft zijn/haar verificatie van je account verwijderd" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} heeft je bericht opnieuw geplaatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registreerde zich met je startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} heeft jou geverifieerd" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} volgden je" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} vonden je gepersonaliseerde feed leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} vonden je bericht leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben je bericht opnieuw geplaatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} en {additionalAuthorsCount, plural, one {{formattedAuthorsCount} andere} other {{formattedAuthorsCount} anderen}} hebben zich geregistreerd met je startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} volgde je" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} volgde je terug" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} vond je gepersonaliseerde feed leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} vond je bericht leuk" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} heeft zijn/haar verificatie van je account verwijderd" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} heeft je bericht opnieuw geplaatst" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} heeft zich geregistreerd met je startpakket" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} heeft jou geverifieerd" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} volgend" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> en<1> 1><2>{1} 2>zijn inbegrepen in je startpakket" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> is inbegrepen in je startpakket" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> leden" @@ -515,7 +519,7 @@ msgstr "⚠Ongeldige handle" msgid "24 hours" msgstr "24 uur" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA-bevestiging" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Over" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Accepteren" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Chatverzoek accepteren" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Toegankelijkheidsinstellingen" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Account" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Account genegeerd" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Account genegeerd" @@ -627,11 +635,15 @@ msgstr "Account genegeerd door lijst" msgid "Account options" msgstr "Accountopties" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Account verwijderd uit snelle toegang" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Voeg er nog {0} toe om door te gaan" msgid "Add {displayName} to starter pack" msgstr "{displayName} toevoegen aan het startpakket" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Een inhoudswaarschuwing toevoegen" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "App-wachtwoord toevoegen" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "App-wachtwoord toevoegen" @@ -745,8 +757,8 @@ msgstr "Emoji-reactie toevoegen" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Voeg meer informatie toe (optioneel)" @@ -783,7 +795,7 @@ msgstr "Voeg wat feeds toe aan je startpakket!" msgid "Add the default feed of only people you follow" msgstr "Standaardfeed toevoegen van alleen de personen die je volgt" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Voeg het volgende DNS-record toe aan je domein:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Aanvullende informatie (maximaal 300 tekens)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Volwassene" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Inhoud voor volwassenen" @@ -846,11 +862,15 @@ msgstr "Inhoud voor volwassenen kan alleen worden ingeschakeld via het web op <0 msgid "Adult content is disabled." msgstr "Inhoud voor volwassenen is uitgeschakeld." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Labels voor inhoud voor volwassenen" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Geavanceerd" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Nieuwe privéberichten accepteren van" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Citaatberichten toestaan" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Antwoorden toestaan van:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Staat toegang tot privéberichten toe" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Heb je al een code?" @@ -1003,14 +1039,18 @@ msgstr "Er is een fout opgetreden tijdens het ophalen van de feed." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Er is een fout opgetreden bij het genereren van je startpakket. Wil je het opnieuw proberen?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Er is een fout opgetreden bij het opslaan van de QR-code!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Een probleem niet vermeld in deze opties" @@ -1050,10 +1089,10 @@ msgstr "Er is een probleem opgetreden bij het openen van de chat" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Er is een probleem opgetreden. Probeer het opnieuw." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "een onbekende labeler" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "en" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "Nieuw: verificatie op Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Asociaal gedrag" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Iedereen kan reageren" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "App-taal" msgid "App Password" msgstr "App-wachtwoord" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "App-wachtwoord verwijderd" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "App-wachtwoorden" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "App-wachtwoorden" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Bezwaar maken" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Bezwaar maken tegen \"{0}\"-label" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Bezwaar maken tegen deze beslissing" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Standaard aanbevolen feeds gebruiken" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Gearchiveerd van {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Gearchiveerd bericht" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Weet je zeker dat je het app-wachtwoord \"{0}\" wilt verwijderen?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Weet je zeker dat je dit privébericht wilt verwijderen? Het privébericht wordt voor jou verwijderd, maar niet voor de andere deelnemer." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Weet je zeker dat je dit startpakket wilt verwijderen?" @@ -1252,7 +1298,7 @@ msgstr "Schrijf je in het <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Kunst" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Artistieke of niet-erotische naaktbeelden." @@ -1269,7 +1315,7 @@ msgstr "Onderwerp voor algoritme toewijzen" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Video's en GIF's automatisch afspelen" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Terug" msgid "Back to Chats" msgstr "Terug naar chats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Je moet eerst je e-mailadres bevestigen voordat je een bericht kunt plaa msgid "Before creating a starter pack, you must first verify your email." msgstr "Je moet eerst je e-mailadres bevestigen voordat je een startpakket maakt." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Je moet eerst je e-mailadres bevestigen voordat je dit chatverzoek kunt accepteren." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Verjaardag" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blokkeren" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Account blokkeren?" msgid "Block accounts" msgstr "Accounts blokkeren" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blokkeren en verwijderen" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Dit gesprek blokkeren en/of verwijderen" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blokkeerlijst" @@ -1402,15 +1452,19 @@ msgstr "Blokkeren of rapporteren" msgid "Block these accounts?" msgstr "Deze accounts blokkeren?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Gebruiker blokkeren" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Gebruiker blokkeren" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Geblokkeerd" @@ -1449,25 +1503,25 @@ msgstr "Blokkeren voorkomt niet dat er labels op jouw account worden toegepast, msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan de echtheid van de geclaimde datum niet bevestigen." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 is een open netwerk waar je jouw hostingprovider kunt kiezen. Als je een ontwikkelaar bent kun je je eigen server hosten." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "Afbeeldingen vervagen en niet in feeds tonen" msgid "Books" msgstr "Boeken" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Blader door meer accounts op de pagina Verkennen" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Zakelijk" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Door {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Door <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Camera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Heractivering annuleren en afmelden" msgid "Cancel search" msgstr "Zoeken annuleren" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Kan geen interactie hebben met een geblokkeerde gebruiker" @@ -1697,12 +1756,12 @@ msgstr "App-taal wijzigen" msgid "Change Handle" msgstr "Handle wijzigen" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Moderatieservice wijzigen" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Reden van melding wijzigen" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Chat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chat verwijderd" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chat genegeerd" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "Chatverzoeken" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Chatinstellingen" msgid "Chat Settings" msgstr "Chatinstellingen" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chat niet meer genegeerd" @@ -1797,7 +1860,7 @@ msgstr "Chats" msgid "Check my status" msgstr "Mijn status controleren" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Controleer je e-mail voor een aanmeldcode en vul deze hier in." @@ -1805,6 +1868,14 @@ msgstr "Controleer je e-mail voor een aanmeldcode en vul deze hier in." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Controleer je inbox voor een e-mail met de bevestigingscode om hieronder in te vullen:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Kies domeinverificatiemethode" @@ -1833,7 +1904,7 @@ msgstr "De algoritmen kiezen die je gepersonaliseerde feeds aansturen." msgid "Choose this color as your avatar" msgstr "Deze kleur kiezen als je avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Kies je accountprovider" @@ -1882,14 +1953,6 @@ msgstr "Klik hier om het verificatieproces opnieuw te starten." msgid "Click here to update your email" msgstr "Klik hier om je e-mailadres te wijzigen" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Klik om citaatberichten voor dit bericht te verbieden." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Klik om citaatberichten voor dit bericht toe te staan." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Klik om het labelmenu voor {tag} te openen" @@ -1919,9 +1982,11 @@ msgstr "Klik 🐴 klak 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Klik 🐴 klak 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Sluiten" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Actief dialoogvenster sluiten" @@ -2018,16 +2083,16 @@ msgstr "Sluit de emoji-kiezer" msgid "Closes viewer for header image" msgstr "Sluit viewer voor headerafbeelding" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Gebruikerslijst inklappen" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Klapt de gebruikerslijst voor een bepaalde melding in" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Kleurmodus" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Bevestigingscode" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Verbinden..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Inhoudtalen" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Inhoud niet beschikbaar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Inhoudswaarschuwing" @@ -2212,7 +2281,7 @@ msgstr "Contextmenu-achtergrond, klik om het menu te sluiten." msgid "Continue" msgstr "Doorgaan" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Doorgaan als {0} (momenteel aangemeld)" @@ -2236,8 +2305,8 @@ msgstr "Doorgaan naar volgende stap" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Gesprek verwijderd" @@ -2254,7 +2323,7 @@ msgstr "Koken" msgid "Copied build version to clipboard" msgstr "Buildversie gekopieerd naar klembord" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Buildversie gekopieerd naar klembord" msgid "Copied to clipboard" msgstr "Gekopieerd naar klembord" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Gekopieerd!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Code kopiëren" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DID kopiëren" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Host kopiëren" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Link kopiëren" @@ -2331,12 +2400,12 @@ msgstr "Link naar bericht kopiëren" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Tekst privébericht kopiëren" @@ -2354,7 +2423,7 @@ msgstr "Berichttekst kopiëren" msgid "Copy QR code" msgstr "QR-code kopiëren" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXT-recordwaarde kopiëren" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Kan chat niet verlaten" @@ -2392,7 +2461,7 @@ msgstr "Kan feed niet laden" msgid "Could not load list" msgstr "Kan lijst niet laden" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Kan chat niet negeren" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Account aanmaken" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Melding maken voor {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "{0} gemaakt" @@ -2503,8 +2573,8 @@ msgstr "Maker is geblokkeerd" msgid "Culture" msgstr "Cultuur" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Gepersonaliseerd" @@ -2512,18 +2582,22 @@ msgstr "Gepersonaliseerd" msgid "Customization options" msgstr "Aanpassingsopties" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Pas aan wie kan reageren op dit bericht." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Past je Bluesky-ervaring aan" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Donker" @@ -2536,7 +2610,7 @@ msgstr "Donker" msgid "Dark mode" msgstr "Donkere modus" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Donker thema" @@ -2558,7 +2632,11 @@ msgstr "Fouten opsporen in moderatie" msgid "Debug panel" msgstr "Debugpaneel" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Standaard" @@ -2566,14 +2644,14 @@ msgstr "Standaard" msgid "Default icons" msgstr "Standaardpictogrammen" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Verwijderen" @@ -2586,16 +2664,16 @@ msgstr "Account verwijderen" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Account <0>\"0><1>{0}1><2>\"2> verwijderen" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "App-wachtwoord verwijderen" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "App-wachtwoord verwijderen?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Chat verwijderen" @@ -2603,18 +2681,18 @@ msgstr "Chat verwijderen" msgid "Delete chat declaration record" msgstr "Chatdeclaratierecord verwijderen" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Gesprek verwijderen" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Gesprek verwijderen" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Voor mij verwijderen" @@ -2623,11 +2701,11 @@ msgstr "Voor mij verwijderen" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Privébericht verwijderen" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Privébericht voor mij verwijderen" @@ -2641,12 +2719,12 @@ msgstr "Mijn account verwijderen" msgid "Delete post" msgstr "Bericht verwijderen" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Startpakket verwijderen" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Startpakket verwijderen?" @@ -2709,11 +2787,11 @@ msgstr "Ontwikkelaarsmodus ingeschakeld" msgid "Developer options" msgstr "Ontwikkelaarsopties" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialoog: aanpassen wie op dit bericht mag reageren" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dimmen" @@ -2735,6 +2813,14 @@ msgstr "Uitschakelen e-mail 2FA" msgid "Disable haptic feedback" msgstr "Uitschakelen voelbare feedback" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Uitschakelen ondertiteling" @@ -2778,7 +2864,7 @@ msgstr "Ontmoedig aaps om mijn account te tonen aan afgemelde gebruikers" msgid "Discover new custom feeds" msgstr "Ontdek nieuwe gepersonaliseerde feeds" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Ontdek nieuwe feeds" @@ -2817,8 +2903,8 @@ msgstr "Weergavenaam" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS-paneel" @@ -2830,7 +2916,7 @@ msgstr "Dit negeerwoord niet gebruiken voor gebruikers die je volgt" msgid "Does not include nudity." msgstr "Bevat geen bloot." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domein geverifieerd!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "Dubbeltik om het dialoogvenster te sluiten" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "Bluesky downloaden" msgid "Download CAR file" msgstr "CAR-bestand downloaden" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Laat vallen om afbeeldingen toe te voegen" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Personen bewerken" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Berichtinteractie-instellingen bewerken" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Profiel bewerken" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Profiel bewerken" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Startpakket bewerken" @@ -3034,7 +3129,7 @@ msgstr "Startpakket bewerken" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Bewerk wie kan reageren" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "E-mailadres geverifieerd" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "HTML-code insluiten" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Geïntegreerde videospeler" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Ondertiteling inschakelen" @@ -3200,7 +3299,7 @@ msgstr "Vul het domein in dat je wilt gebruiken" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Vul het e-mailadres in dat je hebt gebruikt om je account aan te maken. We sturen je een \"resetcode\" zodat je een nieuw wachtwoord kunt instellen." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "Vul je geboortedatum in" msgid "Enter your email address" msgstr "Vul je e-mailadres in" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Vul je wachtwoord in" @@ -3258,22 +3357,18 @@ msgstr "Fout bij ontvangen van captcha-antwoord." msgid "Error: {error}" msgstr "Fout: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Iedereen" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Iedereen kan reageren" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Iedereen kan reageren op dit bericht." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Iedereen" @@ -3282,16 +3377,6 @@ msgstr "Iedereen" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Overmatig veel vermeldingen of antwoorden" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Overmatige of ongewenste privéberichten" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Gebruikers uitsluiten die je volgt" @@ -3316,7 +3401,7 @@ msgstr "Verlaat afbeeldingweergave" msgid "Expand alt text" msgstr "Alt-tekst uitklappen" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Gebruikerslijst uitklappen" @@ -3328,7 +3413,7 @@ msgstr "Uitklappen of inklappen van het volledige bericht waar je op reageert" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Klapt berichttekst uit of in" @@ -3348,7 +3433,7 @@ msgstr "Verlopen" msgid "Expires {0}" msgstr "Verloopt {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Verloopt over {0}" @@ -3407,13 +3492,17 @@ msgstr "Externe media kunnen websites toestaan om informatie over jou en jouw ap msgid "External Media Preferences" msgstr "Externe mediavoorkeuren" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Accepteren van chat mislukt" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Toevoegen van emoji-reactie mislukt" @@ -3421,7 +3510,7 @@ msgstr "Toevoegen van emoji-reactie mislukt" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Kon de handle niet wijzigen. Probeer het nog eens." @@ -3438,13 +3527,13 @@ msgstr "Aanmaken van gesprek mislukt" msgid "Failed to create starter pack" msgstr "Het aanmaken van het startpakket is mislukt" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Verwijderen van chat mislukt" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Privébericht kan niet worden verwijderd" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Het verwijderen van het startpakket is mislukt" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Het laden van feedvoorkeuren is mislukt" @@ -3498,14 +3587,14 @@ msgstr "Het laden van eerdere privéberichten is mislukt" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Het laden van voorgestelde feeds is mislukt" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Het is niet gelukt om een lijst te laden met volgsuggesties" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Vastzetten van bericht is mislukt" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "Verwijderen van verificatie mislukt" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Het opslaan van de afbeelding is mislukt: {0}" @@ -3557,7 +3647,7 @@ msgstr "Verzenden mislukt" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Het indienen van bezwaar is mislukt, probeer het opnieuw." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "Kon handle niet verifiëren. Probeer nog eens." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Feedmenu" @@ -3635,8 +3733,8 @@ msgstr "Feed wisselen" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Feedback" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Zoek accounts om te volgen" msgid "Find people to follow" msgstr "Mensen zoeken om te volgen" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Zoek berichten, gebruikers en feeds op Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Voltooien" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexibel" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Volgen" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Volgen" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0} volgen" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "{handle} volgen" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Terugvolgen" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Terugvolgen" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Volgers die je kent" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Volgend" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Volgend" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Volgt {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Je volgt {handle}" @@ -3894,11 +3988,11 @@ msgstr "Volgt jou" msgid "Follows You" msgstr "Volgt jou" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Lettertype" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Lettergrootte" @@ -3919,7 +4013,7 @@ msgstr "Om veiligheidsredenen moeten we een bevestigingscode naar je e-mailadres msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Om veiligheidsredenen kun je dit niet meer bekijken. Je moet een nieuw app-wachtwoord genereren als je dit app-wachtwoord kwijtraakt." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Voor de beste ervaring raden we je aan het themalettertype te gebruiken." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Wachtwoord vergeten" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Wachtwoord vergeten?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Vergeten?" @@ -3953,12 +4047,7 @@ msgstr "Vergeten?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publiceert vaak ongewenste inhoud" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Geef je profiel een gezicht" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Duidelijke overtredingen van de wet of servicevoorwaarden" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Duidelijke overtredingen van de wet of servicevoorwaarden" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Terug" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Terug" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Terug naar de vorige stap" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Ga naar het profiel van {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Naar volgende" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Naar profiel" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Naar gebruikersprofiel" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Grafische media" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Halverwege!" msgid "Handle" msgstr "Handle" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Handle al in gebruik. Probeer een andere." @@ -4182,7 +4279,7 @@ msgstr "Handle al in gebruik. Probeer een andere." msgid "Handle changed!" msgstr "Handle gewijzigd!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Handle te lang. Probeer een kortere." @@ -4190,10 +4287,17 @@ msgstr "Handle te lang. Probeer een kortere." msgid "Haptics" msgstr "Haptische feedback" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Pesterijen, trolling of intolerantie" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Heb je problemen?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Hulp" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "Verborgen" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Verborgen door je moderatie-instellingen." @@ -4248,7 +4356,7 @@ msgstr "Verborgen lijst" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Verborgen lijst" msgid "Hide" msgstr "Verbergen" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Verbergen" @@ -4269,6 +4377,10 @@ msgstr "Verbergen" msgid "Hide customization options" msgstr "Aanpassingsopties verbergen" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Populaire onderwerpen verbergen?" msgid "Hide trending videos?" msgstr "Populaire video’s verbergen?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Gebruikerslijst verbergen" @@ -4320,7 +4432,7 @@ msgstr "Gebruikerslijst verbergen" msgid "Hide verification badges" msgstr "Verificatiebadges verbergen" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Verbergt de inhoud" @@ -4365,12 +4477,12 @@ msgstr "Wacht even! We geven geleidelijk toegang tot video en je staat nog steed msgid "Home" msgstr "Startpagina" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Hostingprovider" @@ -4383,6 +4495,10 @@ msgstr "Populair" msgid "How should we open this link?" msgstr "Hoe moeten we deze link openen?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Als je jouw wachtwoord wilt wijzigen sturen we je een code om te verifi msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Als je een ontwikkelaar bent, kun je je eigen server hosten." @@ -4443,12 +4559,7 @@ msgstr "Als je een ontwikkelaar bent, kun je je eigen server hosten." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Illegaal en dringend" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Afbeelding" @@ -4461,29 +4572,24 @@ msgstr "Afbeeldingencache gewist" msgid "Image cache cleared, freed {0}" msgstr "Afbeeldingencache gewist, {0} vrijgemaakt" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Afbeelding opgeslagen" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Nabootsing van identiteit of valse beweringen over identiteit of affiliatie" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Nabootsing van identiteit, verkeerde informatie of valse beweringen" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Ongepaste privéberichten of expliciete links" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Ongeldige gebruikersnaam of wachtwoord" @@ -4537,11 +4638,11 @@ msgstr "Vul nieuw wachtwoord in" msgid "Input password for account deletion" msgstr "Vul wachtwoord in voor accountverwijdering" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Vul de code in die naar je is gemaild" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interactie beperkt" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Ongeldige 2FA-bevestigingscode." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Ongeldige handle. Probeer een andere." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "Vacatures" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Lid worden van Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Gelabeld door {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Gelabeld door de auteur." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Labels" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Labels toegevoegd" @@ -4678,11 +4779,11 @@ msgstr "Labels toegevoegd" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Labels zijn aantekeningen over gebruikers en inhoud. Ze kunnen worden gebruikt om het te verbergen, te waarschuwen en het netwerk te categoriseren." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Labels op je account" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Labels op je inhoud" @@ -4696,7 +4797,7 @@ msgstr "Taalinstellingen" msgid "Languages" msgstr "Talen" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Groter" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Leer meer over Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Leer meer over het zelf hosten van je PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Leer meer over wat openbaar is op Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Leer meer." @@ -4787,10 +4888,10 @@ msgstr "Verlaten" msgid "Leave chat" msgstr "Chat verlaten" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Gesprek verlaten" @@ -4822,9 +4923,9 @@ msgstr "Laten we je wachtwoord opnieuw instellen!" msgid "Let's go!" msgstr "Laten we gaan!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Licht" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Licht" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Leuk ({0, plural, one {# vind-ik-leuk} other {# vind-ik-leuks}})" @@ -4855,7 +4956,7 @@ msgstr "Vind 10 berichten leuk om de Ontdekken-feed te trainen" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Vind deze feed leuk" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Leuk gevonden door {0, plural, one {# gebruiker} other {# gebruikers}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Vind-ik-leuks op dit bericht" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Meer laden" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Meer voorgestelde feeds laden" @@ -5041,6 +5142,14 @@ msgstr "Nieuwe meldingen laden" msgid "Load new posts" msgstr "Nieuwe berichten laden" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Laden..." @@ -5049,15 +5158,19 @@ msgstr "Laden..." msgid "Log" msgstr "Logboek" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Afgemelde zichtbaarheid" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo door @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo door <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Beheer je genegeerde woorden en tags" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Markeren als gelezen" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "Media" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media die voor bepaalde doelgroepen aanstootgevend of ongepast kunnen zijn." @@ -5140,14 +5253,10 @@ msgstr "Media die voor bepaalde doelgroepen aanstootgevend of ongepast kunnen zi msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "vermelde gebruikers" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Vermelde gebruikers" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Privébericht verzenden naar {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Privébericht verwijderd" @@ -5172,7 +5281,7 @@ msgstr "Privébericht verwijderd" msgid "Message deleted" msgstr "Privébericht verwijderd" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "Privébericht invoerveld" msgid "Message is too long" msgstr "Privébericht is te lang" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Berichtopties" @@ -5197,24 +5306,22 @@ msgstr "Berichtopties" msgid "Messages" msgstr "Privéberichten" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Misleidend account" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Misleidend bericht" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderatiehulpmiddelen" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Meer feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Negeren" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "{tag} negeren" @@ -5332,8 +5439,8 @@ msgstr "Account negeren" msgid "Mute accounts" msgstr "Accounts negeren" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Gesprek negeren" @@ -5396,7 +5503,7 @@ msgstr "Genegeerde accounts" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Van genegeerde accounts worden de berichten verwijderd uit je feed en uit je meldingen. Genegeerde accounts zijn volledig privé." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Genegeerd door \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Mijn feeds" msgid "Name" msgstr "Naam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Naam of omschrijving schendt gemeenschapsnormen" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navigeert naar het volgende scherm" @@ -5455,20 +5551,16 @@ msgstr "Navigeert naar het volgende scherm" msgid "Navigates to your profile" msgstr "Navigeert naar je profiel" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Wil je een inbreuk op het auteursrecht melden?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Verlies nooit toegang tot je volgers of gegevens." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Maakt niet uit, maak een handle voor mij aan" @@ -5476,17 +5568,17 @@ msgstr "Maakt niet uit, maak een handle voor mij aan" msgid "New" msgstr "Nieuw" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nieuw" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nieuw bericht" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Nieuwe gebruiker informatiedialoog" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Nieuwste antwoorden eerst" @@ -5587,8 +5679,8 @@ msgstr "Nieuws" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Nieuws" msgid "Next" msgstr "Volgende" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Volgende" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Volgende afbeelding" @@ -5616,12 +5703,12 @@ msgstr "Volgende afbeelding" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Nog geen app-wachtwoorden" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Geen DNS-paneel" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Nog geen vind-ik-leuks" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Je volgt {0} niet meer" @@ -5671,7 +5759,7 @@ msgstr "Nog geen meldingen!" msgid "No one" msgstr "Niemand" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Alleen de auteur mag dit bericht citeren." @@ -5701,7 +5789,7 @@ msgstr "Geen resultaat" msgid "No results" msgstr "Geen resultaten" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "Geen resultaten gevonden voor \"{query}\"" msgid "No results found for {query}" msgstr "Geen resultaten gevonden voor {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "Geen zoekresultaten gevonden voor \"{search}\"." msgid "No thanks" msgstr "Nee, bedankt" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Niemand" @@ -5753,6 +5841,10 @@ msgstr "Niemand heeft dit nog opnieuw geplaatst. Misschien moet jij de eerste zi msgid "Nobody was found. Try searching for someone else." msgstr "Niemand gevonden. Probeer iemand anders te zoeken." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Niet-seksuele naaktbeelden" @@ -5843,16 +5935,11 @@ msgstr "nu" msgid "Now" msgstr "Nu" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Bloot" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Bloot of inhoud voor volwassenen die niet als zodanig is gelabeld" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Oké" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Oudste antwoorden eerst" @@ -5916,7 +6003,7 @@ msgstr "Alt-tekst ontbreekt bij een of meer video's." msgid "Only .jpg and .png files are supported" msgstr "Alleen .jpg- en .png-bestanden worden ondersteund" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Alleen {0} kan reageren." @@ -5941,7 +6028,7 @@ msgstr "Oeps, er is iets misgegaan!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Avatar-maker openen" msgid "Open conversation options" msgstr "Gespreksopties openen" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Menu openen" @@ -5973,8 +6060,8 @@ msgstr "Emoji-kiezer openen" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Menu Feedopties openen" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Startpakketmenu openen" @@ -6032,9 +6119,9 @@ msgstr "Systeemlogboek openen" msgid "Opens a dialog to add a content warning to your post" msgstr "Opent een dialoogvenster om een inhoudswaarschuwing aan je bericht toe te voegen" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Opent een dialoogvenster om te bepalen wie op dit gesprek mag reageren" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Opent formulier om het wachtwoord opnieuw in te stellen" @@ -6103,24 +6190,15 @@ msgstr "Opent formulier om het wachtwoord opnieuw in te stellen" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Opent dit profiel" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Vul optioneel hieronder aanvullende informatie in:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opties:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Of combineer deze opties:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Of ga verder met een ander account." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Anders" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Ander account" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Ons moderatieteam heeft je melding ontvangen." @@ -6176,7 +6283,7 @@ msgstr "Pagina niet gevonden" msgid "Page Not Found" msgstr "Pagina niet gevonden" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Personen gevolgd door @{0}" msgid "People following @{0}" msgstr "Personen die @{0} volgen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Huisdieren" msgid "Photography" msgstr "Fotografie" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Afbeeldingen bedoeld voor volwassenen." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Vastzetten op startpagina" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Vastzetten op startpagina" @@ -6275,7 +6390,7 @@ msgstr "Vastzetten op startpagina" msgid "Pin to your profile" msgstr "Vastmaken aan je profiel" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Vastgezet" @@ -6302,7 +6417,7 @@ msgstr "Afspelen" msgid "Play {0}" msgstr "{0} afspelen" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Video afspelen" @@ -6327,7 +6442,7 @@ msgstr "Speelt de GIF af" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Vul je uitnodigingscode in." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Vul ook je wachtwoord in:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Leg uit waarom je denkt dat dit label onjuist is toegepast door {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Politiek" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Porno" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Bericht verborgen door genegeerd woord" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Bericht verborgen door jou" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Instellingen voor berichtinteractie" @@ -6614,13 +6729,8 @@ msgstr "Vorige afbeelding" msgid "Primary Language" msgstr "Primaire taal" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioriteit aan je volgers geven" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Privacybeleid" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Video verwerken..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profiel bijgewerkt" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Openbaar" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Citaatbericht is succesvol losgekoppeld" msgid "Quote posts disabled" msgstr "Citaatberichten uitgeschakeld" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Citaatinstellingen" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Citaatinstellingen" msgid "Quotes" msgstr "Citaten" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citaten van dit bericht" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Snelheidslimiet overschreden - je hebt in korte tijd te vaak geprobeerd je handle te wijzigen. Wacht een minuut voordat je het opnieuw probeert." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Reden:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Opnieuw verbinden" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "Feed verwijderen" msgid "Remove feed?" msgstr "Feed verwijderen?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Antwoorden" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Antwoorden uitgeschakeld" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Antwoorden op dit bericht zijn uitgeschakeld." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Reageren" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Reactie verborgen door auteur van gesprek" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Reactie verborgen door jou" @@ -7120,11 +7234,7 @@ msgstr "Reactie verborgen door jou" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Reactie-instellingen" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Reactie-instellingen worden gekozen door de auteur van het gesprek" @@ -7141,7 +7251,7 @@ msgstr "Zichtbaarheid van reactie bijgewerkt" msgid "Reply was successfully hidden" msgstr "Reactie is succesvol verborgen" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Melden" msgid "Report account" msgstr "Account melden" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Gesprek melden" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Dialoogvenster Melden" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Feed melden" @@ -7176,7 +7285,7 @@ msgstr "Feed melden" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Privébericht melden" @@ -7185,48 +7294,41 @@ msgstr "Privébericht melden" msgid "Report post" msgstr "Bericht melden" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Startpakket melden" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Deze inhoud melden" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Deze feed melden" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Deze lijst melden" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Dit privébericht melden" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Dit bericht melden" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Dit startpakket melden" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Deze gebruiker melden" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Bericht herplaatsen of citeren" @@ -7277,7 +7379,7 @@ msgstr "Herplaatst door jou" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Herplaatsingen van dit bericht" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Introductie-status opnieuw instellen" msgid "Reset password" msgstr "Wachtwoord opnieuw instellen" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "Probeert de laatste mislukte actie opnieuw" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Probeert de laatste mislukte actie opnieuw" msgid "Retry" msgstr "Opnieuw" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Terug naar vorige pagina" @@ -7399,8 +7501,8 @@ msgstr "Terug naar de startpagina" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Terug naar de vorige pagina" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "Opslaan" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Opslaan" @@ -7459,8 +7561,13 @@ msgstr "Nieuwe handle opslaan" msgid "Save QR code" msgstr "QR-code opslaan" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "In mijn feeds opslaan" @@ -7487,21 +7594,25 @@ msgstr "Opgeslagen in je feeds" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Zeg hallo!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Wetenschap" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Naar boven scrollen" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Zoeken" @@ -7553,11 +7664,11 @@ msgstr "Zoeken naar \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Zoekslider. Gebruik de pijltjestoetsen om vooruit en achteruit te zoeken en spatie om af te spelen/pauzeren" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Selecteer een kleur" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Account selecteren" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Selecteer uit een bestaand account" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIF selecteren" @@ -7727,14 +7850,10 @@ msgstr "Selecteer taal..." msgid "Select languages" msgstr "Selecteer talen" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Selecteer moderator" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Selecteer ondertitelbestand (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecteer de {emojiName}-emoji als je avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Selecteer de moderatieservice(s) waaraan je wilt melden" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Selecteer je interesses uit de onderstaande opties" msgid "Select your preferred language for translations in your feed." msgstr "Selecteer de taal waarin je de vertalingen in je feed wilt weergeven." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Stuur een mooie website!" @@ -7818,7 +7937,7 @@ msgstr "Feedback verzenden" msgid "Send message" msgstr "Privébericht verzenden" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Bericht verzenden naar..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Melding verzenden" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Melding verzenden naar {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "Verzenden als privébericht" msgid "Sends email with confirmation code for account deletion" msgstr "Stuurt een e-mail met een bevestigingscode voor het verwijderen van het account" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Serveradres" @@ -7874,10 +7982,18 @@ msgstr "Geboortedatum instellen" msgid "Set new password" msgstr "Nieuw wachtwoord instellen" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Stel je account in" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Stelt e-mail in voor het opnieuw instellen van wachtwoorden" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Instellingen opgeslagen" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Seksuele activiteit of erotisch bloot." @@ -7953,7 +8069,7 @@ msgstr "Seksueel suggestief" msgid "Share" msgstr "Delen" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Delen" @@ -7996,7 +8112,7 @@ msgstr "at://-URI van bericht delen" msgid "Share QR code" msgstr "QR-code delen" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8128,8 @@ msgstr "Deel dit startpakket en help mensen lid te worden van je gemeenschap op #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Je favoriete feed delen!" msgid "Shared Preferences Tester" msgstr "Gedeelde voorkeuren-tester" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Toon alt-tekst" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Toch laten zien" @@ -8067,6 +8183,10 @@ msgstr "Minder hiervan tonen" msgid "Show list anyway" msgstr "Lijst toch tonen" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Meer tonen" @@ -8080,7 +8200,7 @@ msgstr "Meer hiervan tonen" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Antwoorden tonen" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Antwoorden van mensen die je volgt weergeven vóór alle andere antwoorden" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Waarschuwing tonen" msgid "Show warning and filter from feeds" msgstr "Waarschuwing en filter uit feeds tonen" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "Aanmelden" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Aanmelden als {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Aanmelden als..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Meld je aan of registreer een account aan om deel te nemen aan het gesprek!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Kleiner" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Enkele andere feeds die je wellicht leuk vindt" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Sommige personen kunnen reageren" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Er is iets misgegaan" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Er is iets fout gegaan, probeer het opnieuw" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Er is iets fout gegaan!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Antwoorden sorteren" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Antwoorden sorteren op" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Sorteer reacties op hetzelfde bericht op:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; overmatig veel vermeldingen of reacties" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; overmatig veel vermeldingen of reacties" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "" msgid "Starter pack by you" msgstr "Startpakket door jou" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Startpakket is ongeldig" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Startpakketten" @@ -8436,8 +8547,8 @@ msgstr "Verhalenboek" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "Gelukt!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Aanbevolen voor jou" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggestief" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Systeem" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "Tik om te sluiten" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8735,8 @@ msgstr "Vertel ons iets over jezelf" msgid "Tell us a little more" msgstr "Vertel ons iets meer" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Voorwaarden" @@ -8637,26 +8752,11 @@ msgstr "Voorwaarden" msgid "Terms of Service" msgstr "Servicevoorwaarden" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "De gebruikte termen schenden gemeenschapsnormen" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Tekst en tags" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Tekstinvoerveld" @@ -8665,10 +8765,6 @@ msgstr "Tekstinvoerveld" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Bedankt. Je melding is verzonden." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Bedankt, je hebt je e-mailadres succesvol geverifieerd. Je kunt dit dial msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Daarin staat het volgende:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Dat is alles, mensen!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Het account kan met je communiceren na het deblokkeren." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "De auteur van dit gesprek heeft deze reactie verborgen." @@ -8750,11 +8846,11 @@ msgstr "De ervaring is beter in de app. Download Bluesky nu en we pakken het op msgid "The feed has been replaced with Discover." msgstr "De feed is vervangen door Ontdekken." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "De volgende labels zijn op je account toegepast." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "De volgende labels zijn op je inhoud toegepast." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "De Servicevoorwaarden zijn verplaatst naar" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Thema" @@ -8827,7 +8923,7 @@ msgstr "Er is een probleem opgetreden bij het verbinden met Tenor." msgid "There was an issue contacting the server" msgstr "Er is een probleem opgetreden bij het verbinden met de server" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Er is een probleem opgetreden bij het verbinden met de server. Controlee 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Er is een probleem opgetreden bij het ophalen van berichten. Tik hier om msgid "There was an issue fetching the list. Tap here to try again." msgstr "Er is een probleem opgetreden bij het ophalen van de lijst. Tik hier om het opnieuw te proberen." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Een probleem is opgetreden bij het ophalen van je app-wachtwoorden" @@ -8862,11 +8958,6 @@ msgstr "Er is een probleem opgetreden bij het ophalen van uw servicegegevens" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Er is een probleem opgetreden bij het verwijderen van deze feed. Controleer je internetverbinding en probeer het opnieuw." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Er is een probleem opgetreden bij het verzenden van je melding. Controleer je internetverbinding." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Er is een probleem opgetreden bij het bijwerken van je feeds. Controleer #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Er is een probleem opgetreden bij het bijwerken van je feeds. Controleer msgid "There was an issue! {0}" msgstr "Er is een probleem opgetreden! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Er is een onverwacht probleem opgetreden in de applicatie. Laat het ons 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Deze instellingen zijn alleen van toepassing op de volgende feed." @@ -8941,7 +9036,7 @@ msgstr "Dit account wordt geblokkeerd door een of meer van jouw moderatielijsten msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Dit bezwaar wordt verzonden naar <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Deze inhoud wordt gehost door {0}. Wil je externe media inschakelen?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Deze inhoud is niet beschikbaar omdat een van de betrokken gebruikers de andere heeft geblokkeerd." @@ -9006,7 +9101,7 @@ msgstr "Deze functie is niet beschikbaar bij gebruik van een app-wachtwoord. Mel msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Deze feed ontvangt momenteel veel verkeer en is tijdelijk niet beschikbaar. Probeer het later opnieuw." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Deze feed is leeg! Mogelijk moet je meer gebruikers volgen of je taalinstellingen aanpassen." @@ -9020,7 +9115,7 @@ msgstr "Deze feed is leeg." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Deze feed is niet langer online. We tonen <0>Ontdekken0> in plaats van deze feed." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Dit handle is gereserveerd. Probeer een ander." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Dit label is aangebracht door de auteur." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Dit label is aangebracht door jou." @@ -9065,11 +9160,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Deze moderatieservice is niet beschikbaar. Zie hieronder voor meer details. Neem contact met ons op als dit probleem zich blijft voordoen." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Dit bericht beweert te zijn gemaakt op <0>{0}0>, maar werd voor het eerst gezien door Bluesky op <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "Deze reactie wordt gesorteerd in een verborgen sectie onderaan het gespr msgid "This service has not provided terms of service or a privacy policy." msgstr "Deze service heeft geen servicevoorwaarden of een privacybeleid." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Dit zou een domeinrecord moeten aanmaken op:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Deze gebruiker heeft geen volgers." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Deze gebruiker heeft je geblokkeerd" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Deze gebruiker heeft je geblokkeerd. Je kunt de inhoud niet bekijken." @@ -9142,7 +9237,7 @@ msgstr "Deze gebruiker staat in de lijst <0>{0}0> die je negeert." msgid "This user is new here. Press for more info about when they joined." msgstr "Deze gebruiker is nieuw hier. Druk voor meer info over wanneer ze lid zijn geworden." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Deze gebruiker volgt niemand." @@ -9168,7 +9263,7 @@ msgstr "" msgid "Thread preferences" msgstr "Gespreksvoorkeuren" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Gespreksvoorkeuren" @@ -9181,6 +9276,10 @@ msgstr "" msgid "Threads Preferences" msgstr "Gespreksvoorkeuren" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Om een gesprek te melden meld je een van de berichten via het gespreksscherm. Zo kunnen onze moderators de context van je probleem begrijpen." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Aan wie wil je deze melding sturen?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Vandaag" @@ -9222,8 +9317,8 @@ msgstr "Populair" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Vertalen" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "Tweefactorauthenticatie (2FA)" msgid "Type your message here" msgstr "Typ hier je privébericht" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Kan niet verwijderen" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Deblokkeren" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Deblokkeren" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Account deblokkeren" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Account deblokkeren?" @@ -9369,12 +9468,7 @@ msgstr "Herplaatsen ongedaan maken" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Ontvolgen" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} ontvolgen" @@ -9383,7 +9477,7 @@ msgstr "{0} ontvolgen" msgid "Unfollow account" msgstr "Account ontvolgen" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "Niet meer negeren" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "Account niet meer negeren" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Gesprek niet meer negeren" @@ -9454,8 +9556,8 @@ msgstr "Video niet meer negeren" msgid "Unpin" msgstr "Losmaken" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9566,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Losmaken van startpagina" @@ -9517,13 +9619,6 @@ msgstr "Uitgeschreven voor lijst" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Ongewenste seksuele inhoud" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "<0>{displayName}0> bijwerken in lijsten" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Bijwerken naar {domain}" @@ -9567,7 +9662,7 @@ msgstr "Bijwerken..." msgid "Upload a photo instead" msgstr "In plaats daarvan een foto uploaden" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Upload een tekstbestand naar:" @@ -9603,11 +9698,11 @@ msgstr "Linkminiatuur uploaden..." msgid "Uploading video..." msgstr "Video uploaden..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Gebruik app-wachtwoorden om aan te melden bij andere Bluesky-clients zonder dat je volledige toegang tot je account of wachtwoord hoeft te geven." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Standaardprovider gebruiken" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Gebruiker geblokkeerd" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Gebruiker geblokkeerd door \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Gebruiker geblokkeerd door lijst" msgid "User Blocked by List" msgstr "Gebruiker geblokkeerd door lijst" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Gebruiker blokkeert je" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Gebruikersnaam of e-mailadres" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "gebruikers gevolgd door <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "Gebruikers die ik volg" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Gebruikers in \"{0}”" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Waarde:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNS-record verifiëren" @@ -9786,8 +9873,8 @@ msgstr "Dialoogvenster E-mailadres verifiëren" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Tekstbestand verifiëren" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "Videogames" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video niet gevonden." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Avatar van {0} bekijken" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Profiel van {0} bekijken" @@ -9906,16 +9993,11 @@ msgstr "Bekijk blogpost voor meer details" msgid "View debug entry" msgstr "Debug-item bekijken" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Details bekijken" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Bekijk details voor melden van een auteursrechtschending" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Volledig gesprek bekijken" @@ -9960,7 +10042,7 @@ msgstr "De labelservice van @{0} bekijken" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Bekijk gebruikers die deze feed leuk vinden" @@ -9993,8 +10075,8 @@ msgstr "Je genegeerde accounts bekijken" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Welke talen wil je zien in je algoritmische feeds?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Wie kan reageren op dit bericht?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Wie kan reageren" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Waarom moet deze inhoud worden beoordeeld?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Waarom moet deze feed worden beoordeeld?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Waarom moet deze lijst worden beoordeeld?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Waarom moet dit bericht worden beoordeeld?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Waarom moet dit bericht worden beoordeeld?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Waarom moet dit startpakket worden beoordeeld?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Waarom moet deze gebruiker worden beoordeeld?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Ja" msgid "Yes, deactivate" msgstr "Ja, deactiveren" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Ja, dit startpakket verwijderen" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Het is niet toegestaan om video's te uploaden." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Je volgt niemand." @@ -10445,17 +10534,13 @@ msgstr "Je kunt je account opnieuw activeren om door te kunnen gaan met aanmelde msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Je hebt geen volgers." @@ -10467,6 +10552,10 @@ msgstr "Je volgt geen gebruikers die @{name} volgen." msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Je hebt geen vastgezette feeds." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Je hebt deze gebruiker geblokkeerd" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Je hebt deze gebruiker geblokkeerd. Je kunt de inhoud niet bekijken." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Je hebt dit bericht verborgen" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Je hebt dit bericht verborgen." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Je hebt dit account genegeerd." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Je negeert deze gebruiker" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Je negeert nog geen woorden of tags" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Je hebt deze reactie verborgen." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Je kunt bezwaar maken tegen labels geplaatst door anderen als je vindt dat ze ten onrechte zijn geplaatst." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Je kunt bezwaar maken tegen deze labels als je vindt dat ze ten onrechte zijn geplaatst." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Je moet minimaal één labeler selecteren voor een melding" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Je bent er klaar voor!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Je hebt ervoor gekozen om een woord of tag in dit bericht te verbergen." @@ -10750,7 +10839,7 @@ msgstr "Je hebt je dagelijkse limiet voor video-uploads bereikt (te veel bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "Je geboortedatum" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Je browser ondersteunt de video-indeling niet. Probeer een andere browser." @@ -10798,7 +10887,7 @@ msgstr "Je chats zijn uitgeschakeld" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "Je eerste vind-ik-leuk!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "Jouw profiel, berichten, feeds en lijsten zijn niet langer zichtbaar voo msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Je melding wordt verzonden naar de Bluesky-moderatieservice" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/pl/messages.po b/src/locale/locales/pl/messages.po index f0a4c0ce13..8acced10cf 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {obserwujący} other {obserwujących}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {obserwowany} other {obserwowanych}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {polubienie} few {polubienia} other {polubień}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {polubienie} few {polubienia} other {polubień}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {wpis} few {wpisy} other {wpisów}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {cytat} few {cytaty} other {cytatów}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repost} few {reposty} other {repostów}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {godzina} few {godziny} other {godzin}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuta} few {minuty} other {minut}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}0> zaczęli cię obserwować" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}0> polubili twój kanał" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}0> polubili twój wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}0> repostowali twój wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} i <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}}0> zarejestrowali się z twoim pakietem startowym" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} obserwuje cię" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} również cię obserwuje" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} lubi twój kanał" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} lubi twój wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} repostuje twój wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} rejestruje się z twoim pakietem startowym" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} zaczęli cię obserwować" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} polubili twój kanał" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} polubili twój wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} repostowali twój wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} i {additionalAuthorsCount, plural, one {{formattedAuthorsCount} inna osoba} few {{formattedAuthorsCount} inne osoby} other {{formattedAuthorsCount} innych osób}} zarejestrowali się z twoim pakietem startowym" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} obserwuje cię" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} również cię obserwuje" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} lubi twój kanał" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} lubi twój wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} repostuje twój wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} rejestruje się z twoim pakietem startowym" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} obserwowanych" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> i<1> 1><2>{1} 2>są w twoim pakiecie startowym" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> jest w twoim pakiecie startowym" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> osób" @@ -515,7 +519,7 @@ msgstr "⚠ Nieprawidłowa nazwa" msgid "24 hours" msgstr "24 godziny" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Potwierdzenie uwierzytelnienia dwuskładnikowego" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Informacje" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Ustawienia ułatwień dostępu" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Konto zostało wyciszone" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Konto zostało wyciszone" @@ -627,11 +635,15 @@ msgstr "Konto zostało wyciszone za pomocą listy" msgid "Account options" msgstr "Ustawienia konta" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Konto zostało usunięte z szybkiego dostępu" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Dodaj jeszcze {0, plural, one {# osobę} few {# osoby} other {# osób}}" msgid "Add {displayName} to starter pack" msgstr "Dodaj {displayName} do pakietu startowego" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Dodaj ostrzeżenie o zawartości" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Dodaj hasło aplikacji" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Dodaj hasło aplikacji" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "Dodaj kilka kanałów do swojego pakietu startowego!" msgid "Add the default feed of only people you follow" msgstr "Dodaj domyślny kanał tylko obserwowanych osób" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Dodaj ten rekord DNS do swojej domeny:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Dla dorosłych" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Treści dla dorosłych" @@ -846,11 +862,15 @@ msgstr "Treści dla dorosłych można włączyć tylko przez Internet pod adrese msgid "Adult content is disabled." msgstr "Treści dla dorosłych są wyłączone." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Ostrzeżenia o treści dla dorosłych" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Zaawansowane" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Zezwalaj na nowe wiadomości od" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Zezwalaj na cytowanie wpisów" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Zezwalaj na komentarze od:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Zezwala na dostęp do wiadomości bezpośrednich" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Masz już kod?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Wystąpił błąd podczas generowania pakietu startowego. Czy chcesz spróbować ponownie?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Wystąpił błąd podczas zapisywania kodu QR!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Inny problem" @@ -1050,10 +1089,10 @@ msgstr "Wystąpił błąd podczas otwierania czatu" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Wystąpił błąd, spróbuj ponownie." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "nieznana moderacja" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "i" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Zachowania antyspołeczne" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Każdy może wchodzić w interakcje" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Język aplikacji" msgid "App Password" msgstr "Hasło aplikacji" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Hasło aplikacji zostało usunięte" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Hasła aplikacji" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Hasła aplikacji" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Odwołaj się" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Odwołaj się od \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Odwołaj się od tej decyzji" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Zastosuj domyślne kanały polecane" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Archiwum z dnia {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Wpis został zarchiwizowany" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Czy na pewno chcesz usunąć hasło aplikacji \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Czy na pewno chcesz usunąć tę wiadomość? Wiadomość zostanie usunięta u ciebie, ale nie u odbiorcy." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Czy na pewno chcesz usunąć ten pakiet startowy?" @@ -1252,7 +1298,7 @@ msgstr "Czy piszesz po <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Sztuka" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Nagość artystyczna lub nieerotyczna." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "Autoodtwarzanie filmów i GIF-ów" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Powrót" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Potwierdź swój adres email przed utworzeniem pakietu startowego." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Data urodzenia" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blokuj" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Zablokować konto?" msgid "Block accounts" msgstr "Blokuj konta" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Zablokuj i usuń" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Zablokuj i/lub usuń tę rozmowę" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blokuj listę" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "Zablokować te konta?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Zablokuj osobę" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Zablokuj osobę" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Zablokowane" @@ -1449,25 +1503,25 @@ msgstr "Blokowanie nie przeszkodzi w umieszczaniu ostrzeżeń na twoim koncie, a msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nie może potwierdzić autentyczności podanej daty." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 to otwarta sieć, w której możesz wybrać swojego dostawcę hostingu. Jeśli jesteś deweloperem, możesz hostować własny serwer." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky to otwarta sieć, w której możesz wybrać swojego dostawcę usług. Dla nowych użytkowników zalecamy użycie domyślnej opcji – Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Rozmyj zdjęcia i odfiltruj je z kanałów" msgid "Books" msgstr "Książki" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Wyświetl więcej kont na stronie Eksploruj" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Biznes" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Od {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Od <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Aparat" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Anuluj reaktywację i wyloguj się" msgid "Cancel search" msgstr "Anuluj wyszukiwanie" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Nie można wchodzić w interakcje z zablokowaną osobą" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Zmień nazwę" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Czat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Czat został wyciszony" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Ustawienia czatu" msgid "Chat Settings" msgstr "Ustawienia czatu" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Cofnięto wyciszenie czatu" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "Sprawdź mój status" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Sprawdź swoją skrzynkę odbiorczą i wprowadź tu kod logowania." @@ -1805,6 +1868,14 @@ msgstr "Sprawdź swoją skrzynkę odbiorczą i wprowadź tu kod logowania." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Sprawdź swoją skrzynkę odbiorczą i wprowadź poniżej kod logowania:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Wybierz metodę weryfikacji domeny" @@ -1833,7 +1904,7 @@ msgstr "Wybierz algorytmy napędzające twoje spersonalizowane kanały." msgid "Choose this color as your avatar" msgstr "Wybierz ten kolor jako swoje zdjęcie profilowe" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Wybierz dostawcę usług dla konta" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Kliknij, aby wyłączyć cytowanie tego wpisu." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Kliknij, aby włączyć cytowanie tego wpisu." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Kliknij, aby otworzyć menu tagów dla {tag}" @@ -1919,9 +1982,11 @@ msgstr "Klip 🐴 klop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Klip 🐴 klop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Zamknij" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Zamknij aktywne okno" @@ -2018,16 +2083,16 @@ msgstr "Zamyka selektor emoji" msgid "Closes viewer for header image" msgstr "Zamyka galerię zdjęć" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Zwiń listę osób" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Zwija listę osób dla danego powiadomienia" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Motyw" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Kod weryfikacyjny" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Łączenie..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Języki treści" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Treść niedostępna" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Ostrzeżenie o zawartości" @@ -2212,7 +2281,7 @@ msgstr "Kliknij, aby zamknąć menu kontekstowe." msgid "Continue" msgstr "Kontynuuj" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Kontynuuj jako {0} (obecnie zalogowano)" @@ -2236,8 +2305,8 @@ msgstr "Przejdź do następnego kroku" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Rozmowa została usunięta" @@ -2254,7 +2323,7 @@ msgstr "Gotowanie" msgid "Copied build version to clipboard" msgstr "Numer wersji został skopiowany do schowka" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Numer wersji został skopiowany do schowka" msgid "Copied to clipboard" msgstr "Skopiowano do schowka" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Skopiowano!" @@ -2290,23 +2359,23 @@ msgstr "Skopiuj:// URI" msgid "Copy author DID" msgstr "Skopiuj DID" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kopiuj kod" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Kopiuj DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Kopiuj hosta" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Kopiuj link" @@ -2331,12 +2400,12 @@ msgstr "Kopiuj link do wpisu" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Kopiuj tekst wiadomości" @@ -2354,7 +2423,7 @@ msgstr "Kopiuj tekst wpisu" msgid "Copy QR code" msgstr "Kopiuj kod QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Kopiuj rekord TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Nie udało się opuścić czatu" @@ -2392,7 +2461,7 @@ msgstr "Nie udało się wczytać kanału" msgid "Could not load list" msgstr "Nie udało się wczytać listy" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Nie udało się wyciszyć czatu" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Utwórz nowe konto" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Zgłoś {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Utworzono {0}" @@ -2503,8 +2573,8 @@ msgstr "Autor został zablokowany" msgid "Culture" msgstr "Kultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Niestandardowe" @@ -2512,18 +2582,22 @@ msgstr "Niestandardowe" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Dostosuj, kto może wchodzić w interakcje z tym wpisem." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Dostosowuje twoje doświadczenie w Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Ciemny" @@ -2536,7 +2610,7 @@ msgstr "Ciemny" msgid "Dark mode" msgstr "Tryb ciemny" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Ciemny motyw" @@ -2558,7 +2632,11 @@ msgstr "Debuguj moderację" msgid "Debug panel" msgstr "Panel debugowania" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Domyślny" @@ -2566,14 +2644,14 @@ msgstr "Domyślny" msgid "Default icons" msgstr "Domyślne ikony" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Usuń" @@ -2586,16 +2664,16 @@ msgstr "Usuń konto" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Usuń konto <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Usuń hasło aplikacji" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Usunąć hasło aplikacji?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "Usuń rekord deklaracji czatu" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Usuń rozmowę" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Usuń rozmowę" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Usuń dla mnie" @@ -2623,11 +2701,11 @@ msgstr "Usuń dla mnie" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Usuń wiadomość" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Usuń wiadomość dla mnie" @@ -2641,12 +2719,12 @@ msgstr "Usuń moje konto" msgid "Delete post" msgstr "Usuń wpis" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Usuń pakiet startowy" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Usunąć pakiet startowy?" @@ -2709,11 +2787,11 @@ msgstr "Tryb programisty włączony" msgid "Developer options" msgstr "Ustawienia dla deweloperów" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Okno dialogowe: dostosuj, kto może wchodzić w interakcje z tym wpisem" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Przyciemniony" @@ -2735,6 +2813,14 @@ msgstr "Wyłącz uwierzytelnianie dwuskładnikowe przez email" msgid "Disable haptic feedback" msgstr "Wyłącz haptykę" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Wyłącz napisy" @@ -2778,7 +2864,7 @@ msgstr "Poproś aplikacje o niepokazywanie mojego konta niezalogowanym osobom" msgid "Discover new custom feeds" msgstr "Odkryj nowe kanały niestandardowe" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Odkryj nowe kanały" @@ -2817,8 +2903,8 @@ msgstr "Wyświetlana nazwa" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panel DNS" @@ -2830,7 +2916,7 @@ msgstr "Nie wyciszaj tego słowa wśród obserwowanych osób" msgid "Does not include nudity." msgstr "Nie zawiera nagości." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domena zweryfikowana!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "Kliknij dwukrotnie, aby zamknąć to okno" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Kliknij dwukrotnie, aby polubić" @@ -2903,6 +2990,10 @@ msgstr "Pobierz Bluesky" msgid "Download CAR file" msgstr "Pobierz plik CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Upuść, aby dodać zdjęcia" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Edytuj osoby" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Edytuj ustawienia interakcji z wpisem" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Edytuj profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Edytuj profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Edytuj pakiet startowy" @@ -3034,7 +3129,7 @@ msgstr "Edytuj pakiet startowy" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Wybierz, kto może komentować" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "Adres email został zweryfikowany" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Kod HTML do osadzenia" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Wbudowany odtwarzacz wideo" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Włącz napisy" @@ -3200,7 +3299,7 @@ msgstr "Wprowadź domenę, której chcesz używać" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Wprowadź adres email użyty podczas tworzenia konta. Wyślemy Ci kod do zmiany hasła." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "Wprowadź swoją datę urodzenia" msgid "Enter your email address" msgstr "Wprowadź swój adres email" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Wprowadź swoje hasło" @@ -3258,22 +3357,18 @@ msgstr "Błąd podczas odbierania odpowiedzi captcha." msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Każdy" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Każdy może komentować" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Każdy może komentować ten wpis." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Każdy" @@ -3282,16 +3377,6 @@ msgstr "Każdy" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Nadmierne wzmianki lub komentarze" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Nadmierne lub niechciane wiadomości" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Wyklucz obserwowane osoby" @@ -3316,7 +3401,7 @@ msgstr "Opuszcza podgląd zdjęcia" msgid "Expand alt text" msgstr "Rozwiń tekst alternatywny" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Rozwiń listę osób" @@ -3328,7 +3413,7 @@ msgstr "Rozwiń lub zwiń cały wpis, który komentujesz" msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Rozwija lub zwija tekst wpisu" @@ -3348,7 +3433,7 @@ msgstr "Wygasło" msgid "Expires {0}" msgstr "Wygasa {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Wygasa za {0}" @@ -3407,13 +3492,17 @@ msgstr "Multimedia spoza aplikacji mogą umożliwiać witrynom gromadzenie infor msgid "External Media Preferences" msgstr "Preferencje multimediów spoza aplikacji" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Nie udało się zmienić nazwy. Spróbuj ponownie." @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "Nie udało się utworzyć pakietu startowego" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Nie udało się usunąć wiadomości" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Nie udało się usunąć pakietu startowego" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Nie udało się wczytać preferencji kanałów" @@ -3498,14 +3587,14 @@ msgstr "Nie udało się wczytać poprzednich wiadomości" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Nie udało się wczytać polecanych kanałów" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Nie udało się wczytać polecanych osób" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Nie udało się przypiąć wpisu" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Nie udało się zapisać zdjęcia: {0}" @@ -3557,7 +3647,7 @@ msgstr "Nie udało się wysłać" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Nie udało się złożyć odwołania, spróbuj ponownie." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "Nie udało się zweryfikować nazwy. Spróbuj ponownie." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Kanał" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menu kanału" @@ -3635,8 +3733,8 @@ msgstr "Przełącznik kanału" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Opinie" @@ -3696,7 +3794,7 @@ msgstr "Filtruj wyszukiwanie według języka (aktywny: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Znajdź konta do obserwowania" msgid "Find people to follow" msgstr "Znajdź osoby do obserwowania" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "Ukończ" msgid "Fitness" msgstr "Aktywność fizyczna" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Uniwersalne" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Obserwuj" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Obserwuj" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Obserwuj {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Obserwuj {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Również obserwuj" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Również obserwuj" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Obserwujący, których znasz" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Obserwujesz" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Obserwujesz" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Obserwowani {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Obserwujesz {handle}" @@ -3894,11 +3988,11 @@ msgstr "Obserwuje cię" msgid "Follows You" msgstr "Obserwuje cię" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Czcionka" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Rozmiar czcionki" @@ -3919,7 +4013,7 @@ msgstr "Ze względów bezpieczeństwa musimy wysłać kod weryfikacyjny na twój msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Ze względów bezpieczeństwa nie będzie można wyświetlić go ponownie. W przypadku utraty hasła do aplikacji konieczne będzie wygenerowanie nowego." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Aby uzyskać najlepsze wrażenia, zalecamy korzystanie z czcionki motywu." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Nie pamiętam hasła" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Nie pamiętasz hasła?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Nie pamiętasz?" @@ -3953,12 +4047,7 @@ msgstr "Nie pamiętasz?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Często publikuje niechciane treści" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Zmień wygląd swojego profilu" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Rażące naruszenie prawa lub warunków korzystania z serwisu" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Rażące naruszenie prawa lub warunków korzystania z serwisu" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Wróć" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Wróć" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Wróć do poprzedniego kroku" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Przejdź dalej" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Przejdź do profilu" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Przejdź do profilu" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Niepokojąca treść" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Już połowa drogi!" msgid "Handle" msgstr "Nazwa" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Nazwa jest już zajęta. Spróbuj użyć innej." @@ -4182,7 +4279,7 @@ msgstr "Nazwa jest już zajęta. Spróbuj użyć innej." msgid "Handle changed!" msgstr "Nazwa zmieniona!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Nazwa jest zbyt długa. Spróbuj wybrać krótszą." @@ -4190,10 +4287,17 @@ msgstr "Nazwa jest zbyt długa. Spróbuj wybrać krótszą." msgid "Haptics" msgstr "Haptyka" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Prześladowanie, trolling lub nietolerancja" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Masz problem?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Pomoc" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "Ukryte" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Ukryte ze względu na twoje ustawienia moderacji." @@ -4248,7 +4356,7 @@ msgstr "Ukryta lista" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Ukryta lista" msgid "Hide" msgstr "Ukryj" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ukryj" @@ -4269,6 +4377,10 @@ msgstr "Ukryj" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Ukryć popularne?" msgid "Hide trending videos?" msgstr "Ukryć popularne klipy wideo?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Ukryj listę osób" @@ -4320,7 +4432,7 @@ msgstr "Ukryj listę osób" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Ukrywa zawartość" @@ -4365,12 +4477,12 @@ msgstr "Poczekaj! Dostęp do materiałów wideo udostępniamy stopniowo, a ty wc msgid "Home" msgstr "Główna" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Dostawca hostingu" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "Jak powinniśmy otworzyć ten link?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Jeśli chcesz zmienić hasło, wyślemy Ci kod, aby zweryfikować, że t msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Jeśli jesteś deweloperem, możesz hostować własny serwer." @@ -4443,12 +4559,7 @@ msgstr "Jeśli jesteś deweloperem, możesz hostować własny serwer." 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ą." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Nielegalne i pilne" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Zdjęcie" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Podszywanie się lub fałszywe oświadczenia dotyczące tożsamości lub przynależności" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Podszywanie się, dezinformacja lub nieprawdziwe treści" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Nieodpowiednie wiadomości lub nieprzyzwoite linki" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nieprawidłowa nazwa lub hasło" @@ -4537,11 +4638,11 @@ msgstr "Wprowadź nowe hasło" msgid "Input password for account deletion" msgstr "Wprowadź hasło, aby usunąć konto" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Wprowadź kod, który został wysłany na twój adres email" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interakcje są ograniczone" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Nieprawidłowy kod weryfikacyjny 2FA." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Nieprawidłowa nazwa. Spróbuj użyć innej." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "Praca" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Dołącz do Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Oznaczone przez {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Oznaczone przez autora." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Ostrzeżenia" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Ostrzeżenia zostały dodane" @@ -4678,11 +4779,11 @@ msgstr "Ostrzeżenia zostały dodane" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Ostrzeżenia to adnotacje dotyczące osób i treści. Mogą być używane do ukrywania, ostrzegania i kategoryzowania sieci." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Ostrzeżenia na twoim koncie" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Ostrzeżenia na twoich treściach" @@ -4696,7 +4797,7 @@ msgstr "Ustawienia języka" msgid "Languages" msgstr "Języki" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Większy" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Dowiedz się więcej o Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Dowiedz się więcej o samodzielnym hostingu PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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ść" @@ -4773,8 +4874,8 @@ msgstr "Dowiedz się więcej o tym, co jest publiczne na Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Dowiedz się więcej." @@ -4787,10 +4888,10 @@ msgstr "Opuść" msgid "Leave chat" msgstr "Opuść czat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Opuść rozmowę" @@ -4822,9 +4923,9 @@ msgstr "Zresetujmy twoje hasło!" msgid "Let's go!" msgstr "Do dzieła!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Jasny" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Jasny" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Polub ({0, plural, one {# polubienie} few {# polubienia} other {# polubień}})" @@ -4855,7 +4956,7 @@ msgstr "Polub 10 wpisów, aby dostosować kanał główny" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Polub ten kanał" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Polubione przez {0, plural, one {# osobę} few {# osoby} other {# osób}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Polubienia tego wpisu" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Wczytaj więcej" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Wczytaj więcej polecanych kanałów" @@ -5041,6 +5142,14 @@ msgstr "Wczytaj nowe powiadomienia" msgid "Load new posts" msgstr "Wczytaj nowe wpisy" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Wczytywanie..." @@ -5049,15 +5158,19 @@ msgstr "Wczytywanie..." msgid "Log" msgstr "Dziennik" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Widoczność dla niezalogowanych" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo autorstwa @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo autorstwa <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Zarządzaj wyciszonymi słowami i tagami" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Oznacz jako przeczytane" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "Multimedia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Materiały, które mogą być niepokojące lub nieodpowiednie dla niektórych odbiorców." @@ -5140,14 +5253,10 @@ msgstr "Materiały, które mogą być niepokojące lub nieodpowiednie dla niekt msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "wzmianki" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Wzmianki" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Napisz do {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Wiadomość usunięta" @@ -5172,7 +5281,7 @@ msgstr "Wiadomość usunięta" msgid "Message deleted" msgstr "Wiadomość usunięta" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "Pole wprowadzania wiadomości" msgid "Message is too long" msgstr "Wiadomość jest zbyt długa" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "Wiadomości" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Konto wprowadzające w błąd" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Wpis wprowadzający w błąd" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Narzędzia moderacji" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Więcej kanałów" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Wycisz" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Wycisz {tag}" @@ -5332,8 +5439,8 @@ msgstr "" msgid "Mute accounts" msgstr "Wycisz konta" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Wycisz rozmowę" @@ -5396,7 +5503,7 @@ msgstr "Wyciszone konta" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Wyciszone konta są usuwane z twojego kanału i powiadomień. Wyciszenia są całkowicie prywatne." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Wyciszone przez \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Moje kanały" msgid "Name" msgstr "Nazwa" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nazwa lub opis naruszają standardy społeczności" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Przejdź do następnego ekranu" @@ -5455,20 +5551,16 @@ msgstr "Przejdź do następnego ekranu" msgid "Navigates to your profile" msgstr "Przejdź do swojego profilu" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Chcesz zgłosić naruszenie praw autorskich?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Nigdy nie stracisz dostępu do swoich obserwujących lub innych danych." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Jednak utwórz nazwę dla mnie" @@ -5476,17 +5568,17 @@ msgstr "Jednak utwórz nazwę dla mnie" msgid "New" msgstr "Nowa" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nowa" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nowy wpis" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Okno z informacjami o nowej osobie" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Najpierw najnowsze komentarze" @@ -5587,8 +5679,8 @@ msgstr "Aktualności" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Aktualności" msgid "Next" msgstr "Kontynuuj" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Kontynuuj" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Następne zdjęcie" @@ -5616,12 +5703,12 @@ msgstr "Następne zdjęcie" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Brak haseł aplikacji" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Brak panelu DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Brak polubień" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Już nie obserwujesz {0}" @@ -5671,7 +5759,7 @@ msgstr "Brak powiadomień!" msgid "No one" msgstr "Nikt" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Nikt poza autorem nie może cytować tego wpisu." @@ -5701,7 +5789,7 @@ msgstr "Brak wyników" msgid "No results" msgstr "Brak wyników" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "Nie znaleziono żadnych wyników dla \"{query}\"" msgid "No results found for {query}" msgstr "Nie znaleziono żadnych wyników dla {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "Nie znaleziono żadnych wyników dla \"{search}\"." msgid "No thanks" msgstr "Nie, dziękuję" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Nikt" @@ -5753,6 +5841,10 @@ msgstr "Nikt jeszcze tego nie repostował. Możesz być pierwszą osobą, która msgid "Nobody was found. Try searching for someone else." msgstr "Nikt nie został odnaleziony. Spróbuj poszukać kogoś innego." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nieseksualna nagość" @@ -5843,16 +5935,11 @@ msgstr "teraz" msgid "Now" msgstr "Teraz" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nagość" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nagość lub treści dla dorosłych nieoznaczone jako takie" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Okej" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Najpierw najstarsze komentarze" @@ -5916,7 +6003,7 @@ msgstr "W co najmniej jednym wideo brakuje tekstu alternatywnego." msgid "Only .jpg and .png files are supported" msgstr "Obsługiwane są tylko pliki .jpg i .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Tylko {0} mogą komentować." @@ -5941,7 +6028,7 @@ msgstr "Ups, coś poszło nie tak!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Otwórz kreator zdjęcia profilowego" msgid "Open conversation options" msgstr "Zmień ustawienia rozmowy" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Otwórz menu" @@ -5973,8 +6060,8 @@ msgstr "Wybierz emoji" msgid "Open feed info screen" msgstr "Otwórz informacje o kanale" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Zmień ustawienia kanału" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Zmień ustawienia pakietu startowego" @@ -6032,9 +6119,9 @@ msgstr "Otwórz dziennik systemowy" msgid "Opens a dialog to add a content warning to your post" msgstr "Pozwala dodać ostrzeżenie o zawartości do twojego wpisu" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Pozwala wybrać, kto może komentować w tym wątku" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Zmień hasło" @@ -6103,24 +6190,15 @@ msgstr "Zmień hasło" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Otwiera ten profil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Opcjonalnie podaj dodatkowe informacje poniżej:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opcje:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Lub wybierz z tych opcji:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Możesz też kontynuować na innym koncie." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Inne" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Inne konto" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Nasz zespół moderatorów otrzymał twoje zgłoszenie." @@ -6176,7 +6283,7 @@ msgstr "Strona nie została odnaleziona" msgid "Page Not Found" msgstr "Strona nie została odnaleziona" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Osoby obserwowane przez @{0}" msgid "People following @{0}" msgstr "Osoby obserwujące @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Zwierzęta domowe" msgid "Photography" msgstr "Fotografia" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Zdjęcia przeznaczone dla dorosłych." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Przypnij kanał" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Przypnij do głównej" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Przypnij do głównej" @@ -6275,7 +6390,7 @@ msgstr "Przypnij do głównej" msgid "Pin to your profile" msgstr "Przypnij do swojego profilu" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Przypięte" @@ -6302,7 +6417,7 @@ msgstr "Odtwórz" msgid "Play {0}" msgstr "Odtwórz {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Odtwórz filmik" @@ -6327,7 +6442,7 @@ msgstr "Odtwarza GIF" msgid "Plays the video" msgstr "Odtwarza wideo" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Wprowadź swój kod zaproszenia." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Wprowadź swoje hasło" @@ -6421,11 +6536,11 @@ msgstr "Wprowadź swoje hasło" msgid "Please enter your password as well:" msgstr "Wprowadź również swoje hasło:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Wprowadź swoją nazwę użytkownika" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Wyjaśnij, dlaczego uważasz, że to ostrzeżenie zostało nieprawidłowo nadane przez {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Polityka" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografia" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Wpis został usunięty" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Wpis został ukryty przez wyciszone słowo" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Wpis został ukryty przez ciebie" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Ustawienia interakcji wpisu" @@ -6614,13 +6729,8 @@ msgstr "Poprzednie zdjęcie" msgid "Primary Language" msgstr "Główny język" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Priorytet dla obserwowanych" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Prywatność" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Polityka prywatności" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Przetwarzanie wideo..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil został zaktualizowany" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Publiczne" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Cytowany wpis został odłączony pomyślnie" msgid "Quote posts disabled" msgstr "Cytowanie wpisów zostało wyłączone" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Ustawienia cytowania" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Ustawienia cytowania" msgid "Quotes" msgstr "Cytaty" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Cytowania tego wpisu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Przekroczono limit – próbowano zmienić nazwę zbyt wiele razy w zbyt krótkim czasie. Odczekaj chwilę, zanim spróbujesz ponownie." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Czytaj mniej" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Czytaj więcej" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Powód odwołania" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Powód:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Połącz ponownie" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "Usuń kanał" msgid "Remove feed?" msgstr "Usunąć kanał?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Komentarze" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Komentarze zostały wyłączone" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Komentarze do tego wpisu są wyłączone." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Skomentuj" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Skomentuj ({0, plural, one {# komentarz} few {# komentarze} other {# komentarzy}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Komentarz został ukryty przez autora wątku" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Komentarz został ukryty przez ciebie" @@ -7120,11 +7234,7 @@ msgstr "Komentarz został ukryty przez ciebie" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Ustawienia komentowania" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Ustawienia komentowania są wybierane przez autora wątku" @@ -7141,7 +7251,7 @@ msgstr "Widoczność komentarzy została zaktualizowana" msgid "Reply was successfully hidden" msgstr "Komentarz został ukryty pomyślnie" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Zgłoś" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Zgłoś rozmowę" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Okno zgłoszenia" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Zgłoś kanał" @@ -7176,7 +7285,7 @@ msgstr "Zgłoś kanał" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Zgłoś wiadomość" @@ -7185,48 +7294,41 @@ msgstr "Zgłoś wiadomość" msgid "Report post" msgstr "Zgłoś wpis" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Zgłoś pakiet startowy" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Zgłoszenie zostało wysłane" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Zgłoś tę zawartość" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Zgłoś ten kanał" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Zgłoś tę listę" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Zgłoś tę wiadomość" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Zgłoś ten wpis" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Zgłoś ten pakiet startowy" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Zgłoś tę osobę" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Repostuj lub zacytuj wpis" @@ -7277,7 +7379,7 @@ msgstr "Repostowane przez ciebie" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Reposty tego wpisu" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Zacznij od nowa" msgid "Reset password" msgstr "Zresetuj hasło" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "Ponawia ostatnią akcję, która zakończyła się błędem" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,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:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Wróć do poprzedniej strony" @@ -7399,8 +7501,8 @@ msgstr "Wraca do strony głównej" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Wraca do poprzedniej strony" @@ -7412,8 +7514,8 @@ msgstr "Powraca do poprzedniego kroku" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Powraca do poprzedniego kroku" msgid "Save" msgstr "Zapisz" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Zapisz" @@ -7459,8 +7561,13 @@ msgstr "Zapisz nową nazwę" msgid "Save QR code" msgstr "Zapisz kod QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Dodaj do moich kanałów" @@ -7487,21 +7594,25 @@ msgstr "Dodano do twoich kanałów" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Przywitaj się!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Nauka" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Przewiń na górę" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Szukaj" @@ -7553,11 +7664,11 @@ msgstr "Szukaj \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "Wyszukuje profile" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Zobacz wpisy na temat {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Zobacz wpisy tej osoby o {tag}" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Zobacz wpisy na temat #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Zobacz wpisy tej osoby o #{tag}" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Klawisze strzałek służą do wyszukiwania do przodu i do tyłu, a spacja do odtwarzania lub zatrzymywania" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Wybierz kolor" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Wybierz konto" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Wybierz istniejące konto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Wybierz GIF" @@ -7727,14 +7850,10 @@ msgstr "Wybierz język..." msgid "Select languages" msgstr "Wybierz języki" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Wybierz usługę moderacji" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Wybierz plik napisów (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Wybierz emoji {emojiName} jako zdjęcie profilowe" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Wybierz, do której usługi moderacji wysłać to zgłoszenie" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Wybierz swoje zainteresowania z poniższych opcji" msgid "Select your preferred language for translations in your feed." msgstr "Wybierz preferowany język tłumaczeń." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Wyślij fajną stronkę!" @@ -7818,7 +7937,7 @@ msgstr "Wyślij opinię" msgid "Send message" msgstr "Wyślij wiadomość" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Wyślij wpis do..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Wyślij zgłoszenie" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Wyślij zgłoszenie do {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "Wyślij bezpośrednio" msgid "Sends email with confirmation code for account deletion" msgstr "Wysyła email z kodem weryfikacyjnym do usunięcia konta" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Adres serwera" @@ -7874,10 +7982,18 @@ msgstr "Ustaw datę urodzenia" msgid "Set new password" msgstr "Ustaw nowe hasło" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Skonfiguruj konto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Ustawia email do resetowania hasła" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Ustawienia zostały zapisane" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Aktywność seksualna lub nagość erotyczna." @@ -7953,7 +8069,7 @@ msgstr "Sugestywne seksualnie" msgid "Share" msgstr "Udostępnij" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Udostępnij" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Udostępnij kod QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Udostępnij ten kanał" @@ -8012,8 +8128,8 @@ msgstr "Udostępnij ten pakiet startowy i pomóż innym dołączyć do twojej sp #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Udostępnij swój ulubiony kanał!" msgid "Shared Preferences Tester" msgstr "Tester współdzielonych preferencji" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Pokaż tekst alternatywny" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Pokaż mimo to" @@ -8067,6 +8183,10 @@ msgstr "Pokazuj mniej podobnych treści" msgid "Show list anyway" msgstr "Pokaż listę mimo to" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Pokaż więcej" @@ -8080,7 +8200,7 @@ msgstr "Pokazuj więcej podobnych treści" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Pokaż komentarze" msgid "Show replies as" msgstr "Pokaż komentarze jako" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Najpierw pokaż komentarze od obserwowanych osób, a potem wszystkie inne" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Pokaż ostrzeżenie" msgid "Show warning and filter from feeds" msgstr "Pokaż ostrzeżenie i odfiltruj z kanałów" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Pokazuje informacje o momencie utworzenia tego wpisu" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Pokazuje zawartość" @@ -8145,7 +8261,7 @@ msgstr "Pokazuje zawartość" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Pokazuje zawartość" msgid "Sign in" msgstr "Zaloguj się" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Zaloguj się jako {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Zaloguj się jako..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Zaloguj się lub utwórz konto, aby dołączyć do rozmowy!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Zaloguj się na konto, którego nie ma na liście" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Mniejszy" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Inne kanały, które mogą ci się spodobać" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Niektórzy mogą komentować" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Coś poszło nie tak" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Coś poszło nie tak, spróbuj ponownie" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Coś poszło nie tak!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Coś poszło nie tak? Daj nam znać." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "Przepraszamy! Twoja sesja wygasła. Zaloguj się ponownie." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Sortuj komentarze" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Sortuj komentarze według" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Sortuj komentarze do tego samego wpisu według:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Źródło: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; nadmierna liczba wzmianek lub komentarzy" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; nadmierna liczba wzmianek lub komentarzy" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "Pakiet startowy <0/>" msgid "Starter pack by you" msgstr "Twój pakiet startowy" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Pakiet startowy jest nieprawidłowy" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Pakiety" @@ -8436,8 +8547,8 @@ msgstr "Historia aktywności" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Złóż odwołanie" msgid "Submit Appeal" msgstr "Złóż odwołanie" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "Sukces!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Proponowane dla ciebie" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Sugestywne" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "Przełącz konto" msgid "Switch to {0}" msgstr "Przełącz na {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Systemowe" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "Kliknij, aby odrzucić" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Zadanie wykonane – 10 obserwacji!" @@ -8620,8 +8735,8 @@ msgstr "Opowiedz nam coś o sobie" msgid "Tell us a little more" msgstr "Opowiedz nam coś więcej" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Regulamin" @@ -8637,26 +8752,11 @@ msgstr "Regulamin" msgid "Terms of Service" msgstr "Regulamin" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Używane określenia naruszają standardy społeczności" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Tekst i tagi" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Pole tekstowe" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Pole wprowadzania tekstu" @@ -8665,10 +8765,6 @@ msgstr "Pole wprowadzania tekstu" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Dzięki. Twoje zgłoszenie zostało wysłane." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Dzięki, Twój adres email został zweryfikowany pomyślnie. Możesz zam msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Powinno zawierać następujące:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "To już wszystko!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "To wszystko!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 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." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Aplikacja zostanie uruchomiona ponownie" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Autor tego wątku ukrył ten komentarz." @@ -8750,11 +8846,11 @@ msgstr "Aplikacja zapewnia lepsze doświadczenia. Pobierz Bluesky teraz, dokońc msgid "The feed has been replaced with Discover." msgstr "Ten kanał został zastąpiony przez kanał główny." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Następujące ostrzeżenia zostały umieszczone na twoim koncie." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Następujące ostrzeżenia zostały umieszczone na twoich treściach." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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ąć." @@ -8808,7 +8904,7 @@ msgstr "Regulamin został przeniesiony do" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Motyw" @@ -8827,7 +8923,7 @@ msgstr "Wystąpił problem podczas łączenia z aplikacją Tenor." msgid "There was an issue contacting the server" msgstr "Wystąpił problem podczas łączenia z serwerem" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Wystąpił problem podczas łączenia z serwerem, sprawdź połączenie 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Wystąpił problem podczas wczytywania wpisów. Kliknij tutaj, aby spró msgid "There was an issue fetching the list. Tap here to try again." msgstr "Wystąpił problem podczas wczytywania listy. Kliknij tutaj, aby spróbować ponownie." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Wystąpił problem podczas wczytywania haseł aplikacji" @@ -8862,11 +8958,6 @@ msgstr "Wystąpił problem podczas wczytywania informacji o usłudze" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Wystąpił problem podczas usuwania tego kanału. Sprawdź połączenie internetowe i spróbuj ponownie." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Wystąpił problem podczas przesyłania zgłoszenia. Sprawdź połączenie internetowe." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Wystąpił problem podczas aktualizacji kanałów, sprawdź połączenie #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Wystąpił problem podczas aktualizacji kanałów, sprawdź połączenie msgid "There was an issue! {0}" msgstr "Wystąpił problem! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Wystąpił nieoczekiwany błąd w aplikacji. Daj nam znać, jeśli tak s 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Ustawienia te dotyczą tylko kanału obserwowanych." @@ -8941,7 +9036,7 @@ msgstr "To konto jest blokowane przez jedną lub więcej list moderacji. Aby je msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Odwołanie zostanie wysłane do <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Ta zawartość jest hostowana przez {0}. Czy chcesz włączyć multimedia spoza aplikacji?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Ta zawartość jest niedostępna, ponieważ jeden z jej uczestników zablokował drugiego." @@ -9006,7 +9101,7 @@ msgstr "Ta funkcja nie jest dostępna podczas korzystania z hasła aplikacji. Za msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ten kanał jest teraz bardzo obciążony i nie jest chwilowo dostępny. Spróbuj ponownie później." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Ten kanał jest pusty! Możesz zaobserwować więcej osób lub dostosować ustawienia językowe." @@ -9020,7 +9115,7 @@ msgstr "Ten kanał jest pusty." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Ten kanał nie jest już dostępny online. Zamiast niego wyświetlamy <0>kanał główny0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Ta nazwa jest zajęta. Wypróbuj inną." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Ostrzeżenie to zostało nadane przez autora." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Ostrzeżenie to zostało nadane przez ciebie." @@ -9065,11 +9160,11 @@ msgstr "Ta lista jest pusta." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Ta usługa moderacji jest niedostępna. Więcej informacji znajduje się poniżej. Jeśli problem będzie się powtarzał, skontaktuj się z nami." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Ten wpis został utworzony <0>{0}0>, ale po raz pierwszy pojawił się na Bluesky <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Ten komentarz trafi do ukrytej sekcji na dole wątku. Spowoduje to wycis 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Powinno to spowodować utworzenie rekordu domeny pod adresem:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Ta osoba nie ma żadnych obserwujących." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Ta osoba cię zablokowała" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Ta osoba cię zablokowała. Nie możesz wyświetlać jej treści." @@ -9142,7 +9237,7 @@ msgstr "Ta osoba znajduje się na liście <0>{0}0>, która została wyciszona. msgid "This user is new here. Press for more info about when they joined." msgstr "Ta osoba jest tu nowa. Kliknij, aby uzyskać więcej informacji o tym, kiedy dołączyła." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Ta osoba nikogo nie obserwuje." @@ -9168,7 +9263,7 @@ msgstr "Ustawienia wątków" msgid "Thread preferences" msgstr "Ustawienia wątków" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Ustawienia wątków" @@ -9181,6 +9276,10 @@ msgstr "Tryb wątkowy" msgid "Threads Preferences" msgstr "Ustawienia wątków" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Aby zgłosić rozmowę, zgłoś jedną z wiadomości. Pozwoli to naszym moderatorom zrozumieć kontekst problemu." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Do kogo chcesz wysłać to zgłoszenie?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Dziś" @@ -9222,8 +9317,8 @@ msgstr "Najlepsze" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Temat" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Przetłumacz" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "Popularne" msgid "Trending Videos" msgstr "Popularne filmiki" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "Uwierzytelnianie dwuskładnikowe (2FA)" msgid "Type your message here" msgstr "Wpisz tu swoją wiadomość" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Rodzaj:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Nie udało się usunąć" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Odblokuj" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Odblokuj" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Odblokuj konto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Odblokować konto?" @@ -9369,12 +9468,7 @@ msgstr "Cofnij repost" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Cofnij repost ({0, plural, one {# repost} few {# reposty} other {# repostów}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Nie obserwuj" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Nie obserwuj {0}" @@ -9383,7 +9477,7 @@ msgstr "Nie obserwuj {0}" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Nie obserwuj" @@ -9391,7 +9485,7 @@ msgstr "Nie obserwuj" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Nie lubię ({0, plural, one {# polubienie} few {# polubienia} other {# polubień}})" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "Anuluj wyciszenie" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Anuluj wyciszenie {tag}" @@ -9431,7 +9533,7 @@ msgstr "Anuluj wyciszenie {tag}" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Anuluj wyciszenie" @@ -9454,8 +9556,8 @@ msgstr "Anuluj wyciszenie" msgid "Unpin" msgstr "Odepnij" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Odepnij kanał" @@ -9464,8 +9566,8 @@ msgstr "Odepnij kanał" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Odepnij od głównej" @@ -9517,13 +9619,6 @@ msgstr "Nie subskrybujesz już listy" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Niepożądane treści o charakterze seksualnym" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Zaktualizuj <0>{displayName}0> w listach" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Zmień na {domain}" @@ -9567,7 +9662,7 @@ msgstr "Aktualizowanie..." msgid "Upload a photo instead" msgstr "Zamiast tego prześlij zdjęcie" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Prześlij plik tekstowy do:" @@ -9603,11 +9698,11 @@ msgstr "Przesyłanie miniatury..." msgid "Uploading video..." msgstr "Przesyłanie wideo..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Używaj haseł aplikacji do logowania się do innych aplikacji obsługujących Bluesky bez konieczności udzielania pełnego dostępu do swojego konta czy hasła." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Korzystaj z domyślnego serwera" @@ -9638,17 +9733,17 @@ msgstr "Użyj go razem ze swoją nazwą, aby zalogować się do innej aplikacji. msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Osoba zablokowana" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Osoba zablokowana przez \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Osoba zablokowana przez listę" msgid "User Blocked by List" msgstr "Osoba zablokowana przez listę" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Osoba blokująca ciebie" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nazwa lub adres email" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "obserwowani przez <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "obserwujący <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "obserwujący <0>@{0}0>" msgid "Users I follow" msgstr "Obserwowani przeze mnie" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Osoby w \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Obserwowani przez ciebie" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Wartość:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Zweryfikuj rekord DNS" @@ -9786,8 +9873,8 @@ msgstr "Zweryfikuj adres email" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Zweryfikuj plik tekstowy" @@ -9841,15 +9928,15 @@ msgstr "Wideo od {0}: {text}" msgid "Video Games" msgstr "Gry" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Wideo jest wstrzymane" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Wideo jest odtwarzane" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Wideo nie zostało odnalezione." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Wyświetl zdjęcie profilowe {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Wyświetl profil {0}" @@ -9906,16 +9993,11 @@ msgstr "Więcej informacji można znaleźć na blogu" msgid "View debug entry" msgstr "Wyświetl dziennik systemowy" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Wyświetl szczegóły" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Wyświetl szczegóły dotyczące zgłaszania naruszenia praw autorskich" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Wyświetl cały wątek" @@ -9960,7 +10042,7 @@ msgstr "Wyświetl usługę moderacji dostarczoną przez @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Wyświetl osoby, które lubią ten kanał" @@ -9993,8 +10075,8 @@ msgstr "Wyświetl wyciszone konta" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Wyświetla całe zdjęcie" @@ -10002,6 +10084,14 @@ msgstr "Wyświetla całe zdjęcie" msgid "Views video in immersive mode" msgstr "Wyświetla wideo w trybie immersyjnym" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Które języki chcesz zobaczyć na swoich kanałach?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Kto może wchodzić w interakcje z tym wpisem?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Kto może komentować" @@ -10249,40 +10340,38 @@ msgstr "Ups! Nie udało się wczytać popularnych filmików." msgid "Why are you appealing?" msgstr "Dlaczego się odwołujesz?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Dlaczego ta zawartość powinna zostać sprawdzona?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Dlaczego ten kanał powinien zostać sprawdzony?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Dlaczego ta lista powinna zostać sprawdzona?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Dlaczego ta wiadomość powinna zostać sprawdzona?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Dlaczego ten wpis powinien zostać sprawdzony?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Dlaczego ten pakiet startowy powinien zostać sprawdzony?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Dlaczego ta osoba powinna zostać sprawdzona?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Tak" msgid "Yes, deactivate" msgstr "Tak, dezaktywuj" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Tak, usuń ten pakiet startowy" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Nie możesz przesyłać filmików." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Nikogo nie obserwujesz." @@ -10445,17 +10534,13 @@ msgstr "Możesz ponownie aktywować swoje konto, aby się zalogować. Twój prof msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Aby zmienić domyślne ustawienia interakcji, przejdź do <0>Ustawienia → Moderacja → Ustawienia interakcji0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Możesz to później zmienić w ustawieniach." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Nikt cię nie obserwuje." @@ -10467,6 +10552,10 @@ msgstr "Nie obserwujesz nikogo, kto obserwuje @{name}." msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Nie masz żadnych przypiętych kanałów." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Ta osoba została zablokowana" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Ta osoba została zablokowana. Nie możesz wyświetlać jej treści." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Ten wpis został ukryty" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Ten wpis został ukryty." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "To konto zostało wyciszone." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Ta osoba została wyciszona" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Nie wyciszono jeszcze żadnego słowa ani tagu" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Ten komentarz został ukryty." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Możesz odwołać się od innych ostrzeżeń, jeśli uważasz, że zostały one dodane błędnie." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Możesz odwołać się od tych ostrzeżeń, jeśli uważasz, że zostały one dodane błędnie." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Musisz wybrać co najmniej jedną usługę do zgłoszenia" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Wszystko gotowe!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Jesteś zalogowany przy użyciu hasła aplikacji. Zaloguj się przy użyciu głównego hasła, aby kontynuować dezaktywację konta." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Słowo lub tag zostały wyciszone w tym wpisie." @@ -10750,7 +10839,7 @@ msgstr "Dzienny limit przesyłania wideo został osiągnięty (zbyt dużo danych 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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ę?" @@ -10786,7 +10875,7 @@ msgstr "Twoje odwołanie zostało złożone. Jeśli zakończy się pomyślnie, o msgid "Your birth date" msgstr "Twoja data urodzenia" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Twoja przeglądarka nie obsługuje tego formatu wideo. Spróbuj użyć innej." @@ -10798,7 +10887,7 @@ msgstr "Twoje czaty zostały wyłączone" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Twoja aktualna nazwa <0>{0}0> zostanie automatycznie dla ciebie zajęta. Możesz do niej wrócić w dowolnym momencie za pomocą tego konta." @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "Twoje pierwsze polubienie!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Twoi obserwujący" @@ -10905,14 +10994,10 @@ msgstr "Twój profil, wpisy, kanały i listy nie będą już widoczne dla innych msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Twoje zgłoszenie zostanie przesłane do moderacji Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index 01b2db9b23..908b8e5490 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (ativa)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {seguidor} other {seguidores}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {seguindo} other {seguindo}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {curtida} other {curtidas}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {curtida} other {curtidas}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {postagem} other {postagens}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citação} other {citações}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repostagem} other {repostagens}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {salvo} other {salvos}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} postagens}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# pessoas usaram}} este pacote inicial!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# pessoas usaram}} este pacote inicial!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# mais}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Conta)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}0> te seguiram" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}0> curtiram seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}0> curtiram sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}0> curtiram sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> removeram suas verificações da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}0> repostaram sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}0> repostaram sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}0> juntaram-se ao seu pacote inicial" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> verificaram você" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} te seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} te seguiu de volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} curtiu seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} curtiu sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} curtiu sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} removeu a verificação da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} repostou sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} repostou sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} se juntou com o seu pacote inicial" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verificou você" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} te seguiram" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} curtiram sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} removeram suas verificações da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} repostaram sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} repostaram sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}} juntaram-se ao seu pacote inicial" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} verificaram você" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} te seguiu" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} te seguiu de volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} curtiu seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} curtiu sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} curtiu sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} removeu a verificação da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} repostou sua postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} repostou sua repostagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} se juntou com o seu pacote inicial" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificou você" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} seguindo" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> e<1> 1><2>{1} 2>estão inclusos no seu pacote inicial" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> está incluso no seu pacote inicial" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> membros" @@ -515,7 +519,7 @@ msgstr "⚠Nome de usuário inválido" msgid "24 hours" msgstr "24 horas" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmação de 2FA" @@ -560,12 +564,16 @@ msgstr "Uma captura de tela de uma página de perfil com um ícone de sino ao la msgid "About" msgstr "Sobre" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Comportamento abusivo ou discriminatório" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Aceitar" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Aceitar pedido de conversa" @@ -576,7 +584,7 @@ msgstr "Aceitar solicitação" #: src/view/com/composer/select-language/SuggestedLanguage.tsx:178 msgid "Accept this language suggestion" -msgstr "" +msgstr "Aceitar esta sugestão de idioma" #: src/screens/Settings/AccessibilitySettings.tsx:44 #: src/screens/Settings/Settings.tsx:220 @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Acessibilidade" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Conta silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Conta silenciada" @@ -627,11 +635,15 @@ msgstr "Conta silenciada pela lista" msgid "Account options" msgstr "Opções da conta" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Conta removida do acesso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Adicione mais {0} para continuar" msgid "Add {displayName} to starter pack" msgstr "Adicionar {displayName} ao pacote inicial" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Adicionar aviso de conteúdo" @@ -730,8 +742,8 @@ msgstr "Adicionar outra postagem ao tópico" msgid "Add app password" msgstr "Adicionar senha do app" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Adicionar senha do app" @@ -745,8 +757,8 @@ msgstr "Adicionar reação de emoji" msgid "Add media to post" msgstr "Adicionar mídia à postagem" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Adicionar mais detalhes (opcional)" @@ -783,7 +795,7 @@ msgstr "Adicione alguns feeds ao seu pacote inicial!" msgid "Add the default feed of only people you follow" msgstr "Adicionar o feed padrão com apenas as pessoas seguidas" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Adicione o seguinte registro DNS ao seu domínio:" @@ -823,18 +835,22 @@ msgstr "Adicionado ao pacote inicial" msgid "Additional details (limit 1000 characters)" msgstr "Detalhes adicionais (limite de 1000 caracteres)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Detalhes adicionais (limite de 300 caracteres)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adulto" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Conteúdo adulto" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Conteúdo adulto" @@ -846,11 +862,15 @@ msgstr "O conteúdo adulto só pode ser ativo pelo site em <0>bsky.app0>" msgid "Adult content is disabled." msgstr "O conteúdo adulto está desativado." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Rótulos de conteúdo adulto" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Conteúdo de abuso sexual adulto" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avançado" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permitir novas mensagens de" msgid "Allow others to be notified of your posts" msgstr "Permitir que outros sejam notificados das suas postagens" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Permitir citações" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permitir respostas de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permite acesso a mensagens diretas" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Já tem um código?" @@ -1003,14 +1039,18 @@ msgstr "Ocorreu um erro ao recuperar o feed." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Ocorreu um erro ao gerar seu pacote inicial. Tentar novamente?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Ocorreu um erro ao salvar o QR code!" @@ -1035,8 +1075,7 @@ msgstr "Uma ilustração de várias postagens do Bluesky junto dos ícones de re 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Outro problema" @@ -1050,10 +1089,10 @@ msgstr "Ocorreu um problema ao tentar abrir a conversa" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Ocorreu um problema, tente novamente." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "um rotulador desconhecido" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "e" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Abuso sexual de animais" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Bem-estar animal" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Anúncio" msgid "Announcing verification on Bluesky" msgstr "Anunciando verificação no Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportamento Anti-social" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Qualquer um pode interagir" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Idioma do app" msgid "App Password" msgstr "Senha do app" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Senha de aplicativo excluída" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Senhas de aplicativo" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Senhas de Aplicativo" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Contestar" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Contestar rótulo \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Recorrer desta decisão" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Utilizar feeds recomendados" msgid "Apply Pull Request" msgstr "Aplicar Pull Request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arquivado desde {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Postagem arquivada" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Deseja mesmo excluir a senha do app \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Deseja mesmo excluir esta mensagem? A mensagem será excluída apenas para você." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Deseja mesmo excluir este pacote inicial?" @@ -1252,7 +1298,7 @@ msgstr "Você está escrevendo em <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Arte" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Nudez artística ou não erótica." @@ -1269,7 +1315,7 @@ msgstr "Atribuir tópico ao algoritmo" msgid "At least 8 characters" msgstr "No mínimo 8 caracteres" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Reproduzir vídeos e GIFs automaticamente" msgid "Available" msgstr "Disponível" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Voltar" msgid "Back to Chats" msgstr "Voltar às Conversas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Atividades banidas ou violações de segurança" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Para criar ou responder uma postagem, você deve primeiro verificar o se msgid "Before creating a starter pack, you must first verify your email." msgstr "Para criar um pacote inicial, você precisa verificar seu email." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Para aceitar este pedido de conversa, você deve primeiro verificar o seu email." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Para que possa receber notificações das postagens de {name}, você deve primeiro verificar seu email." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Aniversário" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bloquear" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Bloquear conta?" msgid "Block accounts" msgstr "Bloquear contas" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bloquear e excluir" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bloquear e/ou excluir esta conversa" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Lista de bloqueio" @@ -1402,15 +1452,19 @@ msgstr "Bloquear ou denunciar" msgid "Block these accounts?" msgstr "Bloquear estas contas?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bloquear usuário" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bloquear usuário" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bloqueado" @@ -1449,25 +1503,25 @@ msgstr "Bloquear não impede que rótulos sejam colocados em sua conta, mas impe msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "O Bluesky não pode confirmar que a data mostrada é legítima." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "O Bluesky é uma rede aberta onde você pode escolher seu fornecedor de hospedagem. Se você é um desenvolvedor, você pode hospedar seu próprio servidor." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "O Bluesky é uma rede aberta em que você pode escolher seu próprio provedor. Se você é novo aqui, recomendamos que continue usando a opção Bluesky Social padrão." @@ -1513,6 +1567,10 @@ msgstr "Borrar imagens e filtrar dos feeds" msgid "Books" msgstr "Livros" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Violação das regras do site" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Navegue por mais contas na página Explorar" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Corporativo" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Por {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Por <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Câmera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Cancelar reativação e desconectar" msgid "Cancel search" msgstr "Cancelar pesquisa" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Não é possível interagir com um usuário bloqueado" @@ -1697,12 +1756,12 @@ msgstr "Mudar idioma do aplicativo" msgid "Change Handle" msgstr "Alterar nome de usuário" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Alterar serviço de moderação" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Alterar senha" @@ -1710,7 +1769,11 @@ msgstr "Alterar senha" msgid "Change password dialog" msgstr "Janela de troca de senha" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Alterar categoria de relatório" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Alterar motivo da denúncia" @@ -1739,8 +1802,8 @@ msgstr "Alterações salvas" msgid "Chat" msgstr "Conversas" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Conversa excluída" @@ -1753,7 +1816,7 @@ msgstr "Conversas — silêncio" msgid "Chat messages - sound" msgstr "Conversas — som" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Conversa silenciada" @@ -1769,7 +1832,7 @@ msgstr "Caixa de entrada de pedidos de conversa" msgid "Chat requests" msgstr "Pedidos de conversa" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Configurações de conversa" msgid "Chat Settings" msgstr "Configurações de Conversa" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Conversa dessilenciada" @@ -1797,7 +1860,7 @@ msgstr "Conversas" msgid "Check my status" msgstr "Verificar meu estado" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Verifique seu e-mail para um código de registro e insira-o aqui." @@ -1805,6 +1868,14 @@ msgstr "Verifique seu e-mail para um código de registro e insira-o aqui." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Confira sua caixa de entrada por um e-mail com um código de confirmação para inserir abaixo:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Segurança infantil" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Selecionar método de verificação de domínio" @@ -1833,7 +1904,7 @@ msgstr "Escolha os algoritmos que geram seus feeds personalizados." msgid "Choose this color as your avatar" msgstr "Selecionar esta cor como sua foto de perfil" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Escolher o provedor da conta" @@ -1882,14 +1953,6 @@ msgstr "Clique aqui para reiniciar o processo de verificação." msgid "Click here to update your email" msgstr "Clique aqui para atualizar seu email" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Clique para desativar citações desta postagem." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Clique para ativar citações desta postagem." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Clique para abrir o menu de tags para {tag}" @@ -1919,9 +1982,11 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Fechar" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Fechar janela ativa" @@ -2018,16 +2083,16 @@ msgstr "Fecha o seletor de emoji" msgid "Closes viewer for header image" msgstr "Fecha o visualizador de banner" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Esconder lista de usuários" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Fecha a lista de usuários de uma notificação" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Esquema de cor" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Confirme sua localização com GPS. Seus dados de localização não são rastreados e não saem do seu dispositivo." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Confirme sua localização com GPS. Seus dados de localização não sã msgid "Confirmation code" msgstr "Código de confirmação" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Conectando..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Idiomas do conteúdo" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Conteúdo indisponível" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Conteúdo promovendo ou representando auto-mutilação" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Aviso de conteúdo" @@ -2212,7 +2281,7 @@ msgstr "Fundo do menu, clique para fechá-lo." msgid "Continue" msgstr "Continuar" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continuar como {0} (já conectado)" @@ -2236,8 +2305,8 @@ msgstr "Continuar com o próximo passo" msgid "Conversation" msgstr "Conversa" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversa excluída" @@ -2254,7 +2323,7 @@ msgstr "Culinária" msgid "Copied build version to clipboard" msgstr "Número de versão do app copiada" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Número de versão do app copiada" msgid "Copied to clipboard" msgstr "Copiado" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copiado!" @@ -2290,23 +2359,23 @@ msgstr "Copiar URI at://" msgid "Copy author DID" msgstr "Copiar DID do autor" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copiar código" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copiar DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copiar host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copiar link" @@ -2331,12 +2400,12 @@ msgstr "Copiar link da postagem" msgid "Copy link to profile" msgstr "Copiar link para o perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copiar link para o pacote inicial" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copiar texto da mensagem" @@ -2354,7 +2423,7 @@ msgstr "Copiar texto da postagem" msgid "Copy QR code" msgstr "Copiar QR code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copiar valor do registro TXT" @@ -2377,8 +2446,8 @@ msgstr "Não foi possível conectar ao serviço do feed" msgid "Could not find profile" msgstr "Não foi possível encontrar o perfil" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Não foi possível sair desta conversa" @@ -2392,7 +2461,7 @@ msgstr "Não foi possível carregar o feed" msgid "Could not load list" msgstr "Não foi possível carregar a lista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Não foi possível silenciar esta conversa" @@ -2476,8 +2545,9 @@ msgstr "Criar lista de moderação" msgid "Create new account" msgstr "Criar nova conta" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Criar denúncia para {0}" @@ -2490,7 +2560,7 @@ msgstr "Criar pacote inicial" msgid "Create user list" msgstr "Criar lista de usuários" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Criou {0}" @@ -2503,8 +2573,8 @@ msgstr "O criador foi bloqueado" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalizado" @@ -2512,18 +2582,22 @@ msgstr "Personalizado" msgid "Customization options" msgstr "Opções de personalização" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personalize quem pode interagir com esta postagem." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personaliza a sua experiência do Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Desafios ou atividades perigosas" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Substâncias perigosas ou abuso de drogas" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Escuro" @@ -2536,7 +2610,7 @@ msgstr "Escuro" msgid "Dark mode" msgstr "Modo escuro" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tema escuro" @@ -2558,7 +2632,11 @@ msgstr "Depurar moderação" msgid "Debug panel" msgstr "Painel de depuração" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Padrão" @@ -2566,14 +2644,14 @@ msgstr "Padrão" msgid "Default icons" msgstr "Ícones padrão" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Excluir" @@ -2586,16 +2664,16 @@ msgstr "Excluir conta" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Excluir conta <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Excluir senha do app" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Excluir senha do app?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Excluir conversa" @@ -2603,18 +2681,18 @@ msgstr "Excluir conversa" msgid "Delete chat declaration record" msgstr "Excluir registro da conversa" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Excluir conversa" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Excluir conversa" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Excluir para mim" @@ -2623,11 +2701,11 @@ msgstr "Excluir para mim" msgid "Delete list" msgstr "Excluir lista" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Excluir mensagem" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Excluir mensagem para mim" @@ -2641,12 +2719,12 @@ msgstr "Excluir minha conta" msgid "Delete post" msgstr "Excluir postagem" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Excluir pacote inicial" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Excluir pacote inicial?" @@ -2709,11 +2787,11 @@ msgstr "Modo de desenvolvedor ativado" msgid "Developer options" msgstr "Opções do desenvolvedor" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Ajuste quem pode interagir com esta postagem" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Menos escuro" @@ -2735,6 +2813,14 @@ msgstr "Desativar 2FA por e-mail" msgid "Disable haptic feedback" msgstr "Desativar feedback tátil" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Desativar legendas" @@ -2778,7 +2864,7 @@ msgstr "Impedir que apps exibam minha conta para usuários não registrados" msgid "Discover new custom feeds" msgstr "Descobrir novos feeds personalizados" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Descobrir novos feeds" @@ -2817,8 +2903,8 @@ msgstr "Nome de exibição" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Largue os trolls e o clickbait. Encontre pessoas reais e conversas que importam para você." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Painel DNS" @@ -2830,7 +2916,7 @@ msgstr "Não aplicar palavra oculta para usuários que sigo" msgid "Does not include nudity." msgstr "Não inclui nudez." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domínio verificado!" @@ -2853,19 +2939,20 @@ msgstr "Não se preocupe! Todas as mensagens e configurações existentes estão #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Toque duas vezes ou pressione longamente a mensagem para adicionar uma r msgid "Double tap to close the dialog" msgstr "Toque duas vezes para fechar diálogo" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Toque duas vezes para curtir" @@ -2903,6 +2990,10 @@ msgstr "Baixar o Bluesky" msgid "Download CAR file" msgstr "Baixar arquivo CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Solte para adicionar imagens" @@ -2933,19 +3024,23 @@ msgstr "p. e.x. \"Perfis legais\"" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:354 msgid "e.g. Spammers" -msgstr "" +msgstr "ex.: Spammers" #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:357 msgid "e.g. The posters who never miss." -msgstr "" +msgstr "ex.: Meus perfis favoritos." #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:358 msgid "e.g. Users that repeatedly reply with ads." -msgstr "" +msgstr "ex.: Perfis que são irritantes." + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Transtornos alimentares" #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Editar notificações de {0}" msgid "Edit People" msgstr "Editar Pessoas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Editar opções de interação de postagens" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Editar perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Editar perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Editar pacote inicial" @@ -3034,7 +3129,7 @@ msgstr "Editar pacote inicial" msgid "Edit user list" msgstr "Editar lista de usuários" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Editar quem pode responder" @@ -3085,7 +3180,7 @@ msgstr "Verificação de email concluída!" msgid "Email Verified" msgstr "E-mail verificado" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Código HTML para incorporação" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Reprodutor interno de vídeo" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Ativar legendas" @@ -3200,7 +3299,7 @@ msgstr "Insira o domínio que deseja usar" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Insira o email usado para criar sua conta. Nós enviaremos um \"código de redefinição\" para poder definir uma nova senha." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Digite o nome de usuário ou endereço de e-mail que você usou quando criou sua conta" @@ -3213,7 +3312,7 @@ msgstr "Insira seu aniversário" msgid "Enter your email address" msgstr "Insira seu endereço de e-mail" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Insira sua senha" @@ -3258,22 +3357,18 @@ msgstr "Não foi possível processar o captcha." msgid "Error: {error}" msgstr "Erro: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Todos" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Todos podem responder" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Todos podem responder esta postagem." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Todos" @@ -3282,16 +3377,6 @@ msgstr "Todos" msgid "Everything else" msgstr "Demais itens" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Menções ou respostas excessivas" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Mensagens excessivas ou indesejadas" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Excluir usuário que você segue" @@ -3316,7 +3401,7 @@ msgstr "Sair do visualizador de imagem" msgid "Expand alt text" msgstr "Expandir texto alternativo" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Expandir lista de usuário" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Expande ou esconde o texto da postagem" @@ -3348,7 +3433,7 @@ msgstr "Expirado" msgid "Expires {0}" msgstr "Expira {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Expira em {0}" @@ -3407,13 +3492,17 @@ msgstr "Mídias externas podem permitir que sites coletem informações sobre vo msgid "External Media Preferences" msgstr "Preferências de Mídia Externa" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Conteúdo extremista" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Falha ao aceitar conversa" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Falha ao adicionar reação de emoji" @@ -3421,7 +3510,7 @@ msgstr "Falha ao adicionar reação de emoji" msgid "Failed to add to starter pack" msgstr "Falha ao adicionar ao pacote inicial" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Não foi possível alterar o nome de usuário. Por favor tente novamente." @@ -3438,13 +3527,13 @@ msgstr "Falha ao criar conversa" msgid "Failed to create starter pack" msgstr "Falha ao criar o pacote inicial" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Falha ao excluir conversa" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Não foi possível excluir esta mensagem" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Falha ao excluir o pacote inicial" @@ -3465,10 +3554,10 @@ msgstr "Não foi possível seguir todas as contas sugeridas, por favor tente nov msgid "Failed to load conversations" msgstr "Falha ao carregar conversas" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Falha ao carregar preferências de feeds" @@ -3498,14 +3587,14 @@ msgstr "Não foi possível carregar mensagens antigas." msgid "Failed to load preference." msgstr "Falha ao carregar preferências." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Falha ao carregar feeds sugeridos" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Falha ao carregar sugestões a seguir" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Falha ao fixar postagem" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Falha ao remover reação de emoji" @@ -3535,7 +3624,8 @@ msgstr "Falha ao remover a verificação" msgid "Failed to resolve location. Please try again." msgstr "Falha ao determinar localização. Por favor, tente novamente." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Não foi possível salvar a imagem: {0}" @@ -3557,7 +3647,7 @@ msgstr "Falha ao enviar" msgid "Failed to send email, please try again." msgstr "Falha ao enviar email, por favor tente novamente." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Falha ao enviar o recurso, tente novamente." @@ -3606,6 +3696,14 @@ msgstr "Falha ao verificar o email, por favor tente novamente." msgid "Failed to verify handle. Please try again." msgstr "Não foi possível verificar o nome de usuário. Por favor tente novamente." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Conta falsa ou bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Informações falsas sobre eleições" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "Criador do feed" msgid "Feed identifier" msgstr "Identificador do feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menu do feed" @@ -3635,8 +3733,8 @@ msgstr "Alternar feed" msgid "Feed unavailable" msgstr "Feed indisponível" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Comentários" @@ -3696,7 +3794,7 @@ msgstr "Filtrar pesquisa por idioma (atual: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtre quem pode optar por receber notificações da sua atividade" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtre de quem você receberá notificações" @@ -3711,9 +3809,9 @@ msgstr "Finalmente! Guarde as postagens que importam para você. Salve-as para a #: src/lib/interests.ts:60 msgid "Finance" -msgstr "" +msgstr "Finanças" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Encontre contas para seguir" msgid "Find people to follow" msgstr "Encontre pessoas para seguir" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Encontre postagens, usuários e feeds no Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Finalizar" msgid "Fitness" msgstr "Atividades físicas" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Preto Sólido" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Azul Sólido" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Branco Sólido" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexível" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Seguir" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Seguir" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Seguir {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Seguir {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Seguir todas as contas" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Seguir de volta" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Seguir de volta" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Seguidores que você conhece" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Seguindo" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Seguindo" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Seguindo {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Seguindo {handle}" @@ -3894,11 +3988,11 @@ msgstr "Segue você" msgid "Follows You" msgstr "Segue Você" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Fonte" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Tamanho da fonte" @@ -3919,7 +4013,7 @@ msgstr "Por motivos de segurança, precisamos enviar um código de confirmação msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Por motivos de segurança, você não poderá ver esta tela novamente. Se você perder esta senha de aplicativo, precisará criar uma nova." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Para a melhor experiência, nós recomendamos usar a fonte padrão." @@ -3941,11 +4035,11 @@ msgstr "Esqueça o ruído" msgid "Forgot Password" msgstr "Esqueci a Senha" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Esqueceu a senha?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Esqueceu?" @@ -3953,12 +4047,7 @@ msgstr "Esqueceu?" msgid "Free your feed" msgstr "Libere o seu feed" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Frequentemente Posta Conteúdo Indesejado" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "De" @@ -4011,7 +4100,7 @@ msgstr "Seja notificado quando pessoas repostam suas repostagens." msgid "Get notifications when people repost your posts." msgstr "Seja notificado quando pessoas repostam suas postagens." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Seja notificado sobre novas postagens" @@ -4027,7 +4116,7 @@ msgstr "Seja notificado de novas postagens de {name}" msgid "Get notified of this account’s activity" msgstr "Seja notificado da atividade desta conta" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Seja notificado quando {name} postar" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Dê uma cara nova pro seu perfil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Violações flagrantes da lei ou dos termos de serviço" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Glorificação da violência" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Violações flagrantes da lei ou dos termos de serviço" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Voltar" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Voltar" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Voltar para a etapa anterior" @@ -4123,7 +4208,7 @@ msgstr "Entrar Ao Vivo" msgid "Go live for" msgstr "Entrar ao vivo por" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Ir para perfil de {firstAuthorName}" @@ -4140,29 +4225,41 @@ msgstr "Ir para a conversa com {0}" #: src/view/com/posts/PostFeedReason.tsx:38 msgid "Go to feed" -msgstr "" +msgstr "Ir para o feed" #: src/screens/Login/ForgotPasswordForm.tsx:165 msgid "Go to next" msgstr "Próximo" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Ir para este perfil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ir para o perfil deste usuário" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Conteúdo Gráfico" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Conteúdo violento gráfico" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Metade do caminho!" msgid "Handle" msgstr "Nome de usuário" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Nome de usuário já utilizado. Por favor tente um usuário diferente." @@ -4182,7 +4279,7 @@ msgstr "Nome de usuário já utilizado. Por favor tente um usuário diferente." msgid "Handle changed!" msgstr "Nome de usuário alterado!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Nome de usuário muito longo. Por favor tente um nome de usuário mais curto." @@ -4190,10 +4287,17 @@ msgstr "Nome de usuário muito longo. Por favor tente um nome de usuário mais c msgid "Haptics" msgstr "Feedback tátil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Assédio, intolerância ou \"trollagem\"" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Assédio ou ódio" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Atividades nocivas ou de alto risco" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Prejudicar ou colocar menores em perigo" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Discurso de ódio" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Precisa de ajuda?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Ajuda" @@ -4238,7 +4346,7 @@ msgstr "Olá 👋" msgid "Hidden" msgstr "Oculto" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Oculto por suas opções de moderação." @@ -4248,7 +4356,7 @@ msgstr "Lista oculta" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Lista oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -4269,6 +4377,10 @@ msgstr "Ocultar" msgid "Hide customization options" msgstr "Ocultar opções de personalização" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Ocultar assuntos em alta?" msgid "Hide trending videos?" msgstr "Ocultar vídeos em alta?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Ocultar lista de usuários" @@ -4320,7 +4432,7 @@ msgstr "Ocultar lista de usuários" msgid "Hide verification badges" msgstr "Ocultar insígnias de verificação" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Oculta o conteúdo" @@ -4365,12 +4477,12 @@ msgstr "Espere! Estamos gradualmente dando acesso ao vídeo, e você ainda está msgid "Home" msgstr "Página Inicial" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Provedor:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Provedor de hospedagem" @@ -4383,6 +4495,10 @@ msgstr "Em alta" msgid "How should we open this link?" msgstr "Como devemos abrir este link?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Tráfico humano" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Se você quiser alterar sua senha, enviaremos um código para verificar msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Se você deseja restringir quem pode receber notificações da atividade da sua conta, você pode alterar isto em <0>Configurações → Privacidade e Segurança0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 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." @@ -4443,12 +4559,7 @@ msgstr "Se você for um desenvolvedor, você pode hospedar seu próprio servidor 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Ilegal e Urgente" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imagem" @@ -4461,29 +4572,24 @@ msgstr "Memória temporária de imagens removida" msgid "Image cache cleared, freed {0}" msgstr "Memória temporária de imagens removida, {0} liberados" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Imagem salva" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Imagens não podem ser salvas a menos que seja concedida permissão para acessar sua galeria de fotos." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Falsificação de identidade ou alegações falsas sobre identidade ou filiação" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Falsificação de identidade, desinformação ou alegações falsas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "No app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notificações no app" @@ -4507,17 +4613,12 @@ msgstr "No app, No dispositivo, Todos" msgid "In-app, Push, People you follow" msgstr "No app, No dispositivo, Pessoas que você segue" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Mensagens inapropriadas ou links explícitos" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Caixa de entrada vazia!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Credenciais incorretas" @@ -4537,11 +4638,11 @@ msgstr "Insira a nova senha" msgid "Input password for account deletion" msgstr "Insira a senha para excluir a conta" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Insira o código que você recebeu por e-mail" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interação limitada" @@ -4557,21 +4658,21 @@ msgstr "Apresentando as notificações de atividade" msgid "Introducing saved posts AKA bookmarks" msgstr "Apresentando as postagens salvas, ou favoritos" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Código de confirmação da autenticação de dois fatores inválido." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Nome de usuário inválido. Por favor tente um diferente." #: src/components/PostControls/PostMenu/PostMenuItems.tsx:365 msgctxt "toast" msgid "Invalid interaction settings." -msgstr "" +msgstr "Configurações de interação inválidas." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Assunto da denúncia inválido" @@ -4626,8 +4727,8 @@ msgstr "Carreiras" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Crie uma conta no Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Termos de uso do KWS" msgid "KWS website" msgstr "Página web do KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Rotulado por {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Rotulado pelo autor." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Rótulos" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Rótulos adicionados" @@ -4678,11 +4779,11 @@ msgstr "Rótulos adicionados" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Rótulos são identificações aplicadas sobre perfis e conteúdos. Eles são utilizados para esconder, avisar e categorizar o conteúdo da rede." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Rótulos sobre sua conta" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Rótulos sobre seu conteúdo" @@ -4696,7 +4797,7 @@ msgstr "Configurações de Idiomas" msgid "Languages" msgstr "Idiomas" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Maior" @@ -4736,12 +4837,12 @@ msgstr "Saiba mais sobre a verificação de idade" msgid "Learn more about Bluesky" msgstr "Saiba mais sobre o Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Saiba mais sobre o que é público no Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Saiba mais nas suas <0>configurações da conta.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Saiba mais." @@ -4787,10 +4888,10 @@ msgstr "Sair" msgid "Leave chat" msgstr "Sair da conversa" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Sair desta conversa" @@ -4822,9 +4923,9 @@ msgstr "Vamos redefinir sua senha!" msgid "Let's go!" msgstr "Vamos lá!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Claro" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claro" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Curtidas ({0, plural, one {# curtida} other {# curtidas}})" @@ -4855,7 +4956,7 @@ msgstr "Curta 10 postagens para treinar o feed de Descobertas" msgid "Like notifications" msgstr "Notificações de curtidas" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Curtir este feed" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Curtido por {0, plural, one {# usuário} other {# usuários}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Curtidas das suas repostagens" msgid "Likes of your reposts notifications" msgstr "Notificações de curtidas das suas repostagens" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Curtidas nesta postagem" @@ -5021,12 +5122,12 @@ msgstr "O recurso ao vivo está em teste beta" msgid "Live link" msgstr "Link ao vivo" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Carregar mais" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Carregar mais sugestões de feeds" @@ -5041,6 +5142,14 @@ msgstr "Carregar novas notificações" msgid "Load new posts" msgstr "Carregar novas postagens" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Carregando..." @@ -5049,15 +5158,19 @@ msgstr "Carregando..." msgid "Log" msgstr "Registros" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilidade do seu perfil" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo por @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo por <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Gerencie suas palavras/tags silenciadas" msgid "Mark all as read" msgstr "Marcar todas como lidas" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcar como lida" @@ -5132,7 +5245,7 @@ msgstr "Talvez mais tarde" msgid "Media" msgstr "Mídia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Mídia que pode ser perturbadora ou inapropriada para algumas pessoas." @@ -5140,14 +5253,10 @@ msgstr "Mídia que pode ser perturbadora ou inapropriada para algumas pessoas." msgid "Mention notifications" msgstr "Notificações de menção" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "usuários mencionados" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Usuários mencionados" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Mensagem {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mensagem excluída" @@ -5172,7 +5281,7 @@ msgstr "Mensagem excluída" msgid "Message deleted" msgstr "Mensagem excluída" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Mensagem de @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Caixa de texto da mensagem" msgid "Message is too long" msgstr "Mensagem longa demais" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Opções de mensagem" @@ -5197,24 +5306,22 @@ msgstr "Opções de mensagem" msgid "Messages" msgstr "Mensagens" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Meia-noite" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Assédio ou bullying de menores" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Notificações diversas" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Conta Enganosa" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Postagem Enganosa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Enganoso" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Ferramentas de moderação" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Mais feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silenciar {tag}" @@ -5332,8 +5439,8 @@ msgstr "Silenciar conta" msgid "Mute accounts" msgstr "Silenciar contas" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silenciar conversa" @@ -5396,7 +5503,7 @@ msgstr "Contas Silenciadas" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Contas silenciadas não aparecem no seu feed ou nas suas notificações. Suas contas silenciadas são completamente privadas." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Meus Feeds" msgid "Name" msgstr "Nome" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nome ou Descrição Viola os Padrões da Comunidade" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Navegar até o pacote inicial" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navega para próxima tela" @@ -5455,20 +5551,16 @@ msgstr "Navega para próxima tela" msgid "Navigates to your profile" msgstr "Navega para seu perfil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Precisa denunciar uma violação de direitos autorais?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Nunca perca o acesso aos seus seguidores ou dados." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Deixa pra lá, crie um nome de usuário pra mim" @@ -5476,17 +5568,17 @@ msgstr "Deixa pra lá, crie um nome de usuário pra mim" msgid "New" msgstr "Novo" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Novo" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nova postagem} other {Novas postagens}} de {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Nova postagem} other {Novas postagens}} de {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Postar" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Novas postagens de {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Novas postagens de {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {outros {formattedAuthorsCount}}}" @@ -5574,8 +5666,8 @@ msgstr "Janela de informações do usuário novo" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Respostas mais recentes primeiro" @@ -5587,8 +5679,8 @@ msgstr "Notícias" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Notícias" msgid "Next" msgstr "Próximo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Próximo" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Próxima imagem" @@ -5616,12 +5703,12 @@ msgstr "Próxima imagem" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Sem senhas de aplicativo no momento" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Não tenho painel de DNS" @@ -5646,8 +5733,9 @@ msgstr "Sem imagem" msgid "No likes yet" msgstr "Sem curtidas ainda" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Você não está mais seguindo {0}" @@ -5671,7 +5759,7 @@ msgstr "Nenhuma notificação!" msgid "No one" msgstr "Ninguém" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Ninguém além do autor pode citar esta postagem." @@ -5701,7 +5789,7 @@ msgstr "Nenhum resultado" msgid "No results" msgstr "Nenhum resultados" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Sem resultados para \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Nenhum resultado encontrado para \"{query}\"" msgid "No results found for {query}" msgstr "Nenhum resultado encontrado para {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Sem resultados." @@ -5732,7 +5820,7 @@ msgstr "Nenhum resultado encontrado para \"{search}\"." msgid "No thanks" msgstr "Não, obrigado" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Ninguém" @@ -5753,6 +5841,10 @@ msgstr "Ninguém repostou isso ainda. Você pode se tornar o primeiro!" msgid "Nobody was found. Try searching for someone else." msgstr "Ninguém foi encontrado. Tente procurar por outra pessoa." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Imagens íntimas não consensuais" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nudez não-erótica" @@ -5843,16 +5935,11 @@ msgstr "agora" msgid "Now" msgstr "Agora" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nudez" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nudez ou conteúdo adulto sem rótulo aplicado" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Ok" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Respostas mais antigas primeiro" @@ -5916,7 +6003,7 @@ msgstr "Um ou mais vídeos estão sem texto alternativo." msgid "Only .jpg and .png files are supported" msgstr "Apenas imagens .jpg ou .png são permitidas" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Apenas {0} pode responder." @@ -5941,7 +6028,7 @@ msgstr "Ops, algo deu errado!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Abrir criador de avatar" msgid "Open conversation options" msgstr "Abrir opções de conversa" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Abrir menu" @@ -5973,8 +6060,8 @@ msgstr "Abrir seletor de emoji" msgid "Open feed info screen" msgstr "Abri tela de informações do feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Abrir opções do feed" @@ -6015,7 +6102,7 @@ msgstr "Abrir perfil" msgid "Open share menu" msgstr "Abrir menu de compartilhamento" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Abrir o menu do pacote inicial" @@ -6032,9 +6119,9 @@ msgstr "Abrir registros do sistema" msgid "Opens a dialog to add a content warning to your post" msgstr "Abre uma janela para adicionar um aviso de conteúdo para a sua postagem" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Abre uma janela para escolher quem pode responder a este tópico" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Abrir link {0}" msgid "Opens live status dialog" msgstr "Abrir janela de status ao vivo" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Abre o formulário de redefinição de senha" @@ -6103,24 +6190,15 @@ msgstr "Abre o formulário de redefinição de senha" msgid "Opens post language settings" msgstr "Abre configurações de idioma da postagem" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Abre este perfil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Se quiser adicionar mais informações, digite abaixo:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opções:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Ou combine estas opções:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Ou continue com outra conta." @@ -6145,21 +6223,50 @@ msgstr "Estado OTA: Erro ao buscar atualização" msgid "OTA status: None available" msgstr "Estado OTA: Nenhum disponível" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Outro" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Outra conta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Outros problemas de segurança infantil" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Outros conteúdos perigosos" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Outros conteúdos de assédio ou ódio" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Outros conteúdos enganosos" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Nossa postagem no blog" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Nossa equipe de moderação recebeu sua denúncia." @@ -6176,7 +6283,7 @@ msgstr "Página não encontrada" msgid "Page Not Found" msgstr "Página Não Encontrada" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Pessoas seguidas por @{0}" msgid "People following @{0}" msgstr "Pessoas seguindo @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Pessoas que eu sigo" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Animais de estimação" msgid "Photography" msgstr "Fotografia" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Imagens destinadas a adultos." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fixar feed" @@ -6266,7 +6381,7 @@ msgstr "Fixar Feed" msgid "Pin to home" msgstr "Fixar na tela inicial" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fixar na Tela Inicial" @@ -6275,7 +6390,7 @@ msgstr "Fixar na Tela Inicial" msgid "Pin to your profile" msgstr "Fixar no seu perfil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fixado" @@ -6302,7 +6417,7 @@ msgstr "Tocar" msgid "Play {0}" msgstr "Reproduzir {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Reproduzir vídeo" @@ -6327,7 +6442,7 @@ msgstr "Reproduz o GIF" msgid "Plays the video" msgstr "Reproduz o vídeo" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Por favor, adicione os rótulos de aviso de conteúdo que sejam aplicáveis para a mídia que você está postando." @@ -6413,7 +6528,7 @@ msgstr "Por favor, insira seu código de convite." msgid "Please enter your new email address." msgstr "Por favor, insira seu novo endereço de email." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Insira sua senha" @@ -6421,11 +6536,11 @@ msgstr "Insira sua senha" msgid "Please enter your password as well:" msgstr "Por favor, digite sua senha também:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Insira seu nome de usuário" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Por favor, explique por que você acredita que este rótulo foi aplicado incorretamente por {0}" @@ -6446,11 +6561,11 @@ msgstr "Forneça quaisquer dados adicionais que você acredita que os moderadore msgid "Please select a language" msgstr "Por favor, selecione um idioma" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Por favor, escolha um serviço de moderação" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Por favor, escolha um motivo para esta denúncia" @@ -6473,7 +6588,7 @@ msgstr "Escreva sua mensagem abaixo:" msgid "Politics" msgstr "Política" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografia" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Postagem excluída" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Postagem Escondida por Palavra Silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Postagem Escondida por Você" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Configurações de interação de postagem" @@ -6614,13 +6729,8 @@ msgstr "Imagem anterior" msgid "Primary Language" msgstr "Idioma Principal" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Priorizar quem você segue" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacidade" @@ -6652,6 +6762,10 @@ msgstr "Configurações de Privacidade e Segurança" msgid "Privacy Policy" msgstr "Política de Privacidade" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Violação da privacidade de um menor" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Processando vídeo..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Perfil atualizado" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Público" @@ -6714,7 +6836,7 @@ msgstr "Publicar resposta" msgid "Push" msgstr "No dispositivo" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Notificações no dispositivo" @@ -6764,10 +6886,6 @@ msgstr "A postagem de citação foi desanexada com sucesso" msgid "Quote posts disabled" msgstr "Citações desabilitadas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Configurações de citações" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Configurações de citações" msgid "Quotes" msgstr "Citações" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citações desta postagem" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Limite de operações excedido – você tentou mudar seu nome de usuário muitas vezes em um curto período. Espere um minuto antes de tentar novamente." @@ -6805,11 +6923,11 @@ msgstr "Ler {0, plural, one {mais # resposta} other {mais # respostas}}" msgid "Read blog post" msgstr "Ler postagem do blog (em inglês)" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Ver menos" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Ver mais" @@ -6849,15 +6967,11 @@ msgstr "Pessoas reais." msgid "Reason for appeal" msgstr "Motivo do recurso" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Motivo:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Receber notificações no app" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Receber notificações no dispositivo" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Reconectar" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Negar" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Recusar pedido de conversa" @@ -6946,8 +7060,8 @@ msgstr "Remover feed" msgid "Remove feed?" msgstr "Remover feed?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Respondeu a você" msgid "Replies" msgstr "Respostas" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Respostas desabilitadas" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Respostas para esta postagem estão desativadas." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responder ({0, plural, one {# resposta} other {# respostas}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Resposta Ocultada pelo Autor do Tópico" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Resposta ocultada por você" @@ -7120,11 +7234,7 @@ msgstr "Resposta ocultada por você" msgid "Reply notifications" msgstr "Notificações de resposta" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Configurações de resposta" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Configurações de resposta são escolhidas pelo autor do tópico" @@ -7141,7 +7251,7 @@ msgstr "Visibilidade da resposta atualizada" msgid "Reply was successfully hidden" msgstr "Resposta foi ocultada com sucesso" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Denunciar" msgid "Report account" msgstr "Denunciar conta" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Denunciar conversa" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Janela de denúncia" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Denunciar feed" @@ -7176,7 +7285,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar lista" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Denunciar mensagem" @@ -7185,48 +7294,41 @@ msgstr "Denunciar mensagem" msgid "Report post" msgstr "Denunciar postagem" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Denunciar pacote inicial" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Denúncia enviada" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Denunciar conteúdo" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Denunciar conversa" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Denunciar este feed" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Denunciar esta lista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Denunciar esta mensagem" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Denunciar esta postagem" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Denunciar este pacote inicial" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Denunciar este usuário" @@ -7250,7 +7352,7 @@ msgstr "Notificações de repostagem" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Repostar ou citar uma postagem" @@ -7260,11 +7362,11 @@ msgstr "Repostado Por" #: src/view/com/posts/PostFeedReason.tsx:77 msgid "Reposted by {reposter}" -msgstr "" +msgstr "Repostado por {reposter}" #: src/view/com/posts/PostFeedReason.tsx:91 msgid "Reposted by <0><1>{reposter}1>0>" -msgstr "" +msgstr "Repostado por <0><1>{reposter}1>0>" #: src/view/com/posts/PostFeedReason.tsx:77 #: src/view/com/posts/PostFeedReason.tsx:89 @@ -7277,7 +7379,7 @@ msgstr "Repostado por você" msgid "Reposts" msgstr "Repostagens" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Repostagens" @@ -7291,8 +7393,8 @@ msgstr "Repostagens das suas repostagens" msgid "Reposts of your reposts notifications" msgstr "Notificações de repostagens das suas repostagens" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Solicitar código" @@ -7348,7 +7450,7 @@ msgstr "Redefinir tutoriais" msgid "Reset password" msgstr "Redefinir senha" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Tentar entrar novamente" @@ -7360,12 +7462,12 @@ msgstr "Tenta a última ação, que deu erro" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Tenta a última ação, que deu erro" msgid "Retry" msgstr "Tente novamente" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Recarregar opções de denúncia" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Voltar para página anterior" @@ -7399,8 +7501,8 @@ msgstr "Voltar para a tela inicial" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Voltar para página anterior" @@ -7412,8 +7514,8 @@ msgstr "Retorna à etapa anterior" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Retorna à etapa anterior" msgid "Save" msgstr "Salvar" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Salvar" @@ -7459,8 +7561,13 @@ msgstr "Salvar novo nome de usuário" msgid "Save QR code" msgstr "Salvar QR code" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Salvar nos meus feeds" @@ -7487,21 +7594,25 @@ msgstr "Adicionado aos seus feeds" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Diga olá!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Ciência" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Rolar à esquerda" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Rolar à direita" @@ -7513,7 +7624,7 @@ msgstr "Ir para o topo" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Pesquisar" @@ -7553,11 +7664,11 @@ msgstr "Pesquisar por \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Pesquisar por mais contas" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Pesquisar por mais feeds" @@ -7610,19 +7721,19 @@ msgstr "Pesquisa por perfis" msgid "Security step required" msgstr "Etapa de segurança necessária" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Ver postagens com {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Ver postagens com {tag} por usuário" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Ver postagens com #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Ver postagens com #{tag} por usuário" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Controle deslizante de busca. Use os botões de seta para avançar e retroceder, e espaço para pausar/continuar" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Selecionar categoria \"{interestsDisplayName}\"" @@ -7665,11 +7776,15 @@ msgstr "Selecionar {langName}" msgid "Select a color" msgstr "Selecione uma cor" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Selecione um motivo" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Selecione uma conta" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Selecionar um idioma para o app" @@ -7701,6 +7816,14 @@ msgstr "Selecionar duração" msgid "Select from an existing account" msgstr "Selecionar de uma conta existente" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Selecionar GIF" @@ -7727,14 +7850,10 @@ msgstr "Selecione o idioma..." msgid "Select languages" msgstr "Selecionar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Escolher serviço de moderação" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Selecionar moderador" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Selecionar idioma da postagem" @@ -7752,10 +7871,6 @@ msgstr "Selecione o arquivo de legenda (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecione o emoji {emojiName} como avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Selecione o(s) serviço(s) de moderação para reportar" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Selecione até 3 idiomas utilizados nesta postagem" @@ -7785,7 +7900,7 @@ msgstr "Selecione seus interesses" msgid "Select your preferred language for translations in your feed." msgstr "Selecione seu idioma preferido para as traduções no seu feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Selecione seus canais preferidos de notificação" @@ -7793,6 +7908,10 @@ msgstr "Selecione seus canais preferidos de notificação" msgid "Selecting multiple media types is not supported." msgstr "Não é possível selecionar múltiplos tipos de mídia." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Auto-mutilação ou comportamentos perigosos" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Envie um site bacana!" @@ -7818,7 +7937,7 @@ msgstr "Enviar comentários" msgid "Send message" msgstr "Enviar mensagem" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Enviar postagem para {name}" @@ -7826,18 +7945,7 @@ msgstr "Enviar postagem para {name}" msgid "Send post to..." msgstr "Enviar postagem para..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Denunciar" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Denunciar via {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Enviar denúncia para {title}" @@ -7858,7 +7966,7 @@ msgstr "Enviar por mensagem direta" msgid "Sends email with confirmation code for account deletion" msgstr "Envia o e-mail com o código de confirmação para excluir a conta" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Endereço do servidor" @@ -7874,10 +7982,18 @@ msgstr "Definir data de nascimento" msgid "Set new password" msgstr "Definir uma nova senha" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configure sua conta" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Configura o e-mail para recuperação de senha" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Ajustes salvos" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Atividade sexual ou nudez erótica." @@ -7953,7 +8069,7 @@ msgstr "Sexualmente Sugestivo" msgid "Share" msgstr "Compartilhar" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Compartilhar" @@ -7996,7 +8112,7 @@ msgstr "Compartilhar URI at:// da postagem" msgid "Share QR code" msgstr "Compartilhar QR code" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Compartilhar este feed" @@ -8012,8 +8128,8 @@ msgstr "Compartilhe este pacote inicial e ajude as pessoas a se juntarem à sua #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Compartilhe seu feed favorito!" msgid "Shared Preferences Tester" msgstr "Testador de Preferências Compartilhadas" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Mostrar texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Mostrar mesmo assim" @@ -8067,6 +8183,10 @@ msgstr "Mostrar menos disso" msgid "Show list anyway" msgstr "Mostrar lista de qualquer maneira" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Mostrar Mais" @@ -8080,7 +8200,7 @@ msgstr "Mostrar mais disso" msgid "Show more replies" msgstr "Mostrar mais respostas" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Mostrar respostas como árvore de tópicos" @@ -8098,10 +8218,6 @@ msgstr "Mostrar respostas" msgid "Show replies as" msgstr "Mostrar respostas como" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Mostrar respostas de pessoas que você segue antes das demais respostas" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Mostrar aviso" msgid "Show warning and filter from feeds" msgstr "Mostrar aviso e filtrar dos feeds" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Mostra informações sobre quando esta postagem foi criada" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Exibe o conteúdo" @@ -8145,7 +8261,7 @@ msgstr "Exibe o conteúdo" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Exibe o conteúdo" msgid "Sign in" msgstr "Entrar" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Entrar como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Entrar como..." @@ -8177,7 +8293,7 @@ msgstr "Entrar ou criar uma conta" msgid "Sign in or create your account to join the conversation!" msgstr "Entre ou crie a sua conta para participar da conversa!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Entrar em uma conta não listada" @@ -8241,9 +8357,9 @@ msgstr "Pular introdução e começar a usar a sua conta" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99 msgid "Skip to next step" -msgstr "" +msgstr "Pular para a próxima etapa" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Menor" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Algumas pessoas podem responder" @@ -8280,7 +8396,7 @@ msgstr "Alguém reagiu com {0}" msgid "Someone reacted {0} to {1}" msgstr "Alguém reagiu com {0} a {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Algo não estava certo com os dados que você está tentando relatar. Entre em contato com o suporte." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Algo deu errado" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Algo deu errado, tente novamente" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,51 +8425,47 @@ msgstr "Algo deu errado!" msgid "Something went wrong. Please try again in a moment." msgstr "Algo deu errado. Por favor, tente novamente mais tarde." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Algo deu errado. Por favor, tente novamente." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Algo de errado? Nos avise." #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:176 msgid "Sorry, we're unable to load account suggestions at this time." -msgstr "" +msgstr "Desculpe, não foi possível carregar as contas sugeridas no momento." #: src/App.native.tsx:128 #: src/App.web.tsx:100 msgid "Sorry! Your session expired. Please sign in again." msgstr "Desculpe! Sua sessão expirou. Entre novamente." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordenar respostas" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordenar respostas por" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Classificar respostas de uma postagem por:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Fonte: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; menções ou respostas excessivas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; menções ou respostas excessivas" msgid "Sports" msgstr "Esportes" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Inicie uma conversa e ela aparecerá aqui." @@ -8403,11 +8514,11 @@ msgstr "Pacote inicial por <0/>" msgid "Starter pack by you" msgstr "Seu pacote inicial" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Pacote inicial é inválido" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Pacotes Iniciais" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Enviar recurso" msgid "Submit Appeal" msgstr "Enviar Recurso" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Enviar denúncia" @@ -8494,7 +8605,7 @@ msgstr "Sucesso!" msgid "Successfully verified" msgstr "Verificado com sucesso" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Contas Sugeridas" @@ -8506,17 +8617,17 @@ msgstr "Contas Sugeridas" msgid "Suggested for you" msgstr "Sugeridos para você" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Sugestivo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Alvorada" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Entardecer" @@ -8547,10 +8658,10 @@ msgstr "Trocar de conta " msgid "Switch to {0}" msgstr "Alterar para {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "Toque para fechar o menu de contexto" msgid "Tap to dismiss" msgstr "Toque para dispensar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Assédio direcionado" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tarefa completa - seguir 10 pessoas!" @@ -8620,8 +8735,8 @@ msgstr "Conte-nos um pouco sobre você" msgid "Tell us a little more" msgstr "Conte-nos um pouco mais" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Termos" @@ -8637,26 +8752,11 @@ msgstr "Termos" msgid "Terms of Service" msgstr "Termos de Serviço" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Termos utilizados violam as diretrizes da comunidade" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Texto e tags" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Área de texto" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Campo de entrada de texto" @@ -8665,10 +8765,6 @@ msgstr "Campo de entrada de texto" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Obrigado por seu comentário! Ele foi enviado ao operador." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Obrigado. Sua denúncia foi enviada." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Obrigado, você verificou seu endereço de e-mail com sucesso. Você pod msgid "Thanks! You're all set." msgstr "Obrigado! Está tudo pronto." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Contém o seguinte:" @@ -8699,11 +8795,11 @@ msgstr "Este nome de usuário já está em uso" msgid "That's all, folks!" msgstr "Isso é tudo, pessoal!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Isso é tudo!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interagir com você após o desbloqueio." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "O aplicativo vai ser reiniciado" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "O autor deste tópico ocultou esta resposta." @@ -8750,11 +8846,11 @@ msgstr "A experiência é melhor no aplicativo. Baixe o Bluesky agora e continua msgid "The feed has been replaced with Discover." msgstr "Este feed foi substituído pelo Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Os seguintes rótulos foram aplicados sobre sua conta." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Os seguintes rótulos foram aplicados sobre seu conteúdo." @@ -8772,7 +8868,7 @@ msgstr "As leis em sua localização exigem que você verifique que é adulto pa #: src/view/com/composer/select-language/SuggestedLanguage.tsx:119 msgid "The post you're replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}0>?" -msgstr "" +msgstr "A postagem que você está respondendo foi marcada como sido escrita em {suggestedLanguageName} por seu autor. Gostaria de responder em <0>{suggestedLanguageName}0>?" #: src/view/screens/PrivacyPolicy.tsx:38 msgid "The Privacy Policy has been moved to <0/>" @@ -8788,7 +8884,7 @@ msgstr "O vídeo selecionado é maior que 100 MB. Tente novamente com um arquivo 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Os Termos de Serviço foram movidos para" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Tivemos um problema ao conectar com o Tenor." msgid "There was an issue contacting the server" msgstr "Tivemos um problema ao contatar o servidor deste feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Houve um problema ao comunicar com o servidor, por favor verifique sua c 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Tivemos um problema ao carregar as postagens. Toque aqui para tentar de msgid "There was an issue fetching the list. Tap here to try again." msgstr "Tivemos um problema ao carregar esta lista. Toque aqui para tentar de novo." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Houve um problema ao recuperar suas senhas de aplicativo" @@ -8862,11 +8958,6 @@ msgstr "Houve um problema ao recuperar suas informações de serviço" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Houve um problema ao remover este feed. Por favor verifique sua conexão de internet e tente novamente." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Tivemos um problema ao enviar sua denúncia. Por favor, verifique sua conexão com a internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Houve um problema ao atualizar seus feeds, por favor verifique sua conex #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Houve um problema ao atualizar seus feeds, por favor verifique sua conex msgid "There was an issue! {0}" msgstr "Tivemos um problema! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Houve um problema inesperado no aplicativo. Por favor, deixe-nos saber s 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Estas configurações só se aplicam ao feed principal (Following)." @@ -8941,7 +9036,7 @@ msgstr "Esta conta foi bloqueada por uma ou mais das suas listas de moderação. msgid "This action can be undone at any time." msgstr "Esta ação pode ser desfeita a qualquer momento." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Este recurso será enviado para <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Este conteúdo é hospedado por {0}. Deseja ativar a mídia externa?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Este conteúdo não está disponível porque um dos usuários envolvidos bloqueou o outro." @@ -9006,7 +9101,7 @@ msgstr "Esta função não está disponível ao usar uma senha de aplicativo. Po msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Este feed está recebendo muito tráfego e está temporariamente indisponível. Por favor, tente novamente mais tarde." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Este feed está vazio! Talvez você precise seguir mais usuários ou configurar os idiomas filtrados." @@ -9020,7 +9115,7 @@ msgstr "Este feed está vazio." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Este feed não funciona mais. Estamos te mostrando o conteúdo do <0>Discover0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Este nome de usuário está reservado. Por favor tente um nome de usuário diferente." @@ -9037,7 +9132,7 @@ msgstr "Este não é um link válido" msgid "This label was applied by the author." msgstr "Este rótulo foi aplicado pelo autor." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Este rótulo foi aplicado por você." @@ -9065,11 +9160,11 @@ msgstr "Esta lista está vazia." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Este serviço de moderação está indisponível. Veja mais detalhes abaixo. Se este problema persistir, entre em contato." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Esta postagem alega ter sido criada em <0>{0}0>, mas ela apareceu no Bluesky em <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Esta resposta será classificada em uma seção oculta na parte inferior 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Isso deve criar um registro no domínio:" @@ -9113,7 +9208,7 @@ msgstr "Isto deve demorar apenas alguns minutos." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Este usuário não possui um nome de exibição e por isso não pode ser verificado." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Este usuário não é seguido por ninguém ainda." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Este usuário bloqueou você" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Este usuário te bloqueou. Você não pode ver este conteúdo." @@ -9142,7 +9237,7 @@ msgstr "Este usuário está incluído na lista <0>{0}0>, que você silenciou." msgid "This user is new here. Press for more info about when they joined." msgstr "Este usuário é novo aqui. Toque para mais informações sobre quando ele entrou." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Este usuário não segue ninguém ainda." @@ -9168,7 +9263,7 @@ msgstr "Opções de tópicos" msgid "Thread preferences" msgstr "Preferências dos tópicos" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferências dos Tópicos" @@ -9181,6 +9276,10 @@ msgstr "Aninhado" msgid "Threads Preferences" msgstr "Preferências dos Tópicos" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Ameaças ou incitação" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Tempo restante: {0, plural, one {# segundo} other {# segundos}}" @@ -9198,10 +9297,6 @@ msgstr "Para desabilitar o 2FA via email, por favor verifique que você tem aces msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Para denunciar uma conversa, por favor, denuncie uma das mensagens individualmente. Isso vai permitir a análise da situação pelos nossos moderadores." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Para quem você gostaria de enviar esta denúncia?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hoje" @@ -9222,8 +9317,8 @@ msgstr "Principais" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Respostas populares primeiro" @@ -9231,17 +9326,17 @@ msgstr "Respostas populares primeiro" msgid "Topic" msgstr "Assunto" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traduzir" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Visualização em árvore" @@ -9253,6 +9348,10 @@ msgstr "Em alta" msgid "Trending Videos" msgstr "Vídeos em alta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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áveis0>: organizações que podem conceder verificação diretamente." @@ -9274,7 +9373,7 @@ msgstr "Autenticação em duas etapas (2FA)" msgid "Type your message here" msgstr "Digite sua mensagem aqui" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipo:" @@ -9294,13 +9393,13 @@ msgstr "Não foi possível conectar. Verifique a sua conexão de internet e tent #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Não foi possível excluir" @@ -9324,27 +9423,27 @@ msgstr "Informação do feed indisponível" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Desbloquear Conta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Desbloquear Conta?" @@ -9369,12 +9468,7 @@ msgstr "Desfazer repostagem" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Desfazer repostagem ({0, plural, one {# repostagem} other {# repostagens}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Deixar de seguir" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" @@ -9383,7 +9477,7 @@ msgstr "Deixar de seguir {0}" msgid "Unfollow account" msgstr "Parar de seguir conta" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Para de seguir o usuário" @@ -9391,7 +9485,7 @@ msgstr "Para de seguir o usuário" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Infelizmente, no momento o Bluesky não está disponível no Mississippi." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Infelizmente, nenhum dos rotuladores em que você se inscreveu suporta e msgid "Unknown verifier" msgstr "Verificador desconhecido" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Conteúdo adulto não sinalizado" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Conteúdo adulto não sinalizado, abusivo ou não consensual" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "Descurtir" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Descurtir ({0, plural, one {# curtida} other {# curtidas}})" @@ -9419,8 +9521,8 @@ msgstr "Dessilenciar" msgid "Unmute" msgstr "Dessilenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Dessilenciar {tag}" @@ -9431,7 +9533,7 @@ msgstr "Dessilenciar {tag}" msgid "Unmute account" msgstr "Dessilenciar conta" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Dessilenciar conversa" @@ -9454,8 +9556,8 @@ msgstr "Ativar o áudio do vídeo" msgid "Unpin" msgstr "Desafixar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Desafixar feed" @@ -9464,8 +9566,8 @@ msgstr "Desafixar feed" msgid "Unpin Feed" msgstr "Desafixar Feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Desafixar da tela inicial" @@ -9517,13 +9619,6 @@ msgstr "Cancelada inscrição na lista" msgid "Unsupported video type: {mimeType}" msgstr "Formato de vídeo não suportado: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Conteúdo Sexual Indesejado" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Atualizar <0>{displayName}0> nas Listas" msgid "Update email" msgstr "Atualizar email" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Alterar para {domain}" @@ -9567,7 +9662,7 @@ msgstr "Atualizando..." msgid "Upload a photo instead" msgstr "Enviar uma foto" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Carregar um arquivo de texto para:" @@ -9603,11 +9698,11 @@ msgstr "Enviando prévia de link..." msgid "Uploading video..." msgstr "Enviando vídeo..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Use senhas de aplicativo para conectar através de outros clientes do Bluesky sem conceder acesso total para a sua conta." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Usar provedor padrão" @@ -9638,17 +9733,17 @@ msgstr "Use isso para registrar-se no outro app junto ao seu nome de usuário." msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Use o endereço de email da sua conta ou outro email que você tenha acesso para caso o KWS ou o Bluesky precisem entrar em contato." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Usuário bloqueado" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Usuário Bloqueado" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Usuário Bloqueado por \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Usuário Bloqueado Por Lista" msgid "User Blocked by List" msgstr "Usuário Bloqueado Por Lista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Usuário Bloqueia Você" @@ -9698,15 +9793,15 @@ msgstr "Nome de usuário não pode começar ou terminar com hífen" 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nome de usuário ou endereço de e-mail" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "usuários seguidos por <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "usuários seguindo <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "usuários seguindo <0>@{0}0>" msgid "Users I follow" msgstr "Usuários que eu sigo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Usuários em \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Usuários que você segue" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Conteúdo:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Verificar código" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verificar registro DNS" @@ -9786,8 +9873,8 @@ msgstr "Caixa de diálogo da verificação de e-mail" msgid "Verify now" msgstr "Verificar agora" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verificar Arquivo" @@ -9841,15 +9928,15 @@ msgstr "Vídeo de {0}: {text}" msgid "Video Games" msgstr "Videogames" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "O vídeo está pausado" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "O vídeo está reproduzindo" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Vídeo não encontrado." @@ -9882,11 +9969,11 @@ msgstr "Visualizar" msgid "View {0}'s avatar" msgstr "Ver o avatar de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Ver perfil de {0}" @@ -9906,16 +9993,11 @@ msgstr "Veja a postagem no blog para mais detalhes" msgid "View debug entry" msgstr "Ver depuração" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Ver detalhes" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Ver detalhes para denunciar uma violação de direitos autorais" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Ver tópico completo" @@ -9960,7 +10042,7 @@ msgstr "Ver este rotulador fornecido por @{0}" msgid "View this user's verifications" msgstr "Ver as verificações deste usuário" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Ver usuários que curtiram este feed" @@ -9993,8 +10075,8 @@ msgstr "Veja suas contas silenciadas" msgid "View your verifications" msgstr "Ver suas verificações" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Ver imagem completa" @@ -10002,6 +10084,14 @@ msgstr "Ver imagem completa" msgid "Views video in immersive mode" msgstr "Abre o vídeo no modo paisagem" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Violência" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Conteúdo violento ou ameaçador" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Quando você tocar em uma verificação, verá quais organizações conc msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Quais idiomas você gostaria de ver nos seus feeds?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Quem pode interagir com esta postagem?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Quem pode responder" @@ -10249,40 +10340,38 @@ msgstr "Ops! Falha ao carregar os vídeos em alta." msgid "Why are you appealing?" msgstr "Por que está recorrendo?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Por que este conteúdo deve ser analisado?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Por que essa conversa deve ser revisada?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Por que este feed deve ser analisado?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Por que esta lista deve ser analisada?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Por que esta mensagem deve ser analisada?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Por que esta postagem deve ser analisada?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Por que este pacote inicial deve ser analisado?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Por que este usuário deve ser analisado?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Sim" msgid "Yes, deactivate" msgstr "Sim, desativar" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Sim, excluir este pacote inicial" @@ -10373,7 +10462,7 @@ msgstr "Você não tem permissão para entrar ao vivo" msgid "You are not allowed to upload videos." msgstr "Você não tem permissão para enviar vídeos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Você não está seguindo ninguém." @@ -10417,7 +10506,7 @@ msgstr "Você pode continuar conversando, independentemente da configuração qu #: src/components/PostControls/PostMenu/PostMenuItems.tsx:357 msgctxt "toast" msgid "You can hide a maximum of {MAX_HIDDEN_REPLIES} replies." -msgstr "" +msgstr "Você pode ocultar no máximo {MAX_HIDDEN_REPLIES} respostas." #: src/components/dialogs/nuxs/ActivitySubscriptions.tsx:148 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." @@ -10445,17 +10534,13 @@ msgstr "Você pode reativar sua conta para continuar fazendo login. Seu perfil e msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Você pode selecionar até {MAX_IMAGES, plural, other {# imagens}} no total." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Você pode definir os Ajustes de interação padrão em <0>Configurações → Moderação → Ajustes de interação0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Você pode alterar esta opção depois nas suas configurações." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Ninguém segue você ainda." @@ -10467,6 +10552,10 @@ msgstr "Você não segue nenhum usuário que segue @{name}." msgid "You don't have any chat requests at the moment." msgstr "Você não tem nenhum pedido de conversa no momento." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Você não tem feeds fixados." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Você bloqueou este usuário" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Você bloqueou este usuário. Você não pode ver este conteúdo." @@ -10495,7 +10584,7 @@ msgstr "Você desativou completamente as notificações de resposta, citação e 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Você escondeu esta postagem" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Você escondeu esta postagem." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Você silenciou esta conta." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Você silenciou este usuário" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Você não silenciou nenhuma palavra ou tag ainda" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Você ocultou esta resposta." @@ -10574,11 +10663,11 @@ msgstr "Você se juntou ao Bluesky {timeAgoString} atrás" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Você se juntou ao Bluesky através de um pacote inicial {timeAgoString} atrás" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Você pode contestar estes rótulos se você acha que estão errados." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Você pode contestar estes rótulos se você acha que estão errados." @@ -10614,10 +10703,6 @@ msgstr "Para acessar esta tela, você deve completar a verificação de idade." 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Você deve selecionar no mínimo um rotulador" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Tudo pronto!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Você está conectado com uma Senha de app. Entre usando a sua senha padrão para prosseguir com a exclusão da conta." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Você já enviou um recurso para este rótulo. Ele está sendo revisado pela equipe de moderação." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Você escolheu esconder uma palavra ou tag desta postagem." @@ -10750,7 +10839,7 @@ msgstr "Você atingiu seu limite diário de uploads de vídeo (muitos bytes)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Seu recurso foi enviado. Se o seu recurso for aceito, você receberá um msgid "Your birth date" msgstr "Sua data de nascimento" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Seu navegador não suporta o formato de vídeo. Por favor, tente um navegador diferente." @@ -10798,7 +10887,7 @@ msgstr "Suas conversas foram desativadas" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Sua escolha será lembrada para links futuros. Você pode alterá-la a qualquer momento nas configurações." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Seu nome de usuário atual <0>{0}0> permanecerá automaticamente reservado para você. Você pode trocar de volta para ele a qualquer momento nesta conta." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Seus seguidores" @@ -10905,14 +10994,10 @@ msgstr "Seu perfil, postagens, feeds e listas não serão mais visíveis para ou msgid "Your reply was sent" msgstr "Sua resposta foi enviada" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Sua denúncia será enviada para <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Sua denúncia será enviada para o serviço de moderação do Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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ê." diff --git a/src/locale/locales/pt-PT/messages.po b/src/locale/locales/pt-PT/messages.po index fb4e40e1a2..88b0f89bc4 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria \"{interestsDisplayName}\" (ativo)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {seguidor} other {seguidores}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {a seguir} other {a seguir}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {gosto} other {gostos}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {gosto} other {gostos}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {publicação} other {publicações}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citação} other {citações}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {republicação} other {republicações}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {guardado} other {guardados}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} publicações}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# pessoas usaram}} este pacote de iniciante!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# pessoas usaram}} este pacote de iniciante!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {+# outro}other {+# outros}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Conta)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {hora} other {horas}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minuto} other {minutos}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> seguiram-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> gostaram do seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> gostaram da sua publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> gostaram da sua republicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> removeram as suas verificações da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> repostaram a sua publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> republicaram a sua republicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> registaram-se com o seu pacote de iniciante" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0> verificaram-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} seguiu-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} seguiu-te de volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} gostou do seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} gostou da sua publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} gostou da sua republicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} removeu a sua verificação da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} republicou a sua publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} republicou a sua republicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registou-se com o seu pacote de iniciante" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verificou-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} seguiram-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram do seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram da sua publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} gostaram da sua republicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} removeram as suas verificações da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} republicaram a sua publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} republicaram a sua republicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} registaram-se com o seu pacote de iniciante" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}} verificaram-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} seguiu-te" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} seguiu-te de volta" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} gostou do seu feed personalizado" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} gostou da sua publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} gostou da sua republicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} removeu a sua verificação da sua conta" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} republicou a sua publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} republicou a sua republicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} registou-se com o seu pacote de iniciante" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verificou-te" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} a seguir" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> e<1> 1><2>{1} 2>estão incluídos no seu pacote de inicia msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> está incluído no seu pacote de iniciante" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> membros" @@ -515,7 +519,7 @@ msgstr "⚠️Nome de utilizador inválido" msgid "24 hours" msgstr "24 horas" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmação 2FA" @@ -560,12 +564,16 @@ msgstr "Uma captura de ecrã de uma página de perfil com um ícone de sino ao l msgid "About" msgstr "Sobre" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Comportamento abusivo ou discriminatório" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Aceitar" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Aceitar pedido de conversa" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Definições de acessibilidade" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Conta" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Conta silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Conta silenciada" @@ -627,11 +635,15 @@ msgstr "Conta silenciada pela Lista" msgid "Account options" msgstr "Definições da conta" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Fornecedor de conta" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Conta removida do acesso rápido" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Adicione mais {0} para prosseguir" msgid "Add {displayName} to starter pack" msgstr "Adicionar {displayName} ao pacote de iniciante" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Adicionar um alerta de conteúdo" @@ -730,8 +742,8 @@ msgstr "Adicionar outra publicação ao fio" msgid "Add app password" msgstr "Adicionar palavra-passe da aplicação" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Adicionar Palavra-passe da Aplicação" @@ -745,8 +757,8 @@ msgstr "Adicionar reação de emoji" msgid "Add media to post" msgstr "Adicionar conteúdo multimédia à publicação" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Adicionar mais detalhes (opcional)" @@ -783,7 +795,7 @@ msgstr "Adicione alguns feeds ao seu pacote de iniciante!" msgid "Add the default feed of only people you follow" msgstr "Adicionar o feed padrão com apenas utilizadores que segue" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Adicione o seguinte registo DNS ao seu domínio:" @@ -823,18 +835,22 @@ msgstr "Adicionado ao pacote de iniciante" msgid "Additional details (limit 1000 characters)" msgstr "Detalhes adicionais (máximo de 1000 caracteres)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Detalhes adicionais (limite de 300 caracteres)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adulto" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Conteúdo adulto" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Conteúdo adulto" @@ -846,11 +862,15 @@ msgstr "O conteúdo adulto só pode ser permitido através da Web em <0>bsky.app msgid "Adult content is disabled." msgstr "O conteúdo adulto está desabilitado." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Rótulos de Conteúdo Adulto" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Conteúdo de abuso sexual adulto" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avançado" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Permitir que qualquer pessoa responda" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permitir novas mensagens de" 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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "Permitir que pessoas que segue respondam" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "Permitir que pessoas mencionadas respondam" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Permitir citações" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permitir respostas de:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "Permitir que utilizadores em {0} respondam" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Permitir que os seus seguidores respondam" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permite acesso às mensagens em direto" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Já tem um código?" @@ -1003,14 +1039,18 @@ msgstr "Ocorreu um erro ao obter o feed." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Ocorreu um erro enquanto gerava o seu pacote de iniciante. Deseja tentar novamente?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "Ocorreu um erro ao carregar as suas listas :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Ocorreu um erro enquanto guardava o Código QR!" @@ -1035,8 +1075,7 @@ msgstr "Uma ilustração de várias publicações do Bluesky ao lado dos ícones 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Um problema não incluído nestas opções" @@ -1050,10 +1089,10 @@ msgstr "Ocorreu um problema ao tentar abrir a conversa" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Ocorreu um problema, tente novamente." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "um rotulador desconhecido" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "e" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Abuso sexual de animais" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Bem-estar animal" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Comunicado" msgid "Announcing verification on Bluesky" msgstr "Anunciando verificação no Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportamento antissocial" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "Todos" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Qualquer um pode interagir" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Idioma da Aplicação" msgid "App Password" msgstr "Palavra-passe da Aplicação" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Palavra-passe da aplicação eliminada" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Palavras-passe da Aplicação" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Palavras-passe da Aplicação" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Recorrer" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Recorrer do rótulo \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Recorrer desta decisão" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Utilizar feeds recomendados" msgid "Apply Pull Request" msgstr "Aplicar Pull Request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arquivado desde {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Publicação arquivada" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Tem a certeza que deseja eliminar a palavra-passe da aplicação \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Tem a certeza que deseja eliminar esta mensagem? Ela será apenas eliminada para si." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Tem a certeza que deseja eliminar este pacote de iniciante?" @@ -1252,7 +1298,7 @@ msgstr "Está a escrever em <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Arte" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Nudez artística ou não erótica." @@ -1269,7 +1315,7 @@ msgstr "Atribuir tópico para o algoritmo" msgid "At least 8 characters" msgstr "No mínimo 8 caracteres" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Reproduzir vídeos e GIFs automaticamente" msgid "Available" msgstr "Disponível" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Voltar" msgid "Back to Chats" msgstr "Voltar às Conversas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Atividades banidas ou violações de segurança" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Regresso de um utilizador banido" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Antes de criar uma publicação ou responder, deve verificar o seu e-mai msgid "Before creating a starter pack, you must first verify your email." msgstr "Antes de criar um pacote de iniciante, deve verificar o seu e-mail." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Antes de poder aceitar este pedido de conversa, precisa de verificar o seu e-mail." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Antes de poder receber notificações de publicações de {name}, primeiro tem de confirmar o seu e-mail." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Aniversário" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Bloquear" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Bloquear conta?" msgid "Block accounts" msgstr "Bloquear contas" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Bloquear e eliminar" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Bloquear e/ou eliminar esta conversa" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Bloquear lista" @@ -1402,15 +1452,19 @@ msgstr "Bloquear ou Denunciar" msgid "Block these accounts?" msgstr "Bloquear estas contas?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Bloquear utilizador" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Bloquear Utilizador" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Bloquear utilizador e/ou eliminar esta conversa" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Bloqueado" @@ -1449,25 +1503,25 @@ msgstr "Bloquear não impedirá a aplicação de rótulos na sua conta, mas impe msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "O Bluesky não pode confirmar a veracidade da data aplicada." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 "O Bluesky é uma rede aberta em que pode escolher o seu fornecedor de hospedagem. Se for um programador, pode hospedar o seu próprio servidor." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky é uma rede aberta em que pode escolher o seu provedor de hospedagem. Se é novo aqui, recomendamos que continue com a configuração padrão do Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Desfocar imagens e filtrar dos feeds" msgid "Books" msgstr "Livros" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Violação das regras do site" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Procure mais contas na página Explorar" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Emprego" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Por {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Por <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Câmara" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Cancelar reativação e terminar sessão" msgid "Cancel search" msgstr "Cancelar pesquisa" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Não pode interagir com um utilizador bloqueado" @@ -1697,12 +1756,12 @@ msgstr "Alterar idioma da aplicação" msgid "Change Handle" msgstr "Alterar Nome de Utilizador" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Alterar serviço de moderação" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Alterar palavra-passe" @@ -1710,7 +1769,11 @@ msgstr "Alterar palavra-passe" msgid "Change password dialog" msgstr "Janela de diálogo de alteração da palavra-passe" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Alterar categoria da denúncia" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Alterar motivo da denúncia" @@ -1739,8 +1802,8 @@ msgstr "Alterações guardadas" msgid "Chat" msgstr "Conversa" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Conversa eliminada" @@ -1753,7 +1816,7 @@ msgstr "Mensagens de conversas - silencioso" msgid "Chat messages - sound" msgstr "Mensagens de conversas - com som" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Conversa silenciada" @@ -1769,7 +1832,7 @@ msgstr "Caixa de pedidos de conversa" msgid "Chat requests" msgstr "Pedidos de conversa" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Definições da conversa" msgid "Chat Settings" msgstr "Definições da Conversa" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Removeu o silenciamento da conversa" @@ -1797,7 +1860,7 @@ msgstr "Conversas" msgid "Check my status" msgstr "Verificar o meu estado" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Procure no seu e-mail por um código de registo e insira-o aqui." @@ -1805,6 +1868,14 @@ msgstr "Procure no seu e-mail por um código de registo e insira-o aqui." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Procure na sua caixa de entrada por um e-mail com o código de confirmação para introduzir abaixo:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Segurança infantil" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Pornografia infantil (CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Escolher método de verificação de domínio" @@ -1833,7 +1904,7 @@ msgstr "Escolha os algoritmos que geram o seu feed personalizado." msgid "Choose this color as your avatar" msgstr "Escolher esta cor como a sua foto de perfil" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Escolher o provedor da conta" @@ -1882,14 +1953,6 @@ msgstr "Clique aqui para reiniciar o processo de verificação." msgid "Click here to update your email" msgstr "Clique aqui para atualizar o seu e-mail" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Clique para desativar citações para esta publicação." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Clique para ativar citações para esta publicação." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Clique para abrir o ecrã de etiquetas para {tag}" @@ -1919,9 +1982,11 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Fechar" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Fechar janela de diálogo em execução" @@ -2018,16 +2083,16 @@ msgstr "Fecha o selecionador de emojis" msgid "Closes viewer for header image" msgstr "Fecha o visualizador de imagem de fundo" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Colapsar lista de utilizadores" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Colapsa lista de utilizadores para uma notificação" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Modo de cor" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Confirme a sua localização com o GPS. Os seus dados de localização não são monitorizados e não deixam o seu dispositivo." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Confirme a sua localização com o GPS. Os seus dados de localização n msgid "Confirmation code" msgstr "Código de confirmação" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "A conectar..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Idioma do Conteúdo" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Conteúdo Indisponível" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Conteúdo promovendo ou representando automutilação" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Alerta de Conteúdo" @@ -2212,7 +2281,7 @@ msgstr "Backdrop do menu de contexto, toque para fechar o ecrã." msgid "Continue" msgstr "Continuar" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continuar como {0} (já tem sessão iniciada)" @@ -2236,8 +2305,8 @@ msgstr "Continuar para o próximo passo" msgid "Conversation" msgstr "Conversa" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversa eliminada" @@ -2254,7 +2323,7 @@ msgstr "Culinária" msgid "Copied build version to clipboard" msgstr "Versão de compilação copiada para a área de transferência" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Versão de compilação copiada para a área de transferência" msgid "Copied to clipboard" msgstr "Copiado para a área de transferência" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copiado!" @@ -2290,23 +2359,23 @@ msgstr "Copiar at:// URI" msgid "Copy author DID" msgstr "Copiar DID do autor" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copiar código" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copiar DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copiar host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copiar link" @@ -2331,12 +2400,12 @@ msgstr "Copiar Link para a Publicação" msgid "Copy link to profile" msgstr "Copiar link para o perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copiar link para pacote de iniciante" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copiar texto da mensagem" @@ -2354,7 +2423,7 @@ msgstr "Copiar texto da publicação" msgid "Copy QR code" msgstr "Copiar código QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copiar valor de registo TXT" @@ -2377,8 +2446,8 @@ msgstr "Não foi possível conectar com o serviço do feed" msgid "Could not find profile" msgstr "Não foi possível encontrar o perfil" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Não foi possível sair da conversa" @@ -2392,7 +2461,7 @@ msgstr "Não foi possível carregar o feed" msgid "Could not load list" msgstr "Não foi possível carregar a lista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Não foi possível silenciar a conversa" @@ -2476,8 +2545,9 @@ msgstr "Criar lista de moderação" msgid "Create new account" msgstr "Criar conta nova" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Criar um relatório para {0}" @@ -2490,7 +2560,7 @@ msgstr "Criar pacote de iniciante" msgid "Create user list" msgstr "Criar lista de utilizadores" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Criado {0}" @@ -2503,8 +2573,8 @@ msgstr "O criador foi bloqueado" msgid "Culture" msgstr "Cultura" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Personalizado" @@ -2512,18 +2582,22 @@ msgstr "Personalizado" msgid "Customization options" msgstr "Definições de personalização" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personalize quem pode interagir com esta publicação." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personaliza a sua experiência Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Desafios ou atividades perigosas" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Substâncias perigosas ou abuso de drogas" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Escuro" @@ -2536,7 +2610,7 @@ msgstr "Escuro" msgid "Dark mode" msgstr "Modo escuro" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Tema escuro" @@ -2558,7 +2632,11 @@ msgstr "Debug de Moderação" msgid "Debug panel" msgstr "Painel de debug" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Conteúdo adulto Deepfake" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Padrão" @@ -2566,14 +2644,14 @@ msgstr "Padrão" msgid "Default icons" msgstr "Ícones padrões" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Eliminar" @@ -2586,16 +2664,16 @@ msgstr "Eliminar conta" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Eliminar Conta <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Eliminar palavra-passe da aplicação" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Eliminar palavra-passe da aplicação?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Eliminar conversa" @@ -2603,18 +2681,18 @@ msgstr "Eliminar conversa" msgid "Delete chat declaration record" msgstr "Eliminar registo da conversa" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Eliminar conversa" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Eliminar Conversa" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Eliminar para mim" @@ -2623,11 +2701,11 @@ msgstr "Eliminar para mim" msgid "Delete list" msgstr "Eliminar lista" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Eliminar mensagem" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Eliminar mensagem para mim" @@ -2641,12 +2719,12 @@ msgstr "Eliminar a minha conta" msgid "Delete post" msgstr "Eliminar publicação" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Eliminar pacote de iniciante" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Eliminar pacote de iniciante?" @@ -2709,11 +2787,11 @@ msgstr "Modo programador habilitado" msgid "Developer options" msgstr "Definições de programador" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Janela de diálogo: ajustar quem pode interagir com esta publicação" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Escuro" @@ -2735,6 +2813,14 @@ msgstr "Desativar 2FA por e-mail" msgid "Disable haptic feedback" msgstr "Desativar feedback tátil" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Desativar respostas completamente" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Desativar legendas" @@ -2778,7 +2864,7 @@ msgstr "Impedir que aplicações exibam o meu perfil para utilizadores sem sess msgid "Discover new custom feeds" msgstr "Descobrir novos feeds personalizados" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Descobrir Feeds Novos" @@ -2817,8 +2903,8 @@ msgstr "Nome de exibição" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Abandone os trolls e o clickbait. Encontre pessoas reais e conversas que são importantes para si." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Painel DNS" @@ -2830,7 +2916,7 @@ msgstr "Não aplicar esta palavra silenciada a utilizadores que segue" msgid "Does not include nudity." msgstr "Não inclui nudez." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domínio verificado!" @@ -2853,19 +2939,20 @@ msgstr "Não se preocupe! Todas as mensagens e configurações existentes serão #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Toque duplo ou toque prolongadamente a mensagem para adicionar uma reaç msgid "Double tap to close the dialog" msgstr "Toque duplo para fechar janela de diálogo" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Toque duplo para dar um gosto" @@ -2903,6 +2990,10 @@ msgstr "Transferir Bluesky" msgid "Download CAR file" msgstr "Transferir ficheiro CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Doxxing" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Solte para adicionar imagens" @@ -2943,9 +3034,13 @@ msgstr "p. ex. Os autores que nunca falham." msgid "e.g. Users that repeatedly reply with ads." msgstr "p. ex. Utilizadores que repetidamente respondem com anúncios." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Desordens alimentares" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Editar notificações de {0}" msgid "Edit People" msgstr "Editar Pessoas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Editar definições de interação da publicação" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Editar perfil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Editar Perfil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Editar pacote de iniciante" @@ -3034,7 +3129,7 @@ msgstr "Editar pacote de iniciante" msgid "Edit user list" msgstr "Editar lista de utilizadores" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Editar quem pode responder" @@ -3085,7 +3180,7 @@ msgstr "Verificação de e-mail concluída!" msgid "Email Verified" msgstr "E-mail Verificado" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Código HTML incorporado" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Reprodutor de vídeos incorporado" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Ativar legendas" @@ -3200,7 +3299,7 @@ msgstr "Insira o domínio que deseja utilizar" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Insira o e-mail que usou para criar a sua conta. Enviaremos um \"código de redefinição\" para poder definir uma nova palavra-passe." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Introduza o nome de utilizador ou o endereço de e-mail que usou quando criou a sua conta" @@ -3213,7 +3312,7 @@ msgstr "Insira a sua data de nascimento" msgid "Enter your email address" msgstr "Insira o seu e-mail" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Insira a sua palavra-passe" @@ -3258,22 +3357,18 @@ msgstr "Ocorreu um erro ao obter a resposta do captcha." msgid "Error: {error}" msgstr "Erro: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Todos" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Todos podem responder" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Todos podem responder a esta publicação." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Todos" @@ -3282,16 +3377,6 @@ msgstr "Todos" msgid "Everything else" msgstr "Tudo o resto" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Menções ou respostas excessivas" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Mensagens excessivas ou indesejadas" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Excluir utilizadores que eu sigo" @@ -3316,7 +3401,7 @@ msgstr "Sai da visualização da imagem" msgid "Expand alt text" msgstr "Expandir texto alternativo" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Expandir lista de utilizadores" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Expande ou colapsa o texto da publicação" @@ -3348,7 +3433,7 @@ msgstr "Expirado" msgid "Expires {0}" msgstr "Expira {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Expira em {0}" @@ -3407,13 +3492,17 @@ msgstr "O conteúdo multimédia externo pode permitir que sites recolham informa msgid "External Media Preferences" msgstr "Preferências de Conteúdo Multimédia Externo" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Conteúdo extremista" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Falha ao aceitar solicitação de conversa" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Falha ao adicionar reação de emoji" @@ -3421,7 +3510,7 @@ msgstr "Falha ao adicionar reação de emoji" msgid "Failed to add to starter pack" msgstr "Falha ao adicionar ao pacote de iniciante" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Falha ao tentar alterar nome de utilizador. Tente novamente." @@ -3438,13 +3527,13 @@ msgstr "Falha ao criar conversa" msgid "Failed to create starter pack" msgstr "Falha ao criar o pacote de iniciante" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Falha ao eliminar conversa" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Falha ao eliminar mensagem" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Falha ao eliminar o pacote de iniciante" @@ -3465,10 +3554,10 @@ msgstr "Falha ao seguir todas as contas sugeridas, por favor, tente novamente" msgid "Failed to load conversations" msgstr "Falha ao carregar as conversas" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Falha ao carregar preferências de feeds" @@ -3498,14 +3587,14 @@ msgstr "Falha ao carregar mensagens anteriores" msgid "Failed to load preference." msgstr "Falha ao carregar preferência." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Falha ao carregar feeds sugeridos" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Falha ao carregar contas sugeridas" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Falha ao afixar a publicação" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Falha ao remover reação emoji" @@ -3535,7 +3624,8 @@ msgstr "Falha ao remover verificação" msgid "Failed to resolve location. Please try again." msgstr "Falha ao determinar localização. Por favor, tente novamente." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Falha ao guardar a imagem: {0}" @@ -3557,7 +3647,7 @@ msgstr "Falha ao enviar" msgid "Failed to send email, please try again." msgstr "Falha ao enviar o e-mail. Por favor, tente novamente." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Falha ao submeter recurso. Por favor, tente novamente." @@ -3606,6 +3696,14 @@ msgstr "Falha ao verificar o e-mail. Por favor, tente novamente." msgid "Failed to verify handle. Please try again." msgstr "Falha ao tentar alterar o nome de utilizador. Por favor, tente novamente." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Conta falsa ou bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Informação falsa sobre eleições" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Feed" @@ -3623,7 +3721,7 @@ msgstr "Criador do feed" msgid "Feed identifier" msgstr "Identificador do feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menu de feed" @@ -3635,8 +3733,8 @@ msgstr "Alternar feed" msgid "Feed unavailable" msgstr "Feed indisponível" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Feedback" @@ -3696,7 +3794,7 @@ msgstr "Filtrar pesquisa por idioma (atualmente: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrar quem pode optar por receber notificações da sua atividade" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtrar de quem você recebe notificações" @@ -3713,7 +3811,7 @@ msgstr "Finalmente! Acompanhe as publicações que são importantes para si. Gua msgid "Finance" msgstr "Finanças" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Encontrar contas para seguir" msgid "Find people to follow" msgstr "Encontrar pessoas para seguir" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Procure publicações, utilizadores, e feeds no Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Terminar" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Preto sólido" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Azul sólido" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Branco sólido" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexível" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Seguir" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Seguir" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Seguir {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Seguir {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Seguir todas as contas" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Seguir de volta" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Seguir de volta" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Seguidores que conhece" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "A seguir" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "A seguir" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "A seguir {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "A seguir {handle}" @@ -3894,11 +3988,11 @@ msgstr "Segue-te" msgid "Follows You" msgstr "Segue-te" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Tipo de letra" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Tamanho de letra" @@ -3919,7 +4013,7 @@ msgstr "Por motivos de segurança, precisamos de enviar um código de confirmaç msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Por motivos de segurança, não poderá ver isto novamente. Se você perder esta palavra-passe da aplicação, precisará de gerar uma nova." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Para a melhor experiência, recomendamos o uso do tipo de letra do tema." @@ -3941,11 +4035,11 @@ msgstr "Esqueça o ruído" msgid "Forgot Password" msgstr "Esqueceu a palavra-passe" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Esqueceu-se da palavra-passe?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Esqueceu?" @@ -3953,12 +4047,7 @@ msgstr "Esqueceu?" msgid "Free your feed" msgstr "Liberte o seu feed" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publica frequentemente conteúdo indesejado" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "De" @@ -4011,7 +4100,7 @@ msgstr "Receber notificações quando pessoas republicarem publicações que ten msgid "Get notifications when people repost your posts." msgstr "Receber notificações quando pessoas republicarem as suas publicações." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Receber notificações de novas publicações" @@ -4027,7 +4116,7 @@ msgstr "Receber notificações de novas publicações de {name}" msgid "Get notified of this account’s activity" msgstr "Receber notificações da atividade desta conta" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Receber notificações quando {name} fizer uma publicação" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Dê um rosto ao seu perfil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Violações flagrantes das leis ou termos de serviço" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Glorificação de violência" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Violações flagrantes das leis ou termos de serviço" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Voltar" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Voltar" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Voltar ao passo anterior" @@ -4123,7 +4208,7 @@ msgstr "Entrar em direto" msgid "Go live for" msgstr "Entrar em direto por" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Ir para o perfil de {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "Ir para o feed" msgid "Go to next" msgstr "Ir para o próximo" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Ir para o perfil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Ir para o perfil do utilizador" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Conteúdo Multimédia Gráfico" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Conteúdo violento gráfico" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Grooming ou comportamento predatório" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hacking ou ataques de sistema" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Metade já está!" msgid "Handle" msgstr "Nome de utilizador" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Nome de utilizador já em uso. Por favor, tente um diferente." @@ -4182,7 +4279,7 @@ msgstr "Nome de utilizador já em uso. Por favor, tente um diferente." msgid "Handle changed!" msgstr "Nome de utilizador alterado!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Nome de utilizador demasiado longo. Por favor, tente um mais curto." @@ -4190,10 +4287,17 @@ msgstr "Nome de utilizador demasiado longo. Por favor, tente um mais curto." msgid "Haptics" msgstr "Vibração" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Assédio, \"trolling\" ou intolerância" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Assédio ou ódio" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Atividades perigosas ou de alto risco" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Prejudicar ou colocar menores em perigo" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Discurso de ódio" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Está com problemas?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Ajuda" @@ -4238,7 +4346,7 @@ msgstr "Olá 👋" msgid "Hidden" msgstr "Oculto" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Oculto pelas suas definições de moderação." @@ -4248,7 +4356,7 @@ msgstr "Lista oculta" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Lista oculta" msgid "Hide" msgstr "Ocultar" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ocultar" @@ -4269,6 +4377,10 @@ msgstr "Ocultar" msgid "Hide customization options" msgstr "Ocultar definições de personalização" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Esconder listas" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Ocultar tendências?" msgid "Hide trending videos?" msgstr "Ocultar vídeos do momento?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Ocultar lista de utilizadores" @@ -4320,7 +4432,7 @@ msgstr "Ocultar lista de utilizadores" msgid "Hide verification badges" msgstr "Ocultar selos de verificação" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Oculta o conteúdo" @@ -4365,12 +4477,12 @@ msgstr "Aguarde! Estamos a dar acesso a vídeo gradualmente e ainda está em fil msgid "Home" msgstr "Início" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Fornecedor de hosting" @@ -4383,6 +4495,10 @@ msgstr "Popular" msgid "How should we open this link?" msgstr "Como devemos abrir este link?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Tráfico humano" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Se pretende alterar a sua palavra-passe, vamos enviar-lhe um código par msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Se quer restringir quem pode receber notificações da atividade da sua conta, pode alterar isso em <0>Definições → Privacidade e Segurança0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Se é programador, pode hospedar o seu próprio servidor." @@ -4443,12 +4559,7 @@ msgstr "Se é programador, pode hospedar o seu próprio servidor." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Ilegal e Urgente" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imagem" @@ -4461,29 +4572,24 @@ msgstr "Cache de imagem limpa" msgid "Image cache cleared, freed {0}" msgstr "Cache de imagem limpa, {0} libertado" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Imagem guardada" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Imagens não podem ser guardadas se não tiver sido concedida permissão para aceder à sua galeria de fotos." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Identidade falsa ou falsas afirmações sobre identidade ou afiliação" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Identidade falsa, desinformação ou afirmações falsas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Impersonação" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Na aplicação" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notificações na aplicação" @@ -4507,17 +4613,12 @@ msgstr "Na aplicação, Push, Todos" msgid "In-app, Push, People you follow" msgstr "Na aplicação, Push, Pessoas que segue" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Mensagens inapropriadas ou links explícitos" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Caixa de entrada vazia!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nome de utilizador ou palavra-passe incorretos" @@ -4537,11 +4638,11 @@ msgstr "Introduza a nova palavra-passe" msgid "Input password for account deletion" msgstr "Introduza a palavra-passe para eliminar a conta" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Introduza o código que lhe foi enviado por e-mail" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interação limitada" @@ -4557,12 +4658,12 @@ msgstr "Introduzindo notificações de atividade" msgid "Introducing saved posts AKA bookmarks" msgstr "Introduzindo publicações guardadas" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Código de confirmação de 2FA inválido." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Nome de utilizador inválido. Por favor, tente um diferente." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Definições de interação inválidas." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Motivo de denúncia inválido" @@ -4626,8 +4727,8 @@ msgstr "Empregos" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Junte-se ao Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Termos de Uso da KWS" msgid "KWS website" msgstr "Website da KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Rotulado por {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Rotulado pelo autor." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Rótulos" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Rótulos adicionados" @@ -4678,11 +4779,11 @@ msgstr "Rótulos adicionados" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Rótulos são anotações em utilizadores e conteúdo. Eles podem ser usados para ocultar, avisar e categorizar a rede." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Rótulos na sua conta" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Rótulos no seu conteúdo" @@ -4696,7 +4797,7 @@ msgstr "Definições de Idioma" msgid "Languages" msgstr "Idiomas" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Maior" @@ -4736,12 +4837,12 @@ msgstr "Saiba mais sobre a verificação de idade" msgid "Learn more about Bluesky" msgstr "Saiba mais sobre o Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Saiba mais sobre como hospedar o seu PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Saiba mais sobre o que é público no Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Saiba mais nas suas <0>definições de conta.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Saber mais." @@ -4787,10 +4888,10 @@ msgstr "Sair" msgid "Leave chat" msgstr "Sair da conversa" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Sair da conversa" @@ -4822,9 +4923,9 @@ msgstr "Vamos redefinir a sua palavra-passe!" msgid "Let's go!" msgstr "Vamos lá!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Claro" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Claro" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Gosto ({0, plural, one {# gosto} other {# gostos}})" @@ -4855,7 +4956,7 @@ msgstr "Deixe um \"gosto\" em 10 publicações para ajudar a treinar o seu feed msgid "Like notifications" msgstr "Notificações de gostos" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Gostar deste feed" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Gostado por {0, plural, one {# utilizador} other {# utilizadores}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Gostos das suas republicações" msgid "Likes of your reposts notifications" msgstr "Notificações de gostos nas suas republicações" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Gostos nesta publicação" @@ -5021,12 +5122,12 @@ msgstr "A funcionalidade \"em direto\" está na fase de teste beta" msgid "Live link" msgstr "Link de transmissão em direto" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Carregar mais" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Carregar mais feeds sugeridos" @@ -5041,6 +5142,14 @@ msgstr "Carregar novas notificações" msgid "Load new posts" msgstr "Carregar novas publicações" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "A carregar listas..." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "A carregar definições de interação da publicação..." + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "A carregar..." @@ -5049,15 +5158,19 @@ msgstr "A carregar..." msgid "Log" msgstr "Registo" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Sessão terminada" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Visibilidade do perfil" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logótipo por @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logótipo por <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Gerir as suas palavras silenciadas e tags" msgid "Mark all as read" msgstr "Marcar tudo como lido" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcar como lido" @@ -5132,7 +5245,7 @@ msgstr "Talvez mais tarde" msgid "Media" msgstr "Multimédia" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Conteúdo multimédia que pode ser perturbador ou inapropriado para algumas audiências." @@ -5140,14 +5253,10 @@ msgstr "Conteúdo multimédia que pode ser perturbador ou inapropriado para algu msgid "Mention notifications" msgstr "Notificações de menções" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "utilizadores mencionados" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Utilizadores mencionados" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menu" msgid "Message {0}" msgstr "Mensagem {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mensagem eliminada" @@ -5172,7 +5281,7 @@ msgstr "Mensagem eliminada" msgid "Message deleted" msgstr "Mensagem eliminada" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Mensagem de @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Campo de entrada de mensagem" msgid "Message is too long" msgstr "A mensagem é demasiado longa" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Opções de mensagem" @@ -5197,24 +5306,22 @@ msgstr "Opções de mensagem" msgid "Messages" msgstr "Mensagens" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Meia-noite" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Assédio ou bullying de menores" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Notificações diversas" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Conta enganadora" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Publicação enganadora" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Enganador" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Ferramentas de moderação" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Mais feeds" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Silenciar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Silenciar {tag}" @@ -5332,8 +5439,8 @@ msgstr "Silenciar conta" msgid "Mute accounts" msgstr "Silenciar contas" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Silenciar conversa" @@ -5396,7 +5503,7 @@ msgstr "Contas Silenciadas" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Contas silenciadas têm as suas publicações removidas do seu feed e das suas notificações. Os silenciamentos são completamente privados." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Silenciado por \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Os Meus Feeds" msgid "Name" msgstr "Nome" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Nome ou Descrição Viola os Padrões da Comunidade" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Navegar até ao pacote de iniciante" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navega para o próximo ecrã" @@ -5455,20 +5551,16 @@ msgstr "Navega para o próximo ecrã" msgid "Navigates to your profile" msgstr "Navega para o seu perfil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Precisa de denunciar uma violação de direitos de autor?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Nunca perca o acesso aos seus seguidores ou dados." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Deixe estar, crie um nome de utilizador para mim" @@ -5476,17 +5568,17 @@ msgstr "Deixe estar, crie um nome de utilizador para mim" msgid "New" msgstr "Novo" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Novo" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nova publicação} other {Novas publicações}} de {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Nova publicação} other {Novas publicações}} de {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nova Publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Novas publicações de {firstAuthorLink} e <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Novas publicações de {firstAuthorName} e {additionalAuthorsCount, plural, one {{formattedAuthorsCount} outro} other {{formattedAuthorsCount} outros}}" @@ -5574,8 +5666,8 @@ msgstr "Janela de diálogo de informação para novo utilizador" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Respostas mais recentes primeiro" @@ -5587,8 +5679,8 @@ msgstr "Notícias" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Notícias" msgid "Next" msgstr "Próximo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Próximo" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Imagem seguinte" @@ -5616,12 +5703,12 @@ msgstr "Imagem seguinte" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Sem palavras-passe de aplicação ainda" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Sem Painel DNS" @@ -5646,8 +5733,9 @@ msgstr "Sem imagem" msgid "No likes yet" msgstr "Sem gostos ainda" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Já não segue {0}" @@ -5671,7 +5759,7 @@ msgstr "Sem notificações ainda!" msgid "No one" msgstr "Ninguém" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Ninguém, para além do autor, pode citar esta publicação." @@ -5701,7 +5789,7 @@ msgstr "Nenhum resultado" msgid "No results" msgstr "Sem resultados" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Sem resultados para \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Não foram encontrados resultados para \"{query}\"" msgid "No results found for {query}" msgstr "Não foram encontrados resultados para {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Sem resultados." @@ -5732,7 +5820,7 @@ msgstr "Não foram encontrados resultados para \"{search}\"." msgid "No thanks" msgstr "Não, obrigado" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Ninguém" @@ -5753,6 +5841,10 @@ msgstr "Ainda ninguém republicou isto. Talvez deva ser o primeiro!" msgid "Nobody was found. Try searching for someone else." msgstr "Ninguém foi encontrado. Tente pesquisar por outra pessoa." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Imagens íntimas não consensuais" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nudez não sexual" @@ -5843,16 +5935,11 @@ msgstr "agora" msgid "Now" msgstr "Agora" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nudez" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nudez ou conteúdo adulto não rotulado como tal" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "OK" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Respostas mais antigas primeiro" @@ -5916,7 +6003,7 @@ msgstr "Um ou mais vídeos sem texto alternativo." msgid "Only .jpg and .png files are supported" msgstr "Apenas ficheiros .jpg e .png são suportados" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Apenas {0} pode responder." @@ -5941,7 +6028,7 @@ msgstr "Ups! Algo de errado aconteceu!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Abrir criador de foto de perfil" msgid "Open conversation options" msgstr "Abrir opções de conversa" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Abrir menu lateral" @@ -5973,8 +6060,8 @@ msgstr "Abrir selecionador de emojis" msgid "Open feed info screen" msgstr "Abrir ecrã de informação do feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Abrir menu de opções de feed" @@ -6015,7 +6102,7 @@ msgstr "Abrir perfil" msgid "Open share menu" msgstr "Abrir menu de partilha" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Abrir menu de pacote de iniciante" @@ -6032,9 +6119,9 @@ msgstr "Abrir registo do sistema" msgid "Opens a dialog to add a content warning to your post" msgstr "Abre uma janela de diálogo para adicionar aviso de conteúdo à sua publicação" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Abre uma janela de diálogo para escolher quem pode responder a este fio" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Abre uma janela de diálogo para escolher quem pode interagir com esta publicação" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Abre link {0}" msgid "Opens live status dialog" msgstr "Abre janela de diálogo do estado \"em direto\"" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Abre formulário de redefinição de palavra-passe" @@ -6103,24 +6190,15 @@ msgstr "Abre formulário de redefinição de palavra-passe" msgid "Opens post language settings" msgstr "Abre as definições de idioma da publicação" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Abre este perfil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Opcionalmente, forneça informações adicionais abaixo:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opções:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Ou combine estas opções:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Ou, continue com outra conta." @@ -6145,21 +6223,50 @@ msgstr "Estado OTA: Erro ao obter atualizações" msgid "OTA status: None available" msgstr "Estado OTA: Nenhuma disponível" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Outro" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Outra conta" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Outra questão de segurança infantil" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Outro conteúdo perigoso" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Outro conteúdo de assédio ou ódio" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Outro conteúdo enganador" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Outras violações das regras da rede" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Outro conteúdo de violência sexual" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Outro conteúdo violento" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "A nossa publicação no blog" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "A nossa equipa de moderação recebeu a sua denúncia." @@ -6176,7 +6283,7 @@ msgstr "Página não encontrada" msgid "Page Not Found" msgstr "Página Não Encontrada" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Pessoas seguidas por @{0}" msgid "People following @{0}" msgstr "Pessoas a seguir @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Pessoas que eu sigo" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Pessoas que segue" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Pessoas que menciona" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Animais de estimação" msgid "Photography" msgstr "Fotografia" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Imagens destinadas a adultos." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Afixar feed" @@ -6266,7 +6381,7 @@ msgstr "Afixar Feed" msgid "Pin to home" msgstr "Afixar a início" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Afixar a Início" @@ -6275,7 +6390,7 @@ msgstr "Afixar a Início" msgid "Pin to your profile" msgstr "Afixar ao seu perfil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Afixado" @@ -6302,7 +6417,7 @@ msgstr "Reproduzir" msgid "Play {0}" msgstr "Reproduzir {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Reproduzir vídeo" @@ -6327,7 +6442,7 @@ msgstr "Reproduz o GIF" msgid "Plays the video" msgstr "Reproduz o vídeo" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Por favor, adicione qualquer rótulo de aviso de conteúdo que seja aplicável ao conteúdo multimédia que está a publicar." @@ -6413,7 +6528,7 @@ msgstr "Por favor, introduza o seu código de convite." msgid "Please enter your new email address." msgstr "Por favor, introduza o seu novo endereço de e-mail." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Por favor, introduza a sua palavra-passe" @@ -6421,11 +6536,11 @@ msgstr "Por favor, introduza a sua palavra-passe" msgid "Please enter your password as well:" msgstr "Por favor, introduza a sua palavra-passe também:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Por favor, introduza o seu nome de utilizador" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Por favor, explique por que pensa que este rótulo foi aplicado incorretamente por {0}" @@ -6446,11 +6561,11 @@ msgstr "Por favor, forneça quaisquer detalhes adicionais que julgue serem neces msgid "Please select a language" msgstr "Por favor, selecione um idioma" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Por favor, selecione um serviço de moderação" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Selecione um motivo para esta denúncia" @@ -6473,7 +6588,7 @@ msgstr "Por favor, escreva a sua mensagem abaixo:" msgid "Politics" msgstr "Política" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografia" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "A publicação foi eliminada" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Publicação ocultada por palavra silenciada" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Publicação ocultada por si" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Definições de interação com publicação" @@ -6614,13 +6729,8 @@ msgstr "Imagem anterior" msgid "Primary Language" msgstr "Idioma Principal" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Dar prioridade aos seus seguidores" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Privacidade" @@ -6652,6 +6762,10 @@ msgstr "Definições de privacidade e segurança" msgid "Privacy Policy" msgstr "Política de Privacidade" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Violação da privacidade de um menor" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "A processar o vídeo..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Perfil atualizado" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Promoção ou venda de items ou artigos proibidos" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Psst! Pode editar quem pode interagir com esta publicação." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Público" @@ -6714,7 +6836,7 @@ msgstr "Publicar resposta" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Notificações Push" @@ -6764,10 +6886,6 @@ msgstr "A citação foi desvinculada com sucesso" msgid "Quote posts disabled" msgstr "Citações desativadas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Definições de citações" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Definições de citações" msgid "Quotes" msgstr "Citações" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citações desta publicação" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Limite excedido — tentou alterar o seu nome de utilizador muitas vezes num curto espaço de tempo. Por favor, aguarde um minuto antes de tentar novamente." @@ -6805,11 +6923,11 @@ msgstr "Ler mais {0, plural, one {# resposta} other {# respostas}}" msgid "Read blog post" msgstr "Ler a publicação do blog (em inglês)" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Ler menos" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Ler mais" @@ -6849,15 +6967,11 @@ msgstr "Pessoas reais." msgid "Reason for appeal" msgstr "Motivo do recurso" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Motivo:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Receber notificações na aplicação" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Receber notificações push" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Reconectar" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Rejeitar" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Rejeitar solicitação de conversa" @@ -6946,8 +7060,8 @@ msgstr "Remover feed" msgid "Remove feed?" msgstr "Remover feed?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Respondeu-te" msgid "Replies" msgstr "Respostas" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Respostas desativadas" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "As respostas a esta publicação estão desativadas." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Responder" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Responder ({0, plural, one {# resposta} other {# respostas}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Resposta ocultada pelo autor do fio" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Resposta ocultada por você" @@ -7120,11 +7234,7 @@ msgstr "Resposta ocultada por você" msgid "Reply notifications" msgstr "Notificações de respostas" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Definições de resposta" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "As definições de resposta são escolhidas pelo autor do fio" @@ -7141,7 +7251,7 @@ msgstr "Visibilidade da resposta atualizada" msgid "Reply was successfully hidden" msgstr "A resposta foi ocultada com sucesso" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Denunciar" msgid "Report account" msgstr "Denunciar conta" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Denunciar conversa" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Janela de denúncia" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Denunciar feed" @@ -7176,7 +7285,7 @@ msgstr "Denunciar feed" msgid "Report list" msgstr "Denunciar lista" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Denunciar mensagem" @@ -7185,48 +7294,41 @@ msgstr "Denunciar mensagem" msgid "Report post" msgstr "Denunciar publicação" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Denunciar pacote de iniciante" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Denúncia enviada" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Denunciar este conteúdo" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Denunciar esta conversa" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Denunciar este feed" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Denunciar esta lista" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Denunciar esta mensagem" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Denunciar esta publicação" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Denunciar este pacote de iniciante" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Denunciar este utilizador" @@ -7250,7 +7352,7 @@ msgstr "Notificações de republicações" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Republicar ou citar publicação" @@ -7277,7 +7379,7 @@ msgstr "Republicado por si" msgid "Reposts" msgstr "Republicações" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Republicações desta publicação" @@ -7291,8 +7393,8 @@ msgstr "Republicações das suas republicações" msgid "Reposts of your reposts notifications" msgstr "Notificações de republicações das suas republicações" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Solicitar código" @@ -7348,7 +7450,7 @@ msgstr "Redefinir estado da introdução" msgid "Reset password" msgstr "Redefinir palavra-passe" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Tenta iniciar sessão novamente" @@ -7360,12 +7462,12 @@ msgstr "Repete a última ação, que resultou em erro" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Repete a última ação, que resultou em erro" msgid "Retry" msgstr "Tentar novamente" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Recarregar opções de denúncia" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Voltar à página anterior" @@ -7399,8 +7501,8 @@ msgstr "Voltar à página de início" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Volta à página anterior" @@ -7412,8 +7514,8 @@ msgstr "Regressa ao passo anterior" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Regressa ao passo anterior" msgid "Save" msgstr "Guardar" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Guardar" @@ -7459,8 +7561,13 @@ msgstr "Guardar novo nome de utilizador" msgid "Save QR code" msgstr "Guardar código QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Guardar estas opções para a próxima vez" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Guardar nos meus feeds" @@ -7487,21 +7594,25 @@ msgstr "Guardado nos seus feeds" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Diga olá!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Burla" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Ciência" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Scroll para a esquerda" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Scroll para a direita" @@ -7513,7 +7624,7 @@ msgstr "Voltar ao topo" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Procurar" @@ -7553,11 +7664,11 @@ msgstr "Procurar por \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Procurar por mais contas" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Procurar mais feeds" @@ -7610,19 +7721,19 @@ msgstr "Procura por perfis" msgid "Security step required" msgstr "Passo de segurança necessário" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Ver publicações em {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Ver publicações em {tag} por utilizador" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Ver publicações em #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Ver publicações em #{tag} por utilizador" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Controlo deslizante. Use as setas do teclado para avançar ou retroceder e a barra de espaço para reproduzir/colocar em pausa" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Selecionar categoria \"{interestsDisplayName}\"" @@ -7665,11 +7776,15 @@ msgstr "Selecionar {langName}" msgid "Select a color" msgstr "Selecionar uma cor" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Selecione um motivo" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Selecionar conta" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Selecionar um idioma da aplicação" @@ -7701,6 +7816,14 @@ msgstr "Selecionar duração" msgid "Select from an existing account" msgstr "Selecionar de uma conta existente" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Selecionar das suas listas" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Selecionar das suas listas <0>{numberOfListsSelected, plural, one {(# selecionada)}other {(# selecionadas)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Selecionar GIF" @@ -7727,14 +7850,10 @@ msgstr "Selecionar idioma..." msgid "Select languages" msgstr "Selecionar idiomas" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Selecionar um serviço de moderação" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Selecionar moderador" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Selecionar idioma da publicação" @@ -7752,10 +7871,6 @@ msgstr "Selecionar o ficheiro de legendas (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Selecione o emoji {emojiName} como foto de perfil" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Selecionar serviço(s) de moderação destinatário(s) da denúncia" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Selecione até 3 idiomas utilizados nesta publicação" @@ -7785,7 +7900,7 @@ msgstr "Selecione os seus interesses entre as opções abaixo" msgid "Select your preferred language for translations in your feed." msgstr "Selecione o seu idioma preferido para traduções no seu feed." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Selecione os seus canais de notificação preferidos" @@ -7793,6 +7908,10 @@ msgstr "Selecione os seus canais de notificação preferidos" msgid "Selecting multiple media types is not supported." msgstr "A seleção de vários tipos de conteúdo multimédia não é suportada." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Automutilação ou comportamentos perigosos" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Envia um website interessante!" @@ -7818,7 +7937,7 @@ msgstr "Enviar feedback" msgid "Send message" msgstr "Enviar mensagem" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Enviar publicação para {name}" @@ -7826,18 +7945,7 @@ msgstr "Enviar publicação para {name}" msgid "Send post to..." msgstr "Enviar publicação para..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Enviar denúncia" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Enviar denúncia para {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Enviar denúncia para {title}" @@ -7858,7 +7966,7 @@ msgstr "Enviar através de mensagem direta" msgid "Sends email with confirmation code for account deletion" msgstr "Envia e-mail com o código de confirmação para eliminação da conta" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Endereço do servidor" @@ -7874,10 +7982,18 @@ msgstr "Definir data de nascimento" msgid "Set new password" msgstr "Definir nova palavra-passe" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "Defina exatamente que grupos de pessoas podem responder à sua publicação" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configure a sua conta" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Definir quem pode responder à sua publicação" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Define o e-mail para recuperação de senha" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Definições guardadas" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Atividade sexual ou nudez erótica." @@ -7953,7 +8069,7 @@ msgstr "Sexualmente Sugestivo" msgid "Share" msgstr "Partilhar" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Partilhar" @@ -7996,7 +8112,7 @@ msgstr "Partilhar publicação em:// URI" msgid "Share QR code" msgstr "Partilhar código QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Partilhar este feed" @@ -8012,8 +8128,8 @@ msgstr "Partilhe este pacote de iniciante e ajude pessoas a juntarem-se à sua c #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Partilhe o seu feed favorito!" msgid "Shared Preferences Tester" msgstr "Testador de Preferências Partilhadas" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Mostrar texto alternativo" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Mostrar mesmo assim" @@ -8067,6 +8183,10 @@ msgstr "Mostrar menos como esta" msgid "Show list anyway" msgstr "Mostrar lista mesmo assim" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Mostrar listas de utilizadores de onde escolher" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Mostrar Mais" @@ -8080,7 +8200,7 @@ msgstr "Mostrar mais como esta" msgid "Show more replies" msgstr "Mostrar mais respostas" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Mostrar respostas a uma publicação em vista de árvore" @@ -8098,10 +8218,6 @@ msgstr "Mostrar respostas" msgid "Show replies as" msgstr "Mostrar respostas como" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Mostrar respostas de pessoas que segue antes de todas as outras respostas" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Mostrar aviso" msgid "Show warning and filter from feeds" msgstr "Mostrar aviso e filtrar de feeds" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Mostra informação sobre quando esta publicação foi criada" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Mostra o conteúdo" @@ -8145,7 +8261,7 @@ msgstr "Mostra o conteúdo" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Mostra o conteúdo" msgid "Sign in" msgstr "Iniciar sessão" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Iniciar sessão como {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Iniciar sessão como..." @@ -8177,7 +8293,7 @@ msgstr "Iniciar sessão ou criar uma conta" msgid "Sign in or create your account to join the conversation!" msgstr "Inicie sessão ou crie a sua conta para aderir à conversa!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Iniciar sessão com uma conta que não está na lista" @@ -8243,7 +8359,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/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Menor" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Algumas pessoas podem responder" @@ -8280,7 +8396,7 @@ msgstr "Alguém reagiu {0}" msgid "Someone reacted {0} to {1}" msgstr "Alguém reagiu {0} a {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Houve um problema com os dados que tentou denunciar. Por favor, contacte o suporte." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Aconteceu algo de errado" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Aconteceu algo de errado, por favor tente novamente" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Aconteceu algo de errado!" msgid "Something went wrong. Please try again in a moment." msgstr "Aconteceu algo de errado. Por favor, tente novamente dentro de um momento." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Aconteceu algo de errado. Por favor, tente novamente." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Aconteceu algo de errado? Informe-nos." @@ -8327,34 +8442,30 @@ msgstr "Lamentamos, mas de momento não conseguimos carregar as sugestões de co msgid "Sorry! Your session expired. Please sign in again." msgstr "Desculpe! A sua sessão expirou. Por favor, inicie sessão novamente." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordenar respostas" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordenar respostas por" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordenar respostas à mesma publicação por:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Origem: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; menções ou respostas excessivas" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Spam ou outros comportamentos inautênticos ou enganadores" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; menções ou respostas excessivas" msgid "Sports" msgstr "Desportos" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Inicie uma conversa, e ela aparecerá aqui." @@ -8403,11 +8514,11 @@ msgstr "Pacote de iniciante por <0/>" msgid "Starter pack by you" msgstr "Pacote de iniciante por si" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Pacote de iniciante é inválido" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Pacotes de Iniciante" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Submeter recurso" msgid "Submit Appeal" msgstr "Submeter Recurso" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Submeter denúncia" @@ -8494,7 +8605,7 @@ msgstr "Sucesso!" msgid "Successfully verified" msgstr "Verificado com sucesso" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Contas Sugeridas" @@ -8506,17 +8617,17 @@ msgstr "Contas Sugeridas" msgid "Suggested for you" msgstr "Sugerido para si" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Sugestivo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Nascer do sol" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Pôr do sol" @@ -8547,10 +8658,10 @@ msgstr "Trocar de conta" msgid "Switch to {0}" msgstr "Trocar para {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistema" @@ -8591,6 +8702,10 @@ msgstr "Toque para fechar menu de contexto" msgid "Tap to dismiss" msgstr "Toque para ignorar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Assédio direcionado" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Tarefa concluída - seguiu 10 contas!" @@ -8620,8 +8735,8 @@ msgstr "Conte-nos um pouco sobre si" msgid "Tell us a little more" msgstr "Conte-nos um pouco mais" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Termos" @@ -8637,26 +8752,11 @@ msgstr "Termos" msgid "Terms of Service" msgstr "Termos de Serviço" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Termos utilizados violam os padrões da comunidade" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Texto e tags" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Campo de texto" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Campo de introdução de texto" @@ -8665,10 +8765,6 @@ msgstr "Campo de introdução de texto" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Obrigado pelo seu feedback! Ele foi enviado para o operador do feed." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Obrigado. A sua denúncia foi enviada." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Obrigado, verificou o seu endereço de e-mail com sucesso. Pode fechar e msgid "Thanks! You're all set." msgstr "Obrigado! Está tudo pronto." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Que contém o seguinte:" @@ -8699,11 +8795,11 @@ msgstr "Este nome de utilizador já está em uso" msgid "That's all, folks!" msgstr "É tudo!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "É tudo!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "A conta poderá interagir consigo após a desbloquear." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "A aplicação será reiniciada" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "O autor deste fio ocultou a sua resposta." @@ -8750,11 +8846,11 @@ msgstr "A experiência é melhor na aplicação. Faça download do Bluesky agora msgid "The feed has been replaced with Discover." msgstr "O feed foi substituído pelo \"Descobrir\"." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Os seguintes rótulos foram aplicados à sua conta." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Os seguintes rótulos foram aplicados ao seu conteúdo." @@ -8788,7 +8884,7 @@ msgstr "O vídeo selecionado tem mais de 100 MB. Por favor, tente novamente com 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Os Termos de Serviço foram movidos para" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Houve um problema ao conectar com o Tenor." msgid "There was an issue contacting the server" msgstr "Ocorreu um problema ao contactar o servidor" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Ocorreu um problema ao contactar o servidor. Por favor, verifique a sua 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Houve um problema ao obter as publicações. Toque aqui para tentar nova msgid "There was an issue fetching the list. Tap here to try again." msgstr "Houve um problema ao obter a lista. Toque aqui para tentar novamente." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Houve um problema ao obter as suas palavras-passe de aplicação" @@ -8862,11 +8958,6 @@ msgstr "Houve um problema ao obter a sua informação de serviço" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Ocorreu um problema ao remover este feed. Por favor, verifique a sua conexão de internet e tente novamente." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Ocorreu um problema ao enviar a sua denúncia. Por favor, verifique a sua conexão de internet e tente novamente." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Ocorreu um problema ao atualizar os seus feeds. Por favor, verifique a s #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Ocorreu um problema ao atualizar os seus feeds. Por favor, verifique a s msgid "There was an issue! {0}" msgstr "Ocorreu um problema! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Houve um problema inesperado com a aplicação. Por favor, informe-nos s 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:654 +msgid "These are your default settings" +msgstr "Estas são as suas definições padrão" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Estas definições só se aplicam ao feed \"A seguir\"." @@ -8941,7 +9036,7 @@ msgstr "Esta conta está bloqueada por uma ou mais das suas listas de moderaçã msgid "This action can be undone at any time." msgstr "Esta ação pode ser revertida a qualquer momento." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Este recurso será enviado para <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Este conteúdo é hospedado por {0}. Deseja ativar conteúdo multimédia externo?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Este conteúdo não está disponível porque um dos utilizadores envolvidos bloqueou o outro." @@ -9006,7 +9101,7 @@ msgstr "Esta funcionalidade não está disponível quando uma palavra-passe de a msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Este feed está com tráfego elevado e está temporariamente indisponível. Por favor, tente novamente mais tarde." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Este feed está vazio! Talvez precise de seguir mais utilizadores ou ajustar as definições de idioma." @@ -9020,7 +9115,7 @@ msgstr "Este feed está vazio." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Este feed já não se encontra online. Em vez disso, estamos a mostrar <0>\"Descobrir\"0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Este nome de utilizador é reservado. Por favor, tente um diferente." @@ -9037,7 +9132,7 @@ msgstr "Este não é um link válido" msgid "This label was applied by the author." msgstr "Este rótulo foi aplicado pelo autor." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Este rótulo foi aplicado por si." @@ -9065,11 +9160,11 @@ msgstr "Esta lista está vazia." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Este serviço de moderação não está disponível. Veja mais detalhes abaixo. Se este problema persistir, entre em contacto connosco." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Este post afirma ter sido criado em <0>{0}0>, mas foi primeiro visto por Bluesky em <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Esta resposta será colocada numa secção oculta no final do seu fio de 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Isto deve criar um registo de domínio em:" @@ -9113,7 +9208,7 @@ msgstr "Isto deve demorar apenas alguns minutos." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Este utilizador não possui um nome de exibição, e como tal não pode ser verificado." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Este utilizador não tem seguidores." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Foi bloqueado por este utilizador" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Foi bloqueado por este utilizador. Não pode ver o conteúdo dele." @@ -9142,7 +9237,7 @@ msgstr "Este utilizador está incluído na lista <0>{0}0> que tem silenciada." msgid "This user is new here. Press for more info about when they joined." msgstr "Este utilizador é novo aqui. Toque para mais informações acerca do momento da sua adesão." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Este utilizador não segue ninguém." @@ -9168,7 +9263,7 @@ msgstr "Opções de fio" msgid "Thread preferences" msgstr "Preferências de resposta" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferências de Resposta" @@ -9181,6 +9276,10 @@ msgstr "Em fio" msgid "Threads Preferences" msgstr "Preferências de Fios" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Ameaças ou incitamento" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Tempo restante: {0, plural, one {# segundo} other {# segundos}}" @@ -9198,10 +9297,6 @@ msgstr "Para desativar o método de 2FA por e-mail, verifique o seu acesso a <0> msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Para denunciar uma conversa, por favor denuncie uma das mensagens através da janela da conversa. Isto permite que os nossos moderadores entendam o contexto do seu problema." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "A quem deseja enviar esta denúncia?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hoje" @@ -9222,8 +9317,8 @@ msgstr "Melhor" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Respostas principais primeiro" @@ -9231,17 +9326,17 @@ msgstr "Respostas principais primeiro" msgid "Topic" msgstr "Tópico" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traduzir" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Vista em árvore" @@ -9253,6 +9348,10 @@ msgstr "Tendências" msgid "Trending Videos" msgstr "Vídeos do Momento" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolling" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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ça0>: organizações que podem fornecer verificações diretamente." @@ -9274,7 +9373,7 @@ msgstr "Autenticação de dois fatores (2FA)" msgid "Type your message here" msgstr "Digite a sua mensagem aqui" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tipo:" @@ -9294,13 +9393,13 @@ msgstr "Não foi possível contactar o seu serviço. Por favor, verifique a sua #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Não é possível eliminar" @@ -9324,27 +9423,27 @@ msgstr "Informação do feed indisponível" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Desbloquear" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Desbloquear" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Desbloquear conta" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Desbloquear conta?" @@ -9369,12 +9468,7 @@ msgstr "Reverter republicação" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Reverter ({0, plural, one {# republicação} other {# republicações}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Deixar de seguir" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Deixar de seguir {0}" @@ -9383,7 +9477,7 @@ msgstr "Deixar de seguir {0}" msgid "Unfollow account" msgstr "Deixar de seguir conta" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Deixa de seguir o utilizador" @@ -9391,7 +9485,7 @@ msgstr "Deixa de seguir o utilizador" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Infelizmente, o Bluesky não está atualmente disponível no Mississippi." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "Infelizmente, nenhum dos rotuladores que subscreve suportam este tipo de denúncia." @@ -9399,12 +9493,20 @@ msgstr "Infelizmente, nenhum dos rotuladores que subscreve suportam este tipo de msgid "Unknown verifier" msgstr "Verificador desconhecido" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Conteúdo adulto não rotulado" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Conteúdo adulto não rotulado, abusivo ou não consensual" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Remover gosto ({0, plural, one {# gosto} other {# gostos}})" @@ -9419,8 +9521,8 @@ msgstr "Remover silenciamento" msgid "Unmute" msgstr "Remover silenciamento" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Remover silenciamento de {tag}" @@ -9431,7 +9533,7 @@ msgstr "Remover silenciamento de {tag}" msgid "Unmute account" msgstr "Remover silenciamento da conta" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Remover silenciamento da conversa" @@ -9454,8 +9556,8 @@ msgstr "Remover silenciamento do vídeo" msgid "Unpin" msgstr "Desafixar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Desafixar feed" @@ -9464,8 +9566,8 @@ msgstr "Desafixar feed" msgid "Unpin Feed" msgstr "Desafixar Feed" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Desafixar de início" @@ -9517,13 +9619,6 @@ msgstr "Removeu subscrição da lista" msgid "Unsupported video type: {mimeType}" msgstr "Tipo de vídeo não suportado: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Conteúdo Sexual Indesejado" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Atualizar <0>{displayName}0> nas Listas" msgid "Update email" msgstr "Atualizar e-mail" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Atualizar para {domain}" @@ -9567,7 +9662,7 @@ msgstr "A atualizar..." msgid "Upload a photo instead" msgstr "Carregar uma foto em vez disso" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Carregue um ficheiro de texto para:" @@ -9603,11 +9698,11 @@ msgstr "A carregar miniatura do link..." msgid "Uploading video..." msgstr "A carregar vídeo..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Use palavras-passe de aplicação para iniciar sessão em outros clientes Bluesky sem lhes dar acesso à sua conta ou palavra-passe." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Utilizar fornecedor padrão" @@ -9638,17 +9733,17 @@ msgstr "Use isto para iniciar sessão na outra aplicação em conjunto com o seu msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Use o seu endereço de e-mail ou outro endereço de e-mail real que controle, caso a KWS ou o Bluesky precisem de entrar em contacto consigo." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Utilizador bloqueado" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Utilizador Bloqueado" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Utilizador Bloqueado por \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Utilizador bloqueado por lista" msgid "User Blocked by List" msgstr "Utilizador Bloqueado por Lista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Utilizador a bloquear-te" @@ -9698,15 +9793,15 @@ msgstr "O nome de utilizador não pode começar ou terminar com um hífen" 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Nome de utilizador ou endereço de e-mail" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "utilizadores seguidos por <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "utilizadores que seguem <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "utilizadores que seguem <0>@{0}0>" msgid "Users I follow" msgstr "Utilizadores que eu sigo" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Utilizadores em \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Utilizadores que segue" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valor:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Verificar código" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verificar Registo DNS" @@ -9786,8 +9873,8 @@ msgstr "Janela de diálogo para verificação de e-mail" msgid "Verify now" msgstr "Verificar agora" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verificar Ficheiro de Texto" @@ -9841,15 +9928,15 @@ msgstr "Vídeo de {0}: {text}" msgid "Video Games" msgstr "Videojogos" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Vídeo em pausa" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Vídeo em reprodução" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Vídeo não encontrado." @@ -9882,11 +9969,11 @@ msgstr "Visualizar" msgid "View {0}'s avatar" msgstr "Ver foto de perfil de {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Ver perfil de {0}" @@ -9906,16 +9993,11 @@ msgstr "Veja a publicação no blog para mais detalhes" msgid "View debug entry" msgstr "Ver entrada de debug" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Ver detalhes" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Ver detalhes sobre como denunciar uma violação de direitos de autor" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Ver fio completo" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Ver utilizadores que gostaram deste feed" @@ -9993,8 +10075,8 @@ msgstr "Ver as contas que silenciou" msgid "View your verifications" msgstr "Ver as suas verificações" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Mostra a imagem em tamanho completo" @@ -10002,6 +10084,14 @@ msgstr "Mostra a imagem em tamanho completo" msgid "Views video in immersive mode" msgstr "Visualiza vídeo no modo imersivo" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Violência" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Conteúdo violento ou ameaçador" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Quando tocar num selo, verá quais organizações concederam a verifica msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Que idiomas gostaria de ver nos seus feeds algorítmicos?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Quem pode interagir com esta publicação?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Quem pode responder" @@ -10249,40 +10340,38 @@ msgstr "Ups! Falha ao carregar Vídeos do momento." msgid "Why are you appealing?" msgstr "Por que motivo está a recorrer?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Por que motivo deve este conteúdo ser revisto?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Porque deve esta conversa ser revista?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Por que motivo deve este feed ser revisto?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Por que motivo deve esta lista ser revista?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Por que motivo deve esta mensagem ser revista?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Por que motivo deve esta publicação ser revista?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Por que motivo deve este pacote de iniciante ser revisto?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Por que motivo deve este utilizador ser revisto?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Deseja bloquear este utilizador e/ou eliminar esta conversa?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Sim" msgid "Yes, deactivate" msgstr "Sim, desativar" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Sim, eliminar este pacote de iniciante" @@ -10373,7 +10462,7 @@ msgstr "Não tem permissão para entrar em direto" msgid "You are not allowed to upload videos." msgstr "Não tem permissão para carregar vídeos." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Não segue ninguém." @@ -10445,17 +10534,13 @@ msgstr "Pode reativar a sua conta para continuar o início de sessão. As suas p msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Pode selecionar {MAX_IMAGES, plural, one {# imagem}other {# imagens}} no total." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Pode ajustar as definições de interação padrão em <0>Definições → Moderação → Definições de interação0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Pode atualizar isso mais tarde a partir das suas definições." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Não tem seguidores." @@ -10467,6 +10552,10 @@ msgstr "Não segue nenhum utilizador que siga @{name}." msgid "You don't have any chat requests at the moment." msgstr "Não tem nenhuma solicitação de conversa no momento." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Ainda não tem listas." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Não tem nenhum feed afixado." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Bloqueou este utilizador" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Bloqueou este utilizador. Não pode ver o seu conteúdo." @@ -10495,7 +10584,7 @@ msgstr "Desativou por completo notificações de respostas, citações e mençõ 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Ocultou esta publicação" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Ocultou esta publicação." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Silenciou esta conta." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Silenciou este utilizador" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Ainda não silenciou nenhuma palavra ou tag" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Ocultou esta resposta." @@ -10574,11 +10663,11 @@ msgstr "Aderiu ao Bluesky há {timeAgoString}" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Aderiu ao Bluesky utilizando um pacote de iniciante há {timeAgoString}" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Pode recorrer de rótulos não próprios se pensa que estes foram aplicados por engano." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Pode recorrer destes rótulos se pensa que estes foram aplicados por engano." @@ -10614,10 +10703,6 @@ msgstr "Deve concluir a verificação de idade para aceder a este ecrã." 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Deve selecionar pelo menos um rotulador para uma denúncia" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Está tudo pronto!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Iniciou sessão com uma palavra-passe de aplicação. Por favor, inicie sessão com a sua palavra-passe principal para continuar com a desativação da sua conta." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Já recorreu deste rótulo e ele está a ser revisto pela nossa equipa de moderação." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Escolheu ocultar uma palavra ou tag contida nesta publicação." @@ -10750,7 +10839,7 @@ msgstr "Atingiu o seu limite diário de carregamento de vídeos (demasiados byte 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "O seu recurso foi enviado. Se o seu recurso for bem-sucedido, receberá msgid "Your birth date" msgstr "A sua data de nascimento" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "O seu navegador não suporta o formato de vídeo. Por favor, tente um navegador diferente." @@ -10798,7 +10887,7 @@ msgstr "As suas conversas foram desativadas" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "A sua escolha será lembrada para links futuros. Pode alterá-la a qualquer momento nas definições." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "O seu nome de utilizador atual <0>{0}0> será automaticamente reservado para si. Pode voltar a usá-lo a qualquer momento a partir desta conta." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Os seus seguidores" @@ -10905,14 +10994,10 @@ msgstr "O seu perfil, publicações, feeds e listas não serão mais visíveis p msgid "Your reply was sent" msgstr "A sua resposta foi enviada" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "A sua denúncia será enviada para <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "A sua denúncia será enviada para o Serviço de Moderação do Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/ro/messages.po b/src/locale/locales/ro/messages.po index 786e5bf269..6fcf11d110 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 18:30\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Categoria „{interestsDisplayName}” (activă)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {urmăritor} few {urmăritori} other {de urmăritori}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {urmărit} few {urmăriți} other {de urmăriți}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {apreciere} few {aprecieri} other {de aprecieri}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {apreciere} few {aprecieri} other {de aprecieri}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {postare} few {postări} other {de postări}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citat} few {citate} other {de citate}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {repostare} few {repostări} other {de repostări}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {salvare} few {salvări} other {de salvări}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {} few {{1} postări}other {{1} de postări}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, one {O persoană a} few {# persoane au}other {# de persoane au}} folosit acest pachet de pornire!" @@ -133,6 +133,10 @@ msgstr "{0, plural, one {O persoană a} few {# persoane au}other {# de persoane msgid "{0, plural, other {+# more}}" msgstr "{0, plural, one {} few {+încă #}other {+încă #}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Cont)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {oră} few {ore} other {de ore}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} few {minute} other {de minute}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> v-au urmărit" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> v-au apreciat fluxul personalizat" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> v-au apreciat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> v-au apreciat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> și-au eliminat verificările din contul dvs." -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> v-au repostat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> v-au repostat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> s-au înscris folosind pachetul tău de început" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}}0> v-au verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} v-a urmărit" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} v-a urmărit înapoi" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} v-a apreciat fluxul personalizat" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} v-a apreciat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} v-a apreciat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} și-a eliminat verificarea din contul dvs." -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} v-a repostat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} v-a repostat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} s-a înregistrat cu pachetul dvs. de pornire" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} v-a verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} v-au urmărit" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} v-au apreciat fluxul personalizat" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} v-au apreciat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} v-au apreciat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} și-au eliminat verificările din contul dvs." -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} v-au repostat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} v-au repostat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} s-au înregistrat cu pachetul dvs. de pornire" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} și {additionalAuthorsCount, plural, one {un alt utilizator} few {alți {formattedAuthorsCount} utilizatori} other {alți {formattedAuthorsCount} de utilizatori}} v-au verificat" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} v-a urmărit" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} v-a urmărit înapoi" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} v-a apreciat fluxul personalizat" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} v-a apreciat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} v-a apreciat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} și-a eliminat verificarea din contul dvs." -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} v-a repostat postarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} v-a repostat repostarea" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} s-a înregistrat cu pachetul dvs. de pornire" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} v-a verificat" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} urmăriți" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> și<1> 1><2>{1} 2>sunt incluși în pachetul dvs. de porn msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> este inclus în pachetul dvs. de pornire" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> membri" @@ -515,7 +519,7 @@ msgstr "⚠Identificator invalid" msgid "24 hours" msgstr "24 de ore" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Confirmare 2FA" @@ -560,12 +564,16 @@ msgstr "O captură de ecran a unei pagini de profil cu o pictogramă clopoțel, msgid "About" msgstr "Despre" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Comportament abuziv sau discriminatoriu" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Acceptare" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Acceptare cerere de conversație" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Setări de accesibilitate" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Cont" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Cont amuțit" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Cont amuțit" @@ -627,11 +635,15 @@ msgstr "Cont amuțit de listă" msgid "Account options" msgstr "Opțiuni cont" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Furnizor cont" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Cont eliminat din acces rapid" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Adăugați încă {0} pentru a continua" msgid "Add {displayName} to starter pack" msgstr "Adăugați {displayName} la pachetul de pornire" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Adăugați un avertisment de conținut" @@ -730,8 +742,8 @@ msgstr "Adăugați o altă postare firului" msgid "Add app password" msgstr "Adăugare parolă de aplicație" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Adăugare parolă de aplicație" @@ -745,8 +757,8 @@ msgstr "Adăugați reacție emoji" msgid "Add media to post" msgstr "Adăugare conținut media la postare" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Adăugați mai multe detalii (opțional)" @@ -783,7 +795,7 @@ msgstr "Adăugați niște fluxuri la pachetul de pornire!" msgid "Add the default feed of only people you follow" msgstr "Adăugați fluxul implicit doar pentru persoanele pe care le urmăriți" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Adăugați următoarea înregistrare DNS la domeniul dvs:" @@ -823,18 +835,22 @@ msgstr "Adăugat la pachetul de pornire" msgid "Additional details (limit 1000 characters)" msgstr "Detalii suplimentare (limită de 1000 de caractere)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Detalii suplimentare (limită de 300 de caractere)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Adulți" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Conținut pentru adulți" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Conținut pentru adulți" @@ -846,11 +862,15 @@ msgstr "Conținutul pentru adulți poate fi activat doar pe Web la <0>bsky.app msgid "Adult content is disabled." msgstr "Conținutul pentru adulți este dezactivat." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etichete conținut pentru adulți" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Abuz sexual asupra adulților" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avansat" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Permiteți oricui să răspundă" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Permiteți mesaje noi de la" 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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +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:512 +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:630 msgid "Allow quote posts" msgstr "Permiteți postări citat" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Permiteți răspunsuri de la:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "Permiteți utilizatorilor din {0} să răspundă" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Permiteți urmăritorilor dvs. să răspundă" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Permiteți accesul la mesajele directe" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Aveți deja un cod?" @@ -1003,14 +1039,18 @@ msgstr "A apărut o eroare în timpul preluării fluxului." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "A apărut o eroare la generarea pachetului de pornire. Doriți să încercați din nou?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "A apărut o eroare la încărcarea listelor dvs. :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "A apărut o eroare la salvarea codului QR!" @@ -1035,8 +1075,7 @@ msgstr "O ilustrație a mai multor postări Bluesky alături de pictograme de re 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "O problemă care nu este inclusă în aceste opțiuni" @@ -1050,10 +1089,10 @@ msgstr "A apărut o problemă în timp ce se încerca deschiderea conversației" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "A apărut o problemă, vă rugăm să încercați din nou." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "un etichetator necunoscut" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "și" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Abuz sexual asupra animalelor" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Bunăstarea animalelor" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Anunț" msgid "Announcing verification on Bluesky" msgstr "Anunțăm verificarea pe Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Comportament anti-social" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "Oricine" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Oricine poate interacționa" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Limba aplicației" msgid "App Password" msgstr "Parolă aplicație" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Parola de aplicație a fost ștearsă" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Parole de aplicații" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Parole de aplicație" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Contestație" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Contestați eticheta „{0}”" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Contestați această decizie" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Aplicați fluxurile recomandate implicit" msgid "Apply Pull Request" msgstr "Aplicați solicitarea de tragere" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arhivat de la {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Postare arhivată" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Sigur doriți să ștergeți parola de aplicație „{0}”?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Sunteți sigur că doriți să ștergeți acest mesaj? Mesajul va fi șters pentru dvs., dar nu și pentru celălalt participant." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 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?" @@ -1252,7 +1298,7 @@ msgstr "Scrieți în <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Artă" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Nuditate artistică sau non-erotică." @@ -1269,7 +1315,7 @@ msgstr "Atribuiți subiectul pentru algoritm" msgid "At least 8 characters" msgstr "Cel puțin 8 caractere" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Redare automată videoclipuri și GIF-uri" msgid "Available" msgstr "Disponibil" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Înapoi" msgid "Back to Chats" msgstr "Înapoi la conversații" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Activități interzise sau încălcări ale securității" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Utilizator interzis care s-a întoarce" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Înainte de a crea o postare sau un răspuns, trebuie să vă verificaț msgid "Before creating a starter pack, you must first verify your email." msgstr "Înainte de a crea un pachet de pornire, trebuie să vă verificați mai întâi e-mailul." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Înainte de a putea accepta această cerere de conversație, trebuie mai întâi să vă verificați adresa de e-mail." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Înainte de a primi notificări despre postările noi de la {name}, trebuie mai întâi să vă verificați e-mailul." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Zi de naștere" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blocare" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Blocați contul?" msgid "Block accounts" msgstr "Blocare conturi" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blocare și ștergere" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Blocați și/sau ștergeți această conversație" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Listă de blocări" @@ -1402,15 +1452,19 @@ msgstr "Blocare sau raportare" msgid "Block these accounts?" msgstr "Blocați aceste conturi?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Blocare utilizator" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Blocare utilizator" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Blocați utilizatorul și/sau ștergeți această conversație" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blocat" @@ -1449,25 +1503,25 @@ msgstr "Blocarea nu va împiedica aplicarea etichetelor pe contul dvs., dar va msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky nu poate confirma autenticitatea datei revendicate." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 este o rețea deschisă unde vă puteți alege furnizorul de găzduire. Dacă sunteți un dezvoltator, puteți să vă găzduiți propriul dvs. server." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky este o rețea deschisă în care vă puteți alege propriul furnizor. Dacă sunteți nou aici, vă recomandăm să rămâneți cu opțiunea Bluesky Social implicită." @@ -1513,6 +1567,10 @@ msgstr "Estompați imaginile și filtrați din fluxuri" msgid "Books" msgstr "Cărți" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Încălcarea regulilor site-ului" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Răsfoiți mai multe conturi pe pagina Explorare" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Afaceri" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "De {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "de <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Cameră" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Anulați reactivarea și deconectați-vă" msgid "Cancel search" msgstr "Anulare căutare" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Nu se poate interacționa cu un utilizator blocat" @@ -1697,12 +1756,12 @@ msgstr "Schimbați limba aplicației" msgid "Change Handle" msgstr "Modificare identificator" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Schimbați serviciul de moderare" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Modificare parolă" @@ -1710,7 +1769,11 @@ msgstr "Modificare parolă" msgid "Change password dialog" msgstr "Dialog modificare parolă" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Modificați categoria raportului" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Modificați motivul raportului" @@ -1739,8 +1802,8 @@ msgstr "Modificări salvate" msgid "Chat" msgstr "Conversații" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Conversație ștearsă" @@ -1753,7 +1816,7 @@ msgstr "Conversații - silențios" msgid "Chat messages - sound" msgstr "Conversații - sunet" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Conversație amuțită" @@ -1769,7 +1832,7 @@ msgstr "Inbox cerere de conversație" msgid "Chat requests" msgstr "Cereri de conversație" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Setări conversație" msgid "Chat Settings" msgstr "Setări conversație" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Conversație dezamuțită" @@ -1797,7 +1860,7 @@ msgstr "Conversații" msgid "Check my status" msgstr "Verificați-mi statusul" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Verificați-vă adresa de e-mail pentru un cod de conectare și introduceți-l aici." @@ -1805,6 +1868,14 @@ msgstr "Verificați-vă adresa de e-mail pentru un cod de conectare și introduc msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Verificați-vă inbox-ul pentru un e-mail cu codul de confirmare pentru a-l introduce mai jos:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Siguranța copiilor" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Conținut cu abuz sexual asupra minorilor" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Alegeți metoda de verificare a domeniului" @@ -1833,7 +1904,7 @@ msgstr "Alegeți algoritmii care alimentează fluxurile dvs. personalizate." msgid "Choose this color as your avatar" msgstr "Alegeți această culoare ca avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Alegeți furnizorul de cont" @@ -1882,14 +1953,6 @@ msgstr "Faceți clic aici pentru a reporni procesul de verificare." msgid "Click here to update your email" msgstr "Faceți clic aici pentru a vă actualiza e-mailul" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Faceți clic pentru a dezactiva postările citate ale acestei postări." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Faceți clic pentru a activa postările citate ale acestei postări." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Faceți clic pentru a deschide meniul de etichete pentru {tag}" @@ -1919,9 +1982,11 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Închidere" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Închideți dialogul activ" @@ -2018,16 +2083,16 @@ msgstr "Închideți selectorul de emoji" msgid "Closes viewer for header image" msgstr "Închide vizualizatorul pentru imaginea antentului" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Restrângeți lista de utilizatori" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Restrânge lista de utilizatori pentru o anumită notificare" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Mod culoare" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Confirmați-vă locația folosind GPS. Informațiile despre locație nu sunt urmărite și nu vă părăsesc dispozitivul." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Confirmați-vă locația folosind GPS. Informațiile despre locație nu msgid "Confirmation code" msgstr "Cod de confirmare" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Se conectează..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Limbi conținut" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Conținut indisponibil" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Conținut care promovează sau prezintă autovătămarea" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Avertisment privind conținutul" @@ -2212,7 +2281,7 @@ msgstr "Fundal meniu contextual, faceți clic pentru a închide meniul." msgid "Continue" msgstr "Continuare" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Continuare ca {0} (în prezent conectat)" @@ -2236,8 +2305,8 @@ msgstr "Continuați la pasul următor" msgid "Conversation" msgstr "Conversație" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Conversație ștearsă" @@ -2254,7 +2323,7 @@ msgstr "Gătit" msgid "Copied build version to clipboard" msgstr "Versiunea de compilare a fost copiată în clipboard" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Versiunea de compilare a fost copiată în clipboard" msgid "Copied to clipboard" msgstr "Copiat în clipboard" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Copiat!" @@ -2290,23 +2359,23 @@ msgstr "Copiere at:// URI" msgid "Copy author DID" msgstr "Copiere DID autor" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Copiere cod" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Copiere DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Copiere gazdă" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Copiere link" @@ -2331,12 +2400,12 @@ msgstr "Copiere link postare" msgid "Copy link to profile" msgstr "Copiere link profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Copiere link pachet de pornire" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Copiere mesaj text" @@ -2354,7 +2423,7 @@ msgstr "Copiere text postare" msgid "Copy QR code" msgstr "Copiere cod QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Copiați valoarea înregistrării TXT" @@ -2377,8 +2446,8 @@ msgstr "Nu ne-am putut conecta la serviciul de fluxuri" msgid "Could not find profile" msgstr "Nu s-a putut găsi profilul" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Nu s-a putut părăsi conversația" @@ -2392,7 +2461,7 @@ msgstr "Nu s-a putut încărca fluxul" msgid "Could not load list" msgstr "Nu s-a putut încărca lista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Nu s-a putut amuții conversația" @@ -2476,8 +2545,9 @@ msgstr "Creare listă de moderare" msgid "Create new account" msgstr "Creare cont nou" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Creați un raport pentru {0}" @@ -2490,7 +2560,7 @@ msgstr "Creare pachet de pornire" msgid "Create user list" msgstr "Creare listă de utilizatori" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Creat {0}" @@ -2503,8 +2573,8 @@ msgstr "Creatorul a fost blocat" msgid "Culture" msgstr "Cultură" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Particularizat" @@ -2512,18 +2582,22 @@ msgstr "Particularizat" msgid "Customization options" msgstr "Opțiuni de personalizare" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Personalizați cine poate interacționa cu această postare." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Personalizați-vă experiența Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Provocări sau activități periculoase" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Substanțe periculoase sau abuz de droguri" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Întunecată" @@ -2536,7 +2610,7 @@ msgstr "Întunecată" msgid "Dark mode" msgstr "Mod întunecat" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Temă întunecată" @@ -2558,7 +2632,11 @@ msgstr "Depanare moderare" msgid "Debug panel" msgstr "Panou de depanare" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Conținut pentru adulți Deepfake" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Implicit" @@ -2566,14 +2644,14 @@ msgstr "Implicit" msgid "Default icons" msgstr "Pictograme implicite" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Ștergere" @@ -2586,16 +2664,16 @@ msgstr "Ștergere cont" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Ștergeți contul <0>„0><1>{0}1><2>”2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Ștergere parolă de aplicație" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Ștergeți parola de aplicație?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Ștergere conversație" @@ -2603,18 +2681,18 @@ msgstr "Ștergere conversație" msgid "Delete chat declaration record" msgstr "Ștergeți înregistrarea declarației de conversație" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Ștergere conversație" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Ștergere conversație" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Ștergeți pentru mine" @@ -2623,11 +2701,11 @@ msgstr "Ștergeți pentru mine" msgid "Delete list" msgstr "Ștergere listă" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Ștergere mesaj" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Ștergere mesaj pentru mine" @@ -2641,12 +2719,12 @@ msgstr "Șterge-mi contul" msgid "Delete post" msgstr "Ștergere postare" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Ștergere pachet de pornire" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Ștergeți pachetul de pornire?" @@ -2709,11 +2787,11 @@ msgstr "Mod dezvoltator activat" msgid "Developer options" msgstr "Opțiuni dezvoltator" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialog: ajustați cine poate interacționa cu această postare" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Luminozitate redusă" @@ -2735,6 +2813,14 @@ msgstr "Dezactivare A2F prin e-mail" msgid "Disable haptic feedback" msgstr "Dezactivați feedback-ul haptic" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Dezactivați răspunsurile în întregime" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Dezactivare subtitrări" @@ -2778,7 +2864,7 @@ msgstr "Descurajați aplicațiile să-mi arate contul utilizatorilor deconectaț msgid "Discover new custom feeds" msgstr "Descoperiți fluxuri personalizate noi" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Descoperiți fluxuri noi" @@ -2817,8 +2903,8 @@ msgstr "Nume afișat" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Renunțați la troli și la titluri senzaționale. Găsiți oameni autentici și conversații care contează pentru dvs." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Panou DNS" @@ -2830,7 +2916,7 @@ msgstr "Nu aplicați acest cuvânt amuțit utilizatorilor pe care îi urmăriți msgid "Does not include nudity." msgstr "Nu include nuditate." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domeniu verificat!" @@ -2853,19 +2939,20 @@ msgstr "Nu vă faceți griji! Toate mesajele existente și setările sunt salvat #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Atingeți de două ori sau apăsați lung mesajul pentru a adăuga o rea msgid "Double tap to close the dialog" msgstr "Atingeți de două ori pentru a închide dialogul" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Atingeți de două ori pentru a aprecia" @@ -2903,6 +2990,10 @@ msgstr "Descărcați Bluesky" msgid "Download CAR file" msgstr "Descărcare fișier CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Doxxing" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Plasați pentru a adăuga imagini" @@ -2943,9 +3034,13 @@ msgstr "de ex. Cei mai buni creatori." msgid "e.g. Users that repeatedly reply with ads." msgstr "de ex. Utilizatori care răspund în mod repetat cu reclame." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Tulburări de alimentație" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Editați notificările de la {0}" msgid "Edit People" msgstr "Editare persoane" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Editați setările de interacțiune ale postărilor" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Editare profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Editare profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Editare pachet de pornire" @@ -3034,7 +3129,7 @@ msgstr "Editare pachet de pornire" msgid "Edit user list" msgstr "Editare listă de utilizatori" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Editați cine poate răspunde" @@ -3085,7 +3180,7 @@ msgstr "Verificarea e-mailului este finalizată!" msgid "Email Verified" msgstr "E-mail verificat" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Încorporare cod HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Cititor video încorporat" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Activare subtitrări" @@ -3200,7 +3299,7 @@ msgstr "Introduceți domeniul pe care doriți să-l utilizați" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Introduceți e-mailul pe care l-ați folosit pentru a vă crea contul. Vă vom trimite un „cod de resetare” pentru a putea seta o parolă nouă." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Introduceți numele de utilizator sau adresa de e-mail pe care le-ați folosit când ați creat contul" @@ -3213,7 +3312,7 @@ msgstr "Introduceți-vă data nașterii" msgid "Enter your email address" msgstr "Introduceți-vă adresa de e-mail" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Introduceți-vă parola" @@ -3258,22 +3357,18 @@ msgstr "Eroare la primirea răspunsului captcha." msgid "Error: {error}" msgstr "Eroare: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Toată lumea" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Toată lumea poate răspunde" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Toată lumea poate răspunde la această postare." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Toți" @@ -3282,16 +3377,6 @@ msgstr "Toți" msgid "Everything else" msgstr "Toate celelalte" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Mențiuni sau răspunsuri excesive" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Mesaje excesive sau nedorite" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Excludeți utilizatorii pe care îi urmăriți" @@ -3316,7 +3401,7 @@ msgstr "Iese din vizualizarea imaginii" msgid "Expand alt text" msgstr "Extindere text alternativ" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Extindeți lista de utilizatori" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Extinde sau restrânge text postare" @@ -3348,7 +3433,7 @@ msgstr "Expirat" msgid "Expires {0}" msgstr "Expiră {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Expiră în {0}" @@ -3407,13 +3492,17 @@ msgstr "Conținut media extern poate permite website-urilor să colecteze inform msgid "External Media Preferences" msgstr "Preferințe conținut media extern" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Conținut extremist" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Acceptarea conversației a eșuat" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Adăugarea reacției emoji a eșuat" @@ -3421,7 +3510,7 @@ msgstr "Adăugarea reacției emoji a eșuat" msgid "Failed to add to starter pack" msgstr "Adăugarea la pachetul de pornire a eșuat" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Nu s-a putut modifica identificatorul. Vă rugăm să încercați din nou." @@ -3438,13 +3527,13 @@ msgstr "Crearea conversației a eșuat" msgid "Failed to create starter pack" msgstr "Creare pachetului de pornire a eșuat" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Ștergerea conversației a eșuat" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Ștergerea mesajului a eșuat" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Ștergerea pachetului de pornire a eșuat" @@ -3465,10 +3554,10 @@ msgstr "Nu s-a reușit urmărirea tuturor conturilor sugerate. Vă rugăm să î msgid "Failed to load conversations" msgstr "Încărcarea conversațiilor a eșuat" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Încărcarea preferințelor fluxurilor a eșuat" @@ -3498,14 +3587,14 @@ msgstr "Încărcarea mesajelor anterioare a eșuat" msgid "Failed to load preference." msgstr "Nu s-a putut încărca preferința." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Încărcarea fluxurilor sugerate a eșuat" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Încărcarea sugestiilor de urmărire a eșuat" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Nu s-a reușit fixarea postării" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Ștergerea reacției emoji a eșuat" @@ -3535,7 +3624,8 @@ msgstr "Eliminarea verificării a eșuat" 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/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Salvarea imaginii a eșuat: {0}" @@ -3557,7 +3647,7 @@ msgstr "Nu s-a putut trimite" msgid "Failed to send email, please try again." msgstr "Trimiterea e-mailului a eșuat, încercați din nou." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Nu s-a putut trimite contestația, vă rugăm să încercați din nou." @@ -3606,6 +3696,14 @@ msgstr "E-mailul nu a fost verificat, vă rugăm să încercați din nou." msgid "Failed to verify handle. Please try again." msgstr "Nu s-a putut verifica identificatorul. Vă rugăm să încercați din nou." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Cont fals sau bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Informații false despre alegeri" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Flux" @@ -3623,7 +3721,7 @@ msgstr "Creator flux" msgid "Feed identifier" msgstr "Identificator flux" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Meniu flux" @@ -3635,8 +3733,8 @@ msgstr "Comutare flux" msgid "Feed unavailable" msgstr "Flux indisponibil" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Feedback" @@ -3696,7 +3794,7 @@ msgstr "Filtrați căutarea după limbă (în prezent: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrați cine poate opta să primească notificări pentru activitatea dvs." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtrați de la cine primiți notificări" @@ -3713,7 +3811,7 @@ msgstr "În sfârșit! Țineți evidența postărilor care contează pentru dvs. msgid "Finance" msgstr "Finanțe" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Găsiți conturi de urmărit" msgid "Find people to follow" msgstr "Găsiți persoane pe care să le urmăriți" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Găsiți postări, utilizatori și fluxuri pe Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Finalizare" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Negru Plat" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Albastru Plat" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Alb Plat" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexibil" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Urmărire" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Urmărire" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Urmăriți pe {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Urmăriți pe {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Urmăriți toate conturile" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Urmăriți înapoi" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Urmăriți înapoi" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Urmăritori pe care îi știți" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Urmăriți" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Urmăriți" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Urmăriți pe {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Urmăriți pe {handle}" @@ -3894,11 +3988,11 @@ msgstr "Vă urmărește" msgid "Follows You" msgstr "Vă urmărește" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Font" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Dimensiune font" @@ -3919,7 +4013,7 @@ msgstr "Din motive de securitate, va trebui să trimitem un cod de confirmare la msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Din motive de securitate, nu veți mai putea vizualiza acest lucru din nou. Dacă pierdeți această parolă de aplicație, va trebui să generați una nouă." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Pentru cea mai bună experiență, vă recomandăm să utilizați fontul temă." @@ -3941,11 +4035,11 @@ msgstr "Uitați de zgomot" msgid "Forgot Password" msgstr "Am uitat parola" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Ați uitat parola?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Ați uitat parola?" @@ -3953,12 +4047,7 @@ msgstr "Ați uitat parola?" msgid "Free your feed" msgstr "Eliberați-vă fluxul" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Postează frecvent conținut nedorit" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "De la" @@ -4011,7 +4100,7 @@ msgstr "Primiți notificări când oamenii repostează postările pe care le-aț msgid "Get notifications when people repost your posts." msgstr "Primiți notificări când oamenii repostează postările dvs." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Primiți notificări despre postări noi" @@ -4027,7 +4116,7 @@ msgstr "Primiți notificări despre postările noi de la {name}" msgid "Get notified of this account’s activity" msgstr "Primiți notificări despre activitatea acestui cont" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Primește notificări când {name} postează" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Oferiți profilului dvs. o față" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Încălcări flagrante ale legii sau ale termenilor de serviciu" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Glorificarea violenței" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Încălcări flagrante ale legii sau ale termenilor de serviciu" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Mergeți înapoi" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Mergeți înapoi" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Reveniți la pasul anterior" @@ -4123,7 +4208,7 @@ msgstr "Intrați în direct" msgid "Go live for" msgstr "Intrați în direct pentru" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Mergeți la profilul lui {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "Mergeți la flux" msgid "Go to next" msgstr "Mergeți la următorul" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Mergeți la profil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Mergeți la profilul utilizatorului" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Conținut media grafic" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Conținut violent grafic" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Comportament de seducere și manipulare a minorilor (grooming)" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hacking sau atacuri de sistem" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Sunteți la jumătatea drumului!" msgid "Handle" msgstr "Identificator" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Identificator deja luat. Vă rugăm să încercați unul diferit." @@ -4182,7 +4279,7 @@ msgstr "Identificator deja luat. Vă rugăm să încercați unul diferit." msgid "Handle changed!" msgstr "Identificator modificat!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Identificator prea lung. Vă rugăm să încercați unul mai scurt." @@ -4190,10 +4287,17 @@ msgstr "Identificator prea lung. Vă rugăm să încercați unul mai scurt." msgid "Haptics" msgstr "Vibrații" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Hărțuire, trolling sau intoleranță" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Hărțuire sau ură" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Activități dăunătoare sau cu risc ridicat" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Exploatarea minorilor sau punerea lor în pericol" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Discurs de ură" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Aveți dificultăți?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Ajutor" @@ -4238,7 +4346,7 @@ msgstr "Salut 👋" msgid "Hidden" msgstr "Ascuns" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Ascuns de setările dvs. de moderare." @@ -4248,7 +4356,7 @@ msgstr "Listă ascunsă" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Listă ascunsă" msgid "Hide" msgstr "Ascundere" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ascundere" @@ -4269,6 +4377,10 @@ msgstr "Ascundere" msgid "Hide customization options" msgstr "Ascundere opțiuni de personalizare" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Ascundere liste" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Ascundeți subiectele în tendințe?" msgid "Hide trending videos?" msgstr "Ascundeți videoclipurile în tendințe?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Ascundere listă de utilizatori" @@ -4320,7 +4432,7 @@ msgstr "Ascundere listă de utilizatori" msgid "Hide verification badges" msgstr "Ascundere insigne de verificare" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Ascundere conținut" @@ -4365,12 +4477,12 @@ msgstr "Stați așa! Oferim acces la videoclipuri treptat și încă sunteți pe msgid "Home" msgstr "Acasă" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Gazdă:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Furnizor de găzduire" @@ -4383,6 +4495,10 @@ msgstr "Fierbinți" msgid "How should we open this link?" msgstr "Cum ar trebui să deschidem acest link?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Trafic de persoane" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4433,9 +4549,9 @@ msgstr "Dacă doriți să vă modificați parola, vă vom trimite un cod pentru #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:157 #: src/view/screens/Storybook/Admonitions.tsx:89 msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." -msgstr "Dacă doriți să restricționați cine poate primi notificări pentru activitatea contului dvs., puteți modifica acest lucru în <0>Setări → Confidențialitate și Securitate0>." +msgstr "Dacă doriți să restricționați cine poate primi notificări pentru activitatea contului dvs., puteți modifica acest lucru în <0>Setări → Confidențialitate și securitate0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Dacă sunteți dezvoltator, vă puteți găzdui propriul server." @@ -4443,12 +4559,7 @@ msgstr "Dacă sunteți dezvoltator, vă puteți găzdui propriul server." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Ilegal și urgent" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Imagine" @@ -4461,29 +4572,24 @@ msgstr "Cache-ul imaginilor a fost golit" msgid "Image cache cleared, freed {0}" msgstr "Cache-ul imaginilor a fost golit, s-au eliberat {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Imagine salvată" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Imaginile nu pot fi salvate decât dacă se acordă permisiunea de a accesa biblioteca dvs. de fotografii." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Impersonare sau afirmații false despre identitate sau afiliere" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Impersonare, dezinformare sau afirmații false" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Impersonare" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "În aplicație" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notificări în aplicație" @@ -4507,17 +4613,12 @@ msgstr "În aplicație, Push, Toată lumea" msgid "In-app, Push, People you follow" msgstr "În aplicație, Push, Persoane pe care le urmăriți" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Mesaje neadecvate sau link-uri explicite" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Inbox zero!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Nume de utilizator sau parolă incorecte" @@ -4537,11 +4638,11 @@ msgstr "Introduceți parola nouă" msgid "Input password for account deletion" msgstr "Introduceți parola pentru ștergerea contului" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Introduceți codul care v-a fost trimis prin e-mail" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interacțiune limitată" @@ -4557,12 +4658,12 @@ msgstr "Vă prezentăm notificări de activitate" msgid "Introducing saved posts AKA bookmarks" msgstr "Vă prezentăm salvarea postărilor adică marcaje" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Cod de confirmare A2F invalid." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Identificator nevalid. Vă rugăm să încercați unul diferit." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Setări de interacțiune invalide." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Subiect raport nevalid" @@ -4626,8 +4727,8 @@ msgstr "Locuri de muncă" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Alăturați-vă la Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Termenii și Condițiile KWS" msgid "KWS website" msgstr "Website-ul KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Etichetat de {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Etichetat de autor." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etichete" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etichete adăugate" @@ -4678,11 +4779,11 @@ msgstr "Etichete adăugate" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Etichetele sunt adnotări pentru utilizatori și conținut. Ele pot fi utilizate pentru a ascunde, avertiza și categoriza rețeaua." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etichete de pe contul dvs." -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etichete pe conținutul dvs." @@ -4696,7 +4797,7 @@ msgstr "Setări limbă" msgid "Languages" msgstr "Limbi" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Mai mare" @@ -4736,12 +4837,12 @@ msgstr "Aflați mai multe despre verificarea vârstei" msgid "Learn more about Bluesky" msgstr "Află mai multe despre Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Aflați mai multe despre ce este public pe Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Aflați mai multe în <0>setările contului.0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Aflați mai multe." @@ -4787,10 +4888,10 @@ msgstr "Părăsire" msgid "Leave chat" msgstr "Părăsiți conversația" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Părăsire conversație" @@ -4822,9 +4923,9 @@ msgstr "Să vă resetăm parola!" msgid "Let's go!" msgstr "Să începem!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Luminoasă" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Luminoasă" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Apreciere ({0, plural, one {o apreciere} few {# aprecieri} other {# de aprecieri}})" @@ -4855,7 +4956,7 @@ msgstr "Apreciați 10 postări pentru a instrui fluxul Descoperă" msgid "Like notifications" msgstr "Notificări pentru aprecieri" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Apreciați acest flux" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Apreciat de {0, plural, one {un utilizator} few {# utilizatori} other {# de utilizatori}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Aprecieri pentru repostările dvs." msgid "Likes of your reposts notifications" msgstr "Notificări privind aprecierile postărilor dvs." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Aprecieri la această postare" @@ -5021,12 +5122,12 @@ msgstr "Caracteristica „în direct” este în testare beta" msgid "Live link" msgstr "Link transmisiune în direct" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Încărcați mai multe" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Încărcați mai multe fluxuri sugerate" @@ -5041,6 +5142,14 @@ msgstr "Încărcați notificări noi" msgid "Load new posts" msgstr "Încărcați postări noi" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Se încarcă listele..." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Se încarcă setările de interacțiune pentru postări..." + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Se Încarcă..." @@ -5049,15 +5158,19 @@ msgstr "Se Încarcă..." msgid "Log" msgstr "Jurnal" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Deconectat" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Vizibilitate pentru utilizatorii deconectați" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo de @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo de <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Gestionați-vă cuvintele și etichetele amuțite" msgid "Mark all as read" msgstr "Marcați toate ca citite" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Marcare ca citit" @@ -5132,7 +5245,7 @@ msgstr "Poate mai târziu" msgid "Media" msgstr "Conținut media" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Conținut media care poate fi deranjant sau neadecvat pentru anumite audiențe." @@ -5140,14 +5253,10 @@ msgstr "Conținut media care poate fi deranjant sau neadecvat pentru anumite aud msgid "Mention notifications" msgstr "Notificări pentru mențiuni" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "utilizatori menționați" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Utilizatori menționați" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Meniu" msgid "Message {0}" msgstr "Trimiteți mesaj lui {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mesaj șters" @@ -5172,7 +5281,7 @@ msgstr "Mesaj șters" msgid "Message deleted" msgstr "Mesaj șters" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Mesaj de la @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Câmp introducere mesaj" msgid "Message is too long" msgstr "Mesajul este prea lung" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Opțiuni mesaj" @@ -5197,24 +5306,22 @@ msgstr "Opțiuni mesaj" msgid "Messages" msgstr "Mesaje" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Miezul nopții" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Hărțuire minoră sau bullying" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Notificări diverse" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Cont înșelător" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Postare înșelătoare" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Conținut înșelător" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Instrumente de moderare" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Mai multe fluxuri" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Dezactivare sunet" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Amuțiți {tag}" @@ -5332,8 +5439,8 @@ msgstr "Amuțire cont" msgid "Mute accounts" msgstr "Amuțire conturi" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Amuțire conversație" @@ -5396,7 +5503,7 @@ msgstr "Conturi Amuțite" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Conturile amuțite au postările lor eliminate din fluxul dvs. și din notificări. Amuțirile sunt complet private." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Amuțit de „{0}”" @@ -5421,17 +5528,6 @@ msgstr "Fluxurile mele" msgid "Name" msgstr "Nume" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Numele sau descrierea încalcă Standardele Comunități" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Navigați la pachetul de pornire" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navighează la următorul ecran" @@ -5455,20 +5551,16 @@ msgstr "Navighează la următorul ecran" msgid "Navigates to your profile" msgstr "Navighează la profilul dvs." -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Doriți să raportați o încălcare a drepturilor de autor?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Nu pierdeți niciodată accesul la urmăritori sau datele dvs." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Nu mai contează, creează-mi un nume de utilizator" @@ -5476,17 +5568,17 @@ msgstr "Nu mai contează, creează-mi un nume de utilizator" msgid "New" msgstr "Noi" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Nou" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Postare nouă} few {Postări noi} other {Postări noi}} de la {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Postare nouă} few {Postări noi} other {Postări noi}} de la {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Postare nouă" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Postare nouă de la {firstAuthorLink} și <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} un alt utilizator} few {{formattedAuthorsCount} alți utilizatori} other {{formattedAuthorsCount} alți utilizatori}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Postare nouă de la {firstAuthorName} și {additionalAuthorsCount, plural, one {{formattedAuthorsCount} un alt utilizator} few {{formattedAuthorsCount} alți utilizatori} other {{formattedAuthorsCount} alți utilizatori}}" @@ -5574,8 +5666,8 @@ msgstr "Dialog cu informații despre utilizatorul nou" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Cele mai noi răspunsuri primele" @@ -5587,8 +5679,8 @@ msgstr "Știri" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Știri" msgid "Next" msgstr "Următorul" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Următorul" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Imaginea următoare" @@ -5616,12 +5703,12 @@ msgstr "Imaginea următoare" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Încă nu există parole de aplicație" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Niciun panou DNS" @@ -5646,8 +5733,9 @@ msgstr "Nici o imagine" msgid "No likes yet" msgstr "Încă nu există aprecieri" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Nu mai urmăriți pe {0}" @@ -5671,7 +5759,7 @@ msgstr "Nu există notificări încă!" msgid "No one" msgstr "Nimeni" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Nimeni în afară de autor nu poate cita această postare." @@ -5701,7 +5789,7 @@ msgstr "Niciun rezultat" msgid "No results" msgstr "Niciun rezultat" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Niciun rezultat pentru „{0}”." @@ -5719,7 +5807,7 @@ msgstr "Niciun rezultat găsit pentru „{query}”" msgid "No results found for {query}" msgstr "Niciun rezultat găsit pentru „{query}”" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Niciun rezultat." @@ -5732,7 +5820,7 @@ msgstr "Niciun rezultat găsit pentru „{search}”." msgid "No thanks" msgstr "Nu, mulțumesc" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Nimeni" @@ -5753,6 +5841,10 @@ msgstr "Nimeni nu a redistribuit asta încă. Poate ar trebui să fiți primul!" msgid "Nobody was found. Try searching for someone else." msgstr "Nimeni nu a fost găsit. Încercați să căutați pe altcineva." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Imagini intime neconsensuale" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Nuditate non-sexuală" @@ -5833,7 +5925,7 @@ msgstr "Notificări" #: src/screens/Settings/NotificationSettings/MiscellaneousNotificationSettings.tsx:43 msgid "Notifications for everything else, such as when someone joins via one of your starter packs." -msgstr "Notificări pentru orice altceva, cum ar fi atunci când cineva se alătură prin intermediul unuia dintre pachetele dvs. de început." +msgstr "Notificări pentru orice altceva, cum ar fi atunci când cineva se alătură prin intermediul unuia dintre pachetele dvs. de pornire." #: src/lib/hooks/useTimeAgo.ts:135 msgid "now" @@ -5843,16 +5935,11 @@ msgstr "acum" msgid "Now" msgstr "Acum" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Nuditate" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nuditate sau conținut pentru adulți care nu este etichetat ca atare" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Okay" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Cele mai vechi răspunsuri primele" @@ -5916,7 +6003,7 @@ msgstr "Unei sau mai multor videoclipuri le lipsește textul alternativ." msgid "Only .jpg and .png files are supported" msgstr "Doar fișierele .jpg și .png sunt acceptate" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Doar {0} poate răspunde." @@ -5941,7 +6028,7 @@ msgstr "Hopa, ceva nu a mers bine!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Deschideți creatorul de avatar" msgid "Open conversation options" msgstr "Deschideți opțiunile conversației" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Deschideți meniul sertar" @@ -5973,8 +6060,8 @@ msgstr "Deschideți selectorul de emoji" msgid "Open feed info screen" msgstr "Deschideți ecranul cu informații despre flux" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Deschideți meniul de opțiuni flux" @@ -6015,7 +6102,7 @@ msgstr "Deschidere profil" msgid "Open share menu" msgstr "Deschidere meniu distribuire" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Deschideți meniul pachetului de pornire" @@ -6032,9 +6119,9 @@ msgstr "Deschideți jurnalul sistemului" msgid "Opens a dialog to add a content warning to your post" msgstr "Deschide un dialog pentru a adăuga un avertisment de conținut postării dvs." -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Deschide un dialog pentru a alege cine poate răspunde la acest fir" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Deschide un dialog pentru a alege cine poate interacționa cu această postare" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Deschidere link {0}" msgid "Opens live status dialog" msgstr "Deschide dialogul de stare în direct" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Deschide formularul de resetare a parolei" @@ -6103,24 +6190,15 @@ msgstr "Deschide formularul de resetare a parolei" msgid "Opens post language settings" msgstr "Deschide setările de limbă pentru postări" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Deschide acest profil" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Furnizați informații opționale suplimentare mai jos:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Opțiuni:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Sau combinați aceste opțiuni:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Sau, continuați cu un alt cont." @@ -6145,23 +6223,52 @@ msgstr "Status OTA: Eroare la preluarea actualizării" msgid "OTA status: None available" msgstr "Status OTA: Nimic disponibil" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" -msgstr "Altul" +msgstr "Alt ceva" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Alt cont" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Alte probleme legate de siguranța copiilor" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Alt conținut periculos" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Alte forme de hărțuire sau de ură" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Alt tip de conținut înșelător" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Alte încălcări ale regulilor site-ului" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Alte conținuturi privind violența sexuală" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Alt conținut violent" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Postarea noastră de pe blog" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." -msgstr "Echipa noastră de moderație a primit raportul dvs." +msgstr "Echipa noastră de moderare a primit raportul dvs." #: src/screens/Messages/components/ChatDisabled.tsx:34 msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky." @@ -6176,7 +6283,7 @@ msgstr "Pagina nu a fost găsită" msgid "Page Not Found" msgstr "Pagina nu a fost găsită" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Persoane urmărite de @{0}" msgid "People following @{0}" msgstr "Persoane care urmăresc @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Persoane pe care le urmăriți" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Persoane pe care le urmăriți" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Persoane pe care le menționați" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Animale de companie" msgid "Photography" msgstr "Fotografie" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Imagini destinate adulților." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fixați fluxul" @@ -6266,7 +6381,7 @@ msgstr "Fixați fluxul" msgid "Pin to home" msgstr "Fixare la acasă" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fixare la Acasă" @@ -6275,7 +6390,7 @@ msgstr "Fixare la Acasă" msgid "Pin to your profile" msgstr "Fixați la profilul dvs." -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fixat" @@ -6302,7 +6417,7 @@ msgstr "Redare" msgid "Play {0}" msgstr "Redați {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Redați videoclipul" @@ -6327,7 +6442,7 @@ msgstr "Redă GIF-ul" msgid "Plays the video" msgstr "Redă videoclipul" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Vă rugăm să adăugați orice etichete de avertizare de conținut care sunt aplicabile pentru conținutul media pe care îl postați." @@ -6413,7 +6528,7 @@ msgstr "Vă rugăm să introduceți codul de invitație." msgid "Please enter your new email address." msgstr "Vă rugăm să introduceți noua adresă de e-mail." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Vă rugăm să vă introduceți parola" @@ -6421,11 +6536,11 @@ msgstr "Vă rugăm să vă introduceți parola" msgid "Please enter your password as well:" msgstr "Vă rugăm să introduceți și parola dvs.:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Vă rugăm să vă introduceți numele de utilizator" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Vă rugăm să explicați de ce credeți că această etichetă a fost aplicată incorect de {0}" @@ -6446,11 +6561,11 @@ msgstr "Vă rugăm să furnizați orice detalii suplimentare de care consideraț msgid "Please select a language" msgstr "Vă rugăm să selectați o limbă" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Vă rugăm să selectați un serviciu de moderare" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Vă rugăm să selectați un motiv pentru acest raport" @@ -6473,7 +6588,7 @@ msgstr "Vă rugăm să vă scrieți mesajul mai jos:" msgid "Politics" msgstr "Politică" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografie" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Postarea a fost ștearsă" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Postare ascunsă de un cuvânt amuțit" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Postare ascunsă de dvs." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Setări interacțiune postare" @@ -6614,13 +6729,8 @@ msgstr "Imaginea anterioară" msgid "Primary Language" msgstr "Limba principală" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioritizați urmăririle dvs." - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Confidențialitate" @@ -6652,6 +6762,10 @@ msgstr "Setări de confidențialitate și securitate" msgid "Privacy Policy" msgstr "Politica de Confidențialitate" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Încălcarea confidențialității unui minor" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Se procesează videoclipul..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil actualizat" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Promovarea sau vânzarea de articole sau servicii interzise" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Psst! Puteți edita cine poate interacționa cu această postare." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Public" @@ -6714,7 +6836,7 @@ msgstr "Publicați răspunsul" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Notificări push" @@ -6764,10 +6886,6 @@ msgstr "Postarea citat a fost detașată cu succes" msgid "Quote posts disabled" msgstr "Postări citat dezactivate" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Setări citat" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Setări citat" msgid "Quotes" msgstr "Citate" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Citatele acestei postări" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Limita ratei a fost depășită – ați încercat să vă modificați identificatorul de prea multe ori într-o perioadă scurtă. Vă rugăm să așteptați un minut înainte de a încerca din nou." @@ -6805,11 +6923,11 @@ msgstr "Citiți încă {0, plural, one {un răspuns} few {# răspunsuri} other { msgid "Read blog post" msgstr "Citiți postarea de pe blog" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Citiți mai puțin" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Citiți mai multe" @@ -6849,15 +6967,11 @@ msgstr "Oameni reali." msgid "Reason for appeal" msgstr "Motivul contestației" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Motiv:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Primiți notificări în aplicație" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Primiți notificări push" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Reconectare" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Respingere" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Respingere cerere de conversație" @@ -6946,8 +7060,8 @@ msgstr "Eliminați fluxul" msgid "Remove feed?" msgstr "Eliminați fluxul?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Răspuns la dvs." msgid "Replies" msgstr "Răspunsuri" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Răspunsuri dezactivate" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Răspunsurile la această postare sunt dezactivate." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Răspundeți" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Răspundeți ({0, plural, one {# răspuns} few {# răspunsuri} other {# de răspunsuri}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Răspuns ascuns de autorul firului" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Răspuns ascuns de dvs." @@ -7120,11 +7234,7 @@ msgstr "Răspuns ascuns de dvs." msgid "Reply notifications" msgstr "Notificări pentru răspunsuri" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Setări pentru răspunsuri" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Setările pentru răspunsuri sunt alese de autorul firului" @@ -7141,7 +7251,7 @@ msgstr "Vizibilitatea răspunsului actualizată" msgid "Reply was successfully hidden" msgstr "Răspunsul a fost ascuns cu succes" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Raportare" msgid "Report account" msgstr "Raportare cont" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Raportați conversația" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Dialog raportare" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Raportați fluxul" @@ -7176,7 +7285,7 @@ msgstr "Raportați fluxul" msgid "Report list" msgstr "Raportare listă" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Raportare mesaj" @@ -7185,48 +7294,41 @@ msgstr "Raportare mesaj" msgid "Report post" msgstr "Raportare postare" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Raportare pachet de pornire" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Raport trimis" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Raportați acest conținut" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Raportați această conversație" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Raportați acest flux" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Raportați această listă" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Raportați acest mesaj" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Raportați această postare" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Raportați acest pachet de pornire" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Raportați acest utilizator" @@ -7250,7 +7352,7 @@ msgstr "Notificări pentru repostări" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Repostați sau citați postarea" @@ -7277,7 +7379,7 @@ msgstr "Repostat de dvs." msgid "Reposts" msgstr "Repostări" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Repostări ale acestei postări" @@ -7291,8 +7393,8 @@ msgstr "Repostări ale repostărilor dvs." msgid "Reposts of your reposts notifications" msgstr "Notificări pentru repostări ale repostărilor dvs." -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Solicitare cod" @@ -7348,7 +7450,7 @@ msgstr "Resetare stare înregistrare" msgid "Reset password" msgstr "Resetați parola" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Reîncearcă conectarea" @@ -7360,12 +7462,12 @@ msgstr "Reîncearcă ultima acțiune, care a eșuat" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Reîncearcă ultima acțiune, care a eșuat" msgid "Retry" msgstr "Încercați din nou" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Reîncercați să încărcați opțiunile de raport" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Reveniți la pagina anterioară" @@ -7399,8 +7501,8 @@ msgstr "Revine la acasă" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Revine la pagina anterioară" @@ -7412,8 +7514,8 @@ msgstr "Revine la pasul anterior" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Revine la pasul anterior" msgid "Save" msgstr "Salvare" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Salvare" @@ -7459,8 +7561,13 @@ msgstr "Salvați noul identificator" msgid "Save QR code" msgstr "Salvați codul QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Salvați aceste opțiuni pentru data viitoare" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Salvare în fluxurile mele" @@ -7487,21 +7594,25 @@ msgstr "Salvat în fluxurile dvs." #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Spuneți salut!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Înșelătorie" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Știință" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Derulați spre stânga" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Derulați spre dreapta" @@ -7513,7 +7624,7 @@ msgstr "Derulați până sus" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Căutare" @@ -7553,11 +7664,11 @@ msgstr "Căutați „{searchText}”" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Căutați mai multe conturi" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Căutați mai multe fluxuri" @@ -7610,19 +7721,19 @@ msgstr "Cautați profiluri" msgid "Security step required" msgstr "Pas de securitate necesar" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Vedeți postările {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Vedeți postările {tag} de la utilizator" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Vedeți postările #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Vedeți postările #{tag} de la utilizator" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Glisor căutare. Folosiți tastele săgeți pentru a căuta înainte și înapoi și spațiu pentru redare/pauză" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Selectați categoria „{interestsDisplayName}”" @@ -7665,11 +7776,15 @@ msgstr "Selectați {langName}" msgid "Select a color" msgstr "Selectați o culoare" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Selectați un motiv" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Selectare cont" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Selectați o limbă pentru aplicație" @@ -7701,6 +7816,14 @@ msgstr "Selectare durată" msgid "Select from an existing account" msgstr "Selectați dintr-un cont existent" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Selectați din listele dvs." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Selectați din listele dvs. <0>{numberOfListsSelected, plural, one {} few {(# selectate)}other {(# selectate)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Selectare GIF" @@ -7727,14 +7850,10 @@ msgstr "Selectare limbă..." msgid "Select languages" msgstr "Selectați limbile" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Selectați serviciul de moderare" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Selectare moderator" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Selectați limba postării" @@ -7752,10 +7871,6 @@ msgstr "Selectați fișierul subtitrare (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Selectați emoji-ul {emojiName} ca avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Selectați serviciul (serviciile) de moderare la care să vă raportați" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Selectați până la 3 limbi utilizate în această postare" @@ -7785,7 +7900,7 @@ msgstr "Selectați interesele dvs. din opțiunile de mai jos" msgid "Select your preferred language for translations in your feed." msgstr "Selectați limba preferată pentru traduceri în flux." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Selectați canalele de notificare preferate" @@ -7793,6 +7908,10 @@ msgstr "Selectați canalele de notificare preferate" msgid "Selecting multiple media types is not supported." msgstr "Selectarea mai multor tipuri de conținut media nu este acceptată." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Comportamente periculoase sau autovătămare" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Trimite un web site frumos!" @@ -7818,7 +7937,7 @@ msgstr "Trimiteți feedback" msgid "Send message" msgstr "Trimitere mesaj" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Trimitere postare către {name}" @@ -7826,18 +7945,7 @@ msgstr "Trimitere postare către {name}" msgid "Send post to..." msgstr "Trimitere postare către..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Trimitere raport" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Trimitere raport către {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Trimitere raport către {title}" @@ -7858,7 +7966,7 @@ msgstr "Trimitere prin mesaj direct" msgid "Sends email with confirmation code for account deletion" msgstr "Trimite e-mail cu codul de confirmare pentru ștergerea contului" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Adresă server" @@ -7874,10 +7982,18 @@ msgstr "Setați data nașterii" msgid "Set new password" msgstr "Setați parola nouă" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +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." + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Configurați-vă contul" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Stabiliți cine poate răspunde la postarea dvs." + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Setează e-mailul pentru resetarea parolei" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Setări salvate" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Activitate sexuală sau nuditate erotică." @@ -7953,7 +8069,7 @@ msgstr "Sugestiv Sexual" msgid "Share" msgstr "Distribuiți" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Distribuiți" @@ -7996,7 +8112,7 @@ msgstr "Distribuiți postarea at:// URI" msgid "Share QR code" msgstr "Distribuiți codul QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Distribuiți acest flux" @@ -8012,8 +8128,8 @@ msgstr "Distribuiți acest pachet de pornire și ajutați oamenii să se alătur #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Partajați-vă fluxurile favorite!" msgid "Shared Preferences Tester" msgstr "Tester Preferințe Partajate" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Afișare text alternativ" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Afișați oricum" @@ -8067,6 +8183,10 @@ msgstr "Afișați mai puține asemănătoare" msgid "Show list anyway" msgstr "Afișați lista oricum" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Afișați liste de utilizatori din care puteți selecta" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Afișați mai multe" @@ -8080,7 +8200,7 @@ msgstr "Afișați mai multe asemănătoare" msgid "Show more replies" msgstr "Afișați mai multe răspunsuri" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Afișați răspunsurile postării într-o vizualizare de tip arbore cu fire" @@ -8098,10 +8218,6 @@ msgstr "Afișați răspunsurile" msgid "Show replies as" msgstr "Afișați răspunsurile ca" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Afișați răspunsurile persoanelor pe care le urmăriți înaintea tuturor celorlalte răspunsuri" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Afișare avertisment" msgid "Show warning and filter from feeds" msgstr "Afișează avertismente și filtrează din fluxuri" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Afișează informații despre când a fost creată această postare" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Afișează conținutul" @@ -8145,7 +8261,7 @@ msgstr "Afișează conținutul" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Afișează conținutul" msgid "Sign in" msgstr "Conectați-vă" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Conectați-vă ca {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Conectați-vă ca..." @@ -8177,7 +8293,7 @@ msgstr "Conectați-vă sau creați un cont" msgid "Sign in or create your account to join the conversation!" msgstr "Conectați-vă sau creați-vă un cont pentru a vă alătura conversației!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Conectați-vă la un cont care nu este listat" @@ -8243,7 +8359,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/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Mai mic" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Unele persoane pot răspunde" @@ -8280,7 +8396,7 @@ msgstr "Cineva a reacționat cu {0}" msgid "Someone reacted {0} to {1}" msgstr "Cineva a reacționat cu {0} la {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Ceva nu a fost în regulă cu datele pe care încercați să le raportați. Vă rugăm să contactați asistența." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Ceva nu a mers bine" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Ceva n-a mers bine, vă rugăm să încercați din nou" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Ceva nu a mers bine!" msgid "Something went wrong. Please try again in a moment." msgstr "Ceva nu a mers bine, vă rugăm încercați din nou." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Ceva n-a mers bine. Vă rugăm să încercați din nou." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "E ceva în neregulă? Anunțați-ne." @@ -8327,34 +8442,30 @@ msgstr "Ne pare rău, nu putem încărca sugestiile de conturi în acest moment. 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." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Sortare răspunsuri" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Sortare răspunsuri după" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Sortați răspunsurile la aceeași postare după:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Sursa: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; mențiuni sau răspunsuri excesive" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +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/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; mențiuni sau răspunsuri excesive" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Începeți o conversație și ea va apărea aici." @@ -8403,11 +8514,11 @@ msgstr "Pachet de pornire de <0/>" msgid "Starter pack by you" msgstr "Pachet de pornire de dvs." -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Pachetul de pornire nu este valid" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Pachete de pornire" @@ -8436,8 +8547,8 @@ msgstr "Povestiri" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Depuneți contestație" msgid "Submit Appeal" msgstr "Depuneți contestație" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Trimiteți raportul" @@ -8494,7 +8605,7 @@ msgstr "Succes!" msgid "Successfully verified" msgstr "Verificat cu succes" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Conturi Sugerate" @@ -8506,17 +8617,17 @@ msgstr "Conturi Sugerate" msgid "Suggested for you" msgstr "Sugerat pentru dvs." -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Sugestiv" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Răsărit" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Apus de soare" @@ -8547,10 +8658,10 @@ msgstr "Comutare conturi" msgid "Switch to {0}" msgstr "Comutați la {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistem" @@ -8591,6 +8702,10 @@ msgstr "Atingeți pentru a închide meniul contextual" msgid "Tap to dismiss" msgstr "Atingeți pentru a închide" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Hărțuire vizată" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Sarcină completă - 10 urmăriri!" @@ -8620,8 +8735,8 @@ msgstr "Spuneți-ne un pic despre dvs." msgid "Tell us a little more" msgstr "Spuneți-ne un pic mai mult" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Termeni" @@ -8637,26 +8752,11 @@ msgstr "Termeni" msgid "Terms of Service" msgstr "Termenii de Serviciu" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Termenii folosiți încalcă standardele comunității" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Text & etichete" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Câmp text" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Câmp introducere text" @@ -8665,10 +8765,6 @@ msgstr "Câmp introducere text" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Vă mulțumim pentru feedback! Acesta a fost trimis operatorului fluxului." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Vă mulțumim. Raportul dvs. a fost trimis." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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ă." @@ -8678,7 +8774,7 @@ msgstr "Vă mulțumim, v-ați verificat cu succes adresa de e-mail. Puteți înc msgid "Thanks! You're all set." msgstr "Vă mulțumim! Totul este gata." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Acesta conține următoarele:" @@ -8699,11 +8795,11 @@ msgstr "Acel nume de utilizator este deja luat" msgid "That's all, folks!" msgstr "Asta-i tot, oameni buni!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Asta e tot!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Contul va putea interacționa cu dvs. după deblocare." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Aplicația va fi repornită" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Autorul acestui fir a ascuns acest răspuns." @@ -8750,11 +8846,11 @@ msgstr "Experiența este mai bună în aplicație. Descărcați Bluesky acum și msgid "The feed has been replaced with Discover." msgstr "Fluxul a fost înlocuit cu Descoperă." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Următoarele etichete au fost aplicate contului dvs." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Următoarele etichete au fost aplicate conținutului dvs." @@ -8788,7 +8884,7 @@ msgstr "Videoclipul selectat este mai mare de 100 MB. Vă rugăm să încercaț 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Termenii de Serviciului au fost mutați la" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Temă" @@ -8827,7 +8923,7 @@ msgstr "A apărut o problemă la conectarea la Tenor." msgid "There was an issue contacting the server" msgstr "A apărut o problemă la contactarea serverului" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "A apărut o problemă la contactarea serverului, vă rugăm să vă veri 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "A apărut o problemă la preluarea postărilor. Atingeți aici pentru a msgid "There was an issue fetching the list. Tap here to try again." msgstr "A apărut o problemă la preluarea listei. Atingeți aici pentru a încerca din nou." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "A apărut o problemă la preluarea parolelor aplicației dvs." @@ -8862,11 +8958,6 @@ msgstr "A apărut o problemă la preluarea informațiilor dvs. de serviciu" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "A apărut o problemă la eliminarea acestui flux. Vă rugăm să vă verificați conexiunea la internet și să încercați din nou." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "A apărut o problemă la trimiterea raportului dvs. Vă rugăm să vă verificați conexiunea la internet." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "A apărut o problemă la actualizarea fluxurilor dvs., vă rugăm să v #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "A apărut o problemă la actualizarea fluxurilor dvs., vă rugăm să v msgid "There was an issue! {0}" msgstr "A apărut o problemă! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "A apărut o problemă neașteptată în aplicație. Vă rugăm să ne sp 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:654 +msgid "These are your default settings" +msgstr "Acestea sunt setările dvs. implicite" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Aceste setări se aplică numai fluxului Urmăriți." @@ -8941,7 +9036,7 @@ msgstr "Acest cont este blocat de una sau mai multe dintre listele dvs. de moder msgid "This action can be undone at any time." msgstr "Această acțiune poate fi anulată în orice moment." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Această contestație va fi trimisă la <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Acest conținut este găzduit de {0}. Doriți să activați conținutul media extern?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Acest conținut nu este disponibil deoarece unul dintre utilizatorii implicați l-a blocat pe celălalt." @@ -9006,7 +9101,7 @@ msgstr "Această caracteristică nu este disponibilă când utilizați o Parolă msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Acest flux primește în prezent trafic ridicat și este temporar indisponibil. Vă rugăm să încercați din nou mai târziu." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Acest flux este gol! S-ar putea să fie nevoie să urmăriți mai mulți utilizatori sau să ajustați setările de limbă." @@ -9020,7 +9115,7 @@ msgstr "Acest flux este gol." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Acest flux nu mai este online. În schimb, afișăm <0>Descoperă0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Acest identificator este rezervat. Vă rugăm să încercați unul diferit." @@ -9037,7 +9132,7 @@ msgstr "Acesta nu este un link valid" msgid "This label was applied by the author." msgstr "Această etichetă a fost aplicată de autor." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Această etichetă a fost aplicată de dvs." @@ -9065,11 +9160,11 @@ msgstr "Această listă este goală." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Acest serviciu de moderare nu este disponibil. Consultați mai jos pentru mai multe detalii. Dacă problema persistă, contactați-ne." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Această postare pretinde că a fost creată pe <0>{0}0>, dar a fost văzută prima dată de Bluesky pe <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Acest răspuns va fi sortat într-o secțiune ascunsă în partea de jos 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Acest lucru ar trebui să creeze un registru la:" @@ -9113,7 +9208,7 @@ msgstr "Acest lucru ar trebui să dureze doar câteva minute." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Acest utilizator nu are un nume afișat, și prin urmare, nu poate fi verificat." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Acest utilizator nu are urmăritori." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Acest utilizator v-a blocat." #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Acest utilizator v-a blocat. Nu puteți vizualiza conținutul acestuia." @@ -9142,7 +9237,7 @@ msgstr "Acest utilizator este inclus în lista <0>{0}0> pe care ați amuțit-o msgid "This user is new here. Press for more info about when they joined." msgstr "Acest utilizator este nou aici. Apăsați pentru mai multe informații despre momentul când s-a alăturat." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Acest utilizator nu urmărește pe nimeni." @@ -9168,7 +9263,7 @@ msgstr "Opțiuni fire" msgid "Thread preferences" msgstr "Preferințe fir" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Preferințe fir" @@ -9181,6 +9276,10 @@ msgstr "Fire" msgid "Threads Preferences" msgstr "Preferințe fire" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Amenințări sau incitări" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Timp rămas: {0, plural, one {O secundă} few {# secunde} other {# secunde}}" @@ -9198,10 +9297,6 @@ msgstr "Pentru a dezactiva metoda A2F prin e-mail, verificați accesul la <0>{0} msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Pentru a raporta o conversație, vă rugăm să raportați unul dintre mesajele acesteia prin intermediul ecranului de conversație. Acest lucru le permite moderatorilor noștri să înțeleagă contextul problemei dvs." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Cui ați dori să trimiteți acest raport?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Astăzi" @@ -9222,8 +9317,8 @@ msgstr "Sus" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Răspunsurile de top primele" @@ -9231,17 +9326,17 @@ msgstr "Răspunsurile de top primele" msgid "Topic" msgstr "Subiect" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Traducere" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Vizualizare arbore" @@ -9253,6 +9348,10 @@ msgstr "În tendințe" msgid "Trending Videos" msgstr "Videoclipuri în tendințe" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolling" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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 încredere0>: organizații care pot emite în mod direct verificări." @@ -9274,7 +9373,7 @@ msgstr "Autentificare cu doi factori (A2F)" msgid "Type your message here" msgstr "Tastați aici mesajul dvs." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tip:" @@ -9294,13 +9393,13 @@ msgstr "Nu vă putem contacta serviciul. Verificați conexiunea la internet și #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Imposibil de șters" @@ -9324,27 +9423,27 @@ msgstr "Informații flux indisponibile" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Deblocare" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Deblocare" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Deblocare cont" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Deblocare cont?" @@ -9369,12 +9468,7 @@ msgstr "Anulare repostare" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Refacere repostare ({0, plural, one {o repostare} few {# repostări} other {# de repostări}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Nu mai urmăriți" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Nu mai urmăriți pe {0}" @@ -9383,7 +9477,7 @@ msgstr "Nu mai urmăriți pe {0}" msgid "Unfollow account" msgstr "Nu mai urmăriți contul" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Anulează urmărirea utilizatorului" @@ -9391,7 +9485,7 @@ msgstr "Anulează urmărirea utilizatorului" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Din păcate, Bluesky nu este disponibil în Mississippi în acest moment." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Din păcate, niciunul dintre etichetatorii la care sunteți abonat nu ac msgid "Unknown verifier" msgstr "Verificator necunoscut" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Conținut pentru adulți care nu este etichetat ca atare" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +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/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Nu mai apreciați ({0, plural, one {o apreciere} few {# aprecieri} other {# de aprecieri}})" @@ -9419,8 +9521,8 @@ msgstr "Dezamuțire" msgid "Unmute" msgstr "Dezamuțire" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Dezamuțiți {tag}" @@ -9431,7 +9533,7 @@ msgstr "Dezamuțiți {tag}" msgid "Unmute account" msgstr "Dezamuțire cont" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Dezamuțire conversație" @@ -9454,8 +9556,8 @@ msgstr "Activați sunetul videoclipului" msgid "Unpin" msgstr "Anulați fixarea" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Anulați fixarea fluxului" @@ -9464,8 +9566,8 @@ msgstr "Anulați fixarea fluxului" msgid "Unpin Feed" msgstr "Anulați Fixarea Fluxului" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Anulați fixarea de la acasă" @@ -9517,13 +9619,6 @@ msgstr "Dezabonat de la listă" msgid "Unsupported video type: {mimeType}" msgstr "Tip videoclip neacceptat: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Conținut sexual nedorit" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Actualizați <0>{displayName}0> în Liste" msgid "Update email" msgstr "Actualizare e-mail" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Actualizare la {domain}" @@ -9567,7 +9662,7 @@ msgstr "Se actualizează..." msgid "Upload a photo instead" msgstr "Încărcați o fotografie în schimb" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Încărcați un fișier text la:" @@ -9603,11 +9698,11 @@ msgstr "Se încarcă miniatura link-ului..." msgid "Uploading video..." msgstr "Se încarcă videoclipul..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Utilizați parolele de aplicație pentru a vă conecta la alți clienți Bluesky fără a acorda acces deplin la contul sau parola dvs." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Utilizați furnizorul implicit" @@ -9638,17 +9733,17 @@ msgstr "Utilizați asta pentru a vă conecta la cealaltă aplicație împreună msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Utilizați adresa dvs. de e-mail sau o altă adresă reală de e-mail pe care o controlați în cazul în care KWS sau Bluesky trebuie să vă contacteze." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Utilizator blocat" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Utilizator blocat" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Utilizator blocat de „{0}”" @@ -9660,7 +9755,7 @@ msgstr "Utilizator blocat de listă" msgid "User Blocked by List" msgstr "Utilizator blocat de listă" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Utilizator care vă blochează" @@ -9698,15 +9793,15 @@ msgstr "Numele de utilizator nu poate începe sau termina cu o cratimă" 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Numele de utilizator sau adresa de e-mail" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "utilizatori urmăriți de <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "utilizatorii care urmăresc pe <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "utilizatorii care urmăresc pe <0>@{0}0>" msgid "Users I follow" msgstr "Utilizatori pe care îi urmăriți" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Utilizatori din „{0}”" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Utilizatori pe care îi urmăresc" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Valoare:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Verificați codul" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verificați înregistrarea DNS" @@ -9786,8 +9873,8 @@ msgstr "Dialog verificare e-mail" msgid "Verify now" msgstr "Verificați acum" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verificare fișier text" @@ -9841,15 +9928,15 @@ msgstr "Videoclip de la {0}: {text}" msgid "Video Games" msgstr "Jocuri video" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Redarea videoclipului este întreruptă" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Videoclipul se redă" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Videoclipul nu a fost găsit." @@ -9882,11 +9969,11 @@ msgstr "Vizualizare" msgid "View {0}'s avatar" msgstr "Vizualizați avatarul lui {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Vizualizați profilul lui {0}" @@ -9906,16 +9993,11 @@ msgstr "Vizualizați postarea pe blog pentru mai multe detalii" msgid "View debug entry" msgstr "Vizualizați intrarea de depanare" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Vizualizare detalii" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Vizualizați detaliile pentru raportarea încălcării drepturilor de autor" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Vizualizați întregul fir" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Vizualizați utilizatorii care apreciază acest flux" @@ -9993,8 +10075,8 @@ msgstr "Vizualizați conturile dvs. amuțite" msgid "View your verifications" msgstr "Vizualizați-vă verificările" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Vizualizează imaginea completă" @@ -10002,6 +10084,14 @@ msgstr "Vizualizează imaginea completă" msgid "Views video in immersive mode" msgstr "Vizualizează videoclipul în modul imersiv" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Violență" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Conținut violent sau amenințător" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Când atingeți o bifă, veți vedea ce organizații au acordat verifica msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Ce limbi ați dori să vedeți în fluxurile dvs. algoritmice?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Cine poate interacționa cu această postare?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Cine poate răspunde" @@ -10249,40 +10340,38 @@ msgstr "Hopa! Nu s-au încărcat videoclipurile în tendințe." msgid "Why are you appealing?" msgstr "De ce faceți contestație?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "De ce ar trebui revizuit acest conținut?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "De ce ar trebui revizuită acestă conversație?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "De ce ar trebui revizuit acest flux?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "De ce ar trebui revizuită această listă?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "De ce ar trebui revizuit acest mesaj?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "De ce ar trebui revizuită această postare?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "De ce ar trebui revizuit acest pachet de pornire?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "De ce ar trebui revizuit acest utilizator?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Doriți să blocați acest utilizator sau/și să ștergeți această conversație?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Da" msgid "Yes, deactivate" msgstr "Da, dezactivare" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Da, ștergeți acest pachet de pornire" @@ -10373,7 +10462,7 @@ msgstr "Nu aveți permisiunea să intrați în direct" msgid "You are not allowed to upload videos." msgstr "Nu aveți voie să încărcați videoclipuri." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Nu urmăriți pe nimeni." @@ -10445,17 +10534,13 @@ msgstr "Puteți să vă reactivați contul pentru a continua să vă conectați. msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Puteți selecta până la {MAX_IMAGES, plural, one {} few {# imagini}other {# de imagini}} în total." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Puteți seta setările implicite de interacțiune în <0>Setări → Moderare → Setări de interacțiune0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Puteți actualiza acest lucru mai târziu în setări." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Nu aveți niciun urmăritor." @@ -10467,6 +10552,10 @@ msgstr "Nu urmăriți niciun utilizator care-l urmărește pe @{name}." msgid "You don't have any chat requests at the moment." msgstr "Nu aveți nicio cerere de conversație în acest moment." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Nu aveți încă nicio listă." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Nu aveți fluxuri fixate." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Ați blocat acest utilizator" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Ați blocat acest utilizator. Nu puteți vizualiza conținutul acestuia." @@ -10495,7 +10584,7 @@ msgstr "Ați dezactivat complet notificările pentru răspunsuri, citate, și me 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Ați ascuns această postare" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Ați ascuns această postare." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Ați amuțit acest cont." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Ați amuțit acest utilizator" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Nu ați amuțit încă niciun cuvânt sau etichetă" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Ați ascuns acest răspuns." @@ -10574,11 +10663,11 @@ msgstr "V-ați alăturat la Bluesky cu {timeAgoString} în urmă" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "V-ați alăturat la Bluesky folosind un pachet de pornire cu {timeAgoString} în urmă" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Puteți contesta etichetele non-automate dacă credeți că au fost plasate în mod greșit." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Puteți contesta aceste etichete dacă considerați că au fost plasate în mod greșit." @@ -10614,10 +10703,6 @@ msgstr "Trebuie să completați verificarea vârstei pentru a accesa acest ecran 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Trebuie să selectați cel puțin un etichetator pentru un raport" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Sunteți gata de pornire!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "V-ați conectat cu o Parolă pentru Aplicație. Vă rugăm să vă conectați cu parola principală pentru a continua să vă dezactivați contul." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Ați depus deja o contestație împotriva acestei etichete, iar aceasta este analizată de echipa noastră de moderare." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Ați ales să ascundeți un cuvânt sau o etichetă în cadrul acestei postări." @@ -10750,7 +10839,7 @@ msgstr "Ați atins limita zilnică pentru încărcări de videoclipuri (prea mul 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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ă?" @@ -10786,7 +10875,7 @@ msgstr "Contestația dvs. a fost trimisă. Dacă contestația dvs. este acceptat msgid "Your birth date" msgstr "Data nașterii" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Browserul dvs. nu acceptă formatul video. Vă rugăm să încercați un alt browser." @@ -10798,7 +10887,7 @@ msgstr "Conversațiile dvs. au fost dezactivate" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Alegerea dvs. va fi memorată pentru link-urile viitoare. Puteți să o schimbați oricând în setări." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Identificatorul dvs. actual <0>{0}0> va rămâne automat rezervat pentru dvs. Puteți reveni oricând la acesta din acest cont." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Urmăritorii dvs." @@ -10905,14 +10994,10 @@ msgstr "Profilul, postările, fluxurile și listele dvs. nu vor mai fi vizibile msgid "Your reply was sent" msgstr "Răspunsul dvs. a fost trimis" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Raportul dvs. va fi trimis la <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Raportul dvs. va fi trimis la Serviciul de Moderare Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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ă." diff --git a/src/locale/locales/ru/messages.po b/src/locale/locales/ru/messages.po index c53afb04f9..e90ed7e306 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Категория \"{interestsDisplayName}\" (активна)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {подписчик} few {подписчика} other { msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {подписка} few {подписки} other {подписок}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {лайк} few {лайка} other {лайков}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {лайк} few {лайка} other {лайков}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {пост} few {поста} other {постов}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {цитирование} few {цитирования} other {цитирований}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {репост} few {репоста} other {репостов}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, one {{1} пост} few {{1} поста} many {{1} постов} other {{1} поста}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, few {# человека воспользовались} other {# человек воспользовался}} этим стартовым набором!" @@ -133,6 +133,10 @@ msgstr "{0, plural, few {# человека воспользовались} oth msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {час} few {часа} other {часов msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {минута} few {минуты} other {минут}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}}0> подписались на вас" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другому} other {{formattedAuthorsCount} другим}}0> понравилась ваша лента" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другому} other {{formattedAuthorsCount} другим}}0> понравился ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}}0> сняли верификацию с вашей учётной записи" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}}0> репостнули ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}}0> зарегистрировались с вашим стартовым набором" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} и <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}}0> верифицировали вас" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} подписался на вас" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} подписался на вас в ответ" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} понравилась ваша лента" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} понравился ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} понравился ваш репост" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} снял верификацию с вашей учётной записи" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} репостнул ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} репостнул ваш репост" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} зарегистрировался с вашим стартовым набором" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} верифицировал вас" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} подписались на вас" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другому} other {{formattedAuthorsCount} другим}} понравилась ваша лента" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другому} other {{formattedAuthorsCount} другим}} понравился ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} сняли верификацию с вашей учётной записи" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} репостнули ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} зарегистрировались с вашим стартовым набором" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} и {additionalAuthorsCount, plural, one {{formattedAuthorsCount} другой} other {{formattedAuthorsCount} других}} верифицировали вас" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} подписался на вас" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} подписался на вас в ответ" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} понравилась ваша лента" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} понравился ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "Пользователю {firstAuthorName} понравился ваш репост" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} снял верификацию с вашей учётной записи" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} репостнул ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "Пользователь {firstAuthorName} сделал репост вашего репоста" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} зарегистрировался с вашим стартовым набором" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} верифицировал вас" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} подписок" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> и<1> 1><2>{1} 2> входят в ваш стартовы msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> входит в ваш стартовый набор" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> участников" @@ -515,7 +519,7 @@ msgstr "⚠Недопустимый псевдоним" msgid "24 hours" msgstr "24 часа" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Подтверждение 2FA" @@ -560,12 +564,16 @@ msgstr "Скриншот страницы профиля со значком к msgid "About" msgstr "Описание" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Принять" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Принять запрос на беседу" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Настройки Доступности" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Учётная запись" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Учётная запись игнорируется" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Учётная запись игнорируется" @@ -627,11 +635,15 @@ msgstr "Учётная запись игнорируется списком" msgid "Account options" msgstr "Параметры учётной записи" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Учётная запись удалена из быстрого доступа" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Добавьте ещё {0}, чтобы продолжить" msgid "Add {displayName} to starter pack" msgstr "Добавить {displayName} в стартовый набор" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Добавить предупреждение о содержимом" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Добавить пароль приложения" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Добавить пароль приложения" @@ -745,8 +757,8 @@ msgstr "Добавить эмодзи-реакцию" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Добавить подробности (опционально)" @@ -783,7 +795,7 @@ msgstr "Добавьте ленты в свой стартовый набор!" msgid "Add the default feed of only people you follow" msgstr "Добавьте в ленту по умолчанию только тех людей, на кого вы подписаны" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Добавьте следующую DNS-запись к вашему домену:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "Дополнительные сведения (не больше 1000 символов)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Дополнительные сведения (до 300 символов)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Для взрослых" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Содержимое для взрослых" @@ -846,11 +862,15 @@ msgstr "Содержимое для взрослых можно включить msgid "Adult content is disabled." msgstr "Содержимое для взрослых отключено." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Метки содержимого для взрослых" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Расширенные" @@ -903,6 +923,10 @@ msgstr "Все сохранённые ленты в одном месте." msgid "Allow access to your direct messages" msgstr "Разрешите доступ к своим личным сообщениям" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Разрешить новые сообщения от" msgid "Allow others to be notified of your posts" msgstr "Разрешить уведомлять других пользователей о ваших постах" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Разрешить цитировать посты" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Разрешить ответы от:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Позволяет получить доступ к личным сообщениям" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Уже есть код?" @@ -1003,14 +1039,18 @@ msgstr "При обновлении ленты произошла ошибка." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "При создании вашего стартового набора возникла ошибка. Хотите попробовать ещё раз?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "При загрузке видео возникла ошибка. Пожалуйста, повторите попытку позже." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "При загрузке видео возникла ошибка. Пожалуйста, попробуйте ещё раз." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "При сохранении QR-кода возникла ошибка!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "Иллюстрация, показывающая, что Bluesky выбирает доверенных верификаторов, а те, в свою очередь, верифицируют учётные записи индивидуальных пользователей." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Проблема не включена в эти варианты" @@ -1050,10 +1089,10 @@ msgstr "При попытке открыть чат возникла пробл #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Возникла проблема, пожалуйста, попробуйте ещё раз." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "Макет iPhone с интерфейсом Bluesky на экране, в приложении открыт профиль пользователя, рядом с его именем стоит синяя галочка." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "неизвестный маркировщик" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "и" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "Представляем верификацию на Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Антисоциальное поведение" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Любой может взаимодействовать" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Язык приложения" msgid "App Password" msgstr "Пароль приложения" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Пароль приложения удалён" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Пароли приложений" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Пароли приложений" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Оспорить" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Оспорить метку \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Обжаловать это решение" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Применить рекомендуемые по умолчанию л msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Архивный пост от {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Архивный пост" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Вы уверены, что хотите удалить пароль приложения \"{0}\"?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Вы уверены, что хотите удалить это сообщение? Сообщение будет удалено для вас, но не для другого участника." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Вы уверены, что хотите удалить этот стартовый набор?" @@ -1252,7 +1298,7 @@ msgstr "Вы пишете на <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Искусство" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Художественная или неэротическая обнаженность." @@ -1269,7 +1315,7 @@ msgstr "Назначьте тему для алгоритма" msgid "At least 8 characters" msgstr "Как минимум 8 символов" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Аврора" @@ -1284,21 +1330,21 @@ msgstr "Автовоспроизведение видео и GIF-файлов" msgid "Available" msgstr "Доступен" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Назад" msgid "Back to Chats" msgstr "Вернуться к чатам" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Чтобы создать пост или ответить, необхо msgid "Before creating a starter pack, you must first verify your email." msgstr "Чтобы создать стартовый набор, необходимо сначала подтвердить свою электронную почту." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Чтобы принять этот запрос на чат, необходимо сначала подтвердить свою электронную почту." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Перед тем, как вы будете получать уведомления о постах пользователя {name}, вы должны подтвердить свой адрес электронной почты." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Дата рождения" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Заблокировать" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Заблокировать учётную запись?" msgid "Block accounts" msgstr "Заблокировать учётные записи" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Заблокировать и удалить" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Заблокировать и/или удалить эту беседу" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Заблокировать список" @@ -1402,15 +1452,19 @@ msgstr "Блокировать или пожаловаться" msgid "Block these accounts?" msgstr "Заблокировать эти учётные записи?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Заблокировать пользователя" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Заблокировать пользователя" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Заблокировано" @@ -1449,25 +1503,25 @@ msgstr "Блокировка не помешает добавлять метки msgid "Blog" msgstr "Блог" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky не может подтвердить подлинность заявленной даты." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 - это открытая сеть, где вы можете выбрать хостинг-провайдера. Если вы разработчик, вы можете создать свой собственный сервер." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky - это открытая сеть, где вы можете сами выбирать провайдера. Если вы впервые здесь, мы рекомендуем выбрать Bluesky Social по умолчанию." @@ -1513,6 +1567,10 @@ msgstr "Размыть изображения и отфильтровать их msgid "Books" msgstr "Книги" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Просмотреть другие учётные записи на странице Explore" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Бизнес" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "От {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "От <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Камера" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Отменить реактивацию и выйти из систем msgid "Cancel search" msgstr "Отменить поиск" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Невозможно взаимодействовать с заблокированным пользователем" @@ -1697,12 +1756,12 @@ msgstr "Изменить язык приложения" msgid "Change Handle" msgstr "Изменить псевдоним" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Изменить службу модерации" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Изменить пароль" @@ -1710,7 +1769,11 @@ msgstr "Изменить пароль" msgid "Change password dialog" msgstr "Окно изменения пароля" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Причина изменения жалобы" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Чат" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Чат удалён" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Чат без звука" @@ -1769,7 +1832,7 @@ msgstr "Почтовый ящик запросов на чат" msgid "Chat requests" msgstr "Запросы на чат" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Настройки чата" msgid "Chat Settings" msgstr "Настройки чата" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Чат со звуком" @@ -1797,7 +1860,7 @@ msgstr "Чаты" msgid "Check my status" msgstr "Проверить мой статус" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Проверьте свою электронную почту на наличие кода для входа и введите его здесь." @@ -1805,6 +1868,14 @@ msgstr "Проверьте свою электронную почту на на msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Проверьте свой почтовый ящик на наличие электронного письма с кодом подтверждения и введите его ниже:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Выберите метод подтверждения домена" @@ -1833,7 +1904,7 @@ msgstr "Выберите алгоритмы, которые будут напо msgid "Choose this color as your avatar" msgstr "Выберите этот цвет в качестве своего аватара" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Выберите провайдера вашей учётной записи" @@ -1882,14 +1953,6 @@ msgstr "Нажмите здесь, чтобы перезапустить про msgid "Click here to update your email" msgstr "Нажмите здесь, чтобы обновить свою электронную почту" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Нажмите, чтобы отключить цитирование этого поста." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Нажмите, чтобы включить цитирование этого поста." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Нажмите, чтобы открыть меню тегов для {tag}" @@ -1919,9 +1982,11 @@ msgstr "Клип 🐴 клоп 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Клип 🐴 клоп 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Закрыть" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Закрыть диалоговое окно" @@ -2018,16 +2083,16 @@ msgstr "Закрывает подборщик эмодзи" msgid "Closes viewer for header image" msgstr "Закрывает просмотр изображения" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Свернуть список пользователей" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Сворачивает список пользователей для данного уведомления" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Цветовой режим" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Код подтверждения" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Соединение..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Языки содержимого" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Содержимое недоступно" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Предупреждение о содержимом" @@ -2212,7 +2281,7 @@ msgstr "Фон контекстного меню, нажмите, чтобы з msgid "Continue" msgstr "Далее" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Продолжить как {0} (текущий пользователь)" @@ -2236,8 +2305,8 @@ msgstr "Перейти к следующему шагу" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Беседа удалена" @@ -2254,7 +2323,7 @@ msgstr "Кулинария" msgid "Copied build version to clipboard" msgstr "Версия сборки скопирована в буфер обмена" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Версия сборки скопирована в буфер обме msgid "Copied to clipboard" msgstr "Скопировано в буфер обмена" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Скопировано!" @@ -2290,23 +2359,23 @@ msgstr "Копировать at:// URI" msgid "Copy author DID" msgstr "Копировать DID автора" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Копировать код" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Копировать DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Копировать хост" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Копировать ссылку" @@ -2331,12 +2400,12 @@ msgstr "Копировать ссылку на пост" msgid "Copy link to profile" msgstr "Копировать ссылку на профиль" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Копировать ссылку на стартовый набор" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Копировать текст сообщения" @@ -2354,7 +2423,7 @@ msgstr "Копировать текст поста" msgid "Copy QR code" msgstr "Копировать QR-код" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Копировать значение TXT-записи" @@ -2377,8 +2446,8 @@ msgstr "Не удалось подключиться к сервису лент" msgid "Could not find profile" msgstr "Не удалось найти профиль" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Не удалось выйти из чата" @@ -2392,7 +2461,7 @@ msgstr "Не удалось загрузить ленту" msgid "Could not load list" msgstr "Не удалось загрузить список" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Не удалось заглушить чат" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Создать новую учётную запись" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Создать отчёт для {0}" @@ -2490,7 +2560,7 @@ msgstr "Создать стартовый набор" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Создано: {0}" @@ -2503,8 +2573,8 @@ msgstr "Создатель был заблокирован" msgid "Culture" msgstr "Культура" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Пользовательский" @@ -2512,18 +2582,22 @@ msgstr "Пользовательский" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Настройте, кто может взаимодействовать с этим постом." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Настройте свой опыт работы с Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Тёмная" @@ -2536,7 +2610,7 @@ msgstr "Тёмная" msgid "Dark mode" msgstr "Тёмный режим" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Тёмная тема" @@ -2558,7 +2632,11 @@ msgstr "Настройка модерации" msgid "Debug panel" msgstr "Панель отладки" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "По умолчанию" @@ -2566,14 +2644,14 @@ msgstr "По умолчанию" msgid "Default icons" msgstr "Иконки по умолчанию" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Удалить" @@ -2586,16 +2664,16 @@ msgstr "Удалить учётную запись" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Удаление учётной записи <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Удалить пароль для приложения" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Удалить пароль для приложения?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Удалить чат" @@ -2603,18 +2681,18 @@ msgstr "Удалить чат" msgid "Delete chat declaration record" msgstr "Удалить запись объявления чата" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Удалить беседу" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Удалить беседу" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Удалить для меня" @@ -2623,11 +2701,11 @@ msgstr "Удалить для меня" msgid "Delete list" msgstr "Удалить список" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Удалить сообщение" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Удалите сообщение для меня" @@ -2641,12 +2719,12 @@ msgstr "Удалить мою учётную запись" msgid "Delete post" msgstr "Удалить пост" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Удалить стартовый набор" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Удалить стартовый набор?" @@ -2709,11 +2787,11 @@ msgstr "Режим разработчика включен" msgid "Developer options" msgstr "Опции разработчика" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Диалог: настройте, кто может взаимодействовать с этим постом" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Тусклая" @@ -2735,6 +2813,14 @@ msgstr "Отключить 2FA по электронной почте" msgid "Disable haptic feedback" msgstr "Отключить тактильную обратную связь" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Отключить субтитры" @@ -2778,7 +2864,7 @@ msgstr "Попросить приложения не показывать мою msgid "Discover new custom feeds" msgstr "Откройте для себя новые пользовательские ленты" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Откройте для себя новые ленты" @@ -2817,8 +2903,8 @@ msgstr "Имя" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Панель DNS" @@ -2830,7 +2916,7 @@ msgstr "Не применять это игнорируемое слово к п msgid "Does not include nudity." msgstr "Не содержит обнаженности." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Домен проверен!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Дважды нажмите или зажмите сообщение, ч msgid "Double tap to close the dialog" msgstr "Дважды нажмите, чтобы закрыть диалог" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Дважды нажмите, чтобы поставить лайк" @@ -2903,6 +2990,10 @@ msgstr "Скачать Bluesky" msgid "Download CAR file" msgstr "Скачать CAR файл" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Перетащите и отпустите, чтобы добавить изображение" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Редактировать людей" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Редактировать настройки взаимодействия с постом" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Редактировать профиль" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Редактировать профиль" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Редактировать стартовый набор" @@ -3034,7 +3129,7 @@ msgstr "Редактировать стартовый набор" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Редактировать, кто может отвечать" @@ -3085,7 +3180,7 @@ msgstr "Подтверждение электронной почты завер msgid "Email Verified" msgstr "Электронная почта подтверждена" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Встроить HTML-код" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Встроенный видеоплеер" @@ -3141,6 +3236,10 @@ msgstr "Включите уведомления для учётной запис msgid "Enable push notifications" msgstr "Включить push-уведомления" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Включить субтитры" @@ -3200,7 +3299,7 @@ msgstr "Введите домен, который вы хотите исполь msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Введите адрес электронной почты, который вы использовали для создания учётной записи. Мы вышлем вам \"код подтверждения\", чтобы вы могли установить новый пароль." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Введите псевдоним или адрес электронной почты, с которым вы создавали учётную запись" @@ -3213,7 +3312,7 @@ msgstr "Введите вашу дату рождения" msgid "Enter your email address" msgstr "Введите адрес электронной почты" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Введите ваш пароль" @@ -3258,22 +3357,18 @@ msgstr "Ошибка получения ответа Captcha." msgid "Error: {error}" msgstr "Ошибка: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Всех" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Каждый может ответить" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Все могут ответить на этот пост." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Все" @@ -3282,16 +3377,6 @@ msgstr "Все" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Чрезмерные упоминания или ответы" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Чрезмерные или нежелательные сообщения" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Исключить пользователей, на которых вы подписаны" @@ -3316,7 +3401,7 @@ msgstr "Выходит из режима просмотра" msgid "Expand alt text" msgstr "Развернуть альтернативный текст" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Развернуть список пользователей" @@ -3328,7 +3413,7 @@ msgstr "Развернуть или свернуть весь пост, на к msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Разворачивает или сворачивает текст поста" @@ -3348,7 +3433,7 @@ msgstr "Истёкший срок" msgid "Expires {0}" msgstr "Истекает {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Истекает через {0}" @@ -3407,13 +3492,17 @@ msgstr "Внешние медиа могут позволить веб-сайт msgid "External Media Preferences" msgstr "Настройка внешних медиа" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Не удалось принять чат" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Не удалось добавить эмодзи-реакцию" @@ -3421,7 +3510,7 @@ msgstr "Не удалось добавить эмодзи-реакцию" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Не удалось изменить псевдоним. Попробуйте ещё раз." @@ -3438,13 +3527,13 @@ msgstr "Не удалось создать беседу" msgid "Failed to create starter pack" msgstr "Не удалось создать стартовый набор" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Не удалось удалить чат" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Не удалось удалить сообщение" @@ -3452,7 +3541,7 @@ msgstr "Не удалось удалить сообщение" msgid "Failed to delete post, please try again" msgstr "Не удалось удалить пост, попробуйте ещё раз" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Не удалось удалить стартовый набор" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "Не удалось загрузить беседы" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Не удалось загрузить настройки ленты" @@ -3498,14 +3587,14 @@ msgstr "Не удалось загрузить предыдущие сообще msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Не удалось загрузить предложенные ленты" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Не удалось загрузить предложенные подписки" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Не удалось закрепить пост" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Не удалось удалить эмодзи-реакцию" @@ -3535,7 +3624,8 @@ msgstr "Не удалось снять верификацию" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Не удалось сохранить изображение: {0}" @@ -3557,7 +3647,7 @@ msgstr "Не удалось отправить" msgid "Failed to send email, please try again." msgstr "Не удалось отправить письмо на электронную почту, попробуйте ещё раз." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Не удалось подать апелляцию, попробуйте ещё раз." @@ -3606,6 +3696,14 @@ msgstr "Не удалось подтвердить электронную поч msgid "Failed to verify handle. Please try again." msgstr "Не удалось проверить псевдоним. Попробуйте ещё раз." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Лента" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Меню ленты" @@ -3635,8 +3733,8 @@ msgstr "Переключатель ленты" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Обратная связь" @@ -3696,7 +3794,7 @@ msgstr "Фильтр поиска по языку (текущий: {currentLangu msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Найдите учётные записи для подписки" msgid "Find people to follow" msgstr "Найти людей, чтобы подписаться" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Найти посты, пользователей и ленты в Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Финиш" msgid "Fitness" msgstr "Фитнес" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Плоский черный" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Плоский синий" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Плоский белый" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Гибкий" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Подписаться" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Подписаться" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Подписаться на {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Подписаться на {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Подписаться на все аккаунты" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Подписаться в ответ" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Подписаться в ответ" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Подписчики, которых вы знаете" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Подписки" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Подписки" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Подписка на {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Подписан на {handle}" @@ -3894,11 +3988,11 @@ msgstr "Подписан на вас" msgid "Follows You" msgstr "Подписан на вас" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Шрифт" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Размер шрифта" @@ -3919,7 +4013,7 @@ msgstr "По соображениям безопасности нам нужно msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "В целях безопасности вы не сможете просмотреть его снова. Если вы потеряете этот пароль приложения, вам придётся сгенерировать новый." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Для наилучшего восприятия мы рекомендуем использовать тематический шрифт." @@ -3941,11 +4035,11 @@ msgstr "Забудьте о шуме" msgid "Forgot Password" msgstr "Забыли пароль" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Забыли пароль?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Забыли пароль?" @@ -3953,12 +4047,7 @@ msgstr "Забыли пароль?" msgid "Free your feed" msgstr "Освободите свою ленту" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Часто публикует неприемлемый контент" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "От" @@ -4011,7 +4100,7 @@ msgstr "Получайте уведомления, когда люди репо msgid "Get notifications when people repost your posts." msgstr "Получайте уведомления, когда люди репостят ваши посты." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Получайте уведомления о новых постах" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Придайте своему профилю лицо" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Грубые нарушения закона или условий использования" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Грубые нарушения закона или условий ис #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Вернуться" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Вернуться" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Вернуться к предыдущему шагу" @@ -4123,7 +4208,7 @@ msgstr "Выйти в прямой эфир" msgid "Go live for" msgstr "Выйти в прямой эфир на" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Перейти в профиль {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Далее" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "В профиль" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Перейти к профилю пользователя" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Графический медиаконтент" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Полпути пройдено!" msgid "Handle" msgstr "Псевдоним" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Этот псевдоним уже занят. Пожалуйста, попробуйте другой." @@ -4182,7 +4279,7 @@ msgstr "Этот псевдоним уже занят. Пожалуйста, п msgid "Handle changed!" msgstr "Псевдоним изменён!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Псевдоним слишком длинный. Пожалуйста, попробуйте более короткий." @@ -4190,10 +4287,17 @@ msgstr "Псевдоним слишком длинный. Пожалуйста, msgid "Haptics" msgstr "Тактильные ощущения" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Домогательства, троллинг или нетерпимость" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Хештег" msgid "Hashtag {tag}" msgstr "Хештег {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Возникли проблемы?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Справка" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "Скрыто" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Скрыто настройками модерации." @@ -4248,7 +4356,7 @@ msgstr "Скрытый список" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Скрытый список" msgid "Hide" msgstr "Скрыть" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Скрыть" @@ -4269,6 +4377,10 @@ msgstr "Скрыть" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Скрыть актуальные темы?" msgid "Hide trending videos?" msgstr "Скрыть актуальные видео?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Скрыть список пользователей" @@ -4320,7 +4432,7 @@ msgstr "Скрыть список пользователей" msgid "Hide verification badges" msgstr "Скрыть значки верификации" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Скрывает содержимое" @@ -4365,12 +4477,12 @@ msgstr "Подождите! Мы постепенно даём доступ к msgid "Home" msgstr "Главная" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Хост:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Хостинг-провайдер" @@ -4383,6 +4495,10 @@ msgstr "Горячее" msgid "How should we open this link?" msgstr "Как вы хотите открыть эту ссылку?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Если вы хотите изменить пароль, мы отпр msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Если вы разработчик, вы можете разместить свой собственный сервер." @@ -4443,12 +4559,7 @@ msgstr "Если вы разработчик, вы можете размести msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Если вы хотите изменить свой псевдоним или электронную почту, сделайте это до деактивации." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Незаконно и срочно" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Изображение" @@ -4461,29 +4572,24 @@ msgstr "Кэш изображений очищен" msgid "Image cache cleared, freed {0}" msgstr "Кэш изображений очищен, освобождено {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Изображение сохранено" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Изображения не могут быть сохранены, если у приложения нет разрешения на доступ к галерее." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Выдавание себя за другое лицо или ложные утверждения о личности или принадлежности" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Выдача себя за другого, дезинформация или ложные заявления" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "В приложении" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Уведомления в приложении" @@ -4507,17 +4613,12 @@ msgstr "В приложении, Push, Все" msgid "In-app, Push, People you follow" msgstr "В приложении, Push, Люди, на которых вы подписаны" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Неприемлемые сообщения или откровенные ссылки" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Почтовый ящик пуст!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Неверный псевдоним или пароль" @@ -4537,11 +4638,11 @@ msgstr "Введите новый пароль" msgid "Input password for account deletion" msgstr "Введите пароль для удаления учётной записи" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Введите код, который был отправлен вам по электронной почте" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Взаимодействие ограничено" @@ -4557,12 +4658,12 @@ msgstr "Представляем уведомления об активност msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Неверный код подтверждения 2FA." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Недопустимый псевдоним. Пожалуйста, попробуйте другой." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Недопустимая тема отчета" @@ -4626,8 +4727,8 @@ msgstr "Вакансии" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Присоединиться к Bluesky" @@ -4657,20 +4758,20 @@ msgstr "Условия использования KWS" msgid "KWS website" msgstr "Веб-сайт KWS" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Отмечен {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Метка добавлена автором." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Метки" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Метки добавлены" @@ -4678,11 +4779,11 @@ msgstr "Метки добавлены" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Метки являются аннотациями для пользователей и контента. Они могут использоваться для скрытия, предупреждения и категоризации сети." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Метки на вашей учётной записи" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Метки на вашем контенте" @@ -4696,7 +4797,7 @@ msgstr "Настройки языка" msgid "Languages" msgstr "Языки" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Увеличенный" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Узнайте больше о Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Узнайте больше о самостоятельном хостинге PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "Узнайте больше о модерации, применяемой к этому содержимому" @@ -4773,8 +4874,8 @@ msgstr "Узнать больше о том, что является публи msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Узнать больше." @@ -4787,10 +4888,10 @@ msgstr "Выйти" msgid "Leave chat" msgstr "Выйти из чата" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Выйти из беседы" @@ -4822,9 +4923,9 @@ msgstr "Давайте восстановим ваш пароль!" msgid "Let's go!" msgstr "Взлетаем!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Светлая" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Светлая" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Лайк ({0, plural, one {# лайк} few {# лайка} other {# лайков}})" @@ -4855,7 +4956,7 @@ msgstr "Лайкните 10 постов, чтобы обучить ленту D msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Лайкнуть эту ленту" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Понравилось {0, plural, one {# пользователю} other {# пользователям}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Лайки этого поста" @@ -5021,12 +5122,12 @@ msgstr "Функция прямого эфира находится в стад msgid "Live link" msgstr "Прямая ссылка" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Загрузить больше" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Загрузить больше предлагаемых лент" @@ -5041,6 +5142,14 @@ msgstr "Загрузить новые уведомления" msgid "Load new posts" msgstr "Загрузить новые посты" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Загрузка..." @@ -5049,15 +5158,19 @@ msgstr "Загрузка..." msgid "Log" msgstr "Отчёт" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Видимость для пользователей без учётной записи" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Логотип @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Логотип от <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Настраивайте ваши игнорируемые слова и msgid "Mark all as read" msgstr "Отметить все как прочитанные" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Отметить как прочитанное" @@ -5132,7 +5245,7 @@ msgstr "Возможно, позже" msgid "Media" msgstr "Медиа" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Медиа, которые могут вызывать беспокойство или быть неприемлемыми для некоторых аудиторий." @@ -5140,14 +5253,10 @@ msgstr "Медиа, которые могут вызывать беспокой msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "упомянутые пользователи" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Упомянутых пользоватей" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Меню" msgid "Message {0}" msgstr "Сообщение {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Сообщение удалено" @@ -5172,7 +5281,7 @@ msgstr "Сообщение удалено" msgid "Message deleted" msgstr "Сообщение удалено" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Сообщение от @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Поле ввода сообщения" msgid "Message is too long" msgstr "Сообщение слишком длинное" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Параметры сообщений" @@ -5197,24 +5306,22 @@ msgstr "Параметры сообщений" msgid "Messages" msgstr "Сообщения" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Полночь" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Ложная учётная запись" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Ложный пост" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Инструменты модерации" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "Модератор решил установить общее предупреждение на контент." -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Больше лент" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Игнорировать" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Игнорировать {tag}" @@ -5332,8 +5439,8 @@ msgstr "Игнорировать учётную запись" msgid "Mute accounts" msgstr "Игнорировать учётные записи" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Отключить звук" @@ -5396,7 +5503,7 @@ msgstr "Игнорируемые учётные записи" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Игнорируемые учётные записи автоматически убираются из вашей ленты и уведомлений. Игнорирование является полностью частным." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Проигнорировано списком \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Мои ленты" msgid "Name" msgstr "Имя" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Имя или описание нарушают стандарты сообщества" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Перейти к стартовому набору" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Переходит к следующему экрану" @@ -5455,20 +5551,16 @@ msgstr "Переходит к следующему экрану" msgid "Navigates to your profile" msgstr "Переходит к вашему профилю" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Хотите сообщить о нарушении авторских прав?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Никогда не теряйте доступ к вашим подписчикам и данным." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Неважно, создайте для меня псевдоним" @@ -5476,17 +5568,17 @@ msgstr "Неважно, создайте для меня псевдоним" msgid "New" msgstr "Новый" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Новый" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Новый пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Новый диалог информации о пользователе #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Сначала самые новые" @@ -5587,8 +5679,8 @@ msgstr "Новости" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Новости" msgid "Next" msgstr "Далее" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Далее" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Следующее изображение" @@ -5616,12 +5703,12 @@ msgstr "Следующее изображение" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "Без рекламы, без инвазивного отслеживания, без вовлекающих ловушек. Bluesky уважает ваше время и внимание." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Пока нет паролей приложений" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Нет панели DNS" @@ -5646,8 +5733,9 @@ msgstr "Нет изображения" msgid "No likes yet" msgstr "Пока нет лайков" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Вы больше не подписаны на {0}" @@ -5671,7 +5759,7 @@ msgstr "Ещё никаких уведомлений!" msgid "No one" msgstr "Никого" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Никто, кроме автора, не может цитировать этот пост." @@ -5701,7 +5789,7 @@ msgstr "Нет результатов" msgid "No results" msgstr "Нет результатов" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Ничего не найдено для \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Ничего не найдено по запросу \"{query}\"" msgid "No results found for {query}" msgstr "Ничего не найдено по запросу \"{query}\"" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Нет результатов." @@ -5732,7 +5820,7 @@ msgstr "Результаты поиска по запросу \"{search}\" не msgid "No thanks" msgstr "Нет, спасибо" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Никого" @@ -5753,6 +5841,10 @@ msgstr "Никто ещё не репостнул это. Возможно, вы msgid "Nobody was found. Try searching for someone else." msgstr "Никто не найден. Попробуйте поискать кого-нибудь другого." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Несексуальная обнажённость" @@ -5843,16 +5935,11 @@ msgstr "сейчас" msgid "Now" msgstr "Сейчас" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Нагота" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Нагота или материалы для взрослых не помечены соответствующим образом" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "ОК" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Хорошо" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Сначала самые старые" @@ -5916,7 +6003,7 @@ msgstr "В одном или нескольких видео отсутству msgid "Only .jpg and .png files are supported" msgstr "Поддерживаются только файлы .jpg и .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Только {0} могут отвечать." @@ -5941,7 +6028,7 @@ msgstr "Ой, что-то пошло не так!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Открыть создатель аватара" msgid "Open conversation options" msgstr "Открыть настройки беседы" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Открыть выдвижное меню" @@ -5973,8 +6060,8 @@ msgstr "Открыть подборщик эмодзи" msgid "Open feed info screen" msgstr "Открыть экран информации о ленте" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Открыть меню настроек ленты" @@ -6015,7 +6102,7 @@ msgstr "Открыть профиль" msgid "Open share menu" msgstr "Открыть меню общего доступа" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Открыть меню стартового набора" @@ -6032,9 +6119,9 @@ msgstr "Открыть системный журнал" msgid "Opens a dialog to add a content warning to your post" msgstr "Открывает диалог для добавления предупреждения о содержимом поста" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Открывает диалог, позволяющий выбрать, кто может отвечать в этой ветке" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "Открывает диалоговое окно статуса прямого эфира" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Открывает форму сброса пароля" @@ -6103,24 +6190,15 @@ msgstr "Открывает форму сброса пароля" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Открывает этот профиль" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "По желанию предоставьте дополнительную информацию ниже:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Варианты:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Или какие-то из следующих вариантов:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Или продолжите с другой учётной записью." @@ -6145,21 +6223,50 @@ msgstr "Статус OTA: Ошибка при извлечении обновл msgid "OTA status: None available" msgstr "Статус OTA: Отсутствует" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Другое" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Другая учётная запись" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Наша команда модерации получила вашу жалобу." @@ -6176,7 +6283,7 @@ msgstr "Страница не найдена" msgid "Page Not Found" msgstr "Страница не найдена" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Люди, на которых подписан(а) @{0}" msgid "People following @{0}" msgstr "Люди, которые подписаны на @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Домашние животные" msgid "Photography" msgstr "Фотография" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Изображения, предназначенные для взрослых." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Закрепить ленту" @@ -6266,7 +6381,7 @@ msgstr "Закрепить ленту" msgid "Pin to home" msgstr "Закрепить на главной странице" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Закрепить на главной странице" @@ -6275,7 +6390,7 @@ msgstr "Закрепить на главной странице" msgid "Pin to your profile" msgstr "Закрепить в своём профиле" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Закреплён" @@ -6302,7 +6417,7 @@ msgstr "Воспроизвести" msgid "Play {0}" msgstr "Воспроизвести {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Воспроизвести видео" @@ -6327,7 +6442,7 @@ msgstr "Воспроизводит GIF" msgid "Plays the video" msgstr "Воспроизводит видео" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Пожалуйста, введите код приглашения." msgid "Please enter your new email address." msgstr "Пожалуйста, введите новый адрес электронной почты." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Пожалуйста, введите ваш пароль" @@ -6421,11 +6536,11 @@ msgstr "Пожалуйста, введите ваш пароль" msgid "Please enter your password as well:" msgstr "Пожалуйста, также введите ваш пароль:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Пожалуйста, введите ваш псевдоним" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Пожалуйста, объясните, почему вы считаете, что эта метка была ошибочно добавлена к {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Пожалуйста, выберите службу модерации" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Выберите причину жалобы" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Политика" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Порнография" @@ -6512,24 +6627,24 @@ msgstr "Пост удалён" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Не удалось загрузить пост. Проверьте подключение к Интернету и повторите попытку." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Пост был удалён" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Пост скрыт из-за игнорированного слова" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Вы скрыли этот пост" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Настройки взаимодействия с постом" @@ -6614,13 +6729,8 @@ msgstr "Предварительное изображение" msgid "Primary Language" msgstr "Основной язык" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Подписчики в приоритете" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Конфиденциальность" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Политика конфиденциальности" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Обработка видео..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Профиль изменён" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Публичный" @@ -6714,7 +6836,7 @@ msgstr "Опубликовать ответ" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Push-уведомления" @@ -6764,10 +6886,6 @@ msgstr "Пост с цитатой был успешно отсоединён" msgid "Quote posts disabled" msgstr "Цитирование постов отключено" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Настройки цитирования" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Настройки цитирования" msgid "Quotes" msgstr "Цитаты" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Цитаты из этого поста" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Лимит превышен - вы пытались сменить псевдоним слишком много раз за короткий промежуток времени. Пожалуйста, подождите минуту, прежде чем повторить попытку." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "Прочитать пост в блоге" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Читать меньше" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Читать больше" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Причина обращения" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Причина:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Переподключиться" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Отклонить" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Отклонить запрос на беседу" @@ -6946,8 +7060,8 @@ msgstr "Удалить ленту" msgid "Remove feed?" msgstr "Удалить ленту?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Ответы" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Ответы отключены" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Ответы на этот пост отключены." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Ответить" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Ответить ({0, plural, one {# ответ} few {# ответа} other {# ответов}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Ответ скрыт автором ветки" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Ответ скрыт вами" @@ -7120,11 +7234,7 @@ msgstr "Ответ скрыт вами" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Настройки ответов" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Настройки ответов выбирает автор ветки" @@ -7141,7 +7251,7 @@ msgstr "Видимость ответа изменена" msgid "Reply was successfully hidden" msgstr "Ответ был успешно скрыт" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Пожаловаться" msgid "Report account" msgstr "Пожаловаться на учётную запись" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Пожаловаться на беседу" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Диалоговое окно для жалоб" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Пожаловаться на ленту" @@ -7176,7 +7285,7 @@ msgstr "Пожаловаться на ленту" msgid "Report list" msgstr "Пожаловаться на список" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Пожаловаться на сообщение" @@ -7185,48 +7294,41 @@ msgstr "Пожаловаться на сообщение" msgid "Report post" msgstr "Пожаловаться на пост" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Пожаловаться на стартовый набор" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Отчёт отправлен" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Пожаловаться на этот контент" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Пожаловаться на эту ленту" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Пожаловаться на этот список" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Пожаловаться на это сообщение" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Пожаловаться на этот пост" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Пожаловаться на этот стартовый набор" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Пожаловаться на этого пользователя" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Репостить или цитировать" @@ -7277,7 +7379,7 @@ msgstr "Вы сделали репост" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Репосты этого поста" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Сбросить состояние входа в систему" msgid "Reset password" msgstr "Сбросить пароль" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Повторная попытка входа в систему" @@ -7360,12 +7462,12 @@ msgstr "Повторяет последнее действие, которое #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Повторяет последнее действие, которое msgid "Retry" msgstr "Повторить попытку" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Вернуться к предыдущей странице" @@ -7399,8 +7501,8 @@ msgstr "Возвращает на главную страницу" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Возвращает к предыдущей странице" @@ -7412,8 +7514,8 @@ msgstr "Возвращает к предыдущему шагу" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Возвращает к предыдущему шагу" msgid "Save" msgstr "Сохранить" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Сохранить" @@ -7459,8 +7561,13 @@ msgstr "Сохранить новый псевдоним" msgid "Save QR code" msgstr "Сохранить QR-код" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Сохранить в мои ленты" @@ -7487,21 +7594,25 @@ msgstr "Сохранено в ваши ленты" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Скажи привет!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Наука" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Пролистать вверх" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Поиск" @@ -7553,11 +7664,11 @@ msgstr "Поиск \"{searchText}\"" msgid "Search for feeds that you want to suggest to others." msgstr "Поиск лент, которые вы хотите предложить другим." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Поиск других учетных записей" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Найдите больше лент" @@ -7610,19 +7721,19 @@ msgstr "Ищет профили" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Посмотреть посты {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Просмотреть посты пользователя {tag}" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Посмотреть посты #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Просмотреть посты пользователя #{tag}" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Выбрать цвет" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Выбрать учётную запись" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Выберите язык приложения" @@ -7701,6 +7816,14 @@ msgstr "Выберите продолжительность" msgid "Select from an existing account" msgstr "Выбрать существующую учётную запись" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Выбрать GIF" @@ -7727,14 +7850,10 @@ msgstr "Выбрать язык..." msgid "Select languages" msgstr "Выбрать языки" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Выберите службу модерации" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Выберите модератора" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Выберите файл субтитров (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Выбрать эмодзи {emojiName} в качестве своего аватара" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Выберите сервис(ы) модерации для жалобы" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Выберите ваши интересы из нижеприведён msgid "Select your preferred language for translations in your feed." msgstr "Выберите желаемый язык для переводов в вашей ленте." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Отправьте прикольный сайт!" @@ -7818,7 +7937,7 @@ msgstr "Отправить отзыв" msgid "Send message" msgstr "Отправить сообщение" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Отправить пост {name}" @@ -7826,18 +7945,7 @@ msgstr "Отправить пост {name}" msgid "Send post to..." msgstr "Отправить пост на..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Пожаловаться" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Отправить жалобу в {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Отправить жалобу в {title}" @@ -7858,7 +7966,7 @@ msgstr "Отправить личным сообщением" msgid "Sends email with confirmation code for account deletion" msgstr "Отправляет электронное письмо с кодом подтверждения удаления учётной записи" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Адреса сервера" @@ -7874,10 +7982,18 @@ msgstr "Добавить дату рождения" msgid "Set new password" msgstr "Изменение пароля" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Настройте вашу учётную запись" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Устанавливает адрес электронной почты для сброса пароля" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Настройки сохранены" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Сексуальная активность или эротическая обнаженность." @@ -7953,7 +8069,7 @@ msgstr "С сексуальным подтекстом" msgid "Share" msgstr "Поделиться" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Поделиться" @@ -7996,7 +8112,7 @@ msgstr "Поделиться at:// URI поста" msgid "Share QR code" msgstr "Поделиться QR-кодом" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Поделиться этой лентой" @@ -8012,8 +8128,8 @@ msgstr "Поделитесь этим стартовым набором и по #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Поделитесь любимой лентой!" msgid "Shared Preferences Tester" msgstr "Тестер общих настроек" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Показать альтернативный текст" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Всё равно показать" @@ -8067,6 +8183,10 @@ msgstr "Показать меньше похожего" msgid "Show list anyway" msgstr "Всё равно показывать список" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Показать больше" @@ -8080,7 +8200,7 @@ msgstr "Показать больше похожего" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Показывать ответы" msgid "Show replies as" msgstr "Показывать ответы" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Показывать ответы людей, на которых вы подписаны, перед всеми остальными ответами" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Показать предупреждения" msgid "Show warning and filter from feeds" msgstr "Показать предупреждения и фильтровать из ленты" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Показывает информацию о том, когда был создан этот пост" @@ -8133,7 +8249,7 @@ msgstr "Показывает информацию о том, когда был msgid "Shows other accounts you can switch to" msgstr "Показывает другие учётные записи, на которые вы можете переключиться" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Показывает содержимое" @@ -8145,7 +8261,7 @@ msgstr "Показывает содержимое" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Показывает содержимое" msgid "Sign in" msgstr "Войти" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Войти как {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Войти как..." @@ -8177,7 +8293,7 @@ msgstr "Войдите или создайте учётную запись" msgid "Sign in or create your account to join the conversation!" msgstr "Войдите или создайте свою учётную запись, чтобы присоединиться к беседе!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Войти в учётную запись, которой нет в списке" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Уменьшенный" @@ -8268,7 +8384,7 @@ msgstr "Некоторые из ваших верификаций недейст msgid "Some other feeds you might like" msgstr "Некоторые другие ленты, которые могут вам понравиться" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Некоторые люди могут ответить" @@ -8280,7 +8396,7 @@ msgstr "Кто-то отреагировал {0}" msgid "Someone reacted {0} to {1}" msgstr "Кто-то отреагировал {0} на {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Что-то пошло не так" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Что-то пошло не так, пожалуйста, попробуйте ещё раз" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Что-то пошло не так!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Что-то пошло не так. Пожалуйста, попробуйте ещё раз." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Что-то не так? Сообщите нам." @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "Извините! Ваша сессия истекла. Пожалуйста, войдите снова." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Сортировать ответы" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Сортировать ответы по" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Выберите, как сортировать ответы к постам:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Источник: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Спам" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Спам; чрезмерные упоминания или ответы" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Спам; чрезмерные упоминания или ответы" msgid "Sports" msgstr "Спорт" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Начните беседу, и она появится здесь." @@ -8403,11 +8514,11 @@ msgstr "Стартовый набор от <0/>" msgid "Starter pack by you" msgstr "Стартовый набор от вас" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Стартовый набор недействителен" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Наборы" @@ -8436,8 +8547,8 @@ msgstr "История" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Отправить обращение" msgid "Submit Appeal" msgstr "Отправить обращение" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Отправить жалобу" @@ -8494,7 +8605,7 @@ msgstr "Успех!" msgid "Successfully verified" msgstr "Верификация прошла успешно" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Предлагаемые учётные записи" @@ -8506,17 +8617,17 @@ msgstr "Предлагаемые учётные записи" msgid "Suggested for you" msgstr "Предложения для вас" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Неприличный" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Восход" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Закат" @@ -8547,10 +8658,10 @@ msgstr "Переключить учётные записи" msgid "Switch to {0}" msgstr "Переключиться на {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Системный" @@ -8591,6 +8702,10 @@ msgstr "Нажмите, чтобы закрыть контекстное мен msgid "Tap to dismiss" msgstr "Нажмите, чтобы пропустить" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Цель выполнена - 10 подписок!" @@ -8620,8 +8735,8 @@ msgstr "Расскажите нам немного о себе" msgid "Tell us a little more" msgstr "Расскажите нам немного больше" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Условия" @@ -8637,26 +8752,11 @@ msgstr "Условия" msgid "Terms of Service" msgstr "Условия использования" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Использованные термины нарушают стандарты сообщества" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Текст и теги" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Текстовое поле" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Поле ввода текста" @@ -8665,10 +8765,6 @@ msgstr "Поле ввода текста" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Спасибо за ваш отзыв! Он был отправлен оператору ленты." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Спасибо. Ваша жалоба была отправлена." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Спасибо, вы успешно подтвердили свой адрес электронной почты. Вы можете закрыть этот диалог." @@ -8678,7 +8774,7 @@ msgstr "Спасибо, вы успешно подтвердили свой ад msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Который содержит следующее:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Вот и все, ребята!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Это всё!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Учётная запись сможет взаимодействовать с вами после разблокировки." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Приложение будет перезапущено" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Автор этой ветки скрыл этот ответ." @@ -8750,11 +8846,11 @@ msgstr "В приложении впечатления лучше. Скачай msgid "The feed has been replaced with Discover." msgstr "Лента была заменена на Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Следующие метки были добавлены в вашу учётную запись." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Следующие метки были добавлены к вашему контенту." @@ -8788,7 +8884,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Похоже, на сервере возникли проблемы. Пожалуйста, повторите попытку через несколько мгновений." -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Стартовый набор, который вы пытаетесь просмотреть, недействителен. Вы можете удалить этот стартовый набор." @@ -8808,7 +8904,7 @@ msgstr "Условия Использования перенесены в" 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 "Вы ввели неверный код подтверждения. Пожалуйста, убедитесь, что перешли по правильной ссылке подтверждения, или запросите новую." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Тематический" @@ -8827,7 +8923,7 @@ msgstr "Возникла проблема с подключением к Tenor." msgid "There was an issue contacting the server" msgstr "При соединении с сервером возникла проблема" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Возникла проблема соединения с сервером, проверьте подключение к Интернету и повторите попытку." @@ -8836,7 +8932,7 @@ msgstr "Возникла проблема соединения с серверо msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Возникла проблема с загрузкой уведомлений. Нажмите здесь, чтобы повторить попытку." -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Возникла проблема с загрузкой постов. Нажмите здесь, чтобы повторить попытку." @@ -8845,7 +8941,7 @@ msgstr "Возникла проблема с загрузкой постов. Н msgid "There was an issue fetching the list. Tap here to try again." msgstr "Возникла проблема с загрузкой списка. Нажмите здесь, чтобы повторить попытку." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Возникла проблема с загрузкой ваших паролей приложений" @@ -8862,11 +8958,6 @@ msgstr "Возникла проблема с загрузкой информац msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Возникла проблема с удалением этой ленты. Проверьте подключение к Интернету и повторите попытку." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Возникла проблема с отправкой вашей жалобы. Пожалуйста, проверьте подключение к Интернету." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Возникла проблема при изменении ваших #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Возникла проблема при изменении ваших msgid "There was an issue! {0}" msgstr "Возникла проблема! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "В приложении возникла неожиданная проб 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Эти настройки применимы только к ленте Following." @@ -8941,7 +9036,7 @@ msgstr "Эта учётная запись заблокирована в одн msgid "This action can be undone at any time." msgstr "Это действие можно отменить в любое время." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Это обращение будет отправлено на адрес <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Этот контент размещён {0}. Включить внешние медиа?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Этот контент недоступен, поскольку один из вовлечённых пользователей заблокировал другого." @@ -9006,7 +9101,7 @@ msgstr "Эта функция недоступна при использован msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Эта лента сейчас получает слишком много запросов и временно недоступна. Попробуйте ещё раз позже." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Эта лента пуста! Возможно, вам нужно подписаться на большее количество пользователей или изменить настройки языка." @@ -9020,7 +9115,7 @@ msgstr "Эта лента пуста." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Эта лента больше не работает. Вместо этого мы показываем <0>Discover0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Этот псевдоним зарезервирован. Пожалуйста, попробуйте другой." @@ -9037,7 +9132,7 @@ msgstr "Эта ссылка недействительна" msgid "This label was applied by the author." msgstr "Эта метка была применена автором." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Эта метка была применена вами." @@ -9065,11 +9160,11 @@ msgstr "Этот список пуст." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Данный сервис модерации недоступен. Просмотрите детали ниже. Если проблема не исчезнет, свяжитесь с нами." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Этот пост утверждает, что был создан <0>{0}0>, но впервые был замечен Bluesky <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "Этот пост имеет неизвестный тип ограничения на ответы. Возможно, ваше приложение устарело." @@ -9101,7 +9196,7 @@ msgstr "Этот ответ будет отсортирован в скрыты msgid "This service has not provided terms of service or a privacy policy." msgstr "Этот сервис не предоставил условия обслуживания или политику конфиденциальности." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Это должно создать учётную запись домена:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "У этого пользователя нет отображаемого имени, поэтому его нельзя верифицировать." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "У этого пользователя ещё нет ни одного подписчика." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Этот пользователь заблокировал вас" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Этот пользователь заблокировал вас. Вы не можете видеть их посты." @@ -9142,7 +9237,7 @@ msgstr "Этот пользователь есть в списке <0>{0}0>, msgid "This user is new here. Press for more info about when they joined." msgstr "Этот пользователь здесь недавно. Нажмите для получения дополнительной информации о том, когда он присоединился." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Этот пользователь не подписан ни на кого." @@ -9168,7 +9263,7 @@ msgstr "Настройки веток" msgid "Thread preferences" msgstr "Настройки веток" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Настройки веток" @@ -9181,6 +9276,10 @@ msgstr "Как ветки" msgid "Threads Preferences" msgstr "Настройки веток" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Оставшееся время: {0, plural, one {# секунда} other {# секунд}}" @@ -9198,10 +9297,6 @@ msgstr "Чтобы отключить 2FA по электронной почте msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Чтобы пожаловаться на беседу, отправьте одно из ее сообщений через экран беседы. Это позволит нашим модераторам понять контекст вашей проблемы." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Кому вы хотели бы отправить эту жалобу?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Сегодня" @@ -9222,8 +9317,8 @@ msgstr "Лучшее" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Тема" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Перевести" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Деревовидный вид" @@ -9253,6 +9348,10 @@ msgstr "Актуальные" msgid "Trending Videos" msgstr "Актуальные видео" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "Доверие рождается в отношениях, сообществах и общем контексте, поэтому мы также вводим <0>доверенных верификаторов0> — организации, которые могут непосредственно вручать верификацию." @@ -9274,7 +9373,7 @@ msgstr "Двухфакторная аутентификация (2FA)" msgid "Type your message here" msgstr "Напечатайте здесь своё сообщение" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Тип:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не удалось связаться с вашим хостинг-провайдером. Проверьте ваше подключение к Интернету." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Не удаётся удалить" @@ -9324,27 +9423,27 @@ msgstr "Информация о ленте недоступна" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Разблокировать" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Разблокировать" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Разблокировать учётную запись" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Разблокировать учётную запись?" @@ -9369,12 +9468,7 @@ msgstr "Отменить репост" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Отменить репост ({0, plural, one {# репост} few {# репоста} other {# репостов}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Отписаться" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Отписаться от {0}" @@ -9383,7 +9477,7 @@ msgstr "Отписаться от {0}" msgid "Unfollow account" msgstr "Отписаться от учётной записи" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Отписаться от пользователя" @@ -9391,7 +9485,7 @@ msgstr "Отписаться от пользователя" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "К сожалению, Bluesky в настоящее время недоступен в штате Миссисипи." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "К сожалению, ни один из маркировщиков в ваших подписках не поддерживает этот вид жалобы." @@ -9399,12 +9493,20 @@ msgstr "К сожалению, ни один из маркировщиков в msgid "Unknown verifier" msgstr "Неизвестный верификатор" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "Дизлайк" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Дизлайк ({0, plural, one {# лайк} few {# лайка} other {# лайков}})" @@ -9419,8 +9521,8 @@ msgstr "Не игнорировать" msgid "Unmute" msgstr "Не игнорировать" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Не игнорировать {tag}" @@ -9431,7 +9533,7 @@ msgstr "Не игнорировать {tag}" msgid "Unmute account" msgstr "Не игнорировать учётную запись" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Включить звук" @@ -9454,8 +9556,8 @@ msgstr "Включить звук видео" msgid "Unpin" msgstr "Открепить" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Открепить ленту" @@ -9464,8 +9566,8 @@ msgstr "Открепить ленту" msgid "Unpin Feed" msgstr "Открепить ленту" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Открепить от главной страницы" @@ -9517,13 +9619,6 @@ msgstr "Подписка на список отменена" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Нежелательное сексуальное содержимое" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Изменить <0>{displayName}0> в списках" msgid "Update email" msgstr "Обновить электронную почту" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Изменить на {domain}" @@ -9567,7 +9662,7 @@ msgstr "Изменение..." msgid "Upload a photo instead" msgstr "Загрузить вместо этого фотографию" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Загрузить текстовый файл в:" @@ -9603,11 +9698,11 @@ msgstr "Загрузка миниатюры ссылки..." msgid "Uploading video..." msgstr "Загрузка видео..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Используйте пароли приложений для входа в другие клиенты Bluesky, не предоставляя полного доступа к своей учётной записи или паролю." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Использовать провайдера по умолчанию" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Пользователь заблокирован" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Пользователь заблокирован" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Пользователь заблокирован \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Пользователь заблокирован списком" msgid "User Blocked by List" msgstr "Пользователь заблокирован списком" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Пользователь заблокировал вас" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Псевдоним или электронная почта" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "пользователи, на которых подписан <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "пользователи подписанные на <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "пользователи подписанные на <0>@{0}0>" msgid "Users I follow" msgstr "Пользователи, на которых я подписан" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Пользователи в \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Пользователи, на которых вы подписаны" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Значение:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Подтвердить код" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Проверка DNS-записи" @@ -9786,8 +9873,8 @@ msgstr "Диалоговое окно подтверждения электро msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Подтвердить текстовым файлом" @@ -9841,15 +9928,15 @@ msgstr "Видео от {0}: {text}" msgid "Video Games" msgstr "Видеоигры" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Видео приостановлено" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Видео воспроизводится" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Видео не найдено." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Просмотреть аватар {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Посмотреть профиль {0}" @@ -9906,16 +9993,11 @@ msgstr "Посмотреть запись в блоге для получени msgid "View debug entry" msgstr "Просмотреть запись для отладки" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Просмотреть детали" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Просмотреть детали как отправить жалобу о нарушении авторских прав" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Просмотреть ветку полностью" @@ -9960,7 +10042,7 @@ msgstr "Просмотр услуг маркировки, который пре msgid "View this user's verifications" msgstr "Просмотреть верификации этого пользователя" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Просмотр пользователей, которым понравилась эта лента" @@ -9993,8 +10075,8 @@ msgstr "Просмотр отключённых учётных записей" msgid "View your verifications" msgstr "Просмотреть свои верификации" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Просмотр полного изображения" @@ -10002,6 +10084,14 @@ msgstr "Просмотр полного изображения" msgid "Views video in immersive mode" msgstr "Просмотр видео в режиме погружения" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Нажмите на галочку и увидите, какие орг msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "На каких языках вы хотите видеть посты в алгоритмических лентах?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Кто может взаимодействовать с этим постом?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Кто может отвечать" @@ -10249,40 +10340,38 @@ msgstr "Упс! Не удалось загрузить популярные ви msgid "Why are you appealing?" msgstr "Почему вы отправляете обращение?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Почему следует просмотреть этот контент?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Почему следует просмотреть эту ленту?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Почему следует просмотреть этот список?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Почему это сообщение должно быть просмотрено?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Почему следует пересмотреть этот пост?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Почему этот стартовый набор должен быть рассмотрен?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Почему следует просмотреть этого пользователя?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Да" msgid "Yes, deactivate" msgstr "Да, деактивировать" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Да, удалите этот стартовый набор" @@ -10373,7 +10462,7 @@ msgstr "Вам не разрешено выходить в прямой эфир msgid "You are not allowed to upload videos." msgstr "Вы не можете загружать видео." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Вы ни на кого не подписаны." @@ -10445,17 +10534,13 @@ msgstr "Вы можете реактивировать свою учётную msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Вы можете установить настройки взаимодействия по умолчанию в <0>Настройки → Модерация → Настройки взаимодействия0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Вы можете обновить это позже в своих настройках." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "У вас нет ни одного подписчика." @@ -10467,6 +10552,10 @@ msgstr "Вы не подписаны ни на каких пользовател msgid "You don't have any chat requests at the moment." msgstr "У вас нет запросов на чат." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "У вас нет закреплённых лент." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Вы заблокировали этого пользователя" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Вы заблокировали этого пользователя. Вы не можете видеть их содержимое." @@ -10495,7 +10584,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Вы ввели неправильный код. Он должен выглядеть так: XXXXX-XXXXX." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Вы скрыли этот пост" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Вы скрыли этот пост." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Вы включили игнорирование этой учётной записи." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Вы включили игнорирование этого пользователя" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "У вас ещё нет игнорируемых слов или тегов" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Вы скрыли этот ответ." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Вы можете обжаловать несамостоятельные метки, если считаете, что они были размещены по ошибке." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Вы можете обжаловать метки, если считаете, что они были размещены ошибочно." @@ -10614,10 +10703,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "Чтобы сохранить QR-код, необходимо предоставить доступ к библиотеке фотографий" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Вы должны выбрать хотя бы одного маркировщика для жалобы" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Всё готово!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Вы вошли в систему с паролем приложения. Чтобы продолжить деактивацию учетной записи, введите свой основной пароль." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Вы выбрали скрывать слово или тег в этом посте." @@ -10750,7 +10839,7 @@ msgstr "Вы достигли дневного лимита по загрузк msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Вы достигли дневного лимита по загрузкам видео (слишком много видео)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "У вас закончились видео для просмотра. Может быть, сейчас самое время сделать перерыв?" @@ -10786,7 +10875,7 @@ msgstr "Ваше обращение было отправлено. Если об msgid "Your birth date" msgstr "Ваша дата рождения" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Ваш браузер не поддерживает формат видео. Пожалуйста, попробуйте использовать другой браузер." @@ -10798,7 +10887,7 @@ msgstr "Ваши чаты были отключены" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Ваш выбор будет сохранен для будущих ссылок. Вы можете изменить его в любое время в настройках." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Ваш текущий псевдоним <0>{0}0> будет автоматически сохранен за вами. Вы сможете вернуться к нему в любое время с этой учётной записи." @@ -10827,7 +10916,7 @@ msgstr "Ваша электронная почта еще не проверен msgid "Your first like!" msgstr "Ваш первый лайк!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Ваши подписчики" @@ -10905,14 +10994,10 @@ msgstr "Ваш профиль, посты, ленты и списки больш msgid "Your reply was sent" msgstr "Ваш ответ был отправлен" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Ваша жалоба будет отправлена на адрес <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Ваша жалоба будет отправлена в Службу Модерации Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "Выбранные вами интересы помогают нам предоставлять вам содержимое, которое вас интересует." diff --git a/src/locale/locales/sv/messages.po b/src/locale/locales/sv/messages.po index 86d61c8c22..c185b5f3fe 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "Kategorin ”{interestsDisplayName}” (aktiv)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {följare} other {följare}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {följd} other {följda}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {gillamarkering} other {gillamarkeringar}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {gillamarkering} other {gillamarkeringar}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {inlägg} other {inlägg}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {citat} other {citat}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {återpublicering} other {återpubliceringar}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {sparning} other {sparningar}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} inlägg}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# personer har}} använt det här startpaketet!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# personer har}} använt det här startpaketet!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# till}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (konto)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {timme} other {timmar}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {minut} other {minuter}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> följde dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> gillade ditt anpassade flöde" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> gillade ditt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> gillade din återpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> tog bort sina verifieringar av ditt konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> återpublicerade ditt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> återpublicerade din återpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> registrerade sig med ditt startpaket" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0> verifierade dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} följde dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} följde dig tillbaka" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} gillade ditt anpassade flöde" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} gillade ditt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} gillade din återpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} tog bort sin verifiering av ditt konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} återpublicerade ditt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} återpublicerade din återpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} registrerade sig med ditt startpaket" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} verifierade dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} följde dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade ditt anpassade flöde" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade ditt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} gillade din återpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} tog bort sina verifieringar av ditt konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} återpublicerade ditt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} återpublicerade din återpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} registrerade sig med ditt startpaket" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}} verifierade dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} följde dig" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} följde dig tillbaka" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} gillade ditt anpassade flöde" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} gillade ditt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} gillade din återpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} tog bort sin verifiering av ditt konto" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} återpublicerade ditt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} återpublicerade din återpublicering" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} registrerade sig med ditt startpaket" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} verifierade dig" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} följda" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> och<1> 1><2>{1} 2>ingår i ditt startpaket" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> ingår i ditt startpaket" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> medlemmar" @@ -515,7 +519,7 @@ msgstr "⚠ Ogiltigt användarnamn" msgid "24 hours" msgstr "24 timmar" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA-bekräftelse" @@ -560,12 +564,16 @@ msgstr "Skärmdump av en profilsida med den nya klockikonen bredvid följknappen msgid "About" msgstr "Om" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "Kränkande eller diskriminerande beteende" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Acceptera" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Acceptera chattförfrågan" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Tillgänglighetsinställningar" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Konto" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Konto ignorerat" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Konto ignorerat" @@ -627,11 +635,15 @@ msgstr "Konto ignorerat av lista" msgid "Account options" msgstr "Kontoalternativ" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Kontoleverantör" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Konto borttaget från snabbåtkomst" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Lägg till ytterligare {0} för att fortsätta" msgid "Add {displayName} to starter pack" msgstr "Lägg till {displayName} i startpaket" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Lägg till innehållsvarning" @@ -730,8 +742,8 @@ msgstr "Lägg till ytterligare ett inlägg i tråden" msgid "Add app password" msgstr "Lägg till applösenord" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Lägg till applösenord" @@ -745,8 +757,8 @@ msgstr "Lägg till emoji-reaktion" msgid "Add media to post" msgstr "Lägg till media i inlägg" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Lägg till mer detaljer (valfritt)" @@ -783,7 +795,7 @@ msgstr "Lägg till några flöden i ditt startpaket!" msgid "Add the default feed of only people you follow" msgstr "Lägg till standardflödet med bara personer du följer" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Lägg till följande DNS-post i din domän:" @@ -823,18 +835,22 @@ msgstr "Tillagt i startpaket" msgid "Additional details (limit 1000 characters)" msgstr "Ytterligare detaljer (max 1000 tecken)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Ytterligare detaljer (max 300 tecken)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Sexuellt explicit" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Vuxeninnehåll" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Vuxeninnehåll" @@ -846,11 +862,15 @@ msgstr "Vuxeninnehåll går bara att aktivera via webben på <0>bsky.app0>." msgid "Adult content is disabled." msgstr "Vuxeninnehåll är inaktiverat." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Etiketter för vuxeninnehåll" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Sexuella övergrepp mot vuxna" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Avancerat" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Tillåt svar från alla" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Tillåt nya meddelanden från" 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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "Tillåt svar från personer du följer" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "Tillåt svar från omnämnda" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" -msgstr "Tillåt citeringar" +msgstr "Tillåt citatinlägg" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Tillåt svar från:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "Tillåt svar från användare i {0}" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Tillåt svar från dina följare" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Ger tillgång till direktmeddelanden" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Har du redan en kod?" @@ -1003,14 +1039,18 @@ msgstr "Ett fel uppstod under hämtningen av flödet." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Ett fel uppstod när ditt startpaket skulle genereras. Vill du försöka igen?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "Ett fel uppstod under inläsningen av dina listor :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Ett fel uppstod när QR-koden skulle sparas!" @@ -1035,8 +1075,7 @@ msgstr "En illustration av flera Bluesky-inlägg tillsammans med ikonerna för 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Något problematiskt som inte omfattas av de andra alternativen" @@ -1050,10 +1089,10 @@ msgstr "Ett problem uppstod när chatten skulle öppnas" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Ett problem uppstod. Försök igen." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "en okänd etikettsättare" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "och" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Sexuella övergrepp mot djur" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Djurplågeri eller vanvård av djur" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Meddelande" msgid "Announcing verification on Bluesky" msgstr "Verifiering införs på Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Antisocialt beteende" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "Alla" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Vem som helst kan interagera" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Appspråk" msgid "App Password" msgstr "Applösenord" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Applösenord raderat" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Applösenord" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Applösenord" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Begär omprövning" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Begär omprövning av etiketten ”{0}”" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Begär omprövning av beslutet" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Tillämpa förvalda rekommenderade flöden" msgid "Apply Pull Request" msgstr "Tillämpa pull request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Arkiverat från {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Arkiverat inlägg" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Är du säker på att du vill radera applösenordet ”{0}”?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." 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 den andra deltagaren." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 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?" @@ -1252,7 +1298,7 @@ msgstr "Skriver du på <0>{suggestedLanguageName}0>?" msgid "Art" msgstr "Konst" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Konstnärlig eller icke-erotisk nakenhet." @@ -1269,7 +1315,7 @@ msgstr "Tilldela ämne för algoritm" msgid "At least 8 characters" msgstr "Minst 8 tecken" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Norrsken" @@ -1284,21 +1330,21 @@ msgstr "Spela upp videoklipp och gif-bilder automatiskt" msgid "Available" msgstr "Tillgängligt" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Tillbaka" msgid "Back to Chats" msgstr "Tillbaka till chattar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Förbjudna aktiviteter eller säkerhetsöverträdelser" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Användare som kringgår avstängning" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Du måste verifiera din e-post innan du kan skapa eller svara på ett in msgid "Before creating a starter pack, you must first verify your email." msgstr "Du måste verifiera din e‑postadress innan du kan skapa ett startpaket." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Du måste verifiera din e-post innan du kan acceptera den här chattförfrågningen." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "Innan du kan få notiser om {name}s inlägg måste du först verifiera din e-postadress." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Födelsedag" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Blockera" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Blockera konto?" msgid "Block accounts" msgstr "Blockera konton" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Blockera och radera" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Blockera och/eller radera den här konversationen" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Blockeringslista" @@ -1402,15 +1452,19 @@ msgstr "Blockera eller anmäl" msgid "Block these accounts?" msgstr "Blockera dessa konton?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Blockera användare" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Blockera användare" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Blockera användare och/eller radera den här konversationen" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Blockerat" @@ -1449,25 +1503,25 @@ msgstr "Blockering hindrar inte att etiketter sätts på ditt konto, men det hin msgid "Blog" msgstr "Blogg" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky kan inte bekräfta äktheten av det angivna datumet." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 är ett öppet nätverk där du kan välja vilken tjänst som hanterar din data. Om du är utvecklare kan du också driva en egen server." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky är ett öppet nätverk där du kan välja din leverantör. Om du är ny här rekommenderar vi att du håller dig till standardalternativet Bluesky Social." @@ -1506,13 +1560,17 @@ msgstr "Gör bilder suddiga" #: src/lib/moderation/useLabelBehaviorDescription.ts:54 msgid "Blur images and filter from feeds" -msgstr "Gör bilder suddiga och filtrera bort från flöden" +msgstr "Gör bilder suddiga och filtrera i flöden" #: src/lib/interests.ts:54 #: src/screens/Onboarding/index.tsx:61 msgid "Books" msgstr "Böcker" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Överträdelser av webbplatsens regler" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Bläddra bland fler konton på Utforska-sidan" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Affärer" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Av {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Av <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Avbryt återaktivering och logga ut" msgid "Cancel search" msgstr "Avbryt sökning" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Det går inte att interagera med en blockerad användare" @@ -1697,12 +1756,12 @@ msgstr "Ändra appspråk" msgid "Change Handle" msgstr "Ändra användarnamn" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Ändra modereringstjänst" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Ändra lösenord" @@ -1710,7 +1769,11 @@ msgstr "Ändra lösenord" msgid "Change password dialog" msgstr "Dialogruta för ändring av lösenord" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Ändra kategori för anmälan" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Ändra skäl till anmälan" @@ -1739,8 +1802,8 @@ msgstr "Ändringar sparade" msgid "Chat" msgstr "Chatt" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Chatt raderad" @@ -1753,7 +1816,7 @@ msgstr "Chattmeddelanden – ljud av" msgid "Chat messages - sound" msgstr "Chattmeddelanden – ljud på" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Chatt ignorerad" @@ -1769,7 +1832,7 @@ msgstr "Inkorg för chattförfrågningar" msgid "Chat requests" msgstr "Chattförfrågningar" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Chattinställningar" msgid "Chat Settings" msgstr "Chattinställningar" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Chatt inte längre ignorerad" @@ -1797,7 +1860,7 @@ msgstr "Chattar" msgid "Check my status" msgstr "Kontrollera min status" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Titta i din e‑post efter en inloggningskod och ange den här." @@ -1805,6 +1868,14 @@ msgstr "Titta i din e‑post efter en inloggningskod och ange den här." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Titta i din inkorg efter ett e‑postmeddelande med den bekräftelsekod som ska anges nedan:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Barnsäkerhet" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Material som visar sexuella övergrepp mot barn" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Välj metod för att verifiera din domän" @@ -1833,7 +1904,7 @@ msgstr "Välj de algoritmer du vill ska styra dina anpassade flöden." msgid "Choose this color as your avatar" msgstr "Välj den här färgen som din avatar" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Välj din kontoleverantör" @@ -1882,14 +1953,6 @@ msgstr "Klicka här för att börja om verifieringsprocessen." msgid "Click here to update your email" msgstr "Klicka här för att uppdatera din e-post" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Klicka för att inaktivera citeringar av detta inlägg." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Klicka för att tillåta citeringar av detta inlägg." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Klicka för att öppna taggmenyn för {tag}" @@ -1919,9 +1982,11 @@ msgstr "Galopp 🐴 galopp 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Galopp 🐴 galopp 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Stäng" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Stäng aktiv dialogruta" @@ -2018,16 +2083,16 @@ msgstr "Stänger emojiväljaren" msgid "Closes viewer for header image" msgstr "Stänger visaren för omslagsbilden" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Dölj lista över användare" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Fäller ihop användarlista för berörd notis" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Färgläge" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Bekräfta din plats med GPS. Din platsinformation spåras inte och lämnar inte din enhet." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Bekräfta din plats med GPS. Din platsinformation spåras inte och lämn msgid "Confirmation code" msgstr "Bekräftelsekod" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Ansluter…" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Innehållsspråk" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Innehållet är inte tillgängligt" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Innehåll som beskriver, framställer eller uppmuntrar till självskadebeteende" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Innehållsvarning" @@ -2212,7 +2281,7 @@ msgstr "Utanför kontextmenyn. Klicka för att stänga menyn." msgid "Continue" msgstr "Fortsätt" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Fortsätt som {0} (nuvarande inloggad)" @@ -2236,8 +2305,8 @@ msgstr "Fortsätt till nästa steg" msgid "Conversation" msgstr "Konversation" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Konversation raderad" @@ -2254,7 +2323,7 @@ msgstr "Matlagning" msgid "Copied build version to clipboard" msgstr "Byggversion kopierad till urklipp" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Byggversion kopierad till urklipp" msgid "Copied to clipboard" msgstr "Kopierat till urklipp" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Kopierat!" @@ -2290,23 +2359,23 @@ msgstr "Kopiera at://-URI" msgid "Copy author DID" msgstr "Kopiera författarens DID" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kopiera kod" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Kopiera DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Kopiera värd" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Kopiera länk" @@ -2331,12 +2400,12 @@ msgstr "Kopiera länk till inlägg" msgid "Copy link to profile" msgstr "Kopiera länk till profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Kopiera länk till startpaket" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Kopiera meddelandetext" @@ -2354,7 +2423,7 @@ msgstr "Kopiera inläggstext" msgid "Copy QR code" msgstr "Kopiera QR-kod" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Kopiera värde för TXT-post" @@ -2377,8 +2446,8 @@ msgstr "Kunde inte ansluta till flödestjänst" msgid "Could not find profile" msgstr "Kunde inte hitta profil" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Kunde inte lämna chatt" @@ -2392,7 +2461,7 @@ msgstr "Kunde inte läsa in flöde" msgid "Could not load list" msgstr "Kunde inte läsa in lista" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Kunde inte ignorera chatt" @@ -2476,8 +2545,9 @@ msgstr "Skapa modereringslista" msgid "Create new account" msgstr "Skapa nytt konto" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Skapa anmälan för {0}" @@ -2490,7 +2560,7 @@ msgstr "Skapa startpaket" msgid "Create user list" msgstr "Skapa användarlista" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Skapade {0}" @@ -2503,8 +2573,8 @@ msgstr "Skaparen har blockerats" msgid "Culture" msgstr "Kultur" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Anpassad" @@ -2512,18 +2582,22 @@ msgstr "Anpassad" msgid "Customization options" msgstr "Anpassningsalternativ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Ställ in vem som kan interagera med det här inlägget." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Anpassar din upplevelse på Bluesky" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Farliga utmaningar eller aktiviteter" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Farliga substanser eller drogmissbruk" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Mörkt" @@ -2536,7 +2610,7 @@ msgstr "Mörk" msgid "Dark mode" msgstr "Mörkt läge" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Mörkt tema" @@ -2558,7 +2632,11 @@ msgstr "Felsök moderering" msgid "Debug panel" msgstr "Felsökningspanel" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Djupförfalskat vuxeninnehåll" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Förvald" @@ -2566,14 +2644,14 @@ msgstr "Förvald" msgid "Default icons" msgstr "Förvalda ikoner" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Radera" @@ -2586,16 +2664,16 @@ msgstr "Radera konto" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Radera kontot <0>”0><1>{0}1><2>”2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Radera applösenord" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Radera applösenord?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Radera chatt" @@ -2603,18 +2681,18 @@ msgstr "Radera chatt" msgid "Delete chat declaration record" msgstr "Radera chattdeklarationsposten" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Radera konversation" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Radera konversation" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Radera för mig" @@ -2623,11 +2701,11 @@ msgstr "Radera för mig" msgid "Delete list" msgstr "Radera lista" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Radera meddelande" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Radera meddelandet för mig" @@ -2641,12 +2719,12 @@ msgstr "Radera mitt konto" msgid "Delete post" msgstr "Radera inlägg" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Radera startpaket" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Radera startpaket?" @@ -2709,11 +2787,11 @@ msgstr "Utvecklarläge aktiverat" msgid "Developer options" msgstr "Utvecklaralternativ" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Dialogruta: ställ in vem som kan interagera med det här inlägget" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Dämpat" @@ -2735,6 +2813,14 @@ msgstr "Inaktivera 2FA via e-post" msgid "Disable haptic feedback" msgstr "Inaktivera haptisk feedback" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Inaktivera svar helt" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Stäng av undertexter" @@ -2778,7 +2864,7 @@ msgstr "Be appar att inte visa mitt innehåll för utloggade användare" msgid "Discover new custom feeds" msgstr "Upptäck nya anpassade flöden" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Upptäck nya flöden" @@ -2806,7 +2892,7 @@ msgstr "Avvisa den här sektionen" #: src/screens/Settings/AccessibilitySettings.tsx:69 #: src/screens/Settings/AccessibilitySettings.tsx:74 msgid "Display larger alt text badges" -msgstr "Visa större brickor för alternativtext" +msgstr "Visa större ALT-märken" #: src/screens/Profile/Header/EditProfileDialog.tsx:313 #: src/screens/Profile/Header/EditProfileDialog.tsx:319 @@ -2817,8 +2903,8 @@ msgstr "Visningsnamn" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Lämna troll och klickbeten bakom dig. Hitta riktiga människor och samtal som betyder något för dig." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS-panel" @@ -2830,7 +2916,7 @@ msgstr "Undanta användare som du följer från att ignoreras genom det här ord msgid "Does not include nudity." msgstr "Innehåller ingen nakenhet." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Domän verifierad!" @@ -2853,19 +2939,20 @@ msgstr "Ingen fara! Alla dina befintliga meddelanden och inställningar är spar #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Håll nere eller dubbeltryck på meddelandet för att lägga till en rea msgid "Double tap to close the dialog" msgstr "Dubbeltryck för att stänga dialogrutan" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Dubbeltryck för att gilla" @@ -2903,6 +2990,10 @@ msgstr "Ladda ner Bluesky" msgid "Download CAR file" msgstr "Ladda ner car-fil" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Spridning av privat information (”doxxing”)" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Släpp för att lägga till bilder" @@ -2943,9 +3034,13 @@ msgstr "t.ex. Personer som aldrig träffar fel." msgid "e.g. Users that repeatedly reply with ads." msgstr "t.ex. Användare som hela tiden svarar med annonser." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Ätstörningar" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "Redigera notiser från {0}" msgid "Edit People" msgstr "Redigera personer" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Redigera interaktionsinställningar för inlägg" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Redigera profil" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Redigera profil" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Redigera startpaket" @@ -3034,7 +3129,7 @@ msgstr "Redigera startpaket" msgid "Edit user list" msgstr "Redigera användarlista" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Redigera vem som kan svara" @@ -3085,7 +3180,7 @@ msgstr "E-postverifiering slutförd!" msgid "Email Verified" msgstr "E-postadress verifierad" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Bädda in HTML-kod" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Inbäddad videospelare" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Aktivera undertexter" @@ -3200,7 +3299,7 @@ msgstr "Ange den domän du vill använda" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Ange den e-postadress som du använde för att skapa ditt konto. Vi skickar dig en ”återställningskod” så att du kan ange ett nytt lösenord." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Ange det användarnamn eller den e-postadress du använde när du skapade ditt konto" @@ -3213,7 +3312,7 @@ msgstr "Ange ditt födelsedatum" msgid "Enter your email address" msgstr "Ange din e-postadress" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Ange ditt lösenord" @@ -3258,22 +3357,18 @@ msgstr "Fel vid mottagning av captcha-svar." msgid "Error: {error}" msgstr "Fel: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Alla" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Alla kan svara" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Alla kan svara på det här inlägget." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Alla" @@ -3282,16 +3377,6 @@ msgstr "Alla" msgid "Everything else" msgstr "Allt annat" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Orimligt många omnämnanden eller svar" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Oönskade eller orimligt många meddelanden" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Undanta användare som du följer" @@ -3316,7 +3401,7 @@ msgstr "Avslutar bildvisning" msgid "Expand alt text" msgstr "Utöka alternativtext" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Utöka lista över användare" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Utökar eller fäller ihop inläggstext" @@ -3348,7 +3433,7 @@ msgstr "Utlöpt" msgid "Expires {0}" msgstr "Löper ut {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Löper ut om {0}" @@ -3407,13 +3492,17 @@ msgstr "Extern media kan göra det möjligt för webbplatser att samla in inform msgid "External Media Preferences" msgstr "Inställningar för extern media" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Extremistiskt innehåll" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Det gick inte att acceptera chatten" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Det gick inte att lägga till emoji-reaktion" @@ -3421,7 +3510,7 @@ msgstr "Det gick inte att lägga till emoji-reaktion" msgid "Failed to add to starter pack" msgstr "Det gick inte att lägga till i startpaket" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Det gick inte att ändra användarnamn. Försök igen." @@ -3438,13 +3527,13 @@ msgstr "Det gick inte att skapa konversation" msgid "Failed to create starter pack" msgstr "Det gick inte att skapa ett startpaket" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Det gick inte att radera chatten" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Det gick inte att radera inlägget" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Det gick inte att radera startpaketet" @@ -3465,10 +3554,10 @@ msgstr "Det gick inte att följa alla föreslagna konton. Försök igen." msgid "Failed to load conversations" msgstr "Det gick inte att läsa in konversationer" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Det gick inte att läsa in flödesinställningar" @@ -3498,14 +3587,14 @@ msgstr "Det gick inte att läsa in tidigare meddelanden" msgid "Failed to load preference." msgstr "Det gick inte att läsa in inställning." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Det gick inte att läsa in föreslagna flöden" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Det gick inte att läsa in föreslagna konton att följa" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Det gick inte att fästa inlägget" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Det gick inte att ta bort emoji-reaktion" @@ -3535,7 +3624,8 @@ msgstr "Det gick inte att ta bort verifiering" msgid "Failed to resolve location. Please try again." msgstr "Det gick inte att fastställa din plats. Försök igen." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Det gick inte att spara bilden: {0}" @@ -3557,7 +3647,7 @@ msgstr "Det gick inte att skicka" msgid "Failed to send email, please try again." msgstr "Det gick inte att skicka e-postmeddelande. Försök igen." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Det gick inte att skicka omprövningsbegäran. Försök igen." @@ -3606,6 +3696,14 @@ msgstr "Det gick inte att verifiera e-post. Försök igen." msgid "Failed to verify handle. Please try again." msgstr "Det gick inte att verifiera användarnamnet. Försök igen." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Falskt konto eller bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Falsk information om val eller röstning" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Flöde" @@ -3623,20 +3721,20 @@ msgstr "Flödets skapare" msgid "Feed identifier" msgstr "Flödets identifierare" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Meny för flöde" #: src/components/StarterPack/Wizard/WizardListCard.tsx:58 msgid "Feed toggle" -msgstr "Växla läge på flöde" +msgstr "Lägg till eller ta bort flöde" #: src/view/com/feeds/MissingFeed.tsx:73 msgid "Feed unavailable" msgstr "Otillgängligt flöde" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Feedback" @@ -3682,7 +3780,7 @@ msgstr "Filen sparades utan problem!" #: src/lib/moderation/useLabelBehaviorDescription.ts:69 msgid "Filter from feeds" -msgstr "Filtrera bort från flöden" +msgstr "Filtrera i flöden" #: src/screens/Search/components/SearchLanguageDropdown.tsx:97 msgid "Filter search by language" @@ -3696,7 +3794,7 @@ msgstr "Filtrera sökning efter språk (nuvarande: {currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Filtrera vem som kan välja att få notiser om din aktivitet" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Filtrera vem du får notiser från" @@ -3713,7 +3811,7 @@ msgstr "Äntligen! Håll reda på inlägg som är viktiga för dig. Spara ett f msgid "Finance" msgstr "Finans" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Hitta konton att följa" msgid "Find people to follow" msgstr "Hitta personer att följa" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Hitta inlägg, användare och flöden på Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Slutför" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Matt svart" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Matt blå" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Matt vit" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Flexibelt" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Följ" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Följ" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Följ {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Följ {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Följ alla konton" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Följ tillbaka" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Följ tillbaka" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Följare som du känner" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Följer" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Följer" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Följer {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Följer {handle}" @@ -3894,11 +3988,11 @@ msgstr "Följer dig" msgid "Follows You" msgstr "Följer dig" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Typsnitt" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Teckenstorlek" @@ -3919,7 +4013,7 @@ msgstr "Av säkerhetsskäl kommer vi att skicka en bekräftelsekod till din e-po msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Av säkerhetsskäl kommer du inte kunna se det här igen. Om du tappar bort applösenordet måste du skapa ett nytt." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Vi rekommenderar tematypsnittet för bästa upplevelse." @@ -3941,11 +4035,11 @@ msgstr "Slipp allt brus" msgid "Forgot Password" msgstr "Glömt lösenord" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Glömt lösenordet?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Glömt?" @@ -3953,12 +4047,7 @@ msgstr "Glömt?" msgid "Free your feed" msgstr "Befria ditt flöde" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Publicerar ofta oönskat innehåll" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Från" @@ -4011,7 +4100,7 @@ msgstr "Få notiser när andra återpublicerar inlägg som du har återpublicera msgid "Get notifications when people repost your posts." msgstr "Få notiser när andra återpublicerar dina inlägg." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Bli notifierad om nya inlägg" @@ -4027,7 +4116,7 @@ msgstr "Bli notifierad om nya inlägg från {name}" msgid "Get notified of this account’s activity" msgstr "Bli notifierad om det här kontots aktivitet" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "Bli notifierad när {name} publicerar inlägg" @@ -4052,10 +4141,9 @@ msgstr "Gif-bild" msgid "Give your profile a face" msgstr "Ge din profil ett ansikte" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Uppenbara överträdelser av lagar eller användarvillkor" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Förhärligande av våld" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Uppenbara överträdelser av lagar eller användarvillkor" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Gå tillbaka" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Gå tillbaka" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Gå tillbaka till föregående steg" @@ -4123,7 +4208,7 @@ msgstr "Sänd live" msgid "Go live for" msgstr "Sänd live i" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Gå till {firstAuthorName}s profil" @@ -4146,23 +4231,35 @@ msgstr "Gå till flöde" msgid "Go to next" msgstr "Gå till nästa" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Gå till profil" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Gå till användarens profil" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Grafiskt innehåll" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Grafiskt våldsamt innehåll" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Sexuell manipulation eller utnyttjande av barn (”grooming”)" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Intrång eller systemattacker" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Halvvägs där!" msgid "Handle" msgstr "Användarnamn" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Användarnamnet är upptaget. Försök med ett annat." @@ -4182,7 +4279,7 @@ msgstr "Användarnamnet är upptaget. Försök med ett annat." msgid "Handle changed!" msgstr "Användarnamnet har ändrats!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Användarnamnet är för långt. Försök med ett kortare." @@ -4190,10 +4287,17 @@ msgstr "Användarnamnet är för långt. Försök med ett kortare." msgid "Haptics" msgstr "Haptik" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Trakasserier, trolling eller intolerans" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Trakasserier eller hat" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Skadliga eller riskfyllda aktiviteter" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Innehåll som kan skada eller utsätta minderåriga för fara" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtagg" msgid "Hashtag {tag}" msgstr "Hashtagg: {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Hatpropaganda" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Har du problem?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Hjälp" @@ -4238,7 +4346,7 @@ msgstr "Hej där 👋" msgid "Hidden" msgstr "Dolt" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Dolt av dina modereringsinställningar." @@ -4248,7 +4356,7 @@ msgstr "Dold lista" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Dold lista" msgid "Hide" msgstr "Dölj" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Dölj" @@ -4269,6 +4377,10 @@ msgstr "Dölj" msgid "Hide customization options" msgstr "Dölj anpassningsalternativ" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Dölj listor" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Dölj trendande ämnen?" msgid "Hide trending videos?" msgstr "Dölj trendande videoklipp?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Dölj användarlista" @@ -4320,7 +4432,7 @@ msgstr "Dölj användarlista" msgid "Hide verification badges" msgstr "Dölj verifieringsmärken" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Döljer innehållet" @@ -4365,12 +4477,12 @@ msgstr "Vänta lite! Vi ger gradvis tillgång till videoklipp till fler använda msgid "Home" msgstr "Hem" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Värd:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Värdleverantör" @@ -4383,6 +4495,10 @@ msgstr "Hett" msgid "How should we open this link?" msgstr "Hur vill du att länken ska öppnas?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "Människohandel" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Om du vill ändra ditt lösenord skickar vi en kod till dig för att ver msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Om du vill begränsa vem som kan få notiser om ditt kontos aktivitet kan du ändra detta under <0>Inställningar → Integritet och säkerhet0>." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Om du är utvecklare kan du driva en egen server." @@ -4443,12 +4559,7 @@ msgstr "Om du är utvecklare kan du driva en egen server." msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Om du försöker ändra ditt användarnamn eller din e-postadress ska du göra det innan du avaktiverar." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Olagligt och brådskande" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Bild" @@ -4461,29 +4572,24 @@ msgstr "Bild-cache rensad" msgid "Image cache cleared, freed {0}" msgstr "Bild-cache rensad, frigjorde {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Bild sparad" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Bilder kan inte sparas om du inte har gett appen åtkomst till ditt bildbibliotek." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Imitationer eller falska påståenden om identitet eller tillhörighet" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Imitation, felaktig information eller falska påståenden" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Utger sig för att vara någon annan" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "I appen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Notiser i appen" @@ -4507,17 +4613,12 @@ msgstr "I appen, Push, Från alla" msgid "In-app, Push, People you follow" msgstr "I appen, Push, Från personer du följer" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Olämpliga meddelanden eller explicita länkar" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Inkorgen är tom!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Felaktigt användarnamn eller lösenord" @@ -4537,11 +4638,11 @@ msgstr "Ange nytt lösenord" msgid "Input password for account deletion" msgstr "Ange lösenord för att radera kontot" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Ange koden som har skickats till dig via e-post" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Interaktion begränsad" @@ -4557,12 +4658,12 @@ msgstr "Nu införs aktivitetsnotiser" msgid "Introducing saved posts AKA bookmarks" msgstr "Nu införs sparade inlägg, även kallat bokmärken" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Ogiltig bekräftelsekod för 2FA." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Ogiltigt användarnamn. Försök med ett annat." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Ogilitiga interaktionsinställningar." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Ogiltigt ämne för anmälan" @@ -4626,8 +4727,8 @@ msgstr "Jobb" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Gå med i Bluesky" @@ -4657,20 +4758,20 @@ msgstr "KWS användarvillkor" msgid "KWS website" msgstr "KWS webbplats" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." -msgstr "Märkt av {0}." +msgstr "Markerat av {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." -msgstr "Märkt av användaren." +msgstr "Markerat av användaren." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Etiketter" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Etiketter tillagda" @@ -4678,11 +4779,11 @@ msgstr "Etiketter tillagda" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Etiketter är anteckningar som sätts på användare och innehåll. De kan användas för att dölja, varna och kategorisera inom nätverket." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Etiketter på ditt konto" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Etiketter på ditt innehåll" @@ -4696,7 +4797,7 @@ msgstr "Språkinställningar" msgid "Languages" msgstr "Språk" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Större" @@ -4736,12 +4837,12 @@ msgstr "Läs mer om ålderskontroll" msgid "Learn more about Bluesky" msgstr "Läs mer om Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "Läs mer om att driva din egen PDS." -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Läs mer om vad som är publikt på Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "Läs mer i dina <0>kontoinställningar0>." -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Läs mer." @@ -4787,10 +4888,10 @@ msgstr "Lämna" msgid "Leave chat" msgstr "Lämna chatt" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Lämna konversation" @@ -4822,9 +4923,9 @@ msgstr "Låt oss få ditt lösenord återställt!" msgid "Let's go!" msgstr "Sätt igång!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Ljust" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Ljus" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Gilla ({0, plural, one {# gillamarkering} other {# gillamarkeringar}})" @@ -4855,7 +4956,7 @@ msgstr "Gilla 10 inlägg för att träna Upptäck-flödet" msgid "Like notifications" msgstr "Notiser för gillamarkeringar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Gilla det här flödet" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Gillat av {0, plural, one {# användare} other {# användare}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Gillamarkeringar på dina återpubliceringar" msgid "Likes of your reposts notifications" msgstr "Notiser för gillamarkeringar på dina återpubliceringar" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Gillamarkeringar på det här inlägget" @@ -5021,12 +5122,12 @@ msgstr "Funktionen för livesändning är i betatest" msgid "Live link" msgstr "Länk till livesändning" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Läs in fler" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Läs in fler föreslagna flöden" @@ -5041,6 +5142,14 @@ msgstr "Läs in nya notiser" msgid "Load new posts" msgstr "Läs in nya inlägg" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Läser in listor…" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Läser in inläggets interaktionsinställningar…" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Laddar…" @@ -5049,15 +5158,19 @@ msgstr "Laddar…" msgid "Log" msgstr "Logg" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Utloggad" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Synlighet för utloggade" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logotyp av @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logotyp av <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Hantera dina ignorerade ord och taggar" msgid "Mark all as read" msgstr "Markera alla som lästa" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Markera som läst" @@ -5132,7 +5245,7 @@ msgstr "Kanske senare" msgid "Media" msgstr "Media" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Media som kan vara störande eller olämplig för vissa målgrupper." @@ -5140,14 +5253,10 @@ msgstr "Media som kan vara störande eller olämplig för vissa målgrupper." msgid "Mention notifications" msgstr "Notiser för omnämnanden" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "omnämnda användare" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Omnämnda användare" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Meny" msgid "Message {0}" msgstr "Meddelande {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Meddelande raderat" @@ -5172,7 +5281,7 @@ msgstr "Meddelande raderat" msgid "Message deleted" msgstr "Meddelande raderat" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Meddelande från @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Inmatningsfält för meddelande" msgid "Message is too long" msgstr "Meddelandet är för långt" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Meddelandealternativ" @@ -5197,24 +5306,22 @@ msgstr "Meddelandealternativ" msgid "Messages" msgstr "Meddelanden" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Midnatt" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Trakasserier eller mobbning av minderårig" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Övriga notiser" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Vilseledande konto" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Vilseledande inlägg" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Vilseledande innehåll" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Modereringsverktyg" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Fler flöden" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Stäng av ljud" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Ignorera {tag}" @@ -5332,8 +5439,8 @@ msgstr "Ignorera konto" msgid "Mute accounts" msgstr "Ignorera konton" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Ignorera konversation" @@ -5396,7 +5503,7 @@ msgstr "Ignorerade konton" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Inlägg och meddelanden från ignorerade konton tas bort från ditt flöde och dina notiser. Vad du ignorerar hålls helt privat." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Ignorerat av ”{0}”" @@ -5421,17 +5528,6 @@ msgstr "Mina flöden" msgid "Name" msgstr "Namn" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Namn eller beskrivning bryter mot gemenskapens riktlinjer" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Navigera till startpaket" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Navigerar till nästa ruta" @@ -5455,20 +5551,16 @@ msgstr "Navigerar till nästa ruta" msgid "Navigates to your profile" msgstr "Navigerar till din profil" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Behöver du rapportera en upphovsrättsöverträdelse?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Förlora aldrig åtkomsten till dina följare eller din data." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Det var inget. Skapa ett användarnamn åt mig" @@ -5476,17 +5568,17 @@ msgstr "Det var inget. Skapa ett användarnamn åt mig" msgid "New" msgstr "Nytt" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Ny" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{postsCount, plural, one {Nytt} other {Nya}} inlägg från {firstAuthorLink}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{postsCount, plural, one {Nytt} other {Nya}} inlägg från {firstAuthorName}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Nytt inlägg" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "Nya inlägg från {firstAuthorLink} och <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "Nya inlägg från {firstAuthorName} och {additionalAuthorsCount, plural, one {{formattedAuthorsCount} annan} other {{formattedAuthorsCount} andra}}" @@ -5574,8 +5666,8 @@ msgstr "Dialogruta för ny användarinformation" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Senaste svar först" @@ -5587,8 +5679,8 @@ msgstr "Nyheter" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Nyheter" msgid "Next" msgstr "Nästa" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Nästa" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Nästa bild" @@ -5616,12 +5703,12 @@ msgstr "Nästa bild" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Du har inga applösenord ännu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Ingen DNS-panel" @@ -5646,8 +5733,9 @@ msgstr "Ingen bild" msgid "No likes yet" msgstr "Inga gillamarkeringar ännu" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "{0} följs inte längre" @@ -5671,7 +5759,7 @@ msgstr "Inga notiser ännu!" msgid "No one" msgstr "Ingen" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Ingen annan än författaren kan citera detta inlägg." @@ -5685,7 +5773,7 @@ msgstr "Inga inlägg ännu." #: src/view/com/post-thread/PostQuotes.tsx:105 msgid "No quotes yet" -msgstr "Inga citeringar ännu" +msgstr "Inga citat ännu" #: src/view/com/post-thread/PostRepostedBy.tsx:90 msgid "No reposts yet" @@ -5701,7 +5789,7 @@ msgstr "Inga resultat" msgid "No results" msgstr "Inga resultat" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Inga resultat för ”{0}”." @@ -5719,7 +5807,7 @@ msgstr "Inget resultat hittades för ”{query}”" msgid "No results found for {query}" msgstr "Inget resultat hittades för {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Inga resultat." @@ -5732,7 +5820,7 @@ msgstr "Inget sökresultat hittades för ”{search}”." msgid "No thanks" msgstr "Nej tack" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Ingen" @@ -5753,6 +5841,10 @@ msgstr "Ingen har återpublicerat det här ännu. Kanske kan du bli den första! msgid "Nobody was found. Try searching for someone else." msgstr "Ingen hittades. Försök med att söka efter någon annan." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Delning av privata bilder utan samtycke" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Icke-sexuell nakenhet" @@ -5843,16 +5935,11 @@ msgstr "nyss" msgid "Now" msgstr "Nu" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Naket" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Nakenhet eller vuxeninnehåll som inte är märkt som sådant" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Okej" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Äldsta svar först" @@ -5916,7 +6003,7 @@ msgstr "Ett eller flera videoklipp saknar alternativtext." msgid "Only .jpg and .png files are supported" msgstr "Endast .jpg- och .png-filer stöds" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Endast {0} kan svara." @@ -5941,7 +6028,7 @@ msgstr "Hoppsan, något gick fel!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Öppna avatarskapare" msgid "Open conversation options" msgstr "Öppna konversationsalternativ" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Öppna sidpanel" @@ -5973,8 +6060,8 @@ msgstr "Öppna emoji-väljaren" msgid "Open feed info screen" msgstr "Öppna dialogruta med information om flöde" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Öppna meny för flödesalternativ" @@ -6015,7 +6102,7 @@ msgstr "Öppna profil" msgid "Open share menu" msgstr "Öppna delningsmeny" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Öppna startpaketsmeny" @@ -6032,9 +6119,9 @@ msgstr "Öppna systemlogg" msgid "Opens a dialog to add a content warning to your post" msgstr "Öppnar en dialogruta där du kan lägga till en innehållsvarning för ditt inlägg" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Öppnar en dialogruta där du kan välja vem som får svara i den här tråden" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Öppnar en dialogruta där du kan välja vem som kan interagera med det här inlägget" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "Öppnar länken {0}" msgid "Opens live status dialog" msgstr "Öppnar dialogruta för livesändningsstatus" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Öppnar formulär för återställning av lösenord" @@ -6103,24 +6190,15 @@ msgstr "Öppnar formulär för återställning av lösenord" msgid "Opens post language settings" msgstr "Öppnar inställningar för inläggsspråk" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Öppnar den här profilen" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Lägg till valfri ytterligare information nedan:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Alternativ:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Eller kombinera mellan de här alternativen:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Eller fortsätt med ett annat konto." @@ -6145,21 +6223,50 @@ msgstr "OTA-status: Fel vid sökning efter uppdatering" msgid "OTA status: None available" msgstr "OTA-status: Ingen tillgänglig" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Annat" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Annat konto" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Annat som rör barns säkerhet" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Annat farligt innehåll" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Annat trakasserande eller hatiskt innehåll" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Annat vilseledande innehåll" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Annat som bryter mot nätverkets regler" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Annat innehåll med sexuellt våld" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Annat våldsamt innehåll" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Vårt blogginlägg" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Vårt modereringsteam har tagit emot din anmälan." @@ -6176,7 +6283,7 @@ msgstr "Sidan hittades inte" msgid "Page Not Found" msgstr "Sidan hittades inte" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,18 +6332,26 @@ msgstr "Personer som följs av @{0}" msgid "People following @{0}" msgstr "Personer som följer @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Personer jag följer" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Personer du följer" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Omnämnda" + +#: src/lib/media/save-image.ts:59 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 msgid "Person toggle" -msgstr "Växla läge på person" +msgstr "Lägg till eller ta bort person" #: src/lib/interests.ts:68 #: src/screens/Onboarding/index.tsx:59 @@ -6247,12 +6362,12 @@ msgstr "Husdjur" msgid "Photography" msgstr "Fotografi" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Bilder avsedda för vuxna." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Fäst flöde" @@ -6266,7 +6381,7 @@ msgstr "Fäst flöde" msgid "Pin to home" msgstr "Fäst på hem" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Fäst på Hem" @@ -6275,7 +6390,7 @@ msgstr "Fäst på Hem" msgid "Pin to your profile" msgstr "Fäst på din profil" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Fäst" @@ -6302,7 +6417,7 @@ msgstr "Spela" msgid "Play {0}" msgstr "Spela {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Spela upp videoklipp" @@ -6327,7 +6442,7 @@ msgstr "Spelar upp gif-bilden" msgid "Plays the video" msgstr "Spelar upp videoklippet" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Lägg till de varningsetiketter som är relevanta för den media du publicerar." @@ -6413,7 +6528,7 @@ msgstr "Ange din inbjudningskod." msgid "Please enter your new email address." msgstr "Ange din nya e-postadress." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Ange ditt lösenord" @@ -6421,11 +6536,11 @@ msgstr "Ange ditt lösenord" msgid "Please enter your password as well:" msgstr "Ange ditt lösenord också:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Ange ditt användarnamn" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Förklara varför du anser att den här etiketten har använts på ett felaktigt sätt av {0}" @@ -6446,11 +6561,11 @@ msgstr "Lämna gärna ytterligare information som kan hjälpa moderatorerna att msgid "Please select a language" msgstr "Välj ett språk" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Välj en modereringstjänst" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Välj ett skäl till denna anmälan" @@ -6473,7 +6588,7 @@ msgstr "Skriv ditt meddelande nedan:" msgid "Politics" msgstr "Politik" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Porr" @@ -6512,24 +6627,24 @@ msgstr "Inlägg raderat" 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Inlägget har raderats" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Inlägg dolt genom ignorerat ord" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Inlägg dolt av dig" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Interaktionsinställningar för inlägg" @@ -6614,13 +6729,8 @@ msgstr "Föregående bild" msgid "Primary Language" msgstr "Primärt språk" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Prioritera de du följer" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Integritet" @@ -6652,6 +6762,10 @@ msgstr "Integritets- och säkerhetsinställningar" msgid "Privacy Policy" msgstr "Integritetspolicy" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Kränkning av minderårigs integritet" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Bearbetar videoklipp…" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil uppdaterad" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Reklam för eller försäljning av otillåtna varor eller tjänster" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Psst! Du kan redigera vilka som kan interagera med det här inlägget." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Publikt" @@ -6714,7 +6836,7 @@ msgstr "Publicera samtliga svar" msgid "Push" msgstr "Push" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Pushnotiser" @@ -6762,11 +6884,7 @@ msgstr "Citatinlägget avskiljdes utan problem" #: src/components/PostControls/RepostButton.web.tsx:84 #: src/components/PostControls/RepostButton.web.tsx:91 msgid "Quote posts disabled" -msgstr "Citeringar är inaktiverade" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Citatinställningar" +msgstr "Citatinlägg inaktiverade" #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 @@ -6775,11 +6893,11 @@ msgstr "Citatinställningar" msgid "Quotes" msgstr "Citat" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" -msgstr "Citeringar av detta inlägg" +msgstr "Citat av detta inlägg" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Anropsgränsen har överskridits. Du har försökt att ändra ditt användarnamn för många gånger under en kort period. Vänta någon minut innan du försöker igen." @@ -6805,11 +6923,11 @@ msgstr "Läs {0, plural, one {ett svar till} other {# svar till}}" msgid "Read blog post" msgstr "Läs blogginlägget" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Visa mindre" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Visa mer" @@ -6849,15 +6967,11 @@ msgstr "Äkta människor." msgid "Reason for appeal" msgstr "Skäl för omprövningsbegäran" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Skäl:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Ta emot notiser i appen" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Ta emot pushnotiser" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Återanslut" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Avvisa" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Avvisa chattförfrågan" @@ -6946,8 +7060,8 @@ msgstr "Ta bort flöde" msgid "Remove feed?" msgstr "Ta bort flöde?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Svarade dig" msgid "Replies" msgstr "Svar" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Svar inaktiverade" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Svar är inaktiverat för det här inlägget." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Svara" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Svara ({0, plural, one {# svar} other {# svar}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Svaret har dolts av trådskaparen" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Svaret har dolts av dig" @@ -7120,11 +7234,7 @@ msgstr "Svaret har dolts av dig" msgid "Reply notifications" msgstr "Notiser för svar" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Svarsinställningar" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Svarsinställningarna sätts av trådens författare" @@ -7141,7 +7251,7 @@ msgstr "Synlighet för svar har uppdaterats" msgid "Reply was successfully hidden" msgstr "Svaret doldes utan problem" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Anmäl" msgid "Report account" msgstr "Anmäl konto" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Anmäl konversation" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Dialogruta för anmälan" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Anmäl flöde" @@ -7176,7 +7285,7 @@ msgstr "Anmäl flöde" msgid "Report list" msgstr "Anmäl lista" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Anmäl meddelande" @@ -7185,48 +7294,41 @@ msgstr "Anmäl meddelande" msgid "Report post" msgstr "Anmäl inlägg" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Anmäl startpaket" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Anmälan skickad" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Anmäl det här innehållet" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Anmäl den här konversationen" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Anmäl det här flödet" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Anmäl den här listan" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Anmäl det här meddelandet" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Anmäl det här inlägget" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Anmäl det här startpaketet" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Anmäl den här användaren" @@ -7250,7 +7352,7 @@ msgstr "Notiser för återpubliceringar" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Återpublicera eller citera inlägg" @@ -7277,7 +7379,7 @@ msgstr "Återpublicerat av dig" msgid "Reposts" msgstr "Återpubliceringar" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Återpubliceringar av det här inlägget" @@ -7291,8 +7393,8 @@ msgstr "Återpubliceringar av dina återpubliceringar" msgid "Reposts of your reposts notifications" msgstr "Notiser för återpubliceringar av dina återpubliceringar" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Begär kod" @@ -7348,7 +7450,7 @@ msgstr "Återställ status för kom-igång-guide" msgid "Reset password" msgstr "Återställ lösenord" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Gör ett nytt inloggningsförsök" @@ -7360,12 +7462,12 @@ msgstr "Försöker igen med den senaste misslyckade åtgärden" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,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:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Försök läsa in alternativ för anmälan på nytt" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Gå tillbaka till föregående sida" @@ -7399,8 +7501,8 @@ msgstr "Går tillbaka till startsidan" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Går tillbaka till föregående sida" @@ -7412,8 +7514,8 @@ msgstr "Går tillbaka till föregående steg" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Går tillbaka till föregående steg" msgid "Save" msgstr "Spara" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Spara" @@ -7459,8 +7561,13 @@ msgstr "Spara nytt användarnamn" msgid "Save QR code" msgstr "Spara QR-kod" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Spara mina val till nästa gång" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Spara till mina flöden" @@ -7487,21 +7594,25 @@ msgstr "Sparat i dina flöden" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Säg hej!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Bedrägeri eller bluff" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Vetenskap" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Rulla åt vänster" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Rulla åt höger" @@ -7513,7 +7624,7 @@ msgstr "Gå till toppen" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Sök" @@ -7553,11 +7664,11 @@ msgstr "Sök efter ”{searchText}”" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Sök efter fler konton" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Sök efter fler flöden" @@ -7610,19 +7721,19 @@ msgstr "Söker efter profiler" msgid "Security step required" msgstr "Säkerhetssteg krävs" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Se {tag}-inlägg" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Se {tag}-inlägg av användare" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Se #{tag}-inlägg" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Se #{tag}-inlägg av användare" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Uppspelningsreglage. Använd piltangenterna för att spola framåt och bakåt, samt mellanslag för att spela upp/pausa" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "Välj kategorin ”{interestsDisplayName}”" @@ -7665,11 +7776,15 @@ msgstr "Välj {langName}" msgid "Select a color" msgstr "Välj en färg" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Välj orsak" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Välj konto" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Välj ett appspråk" @@ -7701,6 +7816,14 @@ msgstr "Välj längd" msgid "Select from an existing account" msgstr "Välj ett befintligt konto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Välj bland dina listor" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Välj bland dina listor <0>{numberOfListsSelected, plural, one {(# vald)} other {(# valda)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Välj gif-bild" @@ -7727,14 +7850,10 @@ msgstr "Välj språk…" msgid "Select languages" msgstr "Välj språk" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Välj modereringstjänst" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Välj moderator" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Välj inläggsspråk" @@ -7752,10 +7871,6 @@ msgstr "Välj undertextfil (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Välj emojin {emojiName} som din avatar" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Välj den eller de modereringstjänster som du vill skicka din anmälan till" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Välj upp till 3 språk som används i det här inlägget" @@ -7785,7 +7900,7 @@ msgstr "Välj dina intressen bland alternativen nedan" msgid "Select your preferred language for translations in your feed." msgstr "Välj önskat språk för översättningar i ditt flöde." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Välj önskade notiskanaler" @@ -7793,6 +7908,10 @@ msgstr "Välj önskade notiskanaler" msgid "Selecting multiple media types is not supported." msgstr "Val av flera medietyper stöds inte." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Självskadebeteende eller farligt beteende" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Skicka en snygg hemsida!" @@ -7818,7 +7937,7 @@ msgstr "Skicka feedback" msgid "Send message" msgstr "Skicka meddelande" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Skicka inlägg till {name}" @@ -7826,18 +7945,7 @@ msgstr "Skicka inlägg till {name}" msgid "Send post to..." msgstr "Skicka inlägg till…" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Skicka anmälan" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Skicka anmälan till {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Skicka anmälan till {title}" @@ -7858,7 +7966,7 @@ msgstr "Skicka via direktmeddelande" msgid "Sends email with confirmation code for account deletion" msgstr "Skickar e-postmeddelande med bekräftelsekod för kontoradering" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Serveradress" @@ -7874,10 +7982,18 @@ msgstr "Ange födelsedatum" msgid "Set new password" msgstr "Ange nytt lösenord" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "Ställ in exakt vilka grupper av människor som kan svara på ditt inlägg" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Konfigurera ditt konto" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Ställ in vem som kan svara på ditt inlägg" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Ställer in e-postadress för återställning av lösenord" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Inställningar sparade" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Sexuella handlingar eller erotisk nakenhet." @@ -7953,7 +8069,7 @@ msgstr "Sexuellt suggestivt" msgid "Share" msgstr "Dela" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Dela" @@ -7996,7 +8112,7 @@ msgstr "Dela inläggets at://-URI" msgid "Share QR code" msgstr "Dela QR-kod" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Dela det här flödet" @@ -8012,8 +8128,8 @@ msgstr "Dela det här startpaketet och hjälp andra att gå med i din gemenskap #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Dela ditt favoritflöde!" msgid "Shared Preferences Tester" msgstr "Testare för delade inställningar" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Visa alternativtext" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Visa ändå" @@ -8052,7 +8168,7 @@ msgstr "Visa märke" #: src/lib/moderation/useLabelBehaviorDescription.ts:64 msgid "Show badge and filter from feeds" -msgstr "Visa märke och bort filtrera från flöden" +msgstr "Visa märke och filtrera i flöden" #: src/components/dialogs/Embed.tsx:129 msgid "Show customization options" @@ -8067,6 +8183,10 @@ msgstr "Visa mindre av sånt här" msgid "Show list anyway" msgstr "Visa listan ändå" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Visa listor över användare att välja mellan" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Visa mer" @@ -8080,7 +8200,7 @@ msgstr "Visa mer av sånt här" msgid "Show more replies" msgstr "Visa fler svar" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Visa svarsinlägg i trädvy" @@ -8098,10 +8218,6 @@ msgstr "Visa svar" msgid "Show replies as" msgstr "Visa svar i" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Visa svar från personer du följer före alla andra svar" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8123,9 +8239,9 @@ msgstr "Visa varning" #: src/lib/moderation/useLabelBehaviorDescription.ts:59 msgid "Show warning and filter from feeds" -msgstr "Visa varning och filtrera från flöden" +msgstr "Visa varning och filtrera i flöden" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Visar information om när det här inlägget skapades" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Visar innehållet" @@ -8145,7 +8261,7 @@ msgstr "Visar innehållet" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Visar innehållet" msgid "Sign in" msgstr "Logga in" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Logga in som {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Logga in som…" @@ -8177,7 +8293,7 @@ msgstr "Logga in eller skapa ett konto" msgid "Sign in or create your account to join the conversation!" msgstr "Logga in eller skapa ett konto för att delta i konversationen!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Logga in på ett olistat konto" @@ -8243,7 +8359,7 @@ msgstr "Hoppa över introduktionen och börja använda ditt konto" msgid "Skip to next step" msgstr "Hoppa till nästa steg" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Mindre" @@ -8268,7 +8384,7 @@ msgstr "Några av dina verifieringar är ogiltiga." msgid "Some other feeds you might like" msgstr "Några andra flöden som du kanske gillar" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Vissa personer kan svara" @@ -8280,7 +8396,7 @@ msgstr "Någon reagerade med {0}" msgid "Someone reacted {0} to {1}" msgstr "Någon reagerade med {0} på {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Något står inte helt rätt till med den data du försöker anmäla. Vänligen kontakta supporten." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Något gick fel" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Något gick fel. Försök igen" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Något gick fel!" msgid "Something went wrong. Please try again in a moment." msgstr "Något gick fel. Försök igen om en stund." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Något gick fel. Försök igen." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Är något på tok? Hör av dig till oss." @@ -8327,34 +8442,30 @@ msgstr "Tyvärr, det går inte att läsa in kontoförslag just nu." msgid "Sorry! Your session expired. Please sign in again." msgstr "Beklagar! Din session har löpt ut. Vänligen logga in igen." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Ordna svar" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Ordna svar efter" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Ordna svar på samma inlägg efter:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Källa: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; överdrivet många omnämnanden eller svar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "Spam, oäkta beteende eller vilseledande innehåll" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; överdrivet många omnämnanden eller svar" msgid "Sports" msgstr "Sport" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Starta en konversation, så visas den här." @@ -8403,11 +8514,11 @@ msgstr "Startpaket av <0/>" msgid "Starter pack by you" msgstr "Startpaket av dig" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Startpaketet är ogiltigt" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Startpaket" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Skicka omprövningsbegäran" msgid "Submit Appeal" msgstr "Skicka omprövningsbegäran" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Skicka anmälan" @@ -8494,7 +8605,7 @@ msgstr "Klart!" msgid "Successfully verified" msgstr "Verifiering lyckades" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Föreslagna konton" @@ -8506,17 +8617,17 @@ msgstr "Föreslagna konton" msgid "Suggested for you" msgstr "Föreslaget åt dig" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Suggestivt" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Soluppgång" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Solnedgång" @@ -8547,10 +8658,10 @@ msgstr "Byt mellan konton" msgid "Switch to {0}" msgstr "Byt till {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "System" @@ -8591,6 +8702,10 @@ msgstr "Tryck för att stänga kontextmeny" msgid "Tap to dismiss" msgstr "Tryck för att avvisa" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Riktade trakasserier" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Uppgiften slutförd - Du följer 10 stycken!" @@ -8620,8 +8735,8 @@ msgstr "Berätta lite om dig själv" msgid "Tell us a little more" msgstr "Berätta lite mer" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Villkor" @@ -8637,26 +8752,11 @@ msgstr "Villkor" msgid "Terms of Service" msgstr "Användarvillkor" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Termer som används bryter mot gemenskapens riktlinjer" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Textinnehåll och taggar" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Textfält" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Textinmatningsfält" @@ -8665,10 +8765,6 @@ msgstr "Textinmatningsfält" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Tack för din feedback! Den har skickats till flödesoperatören." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Tack. Din anmälan har skickats." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Tack. Din e-postadress har verifierats utan problem. Du kan stänga den msgid "Thanks! You're all set." msgstr "Tack! Då var det klart." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Som innehåller följande:" @@ -8699,11 +8795,11 @@ msgstr "Det användarnamnet är redan taget" msgid "That's all, folks!" msgstr "Det var allt!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Det var allt!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 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." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Appen kommer att startas om" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Svaret har dolts av trådskaparen." @@ -8750,11 +8846,11 @@ msgstr "Du får en bättre upplevelse i appen. Ladda ner Bluesky nu och vi ser t msgid "The feed has been replaced with Discover." msgstr "Flödet har ersatts med Upptäck." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Följande etiketter har satts till på ditt konto." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Följande etiketter har satts på ditt innehåll." @@ -8788,7 +8884,7 @@ msgstr "Det valda videoklippet är större än 100 MB. Försök igen med en min 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Användarvillkoren har flyttats till" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Ett problem uppstod med anslutningen till Tenor." msgid "There was an issue contacting the server" msgstr "Ett problem uppstod med anslutningen till servern" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Ett problem uppstod med anslutningen till servern. Kontrollera din inter 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Ett problem uppstod med att hämta inlägg. Tryck här för att försök msgid "There was an issue fetching the list. Tap here to try again." msgstr "Ett problem uppstod med att hämta listan. Tryck här för att försöka igen." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Ett problem uppstod med att hämta dina applösenord" @@ -8862,11 +8958,6 @@ msgstr "Ett problem uppstod med att hämta din serviceinformation" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Ett problem uppstod med att ta bort det här flödet. Kontrollera din internetanslutning och försök igen." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Ett problem uppstod med att skicka din anmälan. Kontrollera din internetanslutning och försök igen." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Ett problem uppstod med att uppdatera dina flöden. Kontrollera din inte #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Ett problem uppstod med att uppdatera dina flöden. Kontrollera din inte msgid "There was an issue! {0}" msgstr "Ett problem uppstod! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Ett oväntat problem uppstod i applikationen. Låt oss veta om det drabb 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:654 +msgid "These are your default settings" +msgstr "Det här är dina förvalda inställningar" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "De här inställningarna gäller bara för flödet Följer." @@ -8941,7 +9036,7 @@ msgstr "Det här kontot har blockerats av en eller flera av dina modereringslist msgid "This action can be undone at any time." msgstr "Den här åtgärden kan ångras när som helst." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Denna omprövningsbegäran kommer att skickas till <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "{0} står som värd för det här innehållet. Vill du aktivera extern media?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Det här innehållet är inte tillgängligt eftersom en av de involverade användarna har blockerat den andra." @@ -9000,13 +9095,13 @@ msgstr "Den här funktionen är inte tillgänglig när du är inloggad med ett a #: src/lib/strings/errors.ts:22 msgid "This feature is not available while using an App Password. Please sign in with your main password." -msgstr "Den här funktionen är inte tillgänglig när ett applösenord har använts vid inloggningen. Vänligen logga in med ditt vanliga lösenord." +msgstr "Den här funktionen är inte tillgänglig när du är inloggad med ett applösenord. Logga in med ditt vanliga lösenord." #: src/view/com/posts/PostFeedErrorMessage.tsx:124 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Det här flödet har för närvarande hög trafik och är för tillfället inte tillgängligt. Försök igen senare." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Det här flödet är tomt! Du kanske borde följa fler användare eller justera dina språkinställningar." @@ -9020,7 +9115,7 @@ msgstr "Det här flödet är tomt." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Det här flödet är inte längre online. Vi visar <0>Upptäck0> istället." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Det här användarnamnet är reserverat. Försök med ett annat." @@ -9035,11 +9130,11 @@ msgstr "Det här är inte en giltig länk" #: src/components/moderation/ModerationDetailsDialog.tsx:170 msgid "This label was applied by the author." -msgstr "Den här etiketten sattes på av författaren." +msgstr "Den här etiketten sattes av författaren." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." -msgstr "Den här etiketten sattes på av dig." +msgstr "Den här etiketten sattes av dig." #: src/screens/Profile/Sections/Labels.tsx:217 msgid "This labeler hasn't declared what labels it publishes, and may not be active." @@ -9065,11 +9160,11 @@ msgstr "Den här listan är tom." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Den här modereringstjänsten är inte tillgänglig. Se nedan för mer information. Kontakta oss om problemet kvarstår." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Det här inlägget har <0>{0}0> som angivet skapelsedatum, men registrerades på Bluesky först den <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9087,7 +9182,7 @@ msgstr "Det här inlägget kommer att hållas dolt från flöden och trådar. De #: src/view/com/composer/Composer.tsx:513 msgid "This post's author has disabled quote posts." -msgstr "Författaren till det här inlägget har inaktiverat citeringar." +msgstr "Författaren till det här inlägget har inaktiverat citatinlägg." #: src/view/com/profile/ProfileMenu.tsx:504 msgid "This profile is only visible to logged-in users. It won't be visible to people who aren't signed in." @@ -9101,7 +9196,7 @@ msgstr "Det här svaret kommer att läggas i en dold sektion längst ner i tråd 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Det här ska skapa en domänpost på:" @@ -9113,7 +9208,7 @@ msgstr "Detta bör bara ta några minuter." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Den här användaren har inget visningsnamn och kan därför inte verifieras." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Den här användaren har inga följare." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Den här användaren har blockerat dig" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Den här användaren har blockerat dig. Du kan inte se användarens innehåll." @@ -9142,7 +9237,7 @@ msgstr "Den här användaren finns med på listan <0>{0}0> som du har ignorera msgid "This user is new here. Press for more info about when they joined." msgstr "Den här användaren är ny här. Tryck för mer information om när hen gick med." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Den här användaren följer inte någon." @@ -9168,7 +9263,7 @@ msgstr "Trådalternativ" msgid "Thread preferences" msgstr "Trådinställningar" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Trådinställningar" @@ -9181,6 +9276,10 @@ msgstr "Trädvy" msgid "Threads Preferences" msgstr "Trådinställningar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Hot eller uppmaningar till våld" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Återstående tid: {0, plural, one {# sekund} other {# sekunder}}" @@ -9198,10 +9297,6 @@ msgstr "För att inaktivera 2FA via e-post, verifiera att du har tillgång till msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "För att anmäla en konversation, anmäl en av dess meddelanden i konversationsrutan. På så sätt får våra moderatorer förståelse för kontexten kring det som inträffat." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Till vem vill du skicka den här anmälan?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Idag" @@ -9222,8 +9317,8 @@ msgstr "Topp" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Populära svar först" @@ -9231,17 +9326,17 @@ msgstr "Populära svar först" msgid "Topic" msgstr "Ämne" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Översätt" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Trädvy" @@ -9253,6 +9348,10 @@ msgstr "Trendar" msgid "Trending Videos" msgstr "Trendande videoklipp" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Avsiktligt störande eller provocerande beteende (”trolling”)" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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 verifierare0> – organisationer med möjlighet att utfärda verifieringar direkt." @@ -9274,7 +9373,7 @@ msgstr "Tvåfaktorsautentisering (2FA)" msgid "Type your message here" msgstr "Skriv ditt meddelande här" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Typ:" @@ -9294,13 +9393,13 @@ msgstr "Det gick inte att ansluta till din tjänst. Kontrollera din internetansl #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Det gick inte att radera" @@ -9324,27 +9423,27 @@ msgstr "Otillgänglig flödesinformation" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Häv blockering" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Häv blockering" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Häv blockering av konto" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Häv blockering av konto?" @@ -9369,12 +9468,7 @@ msgstr "Ångra återpublicering" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Ångra återpublicering ({0, plural, one {# återpublicering} other {# återpubliceringar}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Sluta följ" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Sluta följ {0}" @@ -9383,7 +9477,7 @@ msgstr "Sluta följ {0}" msgid "Unfollow account" msgstr "Sluta följ konto" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Slutar följa användaren" @@ -9391,7 +9485,7 @@ msgstr "Slutar följa användaren" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Tyvärr är Bluesky inte tillgängligt i Mississippi just nu." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Tyvärr stöder ingen av de etikettsättare du prenumererar på den här msgid "Unknown verifier" msgstr "Okänd verifierare" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Omarkerat vuxeninnehåll" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Vuxeninnehåll som inte har markerats, är kränkande eller delas utan samtycke" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Sluta gilla ({0, plural, one {# gillamarkering} other {# gillamarkeringar}})" @@ -9419,8 +9521,8 @@ msgstr "Sätt på ljud" msgid "Unmute" msgstr "Sluta ignorera" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Sluta ignorera {tag}" @@ -9431,7 +9533,7 @@ msgstr "Sluta ignorera {tag}" msgid "Unmute account" msgstr "Sluta ignorera konto" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Sluta ignorera konversation" @@ -9454,8 +9556,8 @@ msgstr "Sätt på ljudet på videoklippet" msgid "Unpin" msgstr "Lossa" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Lossa flöde" @@ -9464,8 +9566,8 @@ msgstr "Lossa flöde" msgid "Unpin Feed" msgstr "Lossa flöde" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Lossa från hem" @@ -9485,7 +9587,7 @@ msgstr "Lossade {0} från Hem" #: src/screens/ProfileList/components/Header.tsx:75 msgid "Unpinned from your feeds" -msgstr "Lossade från dina flöden" +msgstr "Lossat från dina flöden" #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:102 msgid "Unpinned list" @@ -9517,13 +9619,6 @@ msgstr "Avslutade prenumeration på lista" msgid "Unsupported video type: {mimeType}" msgstr "Videotypen stöds inte: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Oönskat sexuellt innehåll" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Uppdatera <0>{displayName}0> i Listor" msgid "Update email" msgstr "Uppdatera e-post" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Uppdatera till {domain}" @@ -9567,7 +9662,7 @@ msgstr "Uppdaterar…" msgid "Upload a photo instead" msgstr "Ladda upp ett foto istället" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Ladda upp en textfil till:" @@ -9603,11 +9698,11 @@ msgstr "Laddar upp miniatyrbild av länk…" msgid "Uploading video..." msgstr "Laddar upp video…" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Använd applösenord för att logga in på andra Bluesky-klienter utan att ge full tillgång till ditt konto eller lösenord." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Använd förvald leverantör" @@ -9638,17 +9733,17 @@ msgstr "Använd det här för att logga in på den andra appen med ditt använda msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "Använd e-postadressen för ditt konto, eller en annan giltig e-postadress som du har kontroll över, ifall KWS eller Bluesky behöver kontakta dig." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Användare blockerad" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Användare blockerad" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Användare blockerad av ”{0}”" @@ -9660,7 +9755,7 @@ msgstr "Användare blockerad av lista" msgid "User Blocked by List" msgstr "Användare blockerad av lista" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Användare som blockerar dig" @@ -9698,15 +9793,15 @@ msgstr "Användarnamn får inte börja eller sluta med ett bindestreck" 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Användarnamn eller e-postadress" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "användare som <0>@{0}0> följer" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "användare som följer <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "användare som följer <0>@{0}0>" msgid "Users I follow" msgstr "Användare som jag följer" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Användare i ”{0}”" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Användare som du följer" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Värde:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Verifiera kod" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Verifiera DNS-post" @@ -9786,8 +9873,8 @@ msgstr "Dialogruta för verifiering av e-postadress" msgid "Verify now" msgstr "Verifiera nu" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Verifiera textfil" @@ -9841,15 +9928,15 @@ msgstr "Videoklipp från {0}: {text}" msgid "Video Games" msgstr "TV-spel" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Videoklippet är pausat" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Videoklippet spelas upp" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Videoklippet hittades inte." @@ -9882,11 +9969,11 @@ msgstr "Visa" msgid "View {0}'s avatar" msgstr "Visa {0}s avatar" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Visa {0}s profil" @@ -9906,16 +9993,11 @@ msgstr "Se blogginlägget för mer information" msgid "View debug entry" msgstr "Visa loggpost" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Visa detaljer" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Visa detaljer angående anmälan av en upphovsrättsöverträdelse" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Visa hela tråden" @@ -9960,7 +10042,7 @@ msgstr "Visa etiketteringstjänsten från @{0}" msgid "View this user's verifications" msgstr "Visa den här användarens verifieringar" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Visa användare som gillar detta flöde" @@ -9993,8 +10075,8 @@ msgstr "Visa de konton du har ignorerat" msgid "View your verifications" msgstr "Visa dina verifieringar" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Visar hela bilden" @@ -10002,6 +10084,14 @@ msgstr "Visar hela bilden" msgid "Views video in immersive mode" msgstr "Visar videoklipp i uppslukande läge" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Våld" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Våldsamt eller hotfullt innehåll" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10027,7 +10117,7 @@ msgstr "Varna för innehåll" #: src/lib/moderation/useLabelBehaviorDescription.ts:49 msgid "Warn content and filter from feeds" -msgstr "Varna för innehåll och filtrera från flöden" +msgstr "Varna för innehåll och filtrera i flöden" #: src/components/live/LiveStatusDialog.tsx:156 #: src/components/live/LiveStatusDialog.tsx:169 @@ -10222,11 +10312,12 @@ msgstr "När du trycker på bocken ser du vilka organisationer som står bakom v msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Vilka språk skulle du vilja se i dina algoritmiska flöden?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Vem kan interagera med det här inlägget?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Vem kan svara" @@ -10249,40 +10340,38 @@ msgstr "Hoppsan! Det gick inte att läsa in trendande videoklipp." msgid "Why are you appealing?" msgstr "Varför begär du omprövning?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Varför borde det här innehållet granskas?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Varför borde den här konversationen granskas?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Varför borde det här flödet granskas?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Varför borde den här listan granskas?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Varför borde det här meddelandet granskas?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Varför borde det här inlägget granskas?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Varför borde det här startpaketet granskas?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Varför borde den här användaren granskas?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Vill du blockera den här användaren och/eller radera den här konversationen?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Ja" msgid "Yes, deactivate" msgstr "Ja, inaktivera" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Ja, radera det här startpaketet" @@ -10373,7 +10462,7 @@ msgstr "Du har inte behörighet att sända live" msgid "You are not allowed to upload videos." msgstr "Du har inte behörighet att ladda upp videoklipp." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Du följer inte någon." @@ -10445,17 +10534,13 @@ msgstr "Du kan återaktivera ditt konto för att fortsätta logga in. Din profil msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Du kan välja upp till {MAX_IMAGES, plural, other {# bilder}} totalt." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Du kan ställa in förvalda interaktionsinställningar i <0>Inställningar → Moderering → Interaktionsinställningar0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Du kan ändra det här senare i dina inställningar." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Du har inga följare." @@ -10467,6 +10552,10 @@ msgstr "Du följer inga användare som följer @{name}." msgid "You don't have any chat requests at the moment." msgstr "Du har inga chattförfrågningar just nu." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Du har inga listor ännu." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Du har inga fästa flöden." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Du har blockerat den här användaren" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Du har blockerat den här användaren. Du kan inte se användarens innehåll." @@ -10495,7 +10584,7 @@ msgstr "Du har helt inaktiverat notiser för svar, citat och omnämnanden, så d 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Du har dolt det här inlägget" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Du har dolt det här inlägget." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Du har ignorerat det här kontot." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Du har ignorerat den här användaren" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Du har inte ignorerat några ord eller taggar ännu" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Du dolde det här svaret." @@ -10574,11 +10663,11 @@ msgstr "Du gick med i Bluesky för {timeAgoString} sedan" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Du gick med i Bluesky med hjälp av ett startpaket för {timeAgoString} sedan" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." -msgstr "Du kan begära att etiketter som du själv inte har satt omprövas, om du känner att de inte stämmer." +msgstr "Du kan begära att andras etiketter omprövas om du känner att de inte stämmer." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Du kan begära att de här etiketterna omprövas om du känner att de inte stämmer." @@ -10614,10 +10703,6 @@ msgstr "Du måste slutföra en ålderskontroll för att få tillgång till den h 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Du måste välja minst en etikettsättare för att göra en anmälan" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10715,10 +10800,14 @@ msgstr "Nu är du redo att börja!" #: src/screens/Deactivated.tsx:89 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:54 msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." -msgstr "Du är inloggad med ett applösenord. Logga in med ditt huvudlösenord för att fortsätta inaktiveringen av ditt konto." +msgstr "Du är inloggad med ett applösenord. Logga in med ditt vanliga lösenord för att fortsätta inaktiveringen av ditt konto." + +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Du har redan begärt omprövning av den här etiketten som nu granskas av vårt modereringsteam." #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Du har valt att dölja ett ord eller en tagg i det här inlägget." @@ -10750,7 +10839,7 @@ msgstr "Du har nått din dagliga gräns för videouppladdningar (för många byt 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Din omprövningsbegäran har skickats. Du kommer att meddelas via e-post msgid "Your birth date" msgstr "Ditt födelsedatum" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Din webbläsare stöder inte videoformatet. Försök med en annan webbläsare." @@ -10798,7 +10887,7 @@ msgstr "Dina chattar har inaktiverats" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Ditt val kommer att sparas för framtida länkar. Du kan ändra det när som helst i inställningar." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Ditt nuvarande användarnamn <0>{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." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Dina följare" @@ -10905,14 +10994,10 @@ msgstr "Din profil, dina inlägg, flöden och listor kommer inte längre att var msgid "Your reply was sent" msgstr "Ditt svar har skickats" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Din anmälan kommer att skickas till <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Din anmälan kommer att skickas till Blueskys modereringstjänst" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/th/messages.po b/src/locale/locales/th/messages.po index 69fb78ce8c..6d4bb4279e 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Thai\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "" msgid "{0, plural, one {following} other {following}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "" @@ -108,15 +108,15 @@ msgstr "" msgid "{0, plural, one {post} other {posts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {ชั่วโมง} other {ชั่ msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {นาที} other {นาที}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} ติดตามอยู่" @@ -490,7 +494,7 @@ msgstr "" msgid "<0>{0}0> is included in your starter pack" msgstr "" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "" @@ -515,7 +519,7 @@ msgstr "⚠แฮนด์เดิลไม่ถูกต้อง" msgid "24 hours" msgstr "24 ชั่วโมง" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "การยืนยัน 2FA" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "การตั้งค่าการเข้าถึง" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "บัญชี" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "ปิดเสียงบัญชีแล้ว" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "ปิดเสียงบัญชี" @@ -627,11 +635,15 @@ msgstr "บัญชีถูกปิดเสียงโดยลิสต์ msgid "Account options" msgstr "ตัวเลือกบัญชี" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "ลบบัญชีออกจากการเข้าถึงด่วนแล้ว" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "เพิ่มอีก {0} คนเพื่อดำเนินก msgid "Add {displayName} to starter pack" msgstr "เพิ่ม {displayName} ไปยังชุดเริ่มต้น" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "เพื่มคำเตือนเกี่ยวกับเนื้อหา" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "เพิ่มรหัสผ่านแอป" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "เพิ่มบางฟีตจากตัวเริ่มต้ msgid "Add the default feed of only people you follow" msgstr "เพิ่มเป็นฟีตเฉพาะคนที่คุณติดตาม" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "เนื้อหาสำหรับผู้ใหญ่ (18+)" @@ -846,11 +862,15 @@ msgstr "เนื้อหาผู้ใหญ่ (18+) สามารถเ msgid "Adult content is disabled." msgstr "ปิดเนื้อหาสำหรับผู้ใหญ่" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "ขั้นสูง" @@ -903,6 +923,10 @@ msgstr "ฟีดทั้งหมดที่คุณบันทึกรว msgid "Allow access to your direct messages" msgstr "อนุญาตให้คนเข้าถึงข้อความส่วนตัวของคุณ" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "อนุญาตให้เข้าถึงข้อความใ msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "อนุญาตให้ตอบกลับจาก" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "อนุญาตให้เข้าถึงข้อความส่วนตัว" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "มีโค้ดหรือยัง?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "เกิดข้อผิดพลาดขณะสร้างชุดเริ่มต้นของคุณ ต้องการลองอีกครั้งหรือไม่?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "เกิดข้อผิดพลาดขณะโหลดวิดีโอ โปรดลองอีกครั้งในภายหลัง" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "เกิดข้อผิดพลาดขณะโหลดวิดีโอ โปรดลองอีกครั้ง" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "เกิดข้อผิดพลาดขณะบันทึก QR code!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "ปัญหาที่ไม่ได้รวมอยู่ในตัวเลือกเหล่านี้" @@ -1050,10 +1089,10 @@ msgstr "เกิดปัญหาขณะพยายามเปิดกา #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "เกิดปัญหา กรุณาลองอีกครั้ง" @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "ผู้ทำเครื่องหมายที่ไม่รู้จัก" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "และ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "พฤติกรรมต่อต้านสังคม" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "ทุกคนสามารถมีส่วนร่วมได้" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "ภาษาแอป" msgid "App Password" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "ลบรหัสผ่านแอปแล้ว" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "รหัสผ่านแอป" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "รหัสผ่านแอป" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "อุทธรณ์" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "อุทธรณ์ป้าย \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "อุทธรณ์การตัดสินใจนี้" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "ใช้ฟีดที่แนะนำตามค่าเริ่ msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "คุณแน่ใจหรือว่าต้องการลบข้อความนี้? ข้อความจะถูกลบสำหรับคุณ แต่ไม่ใช่สำหรับผู้เข้าร่วมคนอื่น" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "คุณแน่ใจหรือว่าต้องการลบชุดเริ่มต้นนี้?" @@ -1252,7 +1298,7 @@ msgstr "" msgid "Art" msgstr "ศิลปะ" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "ภาพนู้ดที่เป็นศิลปะหรือไม่ใช่ภาพอนาจาร" @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "กลับ" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "วันเกิด" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "บล็อก" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "บล็อกบัญชี?" msgid "Block accounts" msgstr "บล็อกบัญชี" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "ลิสต์บล็อก" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "บล็อกบัญชีเหล่านี้?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "ถูกบล็อก" @@ -1449,25 +1503,25 @@ msgstr "การบล็อกจะไม่ป้องกันไม่ใ msgid "Blog" msgstr "บล็อก" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 เป็นเครือข่ายเปิดที่คุณสามารถเลือกผู้ให้บริการโฮสติ้งของคุณได้ หากคุณเป็นนักพัฒนา คุณสามารถโฮสต์เซิร์ฟเวอร์ของคุณเองได้" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "เบลอภาพและกรองออกจากฟีด" msgid "Books" msgstr "หนังสือ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "เรียกดูบัญชีเพิ่มเติมในหน้าค้นหา" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "ธุรกิจ" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "โดย {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,19 +1670,20 @@ msgstr "" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "ยกเลิกการเปิดใช้งานใหม่แ msgid "Cancel search" msgstr "ยกเลิกการค้นหา" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "ไม่สามารถโต้ตอบกับผู้ใช้ที่ถูกบล็อก" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "เปลี่ยนแฮนด์เดิล" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "แชท" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "ปิดเสียงแชทแล้ว" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "ตั้งค่าแชท" msgid "Chat Settings" msgstr "ตั้งค่าแชท" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "เปิดเสียงแชทแล้ว" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "เช็คสถานะของฉัน" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "ตรวจสอบอีเมลของคุณเพื่อรับรหัสเข้าสู่ระบบและกรอกที่นี่" @@ -1805,6 +1868,14 @@ msgstr "ตรวจสอบอีเมลของคุณเพื่อร msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "ตรวจสอบกล่องขาเข้าของคุณสำหรับอีเมลที่มีรหัสยืนยันให้กรอกด้านล่าง:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "" @@ -1833,7 +1904,7 @@ msgstr "เลือกอัลกอริธึมที่ขับเคล msgid "Choose this color as your avatar" msgstr "เลือกสีนี้เป็นอวาตาร์ของคุณ" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "คลิกเพื่อปิดการโพสต์อ้างอิงของโพสต์นี้." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "คลิกเพื่อเปิดการโพสต์อ้างอิงของโพสต์นี้." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1982,11 @@ msgstr "" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "ปิด" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "ปิดกล่องโต้ตอบที่เปิดอยู่" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "ปิดโปรแกรมดูสำหรับภาพหัวเรื่อง" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "ย่อลิสต์ผู้ใช้" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "ย่อลิสต์ผู้ใช้สำหรับการแจ้งเตือนที่กำหนด" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "โหมดสี" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "รหัสยืนยัน" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "กำลังเชื่อมต่อ..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "ภาษาของเนื้อหา" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "เนื้อหาไม่พร้อมใช้งาน" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "คำเตือนเนื้อหา" @@ -2212,7 +2281,7 @@ msgstr "แบ็คดรอปเมนูบริบท คลิกเพ msgid "Continue" msgstr "ดำเนินการต่อ" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "ดำเนินการต่อในฐานะ {0} (ลงชื่อเข้าใช้แล้ว)" @@ -2236,8 +2305,8 @@ msgstr "ดำเนินการต่อไปยังขั้นตอน msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "การสนทนาถูกลบ" @@ -2254,7 +2323,7 @@ msgstr "การทำอาหาร" msgid "Copied build version to clipboard" msgstr "คัดลอกเวอร์ชันบิลด์ไปยังคลิปบอร์ดแล้ว" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "คัดลอกเวอร์ชันบิลด์ไปยัง msgid "Copied to clipboard" msgstr "คัดลอกไปยังคลิปบอร์ดแล้ว" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "คัดลอกแล้ว!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "คัดลอกโค้ด" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "คัดลอกลิงก์" @@ -2331,12 +2400,12 @@ msgstr "คัดลอกลิงก์ไปยังโพสต์" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "คัดลอกข้อความ" @@ -2354,7 +2423,7 @@ msgstr "คัดลอกข้อความโพสต์" msgid "Copy QR code" msgstr "คัดลอก QR โค้ด" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "ไม่สามารถออกจากการสนทนาได้" @@ -2392,7 +2461,7 @@ msgstr "ไม่สามารถโหลดฟีดได้" msgid "Could not load list" msgstr "ไม่สามารถโหลดลิสต์ได้" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "ไม่สามารถปิดเสียงการสนทนาได้" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "สร้างบัญชีใหม่" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "สร้างรายงานสำหรับ {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "สร้างเมื่อ {0}" @@ -2503,8 +2573,8 @@ msgstr "" msgid "Culture" msgstr "วัฒนธรรม" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "กำหนดเอง" @@ -2512,18 +2582,22 @@ msgstr "กำหนดเอง" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "กำหนดผู้ที่สามารถโต้ตอบกับโพสต์นี้ได้" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "มืด" @@ -2536,7 +2610,7 @@ msgstr "มืด" msgid "Dark mode" msgstr "โหมดมืด" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "ธีมมืด" @@ -2558,7 +2632,11 @@ msgstr "" msgid "Debug panel" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "ค่าเริ่มตัน" @@ -2566,14 +2644,14 @@ msgstr "ค่าเริ่มตัน" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "ลบ" @@ -2586,16 +2664,16 @@ msgstr "ลบบัญชี" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "ลบบัญชี <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "ลบรหัสผ่านแอป" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "ลบรหัสผ่านแอปหรือไม่?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "ลบบันทึกการประกาศแชท" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "ลบสำหรับฉัน" @@ -2623,11 +2701,11 @@ msgstr "ลบสำหรับฉัน" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "ลบข้อความ" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "ลบข้อความสำหรับฉัน" @@ -2641,12 +2719,12 @@ msgstr "ลบบัญชีของฉัน" msgid "Delete post" msgstr "ลบโพสต์" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "ลบชุดเริ่มต้น" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "ลบชุดเริ่มต้นหรือไม่?" @@ -2709,11 +2787,11 @@ msgstr "" msgid "Developer options" msgstr "" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "กล่องโต้ตอบ: ปรับว่าใครสามารถโต้ตอบกับโพสต์นี้ได้" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "สว่าง" @@ -2735,6 +2813,14 @@ msgstr "ปิดการยืนยันตัวตนสองชั้น msgid "Disable haptic feedback" msgstr "ปิดการตอบสนองแบบสั่น" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "ปิดคำบรรยาย" @@ -2778,7 +2864,7 @@ msgstr "ไม่สนับสนุนแอปให้แสดงบัญ msgid "Discover new custom feeds" msgstr "ค้นพบฟีดที่กำหนดเองใหม่ๆ" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "ค้นพบฟีดใหม่" @@ -2817,8 +2903,8 @@ msgstr "ชื่อที่แสดง" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "แผง DNS" @@ -2830,7 +2916,7 @@ msgstr "ไม่ใช้คำปิดเสียงนี้กับผู msgid "Does not include nudity." msgstr "ไม่มีเนื้อหาที่เปิดเผย" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "ยืนยันโดเมนแล้ว!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "แตะสองครั้งเพื่อปิดหน้าต่าง" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "ดาวน์โหลด Bluesky" msgid "Download CAR file" msgstr "ดาวน์โหลดไฟล์ CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "ลากเพื่อเพิ่มรูปภาพ" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "แก้ไขบุคคล" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "แก้ไขการตั้งค่าการโต้ตอบกับโพสต์" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "แก้ไขโปรไฟล์" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "แก้ไขโปรไฟล์" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "แก้ไขชุดเริ่มต้น" @@ -3034,7 +3129,7 @@ msgstr "แก้ไขชุดเริ่มต้น" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "แก้ไขผู้ที่สามารถตอบกลับได้" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "ยืนยันอีเมลเรียบร้อยแล้ว" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "ฝัง HTML" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "อนุญาตซับไตเติ้ล" @@ -3200,7 +3299,7 @@ msgstr "ใส่โดเมนที่คุณต้องการใช้ msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "ใส่อีเมลที่คุณต้องการสร้างบัญชีนี้ เราจะส่ง \"รหัสยืนยันใหม่\" ดังนั้นคุณสามารถสร้างรหัสผ่านใหม่ได้" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "ใส่วันเกิดของคุณ" msgid "Enter your email address" msgstr "ใส่อีเมลของคุณ" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "เกิดข้อผิดพลาดการตอบสนอง msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "ทุกคน" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "คนที่สามารถตอบกลับได้" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "คนที่สามารถตอบกลับได้ในโพสค์นี้" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "ทุกคน" @@ -3282,16 +3377,6 @@ msgstr "ทุกคน" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "เมนชั่นหรือตอบกลับที่เกินความจำเป็น" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "ข้อความที่เกินความจำเป็น" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "ไม่รวมผู้ใช้ที่คุณติดตาม" @@ -3316,7 +3401,7 @@ msgstr "ออกจากการดูรูปภาพ" msgid "Expand alt text" msgstr "ขยายข้อความอธิบายภาพ" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "ขยายรายชื่อผู้ใช้" @@ -3328,7 +3413,7 @@ msgstr "ขยายหรือลดขนาดโพสต์ทั้งห msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "หมดอายุ" msgid "Expires {0}" msgstr "หมดอายุ {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "สื่อภายนอกอาจอนุญาตให้เว msgid "External Media Preferences" msgstr "การตั้งค่าสื่อภายนอก" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "" @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "สร้างชุดเริ่มต้นไม่สำเร็จ" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "การลบข้อความล้มเหลว" @@ -3452,7 +3541,7 @@ msgstr "การลบข้อความล้มเหลว" msgid "Failed to delete post, please try again" msgstr "การลบโพสต์ล้มเหลว โปรดลองใหม่อีกครั้ง" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "การลบตัวเริ่มต้นล้มเหลว" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "การโหลดฟีตที่ตั้งค่าล้มเหลว" @@ -3498,14 +3587,14 @@ msgstr "การโหลดข้อความเก่าล้มเหล msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "การแนะนำฟีตล้มเหลว" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "การแนะนำคนที่คุณควรติดตามล้มเหลว" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "การปักหมุดโพสต์ล้มเหลว" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "การบันทึกรูปภาพ {0} ล้มเหลว" @@ -3557,7 +3647,7 @@ msgstr "การส่งล้มเหลว" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "การยื่นคำอุทธรณ์ล้มเหลว โปรดลองอีกครั้ง" @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "ฟีด" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3733,8 @@ msgstr "สลับฟีต" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "ข้อเสนอแนะ" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "ค้นหาบัญชีเพื่อคิดตาม" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "เสร็จสิ้น" msgid "Fitness" msgstr "ฟิตเนส" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "ยืดหยุ่น" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "ติดตาม" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "ติดตาม" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "ติดตาม {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "ติดตามคุณกลับ" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "ติดตามคุณกลับ" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "ผู้ติดตามที่คุณรู้จัก" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "ติดตาม" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "ติดตาม" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "ติดตาม {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "ติดตามคุณ" msgid "Follows You" msgstr "ติดตามคุณ" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "แบบอักษร" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "ขนาดแบบอักษร" @@ -3919,7 +4013,7 @@ msgstr "เพื่อความปลอดภัย เราจำเป msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "เพื่อประสบการที่ดีของคุณ เราแนะนำให้ใช้ฟอนต์ธีม" @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "ลืมรหัสผ่าน" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "ลืมรหัสผ่านใช่ไหม?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "ลืมเหรอ?" @@ -3953,12 +4047,7 @@ msgstr "ลืมเหรอ?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "โพสต์เนื้อหาที่ไม่ต้องการบ่อยครั้ง" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "" msgid "Give your profile a face" msgstr "ทำให้โปรไฟล์ของคุณมีความน่าสนใจขึ้น" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "การละเมิดกฎหมายหรือข้อกำหนดในการให้บริการ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "การละเมิดกฎหมายหรือข้อกำ #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "กลับ" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "กลับ" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "กลับไปยังก่อนหน้า" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "ถัดไป" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "ไปที่หน้าโปรไฟล์" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "ไปที่หน้าโปรไฟล์ผู้ใช้" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "กราฟฟิคมีเดีย" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "ครึ่งทางแล้ว!" msgid "Handle" msgstr "แฮนด์เดิ้ล" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "" @@ -4182,7 +4279,7 @@ msgstr "" msgid "Handle changed!" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "" @@ -4190,10 +4287,17 @@ msgstr "" msgid "Haptics" msgstr "การสัมผัส" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "การล่วงละเมิด การกลั่นแกล้ง หรือการไม่ยอมรับการอยู่ร่วมกันในสังคม" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "แฮชแท็ก" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "มีปัญหาใช่ไหม?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "การช่วยเหลือ" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "ลิสต์ที่ซ่อนไว้" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "ลิสต์ที่ซ่อนไว้" msgid "Hide" msgstr "ซ่อน" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "ซ่อน" @@ -4269,6 +4377,10 @@ msgstr "ซ่อน" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "ซ่อนลิสต์ผู้ใช้" @@ -4320,7 +4432,7 @@ msgstr "ซ่อนลิสต์ผู้ใช้" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "รอสักครู่! เรากำลังเปิดให msgid "Home" msgstr "หน้าหลัก" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "โฮสต์:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "ผู้ให้บริการโฮสติ้ง" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "แล้วเราจะเปิดลิงก์นี้ได้อย่างไรล่ะ?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "หากคุณต้องการเปลี่ยนรหัส msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "หากคุณพยายามเปลี่ยนแฮนด์เดิ้ลของคุณ ให้ทำการเปลี่ยนก่อนที่คุณจะหยุดใช้งานบัญชีนี้" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "ผิดกฏหมายและเร่งด่วน" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "รูปภาพ" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "การแอบอ้างหรือการกล่าวอ้างที่ผิดเกี่ยวกับตัวตนหรือความสัมพันธ์" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "การแอบอ้าง, ข้อมูลที่ผิดพลาด, หรือการกล่าวอ้างที่ผิด" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "ข้อความที่ไม่เหมาะสมหรือการเชื่อมโยงที่ชัดเจน" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง" @@ -4537,11 +4638,11 @@ msgstr "กรอกรหัสผ่านใหม่" msgid "Input password for account deletion" msgstr "กรอกรหัสผ่านสำหรับการลบบัญชี" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "กรอกรหัสที่ถูกส่งไปยังอีเมลของคุณ" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "การโต้ตอบถูกจำกัด" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "รหัสยืนยัน 2FA ไม่ถูกต้อง" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "" @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "งาน" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "เข้าร่วม Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "มาร์คโดย {0}" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "มาร์คโดยผู้สร้าง" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "มาร์คไว้" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "" @@ -4678,11 +4779,11 @@ msgstr "" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "การมาร์ค คือ การแสดงข้อความประกอบบนผู้ใช้และเนื้อหา สามารถใช้ในการซ่อน เตือน หรือจัดหมวดหมู่ในเครือข่ายได้" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "มาร์คในบัญชีของคุณ" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "มาร์คในเนื้อหาของคุณ" @@ -4696,7 +4797,7 @@ msgstr "ตั้งค่าภาษา" msgid "Languages" msgstr "ภาษา" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "ใหญ่" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "เรียนรู้เพิ่มเติมเกี่ยวกับ Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "เรียนรู้เพิ่มเติมเกี่ยวกับการโฮสต์ข้อมูลด้วยตัวเอง (PDS)" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "เรียนรู้เพิ่มเติมเกี่ยวก msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "เรียนรู้เพิ่มเติม" @@ -4787,10 +4888,10 @@ msgstr "ออก" msgid "Leave chat" msgstr "ออกจากแชท" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "ออกจากการสนทนา" @@ -4822,9 +4923,9 @@ msgstr "ให้รหัสผ่านของคุณถูกรีเซ msgid "Let's go!" msgstr "ไปกันเล้ยยยยย!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "แสง" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "แสง" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4956,7 @@ msgstr "ชอบ 10 โพสต์" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "ชอบฟีตนี้" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "ชอบในโพสต์นี้" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "โหลดเพิ่มเติม" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "โหลดฟีดที่แนะนำเพิ่มเติม" @@ -5041,6 +5142,14 @@ msgstr "โหลดการแจ้งเตือนใหม่" msgid "Load new posts" msgstr "โหลดโพสต์ใหม่" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "กำลังโหลด..." @@ -5049,15 +5158,19 @@ msgstr "กำลังโหลด..." msgid "Log" msgstr "บันทึก" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "การมองเห็นเมื่อออกจากระบบ" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "" @@ -5113,8 +5226,8 @@ msgstr "" msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "ทำเครื่องหมายว่าอ่านแล้ว" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "สื่อ" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "" @@ -5140,14 +5253,10 @@ msgstr "" msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "ผู้ใช้ที่ถูกกล่าวถึง" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "ผู้ใช้ที่ถูกกล่าวถึง" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "เมนู" msgid "Message {0}" msgstr "ส่งข้อความถึง {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "ข้อความถูกลบ" @@ -5172,7 +5281,7 @@ msgstr "ข้อความถูกลบ" msgid "Message deleted" msgstr "ข้อความถูกลบ" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "ช่องกรอกข้อความ" msgid "Message is too long" msgstr "ข้อความยาวเกินไป" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "ข้อความ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "บัญชีที่ทำให้เข้าใจผิด" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "โพสต์ที่ทำให้เข้าใจผิด" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "เครื่องมือการกรอง" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "ผู้ดูแลระบบเลือกที่จะตั้งคำเตือนทั่วไปบนเนื้อหา" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "ฟีตเพิ่มเติม" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "ปิดการมองเห็น" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "ปิดการมองเห็นการฟีดโพสต์ msgid "Mute accounts" msgstr "ปิดการมองเห็นการฟีดโพสต์และเรื่องราวของบัญชีต่าง ๆ" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "ปิดการมองเห็นการสนทนา" @@ -5396,7 +5503,7 @@ msgstr "ปิดการมองเห็นบัญชี" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "บัญชีที่ถูกปิดการมองเห็น จะถูกลบโพสต์ออกจากฟีดและการแจ้งเตือนของคุณ และการปิดนี้จะเป็นส่วนตัว" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "ปิดการมองเห็นโดย \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "ฟีตของฉัน" msgid "Name" msgstr "ชื่อ" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "ชื่อหรือคำอธิบายได้ละเมิดมาตรฐานชุมชน" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "ไปยังหน้าถัดไป" @@ -5455,20 +5551,16 @@ msgstr "ไปยังหน้าถัดไป" msgid "Navigates to your profile" msgstr "สำรวจโปรไฟล์ของคุฯ" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "ต้องการรายงานการละเมิดด้านลิขสิทธิ์ใช้ไหม?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "ไม่สูญเสียการเข้าถึงผู้ติดตามหรือข้อมูลของคุณ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "ไม่ต้องห่วง สร้างแฮนเดิ้ลสำหรับฉันได้เลย" @@ -5476,17 +5568,17 @@ msgstr "ไม่ต้องห่วง สร้างแฮนเดิ้ msgid "New" msgstr "ใหม่" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "ใหม่" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "โพสต์ใหม่" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "กล่องข้อความข้อมูลบัญชีใ #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "เห็นการตอบกลับที่ใหม่ก่อน" @@ -5587,8 +5679,8 @@ msgstr "ข่าวสาร" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "ข่าวสาร" msgid "Next" msgstr "ถัดไป" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "ถัดไป" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "ภาพถัดไป" @@ -5616,12 +5703,12 @@ msgstr "ภาพถัดไป" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "ไม่มีระบบชื่อโดเมน" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "ยังไม่มีสิ่งที่ชอบ" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "ไม่ติดตาม {0} อีกต่อไป" @@ -5671,7 +5759,7 @@ msgstr "ยังไม่มีการแจ้งเตือน!" msgid "No one" msgstr "ไม่มีใคร" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "ไม่มีใครนอกจากผู้เขียนที่สามารถอ้างอิงโพสต์นี้ได้" @@ -5701,7 +5789,7 @@ msgstr "ไม่มีผลลัพธ์" msgid "No results" msgstr "ไม่มีผลลัพธ์" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "ไม่พบผลลัพธ์สำหรับ \"{query}\"" msgid "No results found for {query}" msgstr "ไม่พบผลลัพธ์สำหรับ {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "ไม่พบผลลัพธ์สำหรับ \"{search}\"" msgid "No thanks" msgstr "ไม่เป็นไร ขอบคุณ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "ไม่มีใคร" @@ -5753,6 +5841,10 @@ msgstr "ยังไม่มีใครคนรีโพสต์โพสต msgid "Nobody was found. Try searching for someone else." msgstr "ไม่พบใครเลย ลองคนหาคนอื่นสิ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "การเปลือยกายที่ไม่เกี่ยวข้องกับเพศ" @@ -5843,16 +5935,11 @@ msgstr "ตอนนี้" msgid "Now" msgstr "ตอนนี้" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "การโป๊เปลือย" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "การโป๊เปลือยหรือเนื้อหาผู้ใหญ่ที่ไม่ระบุไว้" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "ตกลง" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "ตกลง" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "การตอบกลับเก่าก่อน" @@ -5916,7 +6003,7 @@ msgstr "" msgid "Only .jpg and .png files are supported" msgstr "สามารถลงได้แค่ไฟล์นามสกุล .jpg และ .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "{0} สามารถตอบกลับได้เท่านั้น" @@ -5941,7 +6028,7 @@ msgstr "อุ้ย~ เกิดข้อผิดพลาดจ้า" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "เปิดการสร้างอวาตาร์" msgid "Open conversation options" msgstr "เปิดการตั้งค่าการสนทนา" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6060,8 @@ msgstr "เปิดการเลือกอีโมจิ" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "เปิดการตั้งค่าฟีต" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "เปิดเมนูชุดเริ่มต้น" @@ -6032,9 +6119,9 @@ msgstr "เปิด system log" msgid "Opens a dialog to add a content warning to your post" msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "เปิดข้อความเพื่อเลือกว่าใครสามารถตอบกลับเธรตนี้ได้" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "เปิดการรีเซ็ตรหัสผ่าน" @@ -6103,24 +6190,15 @@ msgstr "เปิดการรีเซ็ตรหัสผ่าน" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "เปิดโปรไฟล์นี้" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "สามารถให้ข้อมูลเพิ่มเติมด้านล่างนี้ได้ :" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "ตัวเลือก :" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "หรือรวมตัวเลือกนี้ :" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "หรือทำต่อด้วยบัญชีอื่น" @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "อื่น ๆ" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "บัญชีอื่น ๆ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "ไม่พบหน้านี้" msgid "Page Not Found" msgstr "ไม่พบหน้านี้" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "ผู้คนที่ติดตามโดย @{0}" msgid "People following @{0}" msgstr "ผู้คนที่ติดตาม @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "เพ็ทซ์" msgid "Photography" msgstr "การถ่ายภาพ" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "ภาพที่เหมาะสำหรับเนื้อหาผู้ใหญ่ (18+)" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "ปักหมุดไปที่หน้าแรก" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "ปักหมุดไปที่หน้าแรก" @@ -6275,7 +6390,7 @@ msgstr "ปักหมุดไปที่หน้าแรก" msgid "Pin to your profile" msgstr "ปักหมุดไปที่โปรไฟล์" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "ปักหมุดแล้ว" @@ -6302,7 +6417,7 @@ msgstr "เล่น" msgid "Play {0}" msgstr "เล่น {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "เล่นวิดีโอ" @@ -6327,7 +6442,7 @@ msgstr "เล่น GIF" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "กรุณาใส่โค้ดเชิญ" msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "กรุณาใส่รหัสผ่าน" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "กรุณาอธิบายว่าทำไมการตั้งชื่อไม่ถูกต้องโดย {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "การเมือง" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "สื่ออนาจาร" @@ -6512,24 +6627,24 @@ msgstr "โพสต์ถูกลบแล้ว" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "โพสต์ถูกซ่อนโดยคำที่ถูกปิดเสียง" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "โพสต์ถูกซ่อนโดยคุณ" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "การตั้งค่าการโต้ตอบโพสต์" @@ -6614,13 +6729,8 @@ msgstr "ภาพก่อนหน้า" msgid "Primary Language" msgstr "ภาษาหลัก" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "ความเป็นส่วนตัว" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "นโยบายความเป็นส่วนตัว" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "โปรไฟล์ได้รับการอัปเดต" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "สาธารณะ" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "โพสต์ที่อ้างอิงถูกแยกออก msgid "Quote posts disabled" msgstr "ยกเลิกการโควท" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "การตั้งค่าการโควท" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "การตั้งค่าการโควท" msgid "Quotes" msgstr "โควท" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "โควทโพสต์นี้" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "" @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "เหตุผล:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "เชื่อมต่อใหม่" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "ลบฟีต" msgid "Remove feed?" msgstr "ลบฟีตหรือไม่?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "การตอบกลับ" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "ปิดการตอบกลับแล้ว" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "การตอบกลับโพสต์นี้ถูกปิด" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "การตอบกลับ" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "การตอบกลับถูกซ่อนโดยผู้สร้างเธรต" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "การตอบกลับถูกซ่อนโดยคุณ" @@ -7120,11 +7234,7 @@ msgstr "การตอบกลับถูกซ่อนโดยคุณ" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "การตั้งค่าการตอบกลับ" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "การตั้งค่าการตอบกลับถูกเลือกโดยผู้เขียนกระทู้" @@ -7141,7 +7251,7 @@ msgstr "การมองเห็นการตอบกลับได้ร msgid "Reply was successfully hidden" msgstr "การตอบกลับถูกซ่อนเรียบร้อยแล้ว" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "รายงาน" msgid "Report account" msgstr "รายงานบัญชี" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "รายงานการสนทนา" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "รายงานการสนทนา" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "รายงานฟีด" @@ -7176,7 +7285,7 @@ msgstr "รายงานฟีด" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "รายงานข้อความ" @@ -7185,48 +7294,41 @@ msgstr "รายงานข้อความ" msgid "Report post" msgstr "รายงานโพสต์" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "รายงานชุดเริ่มต้น" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "รายงานเนื้อหานี้" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "รายงานฟีดนี้" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "รายงานลิสต์นี้" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "รายงานข้อความนี้" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "รายงานโพสต์นี้" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "รายงานชุดเริ่มต้นนี้" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "รายงานผู้ใช้คนนี้" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "" @@ -7277,7 +7379,7 @@ msgstr "รีโพสต์โดยคุณ" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "รีโพสต์ของโพสต์นี้" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "รีเซ็ตสถานะการเริ่มต้นใช msgid "Reset password" msgstr "รีเซ็ตรหัสผ่าน" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "ลองทำกิจกรรมล่าสุดซึ่งเก #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "ลองทำกิจกรรมล่าสุดซึ่งเก msgid "Retry" msgstr "ลองใหม่อีกครั้ง" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "กลับไปยังหน้าก่อนหน้า" @@ -7399,8 +7501,8 @@ msgstr "กลับไปยังหน้าแรก" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "กลับไปยังหน้าก่อนหน้า" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "บันทึก" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "บันทึก" @@ -7459,8 +7561,13 @@ msgstr "" msgid "Save QR code" msgstr "บันทึกคิวอาร์โค้ด" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "บันทึกที่ฟีตของฉัน" @@ -7487,21 +7594,25 @@ msgstr "บันทึกไปที่ฟีตของคุณ" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "ทักทายสิ!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "วิทยาศาสตร์" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "เลื่อนไปข้างบนสุด" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "ค้นหา" @@ -7553,11 +7664,11 @@ msgstr "การค้นหาสำหรับ \"{query}\"" msgid "Search for feeds that you want to suggest to others." msgstr "ค้นหาสำหรับฟีตที่คุณต้องการแนะนำให้คนอื่น" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "เลือกสี" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "เลือกบัญชี" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "เลือกจากบัญชีที่มีอยู่แล้ว" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "เลือก GIF" @@ -7727,14 +7850,10 @@ msgstr "กำลังเลือกภาษา..." msgid "Select languages" msgstr "เลือกภาษา" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "เลือกผู้ดูแลระบบ" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "เลือกไฟล์ซับไตเติ้ล (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "เลือกอีโมจิ {emojiName} เป็นอวาตาร์ของคุณ" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "เลือกบริการผู้ดูแลระบบเพื่อรายงาน" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "เลือกสิ่งที่สนใจจากตัวเล msgid "Select your preferred language for translations in your feed." msgstr "เลือกภาษาที่คุณต้องการสำหรับการแปลในฟีดของคุณ" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "ส่งเว็บไซต์ที่น่าสนใจมาให้หน่อย!" @@ -7818,7 +7937,7 @@ msgstr "ส่งข้อเสนอแนะ" msgid "Send message" msgstr "ส่งข้อความ" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "ส่งโพสต์ถึง..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "ส่งรายงาน" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "ส่งรายงานให้ {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "ส่งในข้อความส่วนตัว" msgid "Sends email with confirmation code for account deletion" msgstr "ส่งโค้ตการยืนยันให้ทางอีเมลเพื่อยืนยันการลบบัญชร" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "ที่อยู่เซิร์ฟเวอร์" @@ -7874,10 +7982,18 @@ msgstr "ตั้งเดือนเกิด" msgid "Set new password" msgstr "ตั้งรหัสผ่านใหม่" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "ตั้งค่าบัญชีของคุณ" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "ตั้งอีเมลเพื่อการรีเซตรหัสผ่าน" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "กิจกรรมทางเพศ หรือการเปลือยที่มีลักษณะทางเพศ" @@ -7953,7 +8069,7 @@ msgstr "การชักชวนทางเพศ" msgid "Share" msgstr "แชร์" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "แชร์" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "แชร์รหัส QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8128,8 @@ msgstr "แชร์ชุดเริ่มต้นนี้และช่ว #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "แชร์ฟีดที่คุณชื่นชอบ!" msgid "Shared Preferences Tester" msgstr "โปรแกรมทดสอบการตั้งค่าแชร์" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "แสดงข้อความแทน" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "แสดงอยู่ดี" @@ -8067,6 +8183,10 @@ msgstr "แสดงน้อยกว่านี้" msgid "Show list anyway" msgstr "แสดงลิสต์อยู่ดี" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "แสดงเพิ่มเติม" @@ -8080,7 +8200,7 @@ msgstr "แสดงมากกว่านี้" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "แสดงคำเตือน" msgid "Show warning and filter from feeds" msgstr "แสดงคำเตือนและกรองจากฟีด" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "เข้าสู่ระบบ" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "เข้าสู่ระบบในชื่อ {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "เข้าสู่ระบบในชื่อ..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "เข้าสู่ระบบหรือสร้างบัญชีของคุณเพื่อเข้าร่วมการสนทนา!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "เข้าสู่ระบบด้วยบัญชีที่ไม่อยู่ในลิสต์" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "เล็ก" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "ฟีดอื่น ๆ ที่คุณอาจชอบ" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "บางคนสามารถตอบได้" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "เกิดข้อผิดพลาดบางอย่าง" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "เกิดข้อผิดพลาดบางอย่าง กรุณาลองอีกครั้ง" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "เกิดข้อผิดพลาดบางอย่าง!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "จัดเรียงการตอบกลับต่อโพสต์เดียวกันตาม :" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "สแปม" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "สแปม; การกล่าวถึงหรือการตอบกลับที่มากเกินไป" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "สแปม; การกล่าวถึงหรือการต msgid "Sports" msgstr "กีฬา" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "" msgid "Starter pack by you" msgstr "ชุดเริ่มต้นโดยคุณ" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "ชุดเริ่มต้นไม่ถูกต้อง" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "ชุดเริ่มต้น" @@ -8436,8 +8547,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "สำเร็จ!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "แนะนำสำหรับคุณ" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "ชี้นำ" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "ระบบ" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "กดเพื่อลบ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8735,8 @@ msgstr "" msgid "Tell us a little more" msgstr "เล่าให้เราฟังนิดนึง" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "เงื่อนไข" @@ -8637,26 +8752,11 @@ msgstr "เงื่อนไข" msgid "Terms of Service" msgstr "เงื่อนไขการให้บริการ" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "คำที่ใช้ละเมิดมาตรฐานชุมชน" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "ข้อความและแท็ก" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "ช่องใส่ข้อความ" @@ -8665,10 +8765,6 @@ msgstr "ช่องใส่ข้อความ" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "เราได้ส่งรายงานของคุณไปแล้ว ขอบคุณ" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "ขอบคุณน้า~ คุณได้ยืนยันอีเมลของคุณสำเร็จแล้วจ้า สามารถปิดหน้านี้ได้เลยน้า" @@ -8678,7 +8774,7 @@ msgstr "ขอบคุณน้า~ คุณได้ยืนยันอี msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "ที่มีดังต่อไปนี้ :" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "มีแค่นี้แหละท่านผู้ชม!!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "บัญชีจะสามารถโต้ตอบกับคุณได้หลังจากที่ปลดบล็อกแล้ว" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "ผู้สร้างเธรตได้ซ่อนการตอบกลับนี้" @@ -8750,11 +8846,11 @@ msgstr "สัมผัสประสบการณ์ที่ดีกว่ msgid "The feed has been replaced with Discover." msgstr "ฟีดได้ถูกแทนที่ด้วยสิ่งที่ค้นพบ" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "สิ่งที่ตั้งต่อไปนี้ถูกใช้กับบัญชีของคุณ" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "สิ่งที่ตั้งต่อไปนี้ถูกใช้กับเนื้อหาของคุณ" @@ -8788,7 +8884,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "ชุดเริ่มต้นที่คุณพยายามดูไม่ถูกต้อง คุณสามารถลบชุดเริ่มต้นนี้แทนได้" @@ -8808,7 +8904,7 @@ msgstr "เงื่อนไขการให้บริการได้ถ 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 "รหัสยืนยันที่คุณให้มานั้นไม่ถูกต้อง กรุณาตรวจสอบให้แน่ใจว่าคุณได้ใช้ลิงก์ยืนยันที่ถูกต้องหรือขอรหัสใหม่อีกครั้ง" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "ธีม" @@ -8827,7 +8923,7 @@ msgstr "เกิดปัญหาในการเชื่อมต่อก msgid "There was an issue contacting the server" msgstr "เกิดปัญหาในการติดต่อเซิร์ฟเวอร์" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "" @@ -8836,7 +8932,7 @@ msgstr "" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "เกิดปัญหาในการดึงการแจ้งเตือน คลิกที่นี่เพื่อลองอีกครั้ง" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "เกิดปัญหาในการดึงโพสต์ คลิกที่นี่เพื่อลองอีกครั้ง" @@ -8845,7 +8941,7 @@ msgstr "เกิดปัญหาในการดึงโพสต์ ค msgid "There was an issue fetching the list. Tap here to try again." msgstr "เกิดปัญหาในการดึงลิสต์ คลิกที่นี่เพื่อลองอีกครั้ง" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "" @@ -8862,11 +8958,6 @@ msgstr "" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "เกิดปัญหาในการส่งคำรายงานของคุณ กรุณาตรวจสอบการเชื่อมต่ออินเทอร์เน็ต" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "" msgid "There was an issue! {0}" msgstr "เกิดปัญหาที่ {0}!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "เกิดปัญหาไม่คาดคิดในแอปพ 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "" @@ -8941,7 +9036,7 @@ msgstr "บัญชีนี้ถูกบล็อกโดยหนึ่ง msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "คำร้องนี้จะถูกส่งไปยัง <0>{sourceName}0>" @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "" @@ -9006,7 +9101,7 @@ msgstr "" msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "" @@ -9020,7 +9115,7 @@ msgstr "" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "" @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "" @@ -9065,11 +9160,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "" @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "" @@ -9142,7 +9237,7 @@ msgstr "" msgid "This user is new here. Press for more info about when they joined." msgstr "" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "" @@ -9168,7 +9263,7 @@ msgstr "" msgid "Thread preferences" msgstr "การตั้งค่าเธรด" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "การตั้งค่าเธรด" @@ -9181,6 +9276,10 @@ msgstr "" msgid "Threads Preferences" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "" @@ -9222,8 +9317,8 @@ msgstr "" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "" msgid "Type your message here" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "ไม่สามารถติดต่อบริการของคุณได้ โปรดตรวจสอบการเชื่อมต่ออินเทอร์เน็ตของคุณ" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "ไม่สามารถลบได้" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "ปลดบล็อก" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "ปลดบล็อก" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "ปลดบล็อกบัญชี" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "ปลดบล็อกบัญชีหรือไม่?" @@ -9369,12 +9468,7 @@ msgstr "ยกเลิกการแชร์ซ้ำ" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "เลิกติดตาม" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "เลิกติดตาม {0}" @@ -9383,7 +9477,7 @@ msgstr "เลิกติดตาม {0}" msgid "Unfollow account" msgstr "เลิกติดตามบัญชี" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "เปิดเสียง" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "เปิดเสียงบัญชี" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "เปิดเสียงการสนทนา" @@ -9454,8 +9556,8 @@ msgstr "เปิดเสียงวิดีโอ" msgid "Unpin" msgstr "เลิกปักหมุด" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9566,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "เลิกปักหมุดจากหน้าแรก" @@ -9517,13 +9619,6 @@ msgstr "เลิกสมัครรับข้อมูลจากลิส msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "เนื้อหาทางเพศที่ไม่พึงประสงค์" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "อัปเดต <0>{displayName}0> ในลิสต์" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "" @@ -9567,7 +9662,7 @@ msgstr "กำลังอัปเดต..." msgid "Upload a photo instead" msgstr "อัปโหลดรูปภาพแทน" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "อัปโหลดไฟล์ข้อความไปที่:" @@ -9603,11 +9698,11 @@ msgstr "" msgid "Uploading video..." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "ใช้ผู้ให้บริการเริ่มต้น" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "ผู้ใช้ถูกบล็อก" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "ผู้ใช้ถูกบล็อกโดย \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "ผู้ใช้ที่ถูกบล็อกโดยลิสต msgid "User Blocked by List" msgstr "ผู้ใช้ถูกบล็อกโดยลิสต์" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "ผู้ใช้ที่บล็อกคุณ" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "ชื่อผู้ใช้หรือที่อยู่อีเมล" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "ผู้ใช้ที่ติดตามโดย <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "ผู้ใช้ที่ฉันติดตาม" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "ผู้ใช้ใน \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "ค่า:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "ตรวจสอบระเบียน DNS" @@ -9786,8 +9873,8 @@ msgstr "กล่องโต้ตอบตรวจสอบอีเมล" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "ตรวจสอบไฟล์ข้อความ" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "เกมวิดีโอ" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "ไม่พบวิดีโอ" @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "ดูอวตาร์ของ {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "ดูโปรไฟล์ของ {0}" @@ -9906,16 +9993,11 @@ msgstr "ดูบล็อกโพสต์สำหรับรายละเ msgid "View debug entry" msgstr "ดูลิสต์ดีบัก" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "ดูรายละเอียด" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "ดูรายละเอียดสำหรับการรายงานการละเมิดลิขสิทธิ์" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "ดูเธรดเต็ม" @@ -9960,7 +10042,7 @@ msgstr "ดูบริการติดป้ายกำกับที่จ msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "ดูผู้ใช้ที่ชอบฟีดนี้" @@ -9993,8 +10075,8 @@ msgstr "ดูบัญชีที่คุณปิดเสียง" msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "คุณต้องการเห็นภาษาอะไรในฟีดอัลกอริธึมของคุณ?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "ใครสามารถมีปฏิสัมพันธ์กับโพสต์นี้ได้บ้าง?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "ใครสามารถตอบได้" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "ทำไมเนื้อหานี้จึงควรได้รับการตรวจสอบ?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "ทำไมฟีดนี้จึงควรได้รับการตรวจสอบ?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "ทำไมลิสต์นี้จึงควรได้รับการตรวจสอบ?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "ทำไมข้อความนี้จึงควรได้รับการตรวจสอบ?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "ทำไมโพสต์นี้จึงควรได้รับการตรวจสอบ?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "ทำไมชุดเริ่มต้นนี้จึงควรได้รับการตรวจสอบ?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "ทำไมผู้ใช้คนนี้จึงควรได้รับการตรวจสอบ?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "ใช่" msgid "Yes, deactivate" msgstr "ใช่, ปิดการใช้งาน" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "ใช่, ลบชุดเริ่มต้นนี้" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "คุณไม่ได้รับอนุญาตให้อัปโหลดวิดีโอ." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "คุณไม่ได้ติดตามใครเลย." @@ -10445,17 +10534,13 @@ msgstr "คุณสามารถเปิดใช้งานบัญชี msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "คุณไม่มีผู้ติดตาม" @@ -10467,6 +10552,10 @@ msgstr "คุณไม่ได้ติดตามผู้ใช้ที่ msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "คุณยังไม่มีฟีดที่ติดหมุด." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "คุณได้บล็อกผู้ใช้คนนี้" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "คุณได้บล็อกผู้ใช้คนนี้ คุณไม่สามารถดูเนื้อหาของเขาได้." @@ -10495,7 +10584,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "คุณได้ป้อนรหัสที่ไม่ถูกต้อง มันควรมีลักษณะเป็น XXXXX-XXXXX" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "คุณได้ซ่อนโพสต์นี้" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "คุณได้ซ่อนโพสต์นี้แล้ว" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "คุณได้ปิดเสียงบัญชีนี้" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "คุณได้ปิดเสียงผู้ใช้คนนี้" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "คุณยังไม่ได้ปิดเสียงคำหรือแท็กใด ๆ" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "คุณซ่อนการตอบกลับนี้แล้ว" @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "คุณสามารถอุทธรณ์ป้ายที่ไม่ใช่ของตนเองได้หากคุณรู้สึกว่ามันถูกติดตั้งโดยผิดพลาด" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "คุณสามารถอุทธรณ์ป้ายเหล่านี้ได้หากคุณรู้สึกว่ามันถูกติดตั้งโดยผิดพลาด" @@ -10614,10 +10703,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "คุณต้องอนุญาตให้เข้าถึงคลังรูปภาพของคุณเพื่อบันทึกรหัส QR" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "คุณต้องเลือกผู้ติดฉลากอย่างน้อยหนึ่งคนสำหรับรายงาน" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "คุณพร้อมแล้ว!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "คุณเลือกที่จะซ่อนคำหรือแท็กในโพสต์นี้" @@ -10750,7 +10839,7 @@ msgstr "คุณถึงขีดจำกัดการอัพโหลด msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "คุณถึงขีดจำกัดการอัพโหลดวิดีโอต่อวันแล้ว (วิดีโอมากเกินไป)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "วันเกิดของคุณ" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "เบราว์เซอร์ของคุณไม่รองรับรูปแบบวิดีโอนี้ กรุณาลองใช้เบราว์เซอร์อื่น" @@ -10798,7 +10887,7 @@ msgstr "การแชทของคุณถูกปิดใช้งาน msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "ไลค์แรกของคุณ!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "โปรไฟล์ โพสต์ ฟีด และลิสต์ msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "รายงานของคุณจะถูกส่งไปยัง Bluesky Moderation Service" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/tr/messages.po b/src/locale/locales/tr/messages.po index e45f34abde..50533fe03f 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "\"{interestsDisplayName}\" kategorisi (etkin)" @@ -100,7 +100,7 @@ msgstr "{0, plural, other {takipçi}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {takip edilen}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {beğeni}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, other {beğeni}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {gönderi}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, other {alıntı}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {yeniden gönderi}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, other {kaydedilme}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} gönderi}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# kişi}} bu başlangıç paketini kullandı!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# kişi}} bu başlangıç paketini kullandı!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+# daha}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0} (Hesap)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, other {saat}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {dakika}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> sizi takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> özelleştirilmiş akışınızı beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> gönderinizi beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> yeniden gönderinizi beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> doğrulamalarını hesabınızdan kaldırdı" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> gönderinizi yeniden gönderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> yeniden gönderinizi yeniden gönderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> başlangıç paketinizle kaydoldu" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}}0> sizi doğruladı" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} sizi takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} sizi geri takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} özelleştirilmiş akışınızı beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} gönderini beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} yeniden gönderinizi beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} doğrulamasını hesabınızdan kaldırdı" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} gönderini yeniden gönderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} yeniden gönderinizi yeniden gönderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} sizin başlangıç paketinizle kaydoldu" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} sizi doğruladı" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} sizi takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} sizi takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} gönderinizi beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} yeniden gönderinizi beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} doğrulamalarını hesabınızdan kaldırdı" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} gönderinizi yeniden gönderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} yeniden gönderinizi yeniden gönderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} başlangıç paketinizle kaydoldu" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişi daha}} sizi doğruladı" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} sizi takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} sizi geri takip etti" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} özelleştirdiğiniz akışınızı beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} gönderini beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} yeniden gönderinizi beğendi" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} doğrulamalarını hesabınızdan kaldırdı" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} gönderini yeniden gönderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} yeniden gönderinizi yeniden gönderdi" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} sizin başlangıç paketinizle kaydoldu" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} sizi doğruladı" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} takip ediliyor" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> ve <1>1><2>{1}2> başlangıç paketinizde yer alıyor" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> başlangıç paketinizde yer alıyor" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> üyeleri" @@ -515,7 +519,7 @@ msgstr "⚠Geçersiz Kullanıcı Adı" msgid "24 hours" msgstr "24 saat" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "2FA Onayı" @@ -560,12 +564,16 @@ msgstr "Takip et butonunun yanında bir zil simgesi bulunan bir profil sayfasın msgid "About" msgstr "Hakkında" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "İstismar edici ya da ayrımcı davranış" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Kabul et" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Sohbet isteğini kabul et" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Erişilebilirlik Ayarları" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Hesap" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Hesap susturuldu" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Hesap Susturuldu" @@ -627,11 +635,15 @@ msgstr "Liste Tarafından Hesap Susturuldu" msgid "Account options" msgstr "Hesap seçenekleri" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "Hesap sağlayıcısı" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Hesap hızlı erişimden kaldırıldı" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Devam etmek için {0} tane daha ekleyin" msgid "Add {displayName} to starter pack" msgstr "{displayName} adlı kullanıcıyı başlangıç paketine ekle" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Bir içerik uyarısı ekleyin" @@ -730,8 +742,8 @@ msgstr "Konuya yeni bir gönderi ekle" msgid "Add app password" msgstr "Uygulama şifresi ekle" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Uygulama Şifresi Ekle" @@ -745,8 +757,8 @@ msgstr "Emoji tepkisi ekle" msgid "Add media to post" msgstr "Gönderiye medya ekle" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Daha fazla detay ekle (opsiyonel)" @@ -783,7 +795,7 @@ msgstr "Başlangıç paketinize birkaç akış ekleyin!" msgid "Add the default feed of only people you follow" msgstr "Yalnızca takip ettiklerinizden ibaret varsayılan akışı ekleyin" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Alan adınıza aşağıdaki DNS kaydını ekleyin:" @@ -823,18 +835,22 @@ msgstr "Başlangıç paketine eklendi" msgid "Additional details (limit 1000 characters)" msgstr "Ek ayrıntılar (1000 karakterle sınırlı)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Ek ayrıntılar (300 karakterle sınırlıdır)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Yetişkin" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "Yetişkin içerik" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Yetişkin İçerik" @@ -846,11 +862,15 @@ msgstr "Yetişkin içerik yalnızca Web üzerinden <0>bsky.app0> etkinleştiri msgid "Adult content is disabled." msgstr "Yetişkin içerik devre dışı bırakıldı." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Yetişkin İçerik işaretleri" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "Yetişkin cinsel istismarı içeriği" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Gelişmiş" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "Herkesin yanıt vermesine izin ver" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Yeni mesajlara 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:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "Takip ettiklerinizin yanıt vermesine izin ver" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "Bahsettiklerinizin yanıt vermesine izin ver" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Alıntılara izin ver" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Yeni yanıtlara izin ver:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "{0} listesindekilerin yanıt vermesine izin ver" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "Takipçilerinizin yanıt vermesine izin ver" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Doğrudan mesajlara erişime izin verir" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Zaten bir kodunuz mu var?" @@ -1003,14 +1039,18 @@ msgstr "Akış getirilirken bir hata oluştu." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Başlangıç paketiniz oluşturulurken bir hata oluştu. Yeniden denemek ister misiniz?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "Listeleriniz yüklenirken bir hata oluştu :/" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "QR kod kaydedilirken bir hata oluştu!" @@ -1035,8 +1075,7 @@ msgstr "Birkaç Bluesky gönderisinin yeniden gönderi, beğeni ve yorum yapma s 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Bu seçeneklerde yer almayan bir sorun" @@ -1050,10 +1089,10 @@ msgstr "Sohbeti açmaya çalışırken bir sorun oluştu" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Bir sorun oluştu, lütfen tekrar deneyin." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "bilinmeyen bir işaretleyici" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "ve" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "Hayvan cinsel istismarı" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "Hayvan istismarı" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "Duyuru" msgid "Announcing verification on Bluesky" msgstr "Bluesky'da doğrulamayı duyurma" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Anti-Sosyal Davranış" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "Herkes" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Herkes etkileşime geçebilir" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Uygulama Dili" msgid "App Password" msgstr "Uygulama Şifresi" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Uygulama şifresi silindi" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Uygulama şifreleri" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Uygulama Şifreleri" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "İtiraz et" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "\"{0}\" işaretine itiraz et" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Bu karara itiraz et" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Önerilen öntanımlı akışları uygula" msgid "Apply Pull Request" msgstr "Pull Request'i uygula" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "{0} kaynağından arşivlendi" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Arşivlenmiş gönderi" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "\"{0}\" uygulama şifresini silmek istediğinizden emin misiniz?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Bu mesajı silmek istediğinize emin misiniz? Mesajınız sizin için silinecektir, ancak diğer katılımcı için silinmeyecektir." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Bu başlangıç paketini silmek istediğinize emin misiniz?" @@ -1252,7 +1298,7 @@ msgstr "<0>{suggestedLanguageName}0> dilinde mi yazıyorsunuz?" msgid "Art" msgstr "Sanat" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Sanatsal veya erotik olmayan çıplaklık." @@ -1269,7 +1315,7 @@ msgstr "Algoritmaya başlık ata" msgid "At least 8 characters" msgstr "En az 8 karakter" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Kuzey Işıkları" @@ -1284,21 +1330,21 @@ msgstr "Videoları ve GIFleri otomatik oynat" msgid "Available" msgstr "Kullanılabilir" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Geri" msgid "Back to Chats" msgstr "Sohbetlere Geri Dön" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "Yasak eylemler ya da güvenlik ihlalleri" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "Uzaklaştırılmış kullanıcının geri gelmesi" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "Bir gönderi oluşturmadan ya da yanıt vermeden önce e-postanızı do msgid "Before creating a starter pack, you must first verify your email." msgstr "Bir başlangıç paketi oluşturmadan önce e-posta adresinizi doğrulamanız gerekir." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "Bu sohbet isteğini kabul edebilmeniz için öncelikle e-postanızı doğrulamanız gerekmektedir." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "{name} kullanıcısının gönderilerinden bildirim alabilmeniz için öncelikle e-posta adresinizi doğrulamanız gerekiyor." @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Doğum günü" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Engelle" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Hesabı Engelle?" msgid "Block accounts" msgstr "Hesapları engelle" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Engelle ve Sil" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Engelle ve/veya bu yazışmayı sil" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Listeyi engelle" @@ -1402,15 +1452,19 @@ msgstr "Engelle veya raporla" msgid "Block these accounts?" msgstr "Bu hesapları engelle?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Kullanıcıyı engelle" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Kullanıcıyı Engelle" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "Kullanıcıyı engelle ve/veya bu yazışmayı sil" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Engellendi" @@ -1449,25 +1503,25 @@ msgstr "Engellemeniz hesabınıza işaretlerin uygulanmasını önlemeyecektir f msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky iddia edilen tarihin doğruluğunu onaylayamaz." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Klasik™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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, barındırma sağlayıcınızı seçebileceğiniz açık bir ağdır. Geliştiriciyseniz kendi sunucunuzu barındırabilirsiniz." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky kendi sağlayıcınızı seçebildiğiniz açık bir ağdır. Eğer burada yeniyseniz varsayılan \"Bluesky Social\" seçeneğinde kalmanızı öneririz." @@ -1513,6 +1567,10 @@ msgstr "Akışlardaki görüntüleri bulanıklaştır ve filtrele" msgid "Books" msgstr "Kitaplar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "Site kurallarını ihlal" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Keşfet sayfasında daha fazla kullanıcı bul" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "İş" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "{0} tarafından" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "<0>{0}0> tarafından geliştiriliyor" @@ -1612,19 +1670,20 @@ msgstr "Kamera" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Yeniden etkinleştirmeyi iptal et ve çıkış yap" msgid "Cancel search" msgstr "Aramayı iptal et" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Engellenen kullanıcıya etkileşime geçilemez" @@ -1697,12 +1756,12 @@ msgstr "Uygulama dilini değiştir" msgid "Change Handle" msgstr "Kullanıcı Adını Değiştir" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Moderasyon hizmetini değiştir" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "Şifre değiştir" @@ -1710,7 +1769,11 @@ msgstr "Şifre değiştir" msgid "Change password dialog" msgstr "Şifre değiştirme diyaloğu" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "Rapor kategorisini değiştir" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Rapor gerekçesini değiştir" @@ -1739,8 +1802,8 @@ msgstr "Değişiklikler kaydedildi" msgid "Chat" msgstr "Mesajlar" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Sohbet silindi" @@ -1753,7 +1816,7 @@ msgstr "Sohbet mesajları - sessiz" msgid "Chat messages - sound" msgstr "Sohbet mesajları - sesli" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Sohbet sessize alındı" @@ -1769,7 +1832,7 @@ msgstr "Sohbet istekleri gelen kutusu" msgid "Chat requests" msgstr "Sohbet istekleri" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Mesajlaşma ayarları" msgid "Chat Settings" msgstr "Mesajlaşma Ayarları" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Sohbet sessizden çıkarıldı" @@ -1797,7 +1860,7 @@ msgstr "Sohbetler" msgid "Check my status" msgstr "Durumumu kontrol et" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "E-postanıza gelen giriş kodunu buraya girin." @@ -1805,6 +1868,14 @@ msgstr "E-postanıza gelen giriş kodunu buraya girin." msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Aşağıya gireceğiniz onay kodu içeren bir e-posta için gelen kutunuzu kontrol edin:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "Çocuk güvenliği" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "Çocuk Cinsel İstismarı Materyali (CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Alan adı doğrulama yöntemini seçin" @@ -1833,7 +1904,7 @@ msgstr "Özel beslemelerinizi destekleyen algoritmaları seçin." msgid "Choose this color as your avatar" msgstr "Bu rengi avatar olarak seç" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Hesap sağlayıcınızı seçin" @@ -1882,14 +1953,6 @@ msgstr "Doğrulama işlemini yeniden başlatmak için buraya tıklayın." msgid "Click here to update your email" msgstr "E-postanızı güncellemek için buraya tıklayın" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Bu gönderinin alıntılanmasını engellemek için tıklayın." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Bu gönderinin alıntılanmasına izin vermek için tıklayın." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "{tag} etiket menüsünü açmak için tıklayın" @@ -1919,9 +1982,11 @@ msgstr "Klip 🐴 klop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Klip 🐴 klop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Kapat" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Etkin iletişim kutusunu kapat" @@ -2018,16 +2083,16 @@ msgstr "Emoji seçicisini kapatır" msgid "Closes viewer for header image" msgstr "Başlık resmi görüntüleyicisini kapatır" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Kullanıcı listesini daralt" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Belirli bir bildirim için kullanıcı listesini daraltır" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Renk modu" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "Konumunuzu GPS ile onaylayın. Konum bilginiz takip edilmez ve cihazınızdan dışarı çıkmaz." #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "Konumunuzu GPS ile onaylayın. Konum bilginiz takip edilmez ve cihazın msgid "Confirmation code" msgstr "Onay kodu" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Bağlanıyor..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "İçerik Dilleri" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "İçerik Mevcut Değil" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "Kendine zarar vermeyi özendiren ya da betimleyen içerik" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "İçerik Uyarısı" @@ -2212,7 +2281,7 @@ msgstr "Bağlam menüsü arkaplanı, menüyü kapatmak için tıklayın." msgid "Continue" msgstr "Devam et" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "{0} olarak devam et (giriş yapılmış)" @@ -2236,8 +2305,8 @@ msgstr "Sonraki adıma devam et" msgid "Conversation" msgstr "Yazışma" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Yazışma silindi" @@ -2254,7 +2323,7 @@ msgstr "Yemek pişirme" msgid "Copied build version to clipboard" msgstr "Sürüm numarası panoya kopyalandı" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Sürüm numarası panoya kopyalandı" msgid "Copied to clipboard" msgstr "Panoya kopyalandı" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Kopyalandı!" @@ -2290,23 +2359,23 @@ msgstr "Bu at:// URI'sini kopyala" msgid "Copy author DID" msgstr "Yazar DID'ini kopyala" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Kodu kopyala" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "DID'i kopyala" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Sunucu adını kopyala" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Bağlantıyı kopyala" @@ -2331,12 +2400,12 @@ msgstr "Gönderi bağlantısını kopyala" msgid "Copy link to profile" msgstr "Profil bağlantısını kopyala" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "Başlangıç paketi bağlantısını kopyala" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Mesajı kopyala" @@ -2354,7 +2423,7 @@ msgstr "Gönderi metnini kopyala" msgid "Copy QR code" msgstr "QR kodu kopyala" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "TXT kayıt değerini kopyala" @@ -2377,8 +2446,8 @@ msgstr "Akış hizmetine bağlanılamadı" msgid "Could not find profile" msgstr "Profil bulunamadı" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Sohbetten ayrılınamadı" @@ -2392,7 +2461,7 @@ msgstr "Akış yüklenemedi" msgid "Could not load list" msgstr "Liste yüklenemedi" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Sohbet sessize alınamadı" @@ -2476,8 +2545,9 @@ msgstr "Moderasyon listesi oluştur" msgid "Create new account" msgstr "Yeni hesap oluştur" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "{0} için rapor oluştur" @@ -2490,7 +2560,7 @@ msgstr "Başlangıç paketi oluştur" msgid "Create user list" msgstr "Kullanıcı listesi oluştur" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "{0} oluşturuldu" @@ -2503,8 +2573,8 @@ msgstr "Oluşturucu engellendi" msgid "Culture" msgstr "Kültür" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Özel" @@ -2512,18 +2582,22 @@ msgstr "Özel" msgid "Customization options" msgstr "Özelleştirme seçenekleri" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Bu gönderiyle kimin etkileşime geçebileceğini özelleştirin." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Bluesky deneyiminizi özelleştirir" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "Tehlikeli meydan okumalar veya eylemler" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "Tehlikeli maddeler veya uyuşturucu istismarı" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Karanlık" @@ -2536,7 +2610,7 @@ msgstr "Karanlık" msgid "Dark mode" msgstr "Karanlık mod" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Karanlık tema" @@ -2558,7 +2632,11 @@ msgstr "Moderasyon Hata Ayıklama" msgid "Debug panel" msgstr "Hata ayıklama paneli" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Deepfake yetişkin içerik" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Varsayılan" @@ -2566,14 +2644,14 @@ msgstr "Varsayılan" msgid "Default icons" msgstr "Varsayılan simgeler" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Sil" @@ -2586,16 +2664,16 @@ msgstr "Hesabı sil" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "<0>\"0><1>{0}1><2>\"2> Hesabını Sil" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Uygulama şifresini sil" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Uygulama şifresi silinsin mi?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Sohbeti sil" @@ -2603,18 +2681,18 @@ msgstr "Sohbeti sil" msgid "Delete chat declaration record" msgstr "Sohbet beyan kaydını sil" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Yazışmayı sil" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Yazışmayı Sil" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Benim için sil" @@ -2623,11 +2701,11 @@ msgstr "Benim için sil" msgid "Delete list" msgstr "Listeyi sil" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Mesajı sil" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Mesajı benim için sil" @@ -2641,12 +2719,12 @@ msgstr "Hesabımı sil" msgid "Delete post" msgstr "Gönderiyi sil" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Başlangıç paketini sil" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Başlangıç paketi silinsin mi?" @@ -2709,11 +2787,11 @@ msgstr "Geliştirici modu devreye alındı" msgid "Developer options" msgstr "Geliştirici seçenekleri" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Diyalog: kimin bu gönderiyle etkileşebileceğini ayarlayın" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Karart" @@ -2735,6 +2813,14 @@ msgstr "E-posta ile iki adımlı doğrulamayı devre dışı bırak" msgid "Disable haptic feedback" msgstr "Dokunsal geribildirimi devre dışı bırak" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "Yanıtları tümden devre dışı bırak" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Altyazıları devre dışı bırak" @@ -2778,7 +2864,7 @@ msgstr "Uygulamaların hesabımı oturum açmamış kullanıcılara göstermesin msgid "Discover new custom feeds" msgstr "Yeni özel akışları keşfet" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Yeni Akışlar Keşfet" @@ -2817,8 +2903,8 @@ msgstr "Görünen ad" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "Trolleri ve tık tuzaklarını geride bırakın. Gerçek insanları ve anlamlı sohbetleri bulun." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS Paneli" @@ -2830,7 +2916,7 @@ msgstr "Sessize alınan bu kelimeyi takip ettiğim kullanıcılara uygulama" msgid "Does not include nudity." msgstr "Çıplaklık içermiyor." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Alan adı doğrulandı!" @@ -2853,19 +2939,20 @@ msgstr "Merak etmeyin! Tüm mesajlarınız ve ayarlarınız saklandı ve bir yet #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Bir tepki eklemek için mesaja çift dokunun ya da uzun basın" msgid "Double tap to close the dialog" msgstr "Bu diyalogu kapatmak için çift dokunun" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Beğenmek için çift dokunun" @@ -2903,6 +2990,10 @@ msgstr "Bluesky'ı İndir" msgid "Download CAR file" msgstr "CAR dosyasını indir" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "Özel bilgi ifşası" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Resim eklemek için bırakın" @@ -2943,9 +3034,13 @@ msgstr "örn: Asla kaçırmayan göndericiler." msgid "e.g. Users that repeatedly reply with ads." msgstr "örn: Reklamlarla tekrar tekrar yanıt veren kullanıcılar." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "Yeme bozuklukları" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "{0} kullanıcısından gelen bildirimleri düzenle" msgid "Edit People" msgstr "Kişileri Düzenle" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Gönderi etkileşim ayarlarını düzenle" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Profil düzenle" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Profil Düzenle" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Başlangıç paketini düzenle" @@ -3034,7 +3129,7 @@ msgstr "Başlangıç paketini düzenle" msgid "Edit user list" msgstr "Kullanıcı listesini düzenle" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Kimin yanıtlayabileceğini düzenle" @@ -3085,7 +3180,7 @@ msgstr "E-posta doğrulaması tamamlandı!" msgid "Email Verified" msgstr "E-posta Doğrulandı" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Gömmek için HTML kodu" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Gömülü video oynatıcı" @@ -3141,6 +3236,10 @@ 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:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Altyazıları etkinleştir" @@ -3200,7 +3299,7 @@ msgstr "Kullanmak istediğiniz alan adını girin" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Hesabınızı oluşturmak için kullandığınız e-postayı girin. Size yeni bir şifre belirlemeniz için bir \"sıfırlama kodu\" göndereceğiz." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Hesabınızı oluştururken kullandığınız kullanıcı adını veya e-posta adresini girin" @@ -3213,7 +3312,7 @@ msgstr "Doğum tarihinizi girin" msgid "Enter your email address" msgstr "E-posta adresinizi girin" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Şifrenizi girin" @@ -3258,22 +3357,18 @@ msgstr "Captcha yanıtı alınırken bir hata oldu." msgid "Error: {error}" msgstr "Hata: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Herkes" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Herkes yanıtlayabilir" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Bu gönderiyi herkes yanıtlayabilir." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Herkes" @@ -3282,16 +3377,6 @@ msgstr "Herkes" msgid "Everything else" msgstr "Geri kalan her şey" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Çok fazla sayıda bahsetme ya da yanıt" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Çok fazla sayıda ya da istenmeyen mesajlar" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Takip ettiğim kullanıcıları hariç tut" @@ -3316,7 +3401,7 @@ msgstr "Resim görünümünden çıkar" msgid "Expand alt text" msgstr "Alternatif metni genişlet" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Kullanıcı listesini genişletir" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Gönderi metnini genişletir ya da daraltır" @@ -3348,7 +3433,7 @@ msgstr "Süresi dolmuş" msgid "Expires {0}" msgstr "{0} içinde süresi doluyor" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "{0} içinde süresi doluyor" @@ -3407,13 +3492,17 @@ msgstr "Harici medya, web sitelerinin siz ve cihazınız hakkında bilgi toplama msgid "External Media Preferences" msgstr "Harici Medya Tercihleri" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "Aşırılıkçı içerik" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Sohbet kabul edilemedi" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Emoji tepkisi eklenemedi" @@ -3421,7 +3510,7 @@ msgstr "Emoji tepkisi eklenemedi" msgid "Failed to add to starter pack" msgstr "Başlangıç paketine eklenemedi" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Kullanıcı adı değiştirilemedi. Lütfen tekrar deneyin." @@ -3438,13 +3527,13 @@ msgstr "Yazışma oluşturulamadı" msgid "Failed to create starter pack" msgstr "Başlangıç paketi oluşturulamadı" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Sohbet silinemedi" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Mesaj silinemedi" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Başlangıç paketi silinemedi" @@ -3465,10 +3554,10 @@ msgstr "Önerilen hesaplar tümden takip edilemedi, lütfen tekrar deneyin" msgid "Failed to load conversations" msgstr "Yazışmalar yüklenemedi" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Akış tercihleri yüklenemedi" @@ -3498,14 +3587,14 @@ msgstr "Eski mesajlar yüklenemedi" msgid "Failed to load preference." msgstr "Tercih yüklenemedi." -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Önerilen akışlar yüklenemedi" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Önerilen takipler yüklenemedi" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Gönderi sabitlenemedi" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Emoji tepkisi kaldırılamadı" @@ -3535,7 +3624,8 @@ msgstr "Doğrulama kaldırılamadı" msgid "Failed to resolve location. Please try again." msgstr "Konum çözümlenemedi. Lütfen tekrar deneyin." -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Görsel kaydedilemedi: {0}" @@ -3557,7 +3647,7 @@ msgstr "Gönderilemedi" msgid "Failed to send email, please try again." msgstr "E-posta gönderilemedi, lütfen tekrar deneyin." -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "İtirazınız gönderilemedi, lütfen tekrar deneyin." @@ -3606,6 +3696,14 @@ msgstr "E-posta doğrulanamadı, lütfen tekrar deneyin." msgid "Failed to verify handle. Please try again." msgstr "Kullanıcı adı doğrulanamadı. Lütfen yeniden deneyin." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "Sahte hesap ya da bot" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "Seçimler hakkında yanlış bilgi" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Akış" @@ -3623,7 +3721,7 @@ msgstr "Akışı oluşturan" msgid "Feed identifier" msgstr "Akış tanımlayıcısı" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Akış menüsü" @@ -3635,8 +3733,8 @@ msgstr "Akış aç/kapa" msgid "Feed unavailable" msgstr "Akış kullanılamıyor" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Geribildirim" @@ -3696,7 +3794,7 @@ msgstr "Aramayı dile göre filtrele (şu anda:{currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "Etkinliğinizden kimlerin bildirim alabileceğini filtreleyin" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "Kimden bildirim alacağınızı filtreleyin" @@ -3713,7 +3811,7 @@ msgstr "Sonunda! Sizin için önemli olan gönderileri kaçırmayın. Onları is msgid "Finance" msgstr "Finans" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Takip edilecek hesaplar bul" msgid "Find people to follow" msgstr "Takip edilecek kişiler bulun" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Bluesky'da gönderileri, kullanıcıları ve akışları bulun" @@ -3741,17 +3839,17 @@ msgstr "Bitir" msgid "Fitness" msgstr "Fitness" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Düz Siyah" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Düz Mavi" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Düz Beyaz" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Esnek" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Takip et" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Takip et" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "{0} takip et" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "{handle} kullanıcısını takip et" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "Tüm hesapları takip et" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Geri takip et" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Geri takip et" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Tanıdığın takipçiler" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Takip ediliyor" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Takiptekiler" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "{0} takip ediliyor" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "{handle} takip ediliyor" @@ -3894,11 +3988,11 @@ msgstr "Sizi takip ediyor" msgid "Follows You" msgstr "Sizi Takip Ediyor" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Yazı tipi" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Yazı boyutu" @@ -3919,7 +4013,7 @@ msgstr "Güvenlik nedeniyle, e-posta adresinize bir onay kodu göndermemiz gerek msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Güvenlik nedeniyle, bunu bir daha görüntüleyemeyeceksiniz. Eğer bu uygulama şifresini kaybederseniz, yeni bir tane oluşturmanız gerekecek." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "En iyi deneyim için, tema yazı tipini kullanmanızı öneriyoruz." @@ -3941,11 +4035,11 @@ msgstr "Gürültüyü unutun" msgid "Forgot Password" msgstr "Şifremi Unuttum" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Şifrenizi mi unuttunuz?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Unuttunuz mu?" @@ -3953,12 +4047,7 @@ msgstr "Unuttunuz mu?" msgid "Free your feed" msgstr "Akışınızı özgürleştirin" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Sıkça İstenmeyen İçerik Gönderiyor" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "Kimden" @@ -4011,7 +4100,7 @@ msgstr "Yeniden gönderilerinizi yeniden gönderdiklerinde bildirim alın." msgid "Get notifications when people repost your posts." msgstr "Gönderilerinizi yeniden gönderdiklerinde bildirim alın." -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "Yeni gönderilerden bildirim al" @@ -4027,7 +4116,7 @@ msgstr "{name} kullanıcısının yeni gönderilerinden bildirim al" msgid "Get notified of this account’s activity" msgstr "Bu hesabın etkinliklerinden bildirim al" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "{name} gönderi paylaştığında bildirim al" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Profilinize bir yüz ekleyin" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Yasa veya hizmet şartlarının açık ihlalleri" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "Şiddete övgü" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Yasa veya hizmet şartlarının açık ihlalleri" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Geri git" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Geri Git" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Önceki adıma geri dön" @@ -4123,7 +4208,7 @@ msgstr "Canlı Yayını Başlat" msgid "Go live for" msgstr "Canlı yayın süresi" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "{firstAuthorName} kullanıcısının profiline git" @@ -4146,23 +4231,35 @@ msgstr "Akışa git" msgid "Go to next" msgstr "Sonrakine git" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Profile git" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Kullanıcının profiline git" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Sarsıcı Olabilecek Medya" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "Açık şiddet içeren içerik" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "Reşit olmayanlara yönelik cinsel yönlendirme ya da sarkıntılık davranışı" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "Hack'leme ya da sistem saldırıları" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Yolun yarısı bitti!" msgid "Handle" msgstr "Kullanıcı adı" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Kullanıcı adı alınmış. Lütfen başka bir tane deneyin." @@ -4182,7 +4279,7 @@ msgstr "Kullanıcı adı alınmış. Lütfen başka bir tane deneyin." msgid "Handle changed!" msgstr "Kullanıcı adı değişti!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Kullanıcı adı çok uzun. Lütfen daha kısa bir tane deneyin." @@ -4190,10 +4287,17 @@ msgstr "Kullanıcı adı çok uzun. Lütfen daha kısa bir tane deneyin." msgid "Haptics" msgstr "Dokunuş" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Taciz, trolleme veya hoşgörüsüzlük" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "Taciz veya nefret" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "Zararlı ya da yüksek riskli eylemler" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "Küçüklere zarar verme ya da tehlikeye atma" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Etiket" msgid "Hashtag {tag}" msgstr "{tag} etiketi" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "Nefret söylemi" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Sorun mu yaşıyorsunuz?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Yardım" @@ -4238,7 +4346,7 @@ msgstr "Merhaba 👋" msgid "Hidden" msgstr "Gizli" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Moderasyon ayarlarınız tarafından gizlenmiş." @@ -4248,7 +4356,7 @@ msgstr "Gizli liste" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Gizli liste" msgid "Hide" msgstr "Gizle" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Gizle" @@ -4269,6 +4377,10 @@ msgstr "Gizle" msgid "Hide customization options" msgstr "Özelleştirme seçeneklerini gizle" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "Listeleri gizle" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Gündem başlıkları gizlensin mi?" msgid "Hide trending videos?" msgstr "Gündem olan videolar gizlensin mi?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Kullanıcı listesini gizle" @@ -4320,7 +4432,7 @@ msgstr "Kullanıcı listesini gizle" msgid "Hide verification badges" msgstr "Doğrulama rozetlerini gizle" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "İçeriği gizler" @@ -4365,12 +4477,12 @@ msgstr "Bekleyin! Videoya kademeli olarak erişim veriyoruz ve siz hâlâ sırad msgid "Home" msgstr "Ana Sayfa" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Sunucu adı:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Barındırma sağlayıcısı" @@ -4383,6 +4495,10 @@ msgstr "İlgi çeken" msgid "How should we open this link?" msgstr "Bu bağlantıyı nasıl açmalıyız?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "İnsan kaçakçılığı" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Şifrenizi değiştirmek istiyorsanız, size hesabınızın sizin olduğ msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "Hesabınızın etkinlik bildirimlerini kimlerin alabileceğini sınırlamak istiyorsanız, bunu <0>Ayarlar → Gizlilik ve Güvenlik0> bölümünden değiştirebilirsiniz." -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "Eğer bir geliştiriciyseniz kendi sunucunuzu barındırabilirsiniz." @@ -4443,12 +4559,7 @@ msgstr "Eğer bir geliştiriciyseniz kendi sunucunuzu barındırabilirsiniz." 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Yasadışı ve Acil" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Resim" @@ -4461,29 +4572,24 @@ msgstr "Görsel önbelleği temizlendi" msgid "Image cache cleared, freed {0}" msgstr "Görsel önbelleği temizlendi, {0} yer açıldı" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "Görsel kaydedildi" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "Fotoğraf galerinize erişim izni verilmedikçe görseller kaydedilemez." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Kimlik veya kurumsal ilişkilerle ilgili sahtecilik veya yanlış beyanlar" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Kimlik dolandırıcılığı, yanlış bilgilendirme veya yanlış iddialar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "Kendini başkası olarak tanıtma" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "Uygulama içi" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "Uygulama içi bildirimler" @@ -4507,17 +4613,12 @@ msgstr "Uygulama içi, Anında, Herkes" msgid "In-app, Push, People you follow" msgstr "Uygulama içi, Anında, Takip ettikleriniz" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Uygunsuz mesajlar veya sakıncalı olabilecek web bağlantıları" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Gelen kutusu boş!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Geçersiz kullanıcı adı veya şifre" @@ -4537,11 +4638,11 @@ msgstr "Yeni şifre girin" msgid "Input password for account deletion" msgstr "Hesap silme için şifre girin" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Size e-posta olarak gönderilen kodu girin" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Etkileşim sınırlandırıldı" @@ -4557,12 +4658,12 @@ msgstr "Etkinlik bildirimleriyle tanış" msgid "Introducing saved posts AKA bookmarks" msgstr "Kayıtlı gönderileri yani yer imlerini sunarız" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Geçersiz 2FA onay kodu." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Geçersiz kullanıcı adı. Lütfen başka bir kullanıcı adı deneyin." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "Geçersiz etkileşim ayarları." -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Geçersiz rapor konusu" @@ -4626,8 +4727,8 @@ msgstr "İşler" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Bluesky'a Katıl" @@ -4657,20 +4758,20 @@ msgstr "KWS Kullanım Şartları" msgid "KWS website" msgstr "KWS web sitesi" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "{0} tarafından işaretlendi." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Yazarı tarafından işaretlendi." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "İşaretler" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "İşaretler eklendi" @@ -4678,11 +4779,11 @@ msgstr "İşaretler eklendi" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "İşaretler, kullanıcılar ve içerikler üzerindeki açıklamalardır. Ağın gizlenmesi, uyarılması ve kategorilendirilmesi için kullanılabilirler." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Hesabınızdaki işaretler" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "İçeriğinizdeki işaretler" @@ -4696,7 +4797,7 @@ msgstr "Dil Ayarları" msgid "Languages" msgstr "Diller" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Daha büyük" @@ -4736,12 +4837,12 @@ msgstr "Yaş güvencesiyle ilgili daha çok bilgi edinin" msgid "Learn more about Bluesky" msgstr "Bluesky hakkında daha fazlasını öğren" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Bluesky'da neyin herkese açık olduğu hakkında daha fazla bilgi edini msgid "Learn more in your <0>account settings.0>" msgstr "<0>Hesap ayarlarınızdan0> daha çok bilgi edinin." -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Daha fazlasını öğren." @@ -4787,10 +4888,10 @@ msgstr "Ayrıl" msgid "Leave chat" msgstr "Sohbetten ayrıl" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Yazışmadan ayrıl" @@ -4822,9 +4923,9 @@ msgstr "Şifrenizi sıfırlamaya başlayalım!" msgid "Let's go!" msgstr "Hadi gidelim!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Açık" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Aydınlık" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Beğen ({0, plural, other {# beğeni}})" @@ -4855,7 +4956,7 @@ msgstr "Keşif akışını (\"Discover\") eğitmek için 10 gönderiyi beğenin" msgid "Like notifications" msgstr "Beğeni bildirimleri" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Bu akışı beğen" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, other {# kullanıcı}} tarafından beğenildi" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "Yeniden gönderilerinize dair beğeniler" msgid "Likes of your reposts notifications" msgstr "Yeniden gönderilerinize dair beğenilerin bildirimleri" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Bu gönderideki beğeniler" @@ -5021,12 +5122,12 @@ msgstr "Canlı yayın özelliği beta testi aşamasındadır" msgid "Live link" msgstr "Canlı yayın bağlantısı" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Daha fazlasını yükle" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Daha çok önerilen akış yükle" @@ -5041,6 +5142,14 @@ msgstr "Yeni bildirimleri yükle" msgid "Load new posts" msgstr "Yeni gönderileri yükle" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "Listeler yükleniyor..." + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "Gönderi etkileşim ayarları yükleniyor..." + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Yükleniyor..." @@ -5049,15 +5158,19 @@ msgstr "Yükleniyor..." msgid "Log" msgstr "Log" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "Çıkış yapılmış" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Çıkış yapan görünürlüğü" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo: @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo: <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Sessize alınmış kelimelerinizi ve etiketlerinizi yönetin" msgid "Mark all as read" msgstr "Tümünü okunmuş olarak işaretle" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Okundu olarak işaretle" @@ -5132,7 +5245,7 @@ msgstr "Belki daha sonra" msgid "Media" msgstr "Medya" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Bazı gruplar için rahatsız edici ya da uygunsuz olabilecek medya." @@ -5140,14 +5253,10 @@ msgstr "Bazı gruplar için rahatsız edici ya da uygunsuz olabilecek medya." msgid "Mention notifications" msgstr "Bahsetme bildirimleri" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "bahsedilen kullanıcılar" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Bahsedilen kullanıcılar" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Menü" msgid "Message {0}" msgstr "Mesaj {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Mesaj silindi" @@ -5172,7 +5281,7 @@ msgstr "Mesaj silindi" msgid "Message deleted" msgstr "Mesaj silindi" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "@{0} mesajı: {1}" @@ -5189,7 +5298,7 @@ msgstr "Mesaj girdi alanı" msgid "Message is too long" msgstr "Mesaj çok uzun" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Mesaj seçenekleri" @@ -5197,24 +5306,22 @@ msgstr "Mesaj seçenekleri" msgid "Messages" msgstr "Mesajlar" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Gece yarısı" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "Küçüklere taciz ya da kabadayılık" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "Diğer bildirimler" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Yanıltıcı Hesap" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Yanıltıcı Gönderi" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "Yanıltıcı" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Moderasyon araçları" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Daha fazla akış" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Sessize al" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "{tag} etiketini sessize al" @@ -5332,8 +5439,8 @@ msgstr "Hesabı sessize al" msgid "Mute accounts" msgstr "Hesapları sessize al" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Yazışmayı sustur" @@ -5396,7 +5503,7 @@ msgstr "Sessize Alınan Hesaplar" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Sessize alınan hesapların gönderileri akışlarınızdan ve bildirimlerinizden kaldırılır. Kimi sessize aldığınız başkaları tarafından görülemez." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "\"{0}\" tarafından susturuldu" @@ -5421,17 +5528,6 @@ msgstr "Akışlarım" msgid "Name" msgstr "Ad" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "İsim ya da Açıklama Topluluk Standartlarını İhlal Etmektedir" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Başlangıç paketine git" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Sonraki ekrana yönlendirir" @@ -5455,20 +5551,16 @@ msgstr "Sonraki ekrana yönlendirir" msgid "Navigates to your profile" msgstr "Profilinize yönlendirir" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 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?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Bir telif ihlali mi raporlamanız gerekiyor?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Takipçilerinize veya verilerinize asla erişimi kaybetmeyin." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Boşver, bana bir kullanıcı adı üret" @@ -5476,17 +5568,17 @@ msgstr "Boşver, bana bir kullanıcı adı üret" msgid "New" msgstr "Yeni" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Yeni" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "{firstAuthorLink} kullanıcısından yeni {postsCount, plural, one {gönderi} other {gönderiler}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "{firstAuthorName} kullanıcısından yeni {postsCount, plural, one {gönderi} other {gönderiler}}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Yeni Gönderi" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "{firstAuthorLink} ve <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişiden daha}}0> yeni gönderiler" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "{firstAuthorName} ve {additionalAuthorsCount, plural, other {{formattedAuthorsCount} kişiden daha}} yeni gönderiler" @@ -5574,8 +5666,8 @@ msgstr "Yeni kullanıcı bilgisi diyaloğu" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Önce en yeni yanıtlar" @@ -5587,8 +5679,8 @@ msgstr "Haberler" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Haberler" msgid "Next" msgstr "İleri" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "İleri" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Sonraki resim" @@ -5616,12 +5703,12 @@ msgstr "Sonraki resim" 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." -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Henüz hiç uygulama şifresi yok" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "DNS Paneli Yok" @@ -5646,8 +5733,9 @@ msgstr "Görsel yok" msgid "No likes yet" msgstr "Henüz beğeni yok" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "{0} artık takip edilmiyor" @@ -5671,7 +5759,7 @@ msgstr "Henüz bildirim yok!" msgid "No one" msgstr "Hiç kimse" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Yazarı dışında hiçkimse bu gönderiyi alıntılayamaz." @@ -5701,7 +5789,7 @@ msgstr "Sonuç yok" msgid "No results" msgstr "Sonuç yok" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "\"{0}\" için sonuç bulunamadı." @@ -5719,7 +5807,7 @@ msgstr "\"{query}\" için sonuç bulunamadı" msgid "No results found for {query}" msgstr "{query} için sonuç bulunamadı" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Sonuç bulunamadı." @@ -5732,7 +5820,7 @@ msgstr "\"{search}\" aramanız için sonuç bulunamadı." msgid "No thanks" msgstr "Teşekkürler" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Hiç kimse" @@ -5753,6 +5841,10 @@ msgstr "Henüz bunu kimse yeniden göndermedi. Belki de ilk sen olmalısın!" msgid "Nobody was found. Try searching for someone else." msgstr "Kimse bulunamadı. Başka birini aramayı deneyin." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "Rızasız mahrem görseller" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Cinsel olmayan çıplaklık" @@ -5843,16 +5935,11 @@ msgstr "şimdi" msgid "Now" msgstr "Şimdi" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Çıplaklık" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Çıplaklık içeren veya yetişkin içerik o şekilde işaretlenmemiş" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "Tamam" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Tamam" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Önce en eski yanıtlar" @@ -5916,7 +6003,7 @@ msgstr "Bir veya daha fazla videoda alternatif metin eksik." msgid "Only .jpg and .png files are supported" msgstr "Yalnızca .jpg ve .png dosyaları desteklenmektedir" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Yalnızca {0} yanıtlayabilir." @@ -5941,7 +6028,7 @@ msgstr "Ay, bir şeyler yanlış gitti!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Avatar oluşturucuyu aç" msgid "Open conversation options" msgstr "Yazışma seçeneklerini aç" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Çekmece menüyü aç" @@ -5973,8 +6060,8 @@ msgstr "Emoji seçiciyi aç" msgid "Open feed info screen" msgstr "Akış bilgi ekranını aç" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Akış seçenekleri menüsünü aç" @@ -6015,7 +6102,7 @@ msgstr "Profili aç" msgid "Open share menu" msgstr "Paylaş menüsünü aç" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Başlangıç paketi menüsününü aç" @@ -6032,9 +6119,9 @@ msgstr "Sistem günlüğünü aç" msgid "Opens a dialog to add a content warning to your post" msgstr "Gönderinize içerik uyarısı ekleme diyaloğunu açar" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Kimin bu konuya yanıt verebileceğini seçme diyaloğunu açar" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "Bu gönderiyle kimin etkileşebileceğini seçmek için bir diyalog açar" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "{0} bağlantısını açar" msgid "Opens live status dialog" msgstr "Canlı yayın diyaloğunu açar" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Şifre sıfırlama formunu açar" @@ -6103,24 +6190,15 @@ msgstr "Şifre sıfırlama formunu açar" msgid "Opens post language settings" msgstr "Gönderi dili ayarlarını açar" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Bu profili açar" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "İsterseniz, aşağıda ek bilgi verin:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Seçenekler:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Veya bu seçenekleri birleştirin:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Veya başka bir hesapla devam edin." @@ -6145,21 +6223,50 @@ msgstr "Güncelleme durumu: İndirirken hata" msgid "OTA status: None available" msgstr "Güncelleme durumu: Hiç yok" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Diğer" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Diğer hesap" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "Başka bir çocuk güvenliği meselesi" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "Başka bir tehlikeli içerik" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "Başka bir taciz veya nefret içeriği" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "Başka bir yanıltıcı içerik" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "Başka bir ağ kuralı ihlali" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "Başka bir cinsel şiddet içeriği" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "Başka bir şiddet içeriği" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "Blog gönderimiz" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Moderasyon ekibimiz raporunuzu aldı." @@ -6176,7 +6283,7 @@ msgstr "Sayfa bulunamadı" msgid "Page Not Found" msgstr "Sayfa Bulunamadı" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "@{0} tarafından takip edilenler" msgid "People following @{0}" msgstr "@{0} tarafından takip edilenler" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "Takip ettiklerim" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "Takip ettiğiniz kişiler" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "Bahsettiğiniz kişiler" + +#: src/lib/media/save-image.ts:59 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." @@ -6247,12 +6362,12 @@ msgstr "Evcil Hayvanlar" msgid "Photography" msgstr "Fotoğrafçılık" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Yetişkinler için resimler." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Akışı sabitle" @@ -6266,7 +6381,7 @@ msgstr "Akışı Sabitle" msgid "Pin to home" msgstr "Ana ekrana sabitle" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Ana Sayfaya Sabitle" @@ -6275,7 +6390,7 @@ msgstr "Ana Sayfaya Sabitle" msgid "Pin to your profile" msgstr "Profiline sabitle" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Sabitlendi" @@ -6302,7 +6417,7 @@ msgstr "Oynat" msgid "Play {0}" msgstr "{0} oynat" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Videoyu oynat" @@ -6327,7 +6442,7 @@ msgstr "GIF'i oynatır" msgid "Plays the video" msgstr "Videoyu oynatır" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Lütfen paylaştığınız medyaya uygun içerik uyarı işaretlerini ekleyin." @@ -6413,7 +6528,7 @@ msgstr "Lütfen davet kodunuzu girin." msgid "Please enter your new email address." msgstr "Lütfen yeni e-posta adresinizi girin." -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Lütfen şifrenizi girin" @@ -6421,11 +6536,11 @@ msgstr "Lütfen şifrenizi girin" msgid "Please enter your password as well:" msgstr "Lütfen şifrenizi de girin:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Lütfen kullanıcı adınızı girin" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Lütfen neden bu işaretin {0} tarafından yanlış uygulandığını açıklayın" @@ -6446,11 +6561,11 @@ msgstr "Lütfen moderatörlerin Yaş Güvencesi durumunuzu doğru değerlendireb msgid "Please select a language" msgstr "Lütfen bir dil seçin" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Lütfen bir moderasyon hizmeti seçin" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Lütfen bu rapor için bir gerekçe seçin" @@ -6473,7 +6588,7 @@ msgstr "Lütfen mesajınızı aşağıya yazın:" msgid "Politics" msgstr "Politika" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Pornografi" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Gönderi silindi" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Gönderi Sessize Alınmış Kelime Tarafından Gizlenmiş" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Gönderi Sizin Tarafınızdan Gizlenmiş" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Gönderi etkileşim ayarları" @@ -6614,13 +6729,8 @@ msgstr "Önceki resim" msgid "Primary Language" msgstr "Birincil Dil" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Takip ettiklerimi önceliklendir" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Gizlilik" @@ -6652,6 +6762,10 @@ msgstr "Gizlilik ve Güvenlik ayarları" msgid "Privacy Policy" msgstr "Gizlilik Politikası" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "Bir küçüğün gizliliğini ihlal" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Video işleniyor..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Profil güncellendi" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "Yasaklı madde veya hizmet reklamı ya da satışı" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "Hişt! Bu gönderiyle kimin etkileşebileceğini düzenleyebilirsiniz." + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Herkese Açık" @@ -6714,7 +6836,7 @@ msgstr "Yanıtı yayınla" msgid "Push" msgstr "Anında" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "Anında bildirimler" @@ -6764,10 +6886,6 @@ msgstr "Alıntı gönderinin ilişiği başarıyla kesildi" msgid "Quote posts disabled" msgstr "Alıntı gönderilen devre dışı bırakıldı" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Alıntı ayarları" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Alıntı ayarları" msgid "Quotes" msgstr "Alıntılar" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Bu gönderinin alıntıları" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Hız sınırı aşıldı -- kullanıcı adınızı kısa bir sürede çok sık değiştirmeye çalıştınız. Lütfen tekrar denemeden önce bir dakika bekleyin." @@ -6805,11 +6923,11 @@ msgstr "{0, plural, other {# yanıt daha}} oku" msgid "Read blog post" msgstr "Blog gönderisini oku" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Devamını gizle" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Devamını oku" @@ -6849,15 +6967,11 @@ msgstr "Gerçek insanlar." msgid "Reason for appeal" msgstr "İtiraz gerekçesi" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Sebep:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "Uygulama içi bildirimleri al" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "Anında bildirimleri al" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Yeniden bağlan" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Reddet" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Sohbet isteğini reddet" @@ -6946,8 +7060,8 @@ msgstr "Akışı kaldır" msgid "Remove feed?" msgstr "Akış kaldırılsın mı?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "Size yanıt" msgid "Replies" msgstr "Yanıtlar" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Yanıtlara kapalı" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Bu gönderi yanıtlara kapalı." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Yanıtla" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Yanıtla ({0, plural, other {# yanıt}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Konu Yazarı Tarafından Gizlenmiş Yanıt" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Yanıt Tarafınızdan Gizlenmiş" @@ -7120,11 +7234,7 @@ msgstr "Yanıt Tarafınızdan Gizlenmiş" msgid "Reply notifications" msgstr "Yanıt bildirimlerini al" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Yanıt ayarları" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Yanıt ayarları konu yazarı tarafından belirlenir" @@ -7141,7 +7251,7 @@ msgstr "Yanıt görünürlüğü güncellendi" msgid "Reply was successfully hidden" msgstr "Yanıt başarıyla gizlendi" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Raporla" msgid "Report account" msgstr "Hesabı raporla" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Yazışmayı raporla" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Rapor diyaloğu" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Akışı raporla" @@ -7176,7 +7285,7 @@ msgstr "Akışı raporla" msgid "Report list" msgstr "Listeyi raporla" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Mesajı raporla" @@ -7185,48 +7294,41 @@ msgstr "Mesajı raporla" msgid "Report post" msgstr "Gönderiyi raporla" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Başlangıç paketini raporla" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Rapor yollandı" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Bu içeriği raporla" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "Bu yazışmayı raporla" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Bu akışı raporla" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Bu listeyi raporla" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Bu mesajı raporla" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Bu gönderiyi raporla" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Bu başlangıç paketini raporla" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Bu kullancıyı raporla" @@ -7250,7 +7352,7 @@ msgstr "Yeniden gönderi bildirimleri" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Gönderiyi yeniden gönder veya alıntıla" @@ -7277,7 +7379,7 @@ msgstr "Siz yeniden göndermişsiniz" msgid "Reposts" msgstr "Yeniden gönderiler" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Bu gönderinin yeniden gönderilmesi" @@ -7291,8 +7393,8 @@ msgstr "Yeniden gönderilerinizin yeniden gönderileri" msgid "Reposts of your reposts notifications" msgstr "Yeniden gönderilerinizin yeniden gönderilme bildirimleri" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "Kod iste" @@ -7348,7 +7450,7 @@ msgstr "Onboarding durumunu sıfırla" msgid "Reset password" msgstr "Şifreyi sıfırla" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Giriş yapmayı tekrar dener" @@ -7360,12 +7462,12 @@ msgstr "Son hataya neden olan son eylemi tekrarlar" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Son hataya neden olan son eylemi tekrarlar" msgid "Retry" msgstr "Tekrar dene" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Rapor seçeneklerini yüklemeyi tekrar dene" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Önceki sayfaya dön" @@ -7399,8 +7501,8 @@ msgstr "Ana sayfaya döner" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Önceki sayfaya döner" @@ -7412,8 +7514,8 @@ msgstr "Önceki adıma döner" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Önceki adıma döner" msgid "Save" msgstr "Kaydet" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Kaydet" @@ -7459,8 +7561,13 @@ msgstr "Yeni kullanıcı adını kaydet" msgid "Save QR code" msgstr "QR kodu kaydet" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "Bu seçimleri sonrası için sakla" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Akışlarıma kaydet" @@ -7487,21 +7594,25 @@ msgstr "Akışlarınıza kaydedildi" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Merhaba de!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "Dolandırıcılık" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Bilim" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "Sola kaydır" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "Sağa kaydır" @@ -7513,7 +7624,7 @@ msgstr "Başa kaydır" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Ara" @@ -7553,11 +7664,11 @@ msgstr "\"{searchText}\" ara" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Daha fazla hesap arayın" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Daha fazla akış arayın" @@ -7610,19 +7721,19 @@ msgstr "Profilleri arar" msgid "Security step required" msgstr "Güvenlik adımı gerekiyor" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "{tag} gönderilerini gör" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Kullanıcının {tag} gönderilerini gör" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "#{tag} gönderilerini gör" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Kullanıcının #{tag} gönderilerini gör" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Gezinme kaydırıcısı. Yön tuşlarını kullanarak ileri veya geri gezinin, ve boşluk tuşuyla oynatın/duraklatın" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "\"{interestsDisplayName}\" kategorisini seç" @@ -7665,11 +7776,15 @@ msgstr "{langName} dilini seç" msgid "Select a color" msgstr "Renk seç" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "Bir gerekçe seçiniz" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Hesap seç" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "Bir uygulama dili seçin" @@ -7701,6 +7816,14 @@ msgstr "Süre seçin" msgid "Select from an existing account" msgstr "Mevcut bir hesaptan seç" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "Listelerinizden seçin" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "Listelerinizden seçin <0>{numberOfListsSelected, plural, other {(# seçili)}}0>" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "GIF Seç" @@ -7727,14 +7850,10 @@ msgstr "Dil seç..." msgid "Select languages" msgstr "Dilleri seç" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Moderasyon hizmeti seçin" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Moderatör seç" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "Gönderi dilini seçin" @@ -7752,10 +7871,6 @@ msgstr "Altyazı dosyası seç (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "{emojiName} emojisini avatar olarak seç" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Raporlamak için moderasyon hizmet(ler)ini seçin" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "Bu gönderide kullanılan dillerden en fazla 3 adedini seçin" @@ -7785,7 +7900,7 @@ msgstr "Aşağıdaki seçeneklerden ilgi alanlarınızı seçin" msgid "Select your preferred language for translations in your feed." msgstr "Akışlarınızdaki çeviriler için tercih ettiğiniz dili seçin." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "Tercih ettiğiniz bildirim kanallarını seçiniz" @@ -7793,6 +7908,10 @@ msgstr "Tercih ettiğiniz bildirim kanallarını seçiniz" msgid "Selecting multiple media types is not supported." msgstr "Farklı türlerde medya seçimi desteklenmemektedir." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "Kendine zarar verme veya tehlikeli davranışlar" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Güzel bir web sitesi gönderin!" @@ -7818,7 +7937,7 @@ msgstr "Geribildirim gönder" msgid "Send message" msgstr "Mesaj gönder" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "Gönderiyi {name} kullanıcısına gönder" @@ -7826,18 +7945,7 @@ msgstr "Gönderiyi {name} kullanıcısına gönder" msgid "Send post to..." msgstr "Şuraya gönder..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Rapor gönder" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Raporu şuraya gönder {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Raporu şuraya gönder {title}" @@ -7858,7 +7966,7 @@ msgstr "Doğrudan mesaj yoluyla gönder" msgid "Sends email with confirmation code for account deletion" msgstr "Hesap silme için onay kodu içeren e-posta gönderir" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Sunucu Adresi" @@ -7874,10 +7982,18 @@ msgstr "Doğum tarihini belirle" msgid "Set new password" msgstr "Yeni şifre ayarla" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +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" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Hesabınızı ayarlayın" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "Gönderinize kimin yanıt verebileceğini belirleyin" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Şifre sıfırlama için e-posta ayarlar" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Ayarlar kaydedildi" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Cinsel aktivite veya erotik çıplaklık." @@ -7953,7 +8069,7 @@ msgstr "Cinsel Çağrışımlı" msgid "Share" msgstr "Paylaş" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Paylaş" @@ -7996,7 +8112,7 @@ msgstr "Gönderinin at:// URI'sini paylaş" msgid "Share QR code" msgstr "QR kod paylaş" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Bu akışı paylaş" @@ -8012,8 +8128,8 @@ msgstr "Bu başlangıç paketini paylaş ve insanların Bluesky'deki topluluğun #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "En sevdiğiniz akışı paylaşın!" msgid "Shared Preferences Tester" msgstr "Paylaşılan Tercihler Test Edicisi" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Alt metni göster" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Yine de göster" @@ -8067,6 +8183,10 @@ msgstr "Bunun gibi daha az göster" msgid "Show list anyway" msgstr "Yine de listeyi göster" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "Kullanıcıların seçileceği listeleri göster" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Daha Fazla Göster" @@ -8080,7 +8200,7 @@ msgstr "Bunun gibi daha fazla göster" msgid "Show more replies" msgstr "Daha fazla yanıt göster" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "Gönderi yanıtlarını ağaç görünümü şeklinde göster" @@ -8098,10 +8218,6 @@ msgstr "Yanıtları göster" msgid "Show replies as" msgstr "Yanıtları şöyle göster" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Takip ettiğiniz kişilerin yanıtlarını diğer tüm yanıtlardan önce göster" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Uyarı göster" msgid "Show warning and filter from feeds" msgstr "Uyarı göster ve akışlardan filtrele" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "Bu gönderinin ne zaman oluşturulduğuna dair bilgileri gösterir" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "İçeriği gösterir" @@ -8145,7 +8261,7 @@ msgstr "İçeriği gösterir" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "İçeriği gösterir" msgid "Sign in" msgstr "Giriş yap" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "{0} olarak giriş yap" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Olarak giriş yap..." @@ -8177,7 +8293,7 @@ msgstr "Giriş yap veya bir hesap oluştur" msgid "Sign in or create your account to join the conversation!" msgstr "Sohbete katılmak için giriş yapın veya hesabınızı oluşturun!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Listelenmeyen bir hesaba giriş yap" @@ -8243,7 +8359,7 @@ msgstr "Girizgahı atla ve hesabını kullanmaya başla" msgid "Skip to next step" msgstr "Sonraki adıma atla" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Daha küçük" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Bazı kişiler yanıtlayabilir" @@ -8280,7 +8396,7 @@ msgstr "Birisi {0} tepkisi verdi" msgid "Someone reacted {0} to {1}" msgstr "Biri şuna {0} tepkisi verdi: {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Raporlamaya çalıştığınız verilerde bir sorun var. Lütfen destekle iletişime geçin." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Bir şeyler ters gitti" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Bir şeyler ters gitti, lütfen tekrar deneyin" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Bir şeyler ters gitti!" msgid "Something went wrong. Please try again in a moment." msgstr "Bir şeyler ters gitti. Lütfen biraz sonra tekrar deneyin." -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Bir şeyler ters gitti. Lütfen tekrar deneyin." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Bir sorun mu var? Bize bildirin." @@ -8327,34 +8442,30 @@ msgstr "Üzgünüz, hesap önerilerini şu anda yükleyemiyoruz." msgid "Sorry! Your session expired. Please sign in again." msgstr "Maalesef oturumunuzun süresi doldu. Lütfen tekrar giriş yapın." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Yanıtları sırala" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Yanıtları şuna göre sırala" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Aynı gönderiye verilen yanıtları şuna göre sırala:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Kaynak: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; çok sık bahsetme ya da yanıtlama" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +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/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; çok sık bahsetme ya da yanıtlama" msgid "Sports" msgstr "Spor" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "Bir yazışma başlatırsanız burada görünecektir." @@ -8403,11 +8514,11 @@ msgstr "<0/> tarafından oluşturulmuş başlangıç paketi" msgid "Starter pack by you" msgstr "Sizin oluşturduğunuz başlangıç paketi" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Başlangıç paketi geçersiz" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Başlangıç Paketleri" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "İtirazı yolla" msgid "Submit Appeal" msgstr "İtirazı Yolla" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Raporu yolla" @@ -8494,7 +8605,7 @@ msgstr "Başarılı!" msgid "Successfully verified" msgstr "Başarıyla doğrulandı" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Önerilen Hesaplar" @@ -8506,17 +8617,17 @@ msgstr "Önerilen Hesaplar" msgid "Suggested for you" msgstr "Size önerilenler" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Tehlikeli" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Gün doğumu" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Gün batımı" @@ -8547,10 +8658,10 @@ msgstr "Hesap değiştir" msgid "Switch to {0}" msgstr "{0} hesabına geç" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Sistem" @@ -8591,6 +8702,10 @@ msgstr "Bağlam menüsünü kapatmak için dokunun" msgid "Tap to dismiss" msgstr "Gizlemek için dokunun" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "Hedefli taciz" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Görev tamam - 10 takip!" @@ -8620,8 +8735,8 @@ msgstr "Bize biraz kendinden bahset" msgid "Tell us a little more" msgstr "Biraz daha anlatın" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Şartlar" @@ -8637,26 +8752,11 @@ msgstr "Şartlar" msgid "Terms of Service" msgstr "Hizmet Şartları" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Kullanılan terimler topluluk standartlarını ihlal etmektedir" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Metin ve etiketler" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Metin alanı" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Metin giriş alanı" @@ -8665,10 +8765,6 @@ msgstr "Metin giriş alanı" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "Geribildiriminiz için teşekkürler! Akış yöneticisine iletildi." -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Teşekkürler. Raporunuz iletildi." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Teşekkürler, e-posta adresinizi başarıyla doğruladınız. Bu ileti msgid "Thanks! You're all set." msgstr "Teşekkürler! Her şey tamam." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Dosya içeriği şöyle olmalıdır:" @@ -8699,11 +8795,11 @@ msgstr "Bu kullanıcı adı zaten alınmış" msgid "That's all, folks!" msgstr "Hepsi bu kadar!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Hepsi bu kadar!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Hesap, engeli kaldırdıktan sonra sizinle etkileşime geçebilecek." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Uygulama yeniden başlatılacaktır" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Bu konunun yazarı bu yanıtı gizlemiş." @@ -8750,11 +8846,11 @@ msgstr "Uygulama deneyimi daha iyi. Bluesky'ı şimdi indirin ve kaldığınız msgid "The feed has been replaced with Discover." msgstr "Bu akışın yerini keşif akışı (\"Discover\") aldı." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Hesabınıza şu işaretler uygulanmış." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "İçeriğinize şu işaretler uygulanmış." @@ -8788,7 +8884,7 @@ msgstr "Seçilen video 100 MB'tan büyük. Lütfen daha küçük bir dosyayla y 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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Hizmet Şartları taşındı" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Tema" @@ -8827,7 +8923,7 @@ msgstr "Tenor'a bağlanırken bir sorun oldu." msgid "There was an issue contacting the server" msgstr "Sunucuya ulaşma konusunda bir sorun oluştu" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Sunucuya bağlanırken bir sorun oldu, lütfen internet bağlantınızı 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Gönderileri almakta bir sorun oluştu. Tekrar denemek için buraya doku msgid "There was an issue fetching the list. Tap here to try again." msgstr "Listeyi almakta bir sorun oluştu. Tekrar denemek için buraya dokunun." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Uygulama şifrelerinizi getirirken bir sorun oldu" @@ -8862,11 +8958,6 @@ msgstr "Servis bilginizi getirirken bir sorun oldu" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Bu akışı kaldırırken bir sorun oldu. Lütfen internet bağlantınızı kontrol edin ve tekrar deneyin." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Raporunuzu yollarken bir sorun oldu. Lütfen internet bağlantınızı kontrol edin." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Akışlarınızı güncellerken bir sorun oldu, lütfen internet bağlan #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Akışlarınızı güncellerken bir sorun oldu, lütfen internet bağlan msgid "There was an issue! {0}" msgstr "Bir sorun oluştu! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Uygulamada beklenmeyen bir sorun oluştu. Bu size de olduysa lütfen biz 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:654 +msgid "These are your default settings" +msgstr "Bunlar varsayılan ayarlarınız" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Bu ayarlar yalnızca takip akışına (\"Following\") uygulanır." @@ -8941,7 +9036,7 @@ msgstr "Bu hesap moderasyon listelerinizden birkaçı tarafından engellenmiş. msgid "This action can be undone at any time." msgstr "Bu işlem herhangi bir zamanda geri alınabilir." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Bu itiraz <0>{sourceName}0> hesabına yollanacaktır." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Bu içerik {0} tarafından barındırılıyor. Harici medyayı etkinleştirmek ister misiniz?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Bu içerik, içerikte yer alan kullanıcılardan biri diğerini engellediği için mevcut değil." @@ -9006,7 +9101,7 @@ msgstr "Bu özellik Uygulama Şifresi kullanırken kullanılamaz. Lütfen ana ş msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Bu akış şu anda yüksek trafik alıyor ve geçici olarak kullanılamıyor. Lütfen daha sonra tekrar deneyin." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Bu akış boş! Daha fazla kullanıcı takip etmeniz veya dil ayarlarınızı ayarlamanız gerekebilir." @@ -9020,7 +9115,7 @@ msgstr "Bu akış boş." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Bu akış çevrimiçi değil. Onun yerine size keşif akışı <0>Discover0>'ı gösteriyoruz." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Bu kullanıcı adı kullanılamaz. Lütfen başka bir tane deneyin." @@ -9037,7 +9132,7 @@ msgstr "Bu bağlantı geçersiz" msgid "This label was applied by the author." msgstr "Bu işaret yazar tarafından uygulanmış." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Bu işaret sizin tarafınızdan uygulandı." @@ -9065,11 +9160,11 @@ msgstr "Bu liste boş." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Bu moderasyon hizmeti kullanılamıyor. Daha fazla ayrıntı için aşağıya bakın. Bu sorun devam ederse bizimle iletişime geçin." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Bu gönderi <0>{0}0> tarihinde oluşturulduğunu beyan ediyor, ancak Bluesky'da ilk olarak <1>{1}1> tarihinde görüldü." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Bu yanıt konunuzun altındaki gizli bir bölüme sıralanacaktır ve on 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Bu şöyle bir alan adı kaydı açmalı:" @@ -9113,7 +9208,7 @@ msgstr "Bu sadece birkaç dakika alacaktır." msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Bir görünür adı olmadığından bu kullanıcı doğrulanamaz." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Bu kullanıcının hiç takipçisi yok." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Bu kullanıcı sizi engellemiş" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Bu kullanıcı sizi engelledi. İçeriklerini göremezsiniz." @@ -9142,7 +9237,7 @@ msgstr "Bu kullanıcı sessize aldığınız <0>{0}0> listesinde yer alıyor." msgid "This user is new here. Press for more info about when they joined." msgstr "Bu kullanıcı burada yeni. Ne zaman katıldığına dair daha çok bilgi için basın." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Bu kullanıcı kimseyi takip etmiyor." @@ -9168,7 +9263,7 @@ msgstr "Konu seçenekleri" msgid "Thread preferences" msgstr "Konu tercihleri" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Konu Tercihleri" @@ -9181,6 +9276,10 @@ msgstr "Dallanmalı" msgid "Threads Preferences" msgstr "Konu Tercihleri" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "Tehditler ya da kışkırtma" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "Kalan zaman: {0, plural, other {# saniye}}" @@ -9198,10 +9297,6 @@ msgstr "E-posta iki adımlı doğrulama yöntemini kapatmak için lütfen <0>{0} msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Bir yazışmayı raporlamak için lütfen mesajlarından birini yazışma ekranından raporlayın. Bu, moderatörlerimizin sorunun bağlamını anlamasını sağlar." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Bu raporu kime göndermek istersiniz?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Bugün" @@ -9222,8 +9317,8 @@ msgstr "En öne çıkan" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "Önce en öne çıkan yanıtlar" @@ -9231,17 +9326,17 @@ msgstr "Önce en öne çıkan yanıtlar" msgid "Topic" msgstr "Konu başlığı" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Çevir" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "Ağaç görünümü" @@ -9253,6 +9348,10 @@ msgstr "Gündem" msgid "Trending Videos" msgstr "Gündemdeki Videolar" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "Trolleme" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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ı0> yani direkt doğrulama yapabilen kurumları devreye alıyoruz." @@ -9274,7 +9373,7 @@ msgstr "İki adımlı doğrulama (2FA)" msgid "Type your message here" msgstr "Mesajınızı buraya yazın" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Tip:" @@ -9294,13 +9393,13 @@ msgstr "Sunucuya bağlanırken bir sorun oldu, lütfen internet bağlantınızı #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Silinemedi" @@ -9324,27 +9423,27 @@ msgstr "Erişilemeyen akış bilgisi" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Engeli kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Engeli kaldır" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Hesabın engelini kaldır" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Hesabı Engelle?" @@ -9369,12 +9468,7 @@ msgstr "Yeniden göndermeyi geri al" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Yeniden gönderiyi geri al ({0, plural, other {# yeniden gönderi}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Takibi bırak" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "{0} adresini takibi bırak" @@ -9383,7 +9477,7 @@ msgstr "{0} adresini takibi bırak" msgid "Unfollow account" msgstr "Hesabı takibi bırak" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Kullanıcıyı takipten çıkarır" @@ -9391,7 +9485,7 @@ msgstr "Kullanıcıyı takipten çıkarır" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "Maalesef Bluesky an itibariyle Mississippi'de kullanılamamaktadır." -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Maalesef abone olduğunuz işaretleyicilerin hiçbiri bu rapor türünü msgid "Unknown verifier" msgstr "Bilinmeyen doğrulayıcı" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "Etiketlenmemiş yetişkin içerik" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "Etiketlenmemiş, istismarcı veya rızasız yetişkin içerik" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Beğeniyi kaldır ({0, plural, other {# beğeni}})" @@ -9419,8 +9521,8 @@ msgstr "Sessizden çıkar" msgid "Unmute" msgstr "Sessizden çıkar" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "{tag} etiketini sessizden çıkar" @@ -9431,7 +9533,7 @@ msgstr "{tag} etiketini sessizden çıkar" msgid "Unmute account" msgstr "Hesabı sessizden çıkar" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Yazışmayı sessizden çıkar" @@ -9454,8 +9556,8 @@ msgstr "Videonun sesini aç" msgid "Unpin" msgstr "Sabitlemeyi kaldır" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Akışı sabitlemeyi kaldır" @@ -9464,8 +9566,8 @@ msgstr "Akışı sabitlemeyi kaldır" msgid "Unpin Feed" msgstr "Akışı Sabitlemeyi Kaldır" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Ana sayfadan sabitlemeyi kaldır" @@ -9517,13 +9619,6 @@ msgstr "Liste aboneliğinden çıktınız" msgid "Unsupported video type: {mimeType}" msgstr "Desteklenmeyen video türü: {mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "İstenmeyen Cinsel İçerik" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "<0>{displayName}0> kullanıcısının listelerini düzenleyin" msgid "Update email" msgstr "E-postayı güncelle" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "{domain} adresine güncelle" @@ -9567,7 +9662,7 @@ msgstr "Güncelleniyor..." msgid "Upload a photo instead" msgstr "Bunun yerine bir görsel ekle" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Bir metin dosyası yükleyin:" @@ -9603,11 +9698,11 @@ msgstr "Web bağlantısının görseli gönderiliyor..." msgid "Uploading video..." msgstr "Video yükleniyor..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Hesabınıza veya şifrenize tam erişim vermeden diğer Bluesky istemcilerine giriş yapmak için uygulama şifrelerini kullanın." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Varsayılan sağlayıcıyı kullan" @@ -9638,17 +9733,17 @@ msgstr "Bunu, kullanıcı adınızla birlikte diğer uygulamada giriş yapmak i msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "KWS veya Bluesky'ın size ulaşma ihtimaline karşın hesabınızın e-posta adresini ya da sizin kontrolünüzde olan başka bir gerçek e-posta adresi kullanın." -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Kullanıcı engellendi" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Kullanıcı Engellendi" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Kullanıcı \"{0}\" Tarafından Engellenmiş" @@ -9660,7 +9755,7 @@ msgstr "Kullanıcı liste tarafından engellenmiş" msgid "User Blocked by List" msgstr "Liste Tarafından Engellenen Kullanıcı" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Kullanıcı Sizi Engellemiş" @@ -9698,15 +9793,15 @@ msgstr "Kullanıcı adı tire işareti ile başlayamaz veya bitemez" 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" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Kullanıcı adı veya e-posta adresi" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "<0>@{0}0> tarafından takip edilen kullanıcılar" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "<0>@{0}0> kullanıcısını takip edenler" @@ -9715,15 +9810,7 @@ msgstr "<0>@{0}0> kullanıcısını takip edenler" msgid "Users I follow" msgstr "Takip ettiğim kişiler" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "\"{0}\" içindeki kullanıcılar" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Takip ettiğiniz kullanıcılar" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Değer:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "Kodu doğrula" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "DNS Kaydını Doğrula" @@ -9786,8 +9873,8 @@ msgstr "E-posta onay diyaloğu" msgid "Verify now" msgstr "Şimdi onayla" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Metin Dosyasını Doğrula" @@ -9841,15 +9928,15 @@ msgstr "{0} videosu: {text}" msgid "Video Games" msgstr "Video Oyunları" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Video duraklatıldı" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Video oynatılıyor" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Video bulunamadı." @@ -9882,11 +9969,11 @@ msgstr "Göz at" msgid "View {0}'s avatar" msgstr "{0}'ın avatarını görüntüle" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "{0} kullanıcısının profilini görüntüle" @@ -9906,16 +9993,11 @@ 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/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Ayrıntıları görüntüle" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Bir telif ihlalini raporlamanın ayrıntılarını görüntüle" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Tam konuyu görüntüle" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Bu akışı beğenen kullanıcıları görün" @@ -9993,8 +10075,8 @@ msgstr "Sessize aldığınız hesapları görün" msgid "View your verifications" msgstr "Doğrulamalarınızı görüntüleyin" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Görseli tam boy gösterir" @@ -10002,6 +10084,14 @@ msgstr "Görseli tam boy gösterir" msgid "Views video in immersive mode" msgstr "Videoyu içine dalınan modda gösterir" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "Şiddet" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "Şiddet veya tehditkâr içerik" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Bir onay işaretine dokunduğunuzda hangi kuruluşların doğrulama verd msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Algoritmik akışlarınızda hangi dilleri görmek istersiniz?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Bu gönderiyle kim etkileşime geçebilir?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Kimler yanıtlayabilir" @@ -10249,40 +10340,38 @@ msgstr "Ah! Gündemdeki videolar yüklenemedi." msgid "Why are you appealing?" msgstr "Neden itiraz ediyorsunuz?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Bu içerik neden gözden geçirilmeli?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "Bu yazışma neden gözden geçirilmeli?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Bu akış neden gözden geçirilmeli?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Bu liste neden gözden geçirilmeli?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Bu mesaj neden gözden geçirilmeli?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Bu gönderi neden gözden geçirilmeli?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Bu başlangıç paketi neden gözden geçirilmeli?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Bu kullanıcı neden gözden geçirilmeli?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "Bu kullanıcıyı engellemek ve/veya bu yazışmayı silmek ister misiniz?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Evet" msgid "Yes, deactivate" msgstr "Evet, devre dışı bırak" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Evet, bu başlangıç paketini sil" @@ -10373,7 +10462,7 @@ msgstr "Canlı yayın başlatma yetkiniz yok" msgid "You are not allowed to upload videos." msgstr "Video yükleme izniniz yok." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Kimseyi takip etmiyorsunuz." @@ -10445,17 +10534,13 @@ msgstr "Giriş yapmaya devam etmek için hesabınızı yeniden etkinleştirebili msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "Toplamda {MAX_IMAGES, plural, other {# adede kadar}} görsel seçebilirsiniz." -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Varsayılan etkileşim ayarlarını <0>Ayarlar → Moderasyon → Etkileşim ayarları0> bölümünden belirleyebilirsiniz." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "Bunu daha sonra ayarlarınızdan güncelleyebilirsiniz." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Hiç takipçiniz yok." @@ -10467,6 +10552,10 @@ msgstr "@{name} kullanıcısını takip eden hiçbir kullanıcıyı takip etmiyo msgid "You don't have any chat requests at the moment." msgstr "Şu anda herhangi bir sohbet isteğiniz yok." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "Henüz bir listeniz yok." + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Sabitlemiş akışınız yok." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Bu kullanıcıyı engellediniz" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Bu kullanıcıyı engellediniz. İçeriklerini göremezsiniz." @@ -10495,7 +10584,7 @@ msgstr "Yanıtlama, alıntılama ve bahsetme bildirimlerini tamamen devre dış 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Bu gönderiyi gizlemişsiniz" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Bu gönderiyi gizlemişsiniz." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Bu hesabı sessize almışsınız." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Bu kullanıcıyı sessize almışsınız" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Henüz hiçbir kelimeyi veya etiketi sessize almadınız" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Bu yanıtı gizlediniz." @@ -10574,11 +10663,11 @@ msgstr "Bluesky'a {timeAgoString} önce katılmıştınız" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "Bluesky'a {timeAgoString} önce bir başlangıç paketi kullanarak katılmıştınız" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Yanlış yerleştirildiğini düşünüyorsanız, kendi koymadığınız işaretlere itiraz edebilirsiniz." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Bu işaretlerin yanlış yerleştirildiğini düşünüyorsanız itiraz edebilirsiniz." @@ -10614,10 +10703,6 @@ msgstr "Bu ekrana erişmek için yaş güvencesini tamamlamanız gerekmektedir." 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Bir rapor için en az bir işaretleyici seçmelisiniz" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Hazırsınız!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Bir Uygulama Şifresi ile giriş yaptınız. Lütfen hesabınızı devre dışı bırakmaya devam etmek için ana şifrenizle giriş yapın." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "Bu etikete zaten itiraz etmiştiniz; denetim ekibimiz tarafından gözden geçirilmektedir." + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Bu gönderide bir kelimeyi veya etiketi gizlemeyi seçtiniz." @@ -10750,7 +10839,7 @@ msgstr "Günlük video yükleme limitinize ulaştınız (çok fazla bayt)" 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "İtirazınız gönderildi. İtirazınız kabul edilirse size bir e-posta msgid "Your birth date" msgstr "Doğum tarihiniz" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Tarayıcınız video formatını desteklemiyor. Lütfen farklı bir tarayıcı deneyin." @@ -10798,7 +10887,7 @@ msgstr "Sohbetleriniz devre dışı bırakıldı" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Tercihiniz bundan sonraki web bağlantıları için hatırlanacaktır. Onu her zaman ayarlardan değiştirebilirsiniz." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Mevcut kullanıcı adınız <0>{0}0> otomatik bir şekilde sizin için ayrılmış olarak kalacaktır. İstediğiniz zaman ona geri dönebilirsiniz." @@ -10827,7 +10916,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:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Takipçileriniz" @@ -10905,14 +10994,10 @@ msgstr "Profiliniz, gönderileriniz, akışlarınız ve listeleriniz artık diğ msgid "Your reply was sent" msgstr "Yanıtınız yollandı" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Raporunuz <0>{0}0> işaretleyicisine gönderilecektir." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Raporunuz Bluesky Moderasyon Hizmetine gönderilecektir" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/uk/messages.po b/src/locale/locales/uk/messages.po index e34bc8fe62..b6845f5339 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\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" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {підписник} few {підписники} many {п msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {читаю} few {читаю} many {читаю} other {читаю}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {вподобайка} few {вподобайки} many {вподобайки} other {вподобайки}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {вподобайка} few {вподобайки} many { msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {пост} few {пости} many {постів} other {постів}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {цитата} few {цитати} many {цитати} other {цитата}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {репост} few {репости} many {репостів} other {репостів}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "" @@ -133,6 +133,10 @@ msgstr "" msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {година} few {години} many { msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {хвилина} few {хвилини} many {хвилин} other {хвилин}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}0> почали вас читати" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інший} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}0> вподобали створену вами стрічку" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інший} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}0> вподобали ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інший} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}0> зробили репост" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} та <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} інший} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}}0> зареєструвались зі створеним вами початковим набором" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} почали вас читати" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} теж почали вас читати" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} вподобав створену вами стрічку" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} вподобав ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} зробив репост" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} зареєструвався зі створеним вами початковим набором" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} почали вас читати" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} вподобали створену вами стрічку" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} вподобали ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} зробили репост" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} та {additionalAuthorsCount, plural, one {{formattedAuthorsCount} інші} few {{formattedAuthorsCount} інші} many {{formattedAuthorsCount} інші} other {{formattedAuthorsCount} інші}} зареєструвались зі створеним вами початковим набором" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} почали вас читати" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} теж почали вас читати" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} сподобалась ваша стрічка" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} сподобався ваш пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} зробив репост" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} зареєструвався з вашим початковим набором" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} підписок" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> та<1> 1><2>{1} 2> у підбірці" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> у вашій підбірці" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> учасників" @@ -515,7 +519,7 @@ msgstr "⚠Недопустимий псевдонім" msgid "24 hours" msgstr "24 години" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Підтвердження двофакторної автентифікації" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Інформація" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Налаштування доступності" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Обліковий запис" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Обліковий запис ігноровано" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Обліковий запис ігнорується" @@ -627,11 +635,15 @@ msgstr "Обліковий запис ігноровано списком" msgid "Account options" msgstr "Параметри облікового запису" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Обліковий запис вилучено зі швидкого доступу" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Додати ще {0} для продовження" msgid "Add {displayName} to starter pack" msgstr "Додати {displayName} до підбірки" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Додати попередження про вміст" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Додати пароль застосунку" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Додати пароль застосунку" @@ -745,8 +757,8 @@ msgstr "" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "" @@ -783,7 +795,7 @@ msgstr "Додати стрічки до початкового списку!" msgid "Add the default feed of only people you follow" msgstr "Додавати стрічки людей, яких читаєте" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "Додайте наступний DNS-запис до вашого домену:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "Дорослий" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Вміст для дорослих" @@ -846,11 +862,15 @@ msgstr "Вміст для дорослих може бути увімкнено msgid "Adult content is disabled." msgstr "Контент для дорослих вимкнено." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Мітки вмісту для дорослих" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Розширені" @@ -903,6 +923,10 @@ msgstr "Усі збережені стрічки в одному місці." msgid "Allow access to your direct messages" msgstr "Дозволити доступ до ваших особистих повідомлень" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Дозволяти нові повідомлення від" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Дозволити відповіді від:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Надати доступ до особистих повідомлень" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Вже маєте код?" @@ -1003,14 +1039,18 @@ msgstr "" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Сталася помилка під час генерації вашої підбірки. Хочете спробувати ще раз?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "Сталася помилка під час завантаження відео. Будь ласка, спробуйте пізніше." -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "Сталася помилка під час завантаження відео. Будь ласка, спробуйте ще." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Сталася помилка під час збереження QR-коду!" @@ -1035,8 +1075,7 @@ msgstr "" msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Проблема не включена до цих варіантів" @@ -1050,10 +1089,10 @@ msgstr "Сталася помилка при спробі відкрити ча #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Виникла проблема, будь ласка, спробуйте ще раз." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "невідомий мітник" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "та" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Антисоціальна поведінка" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Усі можуть взаємодіяти" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Мова застосунку" msgid "App Password" msgstr "Пароль застосунку" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Пароль застосунку видалено" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Паролі застосунку" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Паролі для застосунків" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Звернення" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Оскаржити мітку \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Оскаржити це рішення" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Застосувати рекомендовані стрічки за з msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Архівовано {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Архівований пост" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Ви дійсно хочете видалити пароль застосунку «{0}»?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Ви впевнені, що хочете видалити це повідомлення? Повідомлення буде видалено для вас, але не для іншого учасника розмови." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "Ви дійсно хочете видалити цю підбірку?" @@ -1252,7 +1298,7 @@ msgstr "" msgid "Art" msgstr "Мистецтво" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Художня або нееротична оголеність." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "" @@ -1284,21 +1330,21 @@ msgstr "Автовідтворення відео та GIF" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Назад" msgid "Back to Chats" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Перед створенням початкового набору ви спочатку маєте підтвердити адресу електронної пошти." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Дата народження" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Заблокувати" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Заблокувати обліковий запис?" msgid "Block accounts" msgstr "Заблокувати облікові записи" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Заблокувати список" @@ -1402,15 +1452,19 @@ msgstr "" msgid "Block these accounts?" msgstr "Заблокувати ці облікові записи?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Заблоковано" @@ -1449,25 +1503,25 @@ msgstr "Блокування не завадить додавання міток msgid "Blog" msgstr "Блог" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky не може підтвердити автентичність зазначеної дати." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 — відкрита мережа, в якій ви можете обрати свого хостинг-провайдера. Якщо ви розробник, ви можете розмістити свій власний сервер." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "" @@ -1513,6 +1567,10 @@ msgstr "Розмити зображення і фільтрувати їх зі msgid "Books" msgstr "Книги" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Переглянути більше облікових записів на сторінці Відкриття" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Організація" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Від {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "" @@ -1612,19 +1670,20 @@ msgstr "Камера" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "" msgid "Cancel search" msgstr "Скасувати пошук" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Не можна взаємодіяти із заблокованим користувачем" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Змінити псевдонім" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Чат" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Чат стишено" @@ -1769,7 +1832,7 @@ msgstr "" msgid "Chat requests" msgstr "" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Налаштування чату" msgid "Chat Settings" msgstr "Налаштування чату" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Сповіщення чату увімкнено" @@ -1797,7 +1860,7 @@ msgstr "" msgid "Check my status" msgstr "Перевірити мій статус" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "" @@ -1805,6 +1868,14 @@ msgstr "" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Перевірте свою поштову скриньку на наявність електронного листа з кодом підтвердження та введіть його нижче:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Змінити метод підтвердження домену" @@ -1833,7 +1904,7 @@ msgstr "Обрати алгоритми, що наповнюватимуть в msgid "Choose this color as your avatar" msgstr "Обрати цей колір для свого аватару" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Торкніться, щоб вимкнути цитування цього допису." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Торкніться, щоб увімкнути цитування цього допису." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "" @@ -1919,9 +1982,11 @@ msgstr "Тик 🐴 тигидик 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Тик 🐴 тигидик 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Закрити" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Закрити діалогове вікно" @@ -2018,16 +2083,16 @@ msgstr "" msgid "Closes viewer for header image" msgstr "Закриває перегляд зображення" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Згорнути список користувачів" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "Згортає список користувачів для даного сповіщення" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Колірний режим" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Код підтвердження" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "З’єднання..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Мови вмісту" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Вміст недоступний" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Попередження про вміст" @@ -2212,7 +2281,7 @@ msgstr "Тло контекстного меню натисніть, щоб за msgid "Continue" msgstr "Далі" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Продовжити як {0} (поточний користувач)" @@ -2236,8 +2305,8 @@ msgstr "Продовжити до наступного кроку" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Розмову видалено" @@ -2254,7 +2323,7 @@ msgstr "Кухарство" msgid "Copied build version to clipboard" msgstr "Скопійовано версію збірки до буфера обміну" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Скопійовано версію збірки до буфера об msgid "Copied to clipboard" msgstr "Скопійовано" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Скопійовано!" @@ -2290,23 +2359,23 @@ msgstr "" msgid "Copy author DID" msgstr "" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Скопіювати код" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Копіювати ідентифікатор" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Копіювати хост" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Копіювати посилання" @@ -2331,12 +2400,12 @@ msgstr "Копіювати посилання на пост" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Копіювати текст повідомлення" @@ -2354,7 +2423,7 @@ msgstr "Копіювати текст повідомлення" msgid "Copy QR code" msgstr "Копіювати QR-код" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Копіювати значення запису TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Не вдалось залишити чат" @@ -2392,7 +2461,7 @@ msgstr "Не вдалося завантажити стрічку" msgid "Could not load list" msgstr "Не вдалося завантажити список" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Не вдалось стишити чат" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Створити новий обліковий запис" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Створити звіт для {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Створено: {0}" @@ -2503,8 +2573,8 @@ msgstr "" msgid "Culture" msgstr "Культура" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Користувацький" @@ -2512,18 +2582,22 @@ msgstr "Користувацький" msgid "Customization options" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Налаштуйте, хто може взаємодіяти з цим постом." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Темна" @@ -2536,7 +2610,7 @@ msgstr "Темна" msgid "Dark mode" msgstr "Темний режим" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Темна тема" @@ -2558,7 +2632,11 @@ msgstr "Налагодження модерації" msgid "Debug panel" msgstr "Панель налагодження" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Типово" @@ -2566,14 +2644,14 @@ msgstr "Типово" msgid "Default icons" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Видалити" @@ -2586,16 +2664,16 @@ msgstr "Видалити обліковий запис" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Видалити обліковий запис <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Видалити пароль для застосунку" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Видалити пароль застосунку?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "" @@ -2603,18 +2681,18 @@ msgstr "" msgid "Delete chat declaration record" msgstr "" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Видалити для мене" @@ -2623,11 +2701,11 @@ msgstr "Видалити для мене" msgid "Delete list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Видалити повідомлення" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Видалити повідомлення для мене" @@ -2641,12 +2719,12 @@ msgstr "Видалити мій обліковий запис" msgid "Delete post" msgstr "Видалити пост" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Видалити власну підбірку" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Видалити власну підбірку?" @@ -2709,11 +2787,11 @@ msgstr "Режим розробника ввімкнено" msgid "Developer options" msgstr "Налаштування для розробників" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "Діалог: налаштувати, хто може взаємодіяти з цим постом" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Тьмяна" @@ -2735,6 +2813,14 @@ msgstr "Вимкнути двофакторну автентифікацію е msgid "Disable haptic feedback" msgstr "Вимкнути тактильний зворотний зв'язок" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Вимкнути субтитри" @@ -2778,7 +2864,7 @@ msgstr "Попросити застосунки не показувати мій msgid "Discover new custom feeds" msgstr "Відкрити для себе нові стрічки" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Відкрити для себе нові стрічки" @@ -2817,8 +2903,8 @@ msgstr "Ім'я" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Панель DNS" @@ -2830,7 +2916,7 @@ msgstr "Не застосовувати ігнороване слово для msgid "Does not include nudity." msgstr "Не містить оголеності." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Домен перевірено!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "" msgid "Double tap to close the dialog" msgstr "Торкніться двічі для закриття діалогу" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "" @@ -2903,6 +2990,10 @@ msgstr "Завантажити Bluesky" msgid "Download CAR file" msgstr "Завантажити CAR файл" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Перетягнути і відпустити, щоб додати зображення" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Редагувати користувачів" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "Редагувати налаштування взаємодії з постом" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Редагувати профіль" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Редагувати профіль" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Редагувати власну підбірку" @@ -3034,7 +3129,7 @@ msgstr "Редагувати власну підбірку" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Редагувати, хто може відповідати" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "Електронну пошту підтверджено" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Вбудований HTML код" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Вбудований відеоплеєр" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Увімкнути субтитри" @@ -3200,7 +3299,7 @@ msgstr "Введіть домен, який ви хочете використо msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Введіть адресу електронної пошти, яку ви використовували для створення облікового запису. Ми надішлемо вам код підтвердження, щоб ви могли встановити новий пароль." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "" @@ -3213,7 +3312,7 @@ msgstr "Введіть вашу дату народження" msgid "Enter your email address" msgstr "Введіть адресу електронної пошти" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "" @@ -3258,22 +3357,18 @@ msgstr "Помилка отримання відповіді Captcha." msgid "Error: {error}" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Усі" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Всі можуть відповідати" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Всі можуть відповідати на цей пост." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Будь-хто" @@ -3282,16 +3377,6 @@ msgstr "Будь-хто" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Спам; надмірні згадки або відповіді" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Надмірні або небажані повідомлення" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Окрім користувачів, на яких ви підписані" @@ -3316,7 +3401,7 @@ msgstr "Вийти з режиму перегляду" msgid "Expand alt text" msgstr "Розгорнути опис" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Розгорнути список користувачів" @@ -3328,7 +3413,7 @@ msgstr "Розгорнути або згорнути весь пост, на я msgid "Expand post text" msgstr "" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "" @@ -3348,7 +3433,7 @@ msgstr "Термін дії закінчився" msgid "Expires {0}" msgstr "Термін дії закінчується {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "" @@ -3407,13 +3492,17 @@ msgstr "Зовнішні медіа можуть дозволяти вебсай msgid "External Media Preferences" msgstr "Налаштування зовнішніх медіа" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "" @@ -3421,7 +3510,7 @@ msgstr "" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Не вдалось змінити псевдонім. Будь ласка, спробуйте ще раз." @@ -3438,13 +3527,13 @@ msgstr "" msgid "Failed to create starter pack" msgstr "Не вдалось створити власну підбірку" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Не вдалося видалити повідомлення" @@ -3452,7 +3541,7 @@ msgstr "Не вдалося видалити повідомлення" msgid "Failed to delete post, please try again" msgstr "Не вдалося видалити пост, спробувати ще раз" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Не вдалось видалити власну підбірку" @@ -3465,10 +3554,10 @@ msgstr "" msgid "Failed to load conversations" msgstr "" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Не вдалося завантажити параметри стрічок" @@ -3498,14 +3587,14 @@ msgstr "Не вдалося завантажити останні повідом msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Не вдалося завантажити рекомендовані стрічки" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Не вдалося завантажити запропоновані для читання облікові записи" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Не вдалось закріпити пост" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "" @@ -3535,7 +3624,8 @@ msgstr "" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Не вдалося зберегти зображення: {0}" @@ -3557,7 +3647,7 @@ msgstr "Не вдалося надіслати" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Не вдалося подати апеляцію. Будь ласка, спробуйте ще раз." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "Не вдалось підтвердити псевдонім. Будь ласка, спробуйте ще раз." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Стрічка" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "" @@ -3635,8 +3733,8 @@ msgstr "Перемикач стрічки" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Зворотний зв'язок" @@ -3696,7 +3794,7 @@ msgstr "" msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Знайти облікові записи для підписки" msgid "Find people to follow" msgstr "" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "" @@ -3741,17 +3839,17 @@ msgstr "Завершити" msgid "Fitness" msgstr "Фітнес" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Гнучкий" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Підписатися" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Підписатися" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Підписатися на {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Підписатися навзаєм" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Підписатися навзаєм" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Читачі, яких читаєте ви" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Читаю" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Читаю" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Читають {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "" @@ -3894,11 +3988,11 @@ msgstr "Підписаний(-на) на вас" msgid "Follows You" msgstr "Читає вас" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Шрифт" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Розмір шрифту" @@ -3919,7 +4013,7 @@ msgstr "З міркувань безпеки нам потрібно буде в msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "З міркувань безпеки ви бачите цей пароль лише один раз. Якщо ви втратите цей пароль застосунку, вам потрібно буде згенерувати новий." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Для отримання найкращого користувацького досвіду рекомендується використовувати шрифт теми." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Забули пароль" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Забули пароль?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Забули пароль?" @@ -3953,12 +4047,7 @@ msgstr "Забули пароль?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Часто публікує неприйнятний контент" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "" msgid "Give your profile a face" msgstr "Створити обличчя для вашого облікового запису" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Грубі порушення закону чи умов використання" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Грубі порушення закону чи умов викорис #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Перейти назад" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Назад" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Перейти назад до попереднього кроку" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Далі" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Перейти до облікового запису" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Перейти до облікового запису користувача" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Графічний медіаконтент" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "На пів шляху!" msgid "Handle" msgstr "Псевдонім" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Псевдонім вже зайнятий. Будь ласка, спробуйте інший." @@ -4182,7 +4279,7 @@ msgstr "Псевдонім вже зайнятий. Будь ласка, спр msgid "Handle changed!" msgstr "Псевдонім змінено!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Псевдонім задовгій. Будь ласка, спробуйте коротший." @@ -4190,10 +4287,17 @@ msgstr "Псевдонім задовгій. Будь ласка, спробуй msgid "Haptics" msgstr "Тактильний відгук" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Домагання, тролінг або нетерпимість" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Хештег" msgid "Hashtag {tag}" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Виникли проблеми?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Довідка" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "" @@ -4248,7 +4356,7 @@ msgstr "Прихований список" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Прихований список" msgid "Hide" msgstr "Приховати" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Приховати" @@ -4269,6 +4377,10 @@ msgstr "Приховати" msgid "Hide customization options" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "" msgid "Hide trending videos?" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Приховати список користувачів" @@ -4320,7 +4432,7 @@ msgstr "Приховати список користувачів" msgid "Hide verification badges" msgstr "" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "" @@ -4365,12 +4477,12 @@ msgstr "Чекай-но! Ми поступово даємо доступ до в msgid "Home" msgstr "Головна" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Хост:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Хостинг-провайдер" @@ -4383,6 +4495,10 @@ msgstr "" msgid "How should we open this link?" msgstr "Як ви хочете відкрити це посилання?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Якщо ви хочете змінити пароль, ми надіш msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "" @@ -4443,12 +4559,7 @@ msgstr "" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "Якщо намагаєтесь змінити псевдонім або адресу електронної пошти, зробіть це до деактивації облікового запису." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Незаконний та невідкладний" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Зображення" @@ -4461,29 +4572,24 @@ msgstr "" msgid "Image cache cleared, freed {0}" msgstr "" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Видавання себе за іншу особу або неправдиві твердження про особу чи приналежність" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Привласнення особистості іншої особи, введення в оману або хибні твердження" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Непристойні повідомлення або посилання з відвертим вмістом" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Невірне ім'я користувача або пароль" @@ -4537,11 +4638,11 @@ msgstr "Ввести новий пароль" msgid "Input password for account deletion" msgstr "Введіть пароль для видалення облікового запису" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Введіть код, надісланий вам на електронну пошту" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Взаємодія обмежена" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Невірний код підтвердження двофакторної автентифікації." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Хибний псевдонім. Будь ласка, спробуйте ввести інший." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "" @@ -4626,8 +4727,8 @@ msgstr "Вакансії" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Приєднатися до Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "{0} додав мітки." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Автор додав мітки." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Мітки" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Мітки додано" @@ -4678,11 +4779,11 @@ msgstr "Мітки додано" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Мітки є анотаціями на користувачів і вміст. Вони можуть використані для приховання, попередження та категоризації мережі." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Мітки на вашому обліковому записі" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Мітки на вашому контенті" @@ -4696,7 +4797,7 @@ msgstr "Налаштування мови" msgid "Languages" msgstr "Мови" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Більше" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Дізнатись більше про Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "" @@ -4773,8 +4874,8 @@ msgstr "Дізнатися більше про те, що є публічним msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Дізнатися більше." @@ -4787,10 +4888,10 @@ msgstr "Вийти" msgid "Leave chat" msgstr "Вийти з чату" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Залишити розмову" @@ -4822,9 +4923,9 @@ msgstr "Давайте відновимо ваш пароль!" msgid "Let's go!" msgstr "Злітаємо!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Світла" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Світла" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -4855,7 +4956,7 @@ msgstr "Вподобати 10 постів задля тренування Ст msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Вподобати цю стрічку" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Уподобання цього посту" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Завантажити більше" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Завантажити більше запропонованих стрічок" @@ -5041,6 +5142,14 @@ msgstr "Завантажити нові сповіщення" msgid "Load new posts" msgstr "Завантажити нові пости" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Завантаження..." @@ -5049,15 +5158,19 @@ msgstr "Завантаження..." msgid "Log" msgstr "Звіт" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Видимість для користувачів без облікового запису" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Лого від <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Налаштувати ваші ігноровані слова і те msgid "Mark all as read" msgstr "" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Відмітити як прочитане" @@ -5132,7 +5245,7 @@ msgstr "" msgid "Media" msgstr "Медіа" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Медіавміст, який може бути тривожним або недоречним для певних глядачів." @@ -5140,14 +5253,10 @@ msgstr "Медіавміст, який може бути тривожним аб msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "згадані користувачі" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Згадані користувачі" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Меню" msgid "Message {0}" msgstr "Повідомлення {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Повідомлення видалено" @@ -5172,7 +5281,7 @@ msgstr "Повідомлення видалено" msgid "Message deleted" msgstr "Повідомлення видалено" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "" @@ -5189,7 +5298,7 @@ msgstr "Поле введення повідомлення" msgid "Message is too long" msgstr "Повідомлення задовге" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "" @@ -5197,24 +5306,22 @@ msgstr "" msgid "Messages" msgstr "Повідомлення" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Оманливий обліковий запис" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Оманливий пост" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Інструменти модерації" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "Модератор вирішив встановити загальне попередження на вміст." -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Більше стрічок" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Стишити" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "" @@ -5332,8 +5439,8 @@ msgstr "" msgid "Mute accounts" msgstr "Ігнорувати облікові записи" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Ігнорувати розмову" @@ -5396,7 +5503,7 @@ msgstr "Ігноровані облікові записи" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Ігноровані облікові записи автоматично вилучаються із вашої стрічки та сповіщень. Ігнорування є повністю приватним." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Ігноровано від \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Мої стрічки" msgid "Name" msgstr "Ім'я" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Ім'я чи Опис порушують стандарти спільноти" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Переходить до наступного екрана" @@ -5455,20 +5551,16 @@ msgstr "Переходить до наступного екрана" msgid "Navigates to your profile" msgstr "Переходить до вашого профілю" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Хочете повідомити про порушення авторських прав?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Ніколи не втрачайте доступ до ваших підписників та даних." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Неважливо, створіть для мене псевдонім" @@ -5476,17 +5568,17 @@ msgstr "Неважливо, створіть для мене псевдонім" msgid "New" msgstr "Новий" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Новий" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Новий пост" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Інформація про нового користувача" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Спочатку найновіші" @@ -5587,8 +5679,8 @@ msgstr "Новини" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Новини" msgid "Next" msgstr "Наступне" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Наступне" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Наступне зображення" @@ -5616,12 +5703,12 @@ msgstr "Наступне зображення" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Ще немає паролів застосунку" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Відсутня панель DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Ще немає вподобань" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Ви більше не читаєте {0}" @@ -5671,7 +5759,7 @@ msgstr "Ще ніяких сповіщень!" msgid "No one" msgstr "Ніхто" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "Ніхто, окрім автора, не може цитувати цей пост." @@ -5701,7 +5789,7 @@ msgstr "Результати відсутні" msgid "No results" msgstr "Нічого не знайдено" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "" @@ -5719,7 +5807,7 @@ msgstr "Нічого не знайдено за запитом «{query}»" msgid "No results found for {query}" msgstr "Нічого не знайдено за запитом «{query}»" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "" @@ -5732,7 +5820,7 @@ msgstr "За запитом \"{search}\" нічого не знайдено." msgid "No thanks" msgstr "Ні, дякую" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Ніхто" @@ -5753,6 +5841,10 @@ msgstr "Ніхто ще це не репостив. Ймовірно, ви ма msgid "Nobody was found. Try searching for someone else." msgstr "Нікого не знайдено. Спробуйте пошукати когось іншого." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Несексуальна оголеність" @@ -5843,16 +5935,11 @@ msgstr "щойно" msgid "Now" msgstr "Щойно" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Оголеність" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Нагота чи матеріали для дорослих не позначені відповідним чином" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "Добре" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Спочатку найдавніші" @@ -5916,7 +6003,7 @@ msgstr "Одне або більше відео не мають описовог msgid "Only .jpg and .png files are supported" msgstr "Підтримуються лише файли формату .jpg і .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Тільки {0} можуть відповідати." @@ -5941,7 +6028,7 @@ msgstr "Ой, щось пішло не так!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Відкрити створювач аватарів" msgid "Open conversation options" msgstr "Відкрити налаштування розмови" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "" @@ -5973,8 +6060,8 @@ msgstr "Емоджі" msgid "Open feed info screen" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Відкрити меню налаштувань стрічки" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Відкрити меню власних підбірок" @@ -6032,9 +6119,9 @@ msgstr "Відкрити системний журнал" msgid "Opens a dialog to add a content warning to your post" msgstr "Відкриває діалогове вікно для додавання попередження про вміст вашого поста" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Відкриє діалог для вибору тих, хто зможе відповідати у цій гілці" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Відкриває форму скидання пароля" @@ -6103,24 +6190,15 @@ msgstr "Відкриває форму скидання пароля" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Відкриває цей профіль" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "За бажанням надайте додаткову інформацію нижче:" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Параметри:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Або поєднайте ці параметри:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Або продовжуйте з іншим обліковим записом." @@ -6145,21 +6223,50 @@ msgstr "" msgid "OTA status: None available" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Інше" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Інший обліковий запис" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "" @@ -6176,7 +6283,7 @@ msgstr "Сторінку не знайдено" msgid "Page Not Found" msgstr "Сторінку не знайдено" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Люди, яких читає @{0}" msgid "People following @{0}" msgstr "Люди, які читають @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Домашні улюбленці" msgid "Photography" msgstr "Фотографування" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Зображення, призначені для дорослих." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "" @@ -6266,7 +6381,7 @@ msgstr "" msgid "Pin to home" msgstr "Закріпити на головній" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Закріпити на головній" @@ -6275,7 +6390,7 @@ msgstr "Закріпити на головній" msgid "Pin to your profile" msgstr "Закріпити у своєму обліковому записі" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Закріплені" @@ -6302,7 +6417,7 @@ msgstr "Відтворити" msgid "Play {0}" msgstr "Відтворити {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Відтворити відео" @@ -6327,7 +6442,7 @@ msgstr "Відтворює GIF" msgid "Plays the video" msgstr "" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "" @@ -6413,7 +6528,7 @@ msgstr "Будь ласка, введіть код запрошення." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "" @@ -6421,11 +6536,11 @@ msgstr "" msgid "Please enter your password as well:" msgstr "Просимо також ввести ваш пароль:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Просимо пояснити чому ви вважаєте, що ця мітка була помилково додана до {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Політика" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Порнографія" @@ -6512,24 +6627,24 @@ msgstr "Пост видалено" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "Не вдалось завантажити пост. Будь ласка, перевірте з'єднання з інтернетом та спробуйте ще раз." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Пост приховано через ігнороване слово" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Пост приховано вами" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Налаштування взаємодії з постом" @@ -6614,13 +6729,8 @@ msgstr "Попереднє зображення" msgid "Primary Language" msgstr "Основна мова" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Віддати перевагу тим, кого читаєте" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Конфіденційність" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Політика конфіденційності" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Обробка відео..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Профіль оновлено" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Публічний" @@ -6714,7 +6836,7 @@ msgstr "" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Цитування посту успішно відкріплено" msgid "Quote posts disabled" msgstr "Цитування постів вимкнено" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Налаштування цитування" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Налаштування цитування" msgid "Quotes" msgstr "Цитування" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Цитування цього поста" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Перевищено ліміт — ви намагались змінити свій псевдонім занадто багато разів за короткий період. Будь ласка, зачекайте хвилину перед повторною спробою." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Підстава:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Повторне з'єднання" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "" @@ -6946,8 +7060,8 @@ msgstr "Видалити стрічку" msgid "Remove feed?" msgstr "Видалити стрічку?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Відповіді" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Відповіді вимкнуто" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Відповіді в цьому пості вимкнено." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Відповісти" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Відповідь прихована автором гілки" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Відповідь прихована вами" @@ -7120,11 +7234,7 @@ msgstr "Відповідь прихована вами" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Налаштування відповідей" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "Налаштування відповіді визначаються автором гілки" @@ -7141,7 +7251,7 @@ msgstr "Оновлено видимість відповідей" msgid "Reply was successfully hidden" msgstr "Відповідь успішно приховано" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Поскаржитися" msgid "Report account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Поскаржитися на розмову" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Діалогове вікно для скарг" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Поскаржитись на стрічку" @@ -7176,7 +7285,7 @@ msgstr "Поскаржитись на стрічку" msgid "Report list" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Поскаржитися на повідомлення" @@ -7185,48 +7294,41 @@ msgstr "Поскаржитися на повідомлення" msgid "Report post" msgstr "Поскаржитись на пост" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Поскаржитись на підбірку" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Поскаржитись на цей вміст" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Поскаржитись на цю стрічку" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Поскаржитись на цей список" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Поскаржитися на це повідомлення" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Поскаржитись на цей пост" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Поскаржитись на цю підбірку" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Поскаржитись на цього користувача" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Репостити або цитувати" @@ -7277,7 +7379,7 @@ msgstr "Ви зробили репост" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Репости цього поста" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "" msgid "Reset password" msgstr "Скинути пароль" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "" @@ -7360,12 +7462,12 @@ msgstr "Повторити останню дію, яка спричинила п #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "Повторити останню дію, яка спричинила п msgid "Retry" msgstr "Повторити спробу" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Повернутися до попередньої сторінки" @@ -7399,8 +7501,8 @@ msgstr "Повертає до головної сторінки" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Повертає до попередньої сторінки" @@ -7412,8 +7514,8 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "" msgid "Save" msgstr "Зберегти" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Зберегти" @@ -7459,8 +7561,13 @@ msgstr "Зберегти новий псевдонім" msgid "Save QR code" msgstr "Зберегти QR-код" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Зберегти до моїх стрічок" @@ -7487,21 +7594,25 @@ msgstr "Збережено до ваших стрічок" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Привітайтесь!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Наука" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Прогорнути вгору" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Пошук" @@ -7553,11 +7664,11 @@ msgstr "Пошук \"{searchText}\"" msgid "Search for feeds that you want to suggest to others." msgstr "Шукати стрічки, якими ви б хотіли поділитись з іншими." -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "" @@ -7610,19 +7721,19 @@ msgstr "" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Вибрати колір" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Вибрати обліковий запис" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ msgstr "" msgid "Select from an existing account" msgstr "Вибрати існуючий обліковий запис" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Вибрати GIF" @@ -7727,14 +7850,10 @@ msgstr "Обрати мову..." msgid "Select languages" msgstr "Вибрати мови" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Вибрати модератора" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Обрати файл субтитрів (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Обрати {emojiName} емодзі як ваш аватар" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Вибрати сервіс(и) модерації для скарги" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Вибрати ваші інтереси з варіантів нижч msgid "Select your preferred language for translations in your feed." msgstr "Оберіть бажану мову для перекладів у вашій стрічці." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Надішліть нарядний сайт!" @@ -7818,7 +7937,7 @@ msgstr "Надіслати відгук" msgid "Send message" msgstr "Надіслати повідомлення" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Надіслати пост до..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Поскаржитись" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Поскаржитися до {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "" @@ -7858,7 +7966,7 @@ msgstr "Надіслати в особисті повідомлення" msgid "Sends email with confirmation code for account deletion" msgstr "Надсилає електронний лист з кодом підтвердження видалення облікового запису" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Адреса сервера" @@ -7874,10 +7982,18 @@ msgstr "Додати дату народження" msgid "Set new password" msgstr "Встановити новий пароль" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Налаштуйте ваш обліковий запис" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Встановлює ел. адресу для скидання пароля" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Налаштування збережено" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Сексуальна активність або еротична оголеність." @@ -7953,7 +8069,7 @@ msgstr "З сексуальним підтекстом" msgid "Share" msgstr "Поширити" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Поширити" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Поширити QR-код" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "" @@ -8012,8 +8128,8 @@ msgstr "Поділіться цією підбіркою та допоможіт #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Поділіться улюбленою стрічкою!" msgid "Shared Preferences Tester" msgstr "Тестувальник спільних налаштувань" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Показати альтернативний текст" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Показати все одно" @@ -8067,6 +8183,10 @@ msgstr "Показувати менше таких публікацій" msgid "Show list anyway" msgstr "Все одно показати список" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Показати більше" @@ -8080,7 +8200,7 @@ msgstr "Показувати більше таких публікацій" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Показувати відповіді" msgid "Show replies as" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Показувати відповіді тих, за ким ви слідкуєте, перед іншими відповідями" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Показати попередження" msgid "Show warning and filter from feeds" msgstr "Показати попередження і фільтрувати зі стрічки" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "" @@ -8133,7 +8249,7 @@ msgstr "" msgid "Shows other accounts you can switch to" msgstr "" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "" @@ -8145,7 +8261,7 @@ msgstr "" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "" msgid "Sign in" msgstr "Увійти" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Увійти як {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Увійти як..." @@ -8177,7 +8293,7 @@ msgstr "" msgid "Sign in or create your account to join the conversation!" msgstr "Увійти або створити обліковий запис, щоб приєднатися до розмови!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Менше" @@ -8268,7 +8384,7 @@ msgstr "" msgid "Some other feeds you might like" msgstr "Інші стрічки, які можуть вам сподобатися" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Певні користувачі можуть відповідати" @@ -8280,7 +8396,7 @@ msgstr "" msgid "Someone reacted {0} to {1}" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Щось пішло не так" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Щось пішло не так. Будь ласка, спробуйте ще раз" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Щось пішло не так!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "" @@ -8327,34 +8442,30 @@ msgstr "" msgid "Sorry! Your session expired. Please sign in again." msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Сортувати відповіді" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Сортувати відповіді за" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Сортувати відповіді до постів за:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Спам" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Спам; надмірні згадки або відповіді" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Спам; надмірні згадки або відповіді" msgid "Sports" msgstr "Спорт" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "" msgid "Starter pack by you" msgstr "Початкові набори, створені вами" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Хибний набір початківця" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Набори початківця" @@ -8436,8 +8547,8 @@ msgstr "" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "" msgid "Submit Appeal" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "" @@ -8494,7 +8605,7 @@ msgstr "Успіх!" msgid "Successfully verified" msgstr "" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "" @@ -8506,17 +8617,17 @@ msgstr "" msgid "Suggested for you" msgstr "Пропоновано для вас" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Непристойний" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "" @@ -8547,10 +8658,10 @@ msgstr "" msgid "Switch to {0}" msgstr "" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Системна" @@ -8591,6 +8702,10 @@ msgstr "" msgid "Tap to dismiss" msgstr "Торкніться, щоб пропустити" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "" @@ -8620,8 +8735,8 @@ msgstr "Розкажіть нам трохи про себе" msgid "Tell us a little more" msgstr "Розкажіть нам ще трохи" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Умови" @@ -8637,26 +8752,11 @@ msgstr "Умови" msgid "Terms of Service" msgstr "Умови Використання" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Використані терміни порушують стандарти спільноти" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Текст та мітки" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Поле вводу тексту" @@ -8665,10 +8765,6 @@ msgstr "Поле вводу тексту" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Дякуємо. Вашу скаргу було надіслано." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "Дякуємо, ви успішно підтвердили адресу електронної пошти. Ви можете закрити цей діалог." @@ -8678,7 +8774,7 @@ msgstr "Дякуємо, ви успішно підтвердили адресу msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Що містить наступне:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "На цьому все!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "Обліковий запис зможе взаємодіяти з вами після розблокування." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Автор цієї гілки приховав цю відповідь." @@ -8750,11 +8846,11 @@ msgstr "Досвід використання кращий у застосунк msgid "The feed has been replaced with Discover." msgstr "Стрічку замінено на Стрічку відкриття." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Наступні мітки були додані до вашого облікового запису." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Наступні мітки були додані до вашого контенту." @@ -8788,7 +8884,7 @@ msgstr "" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "Схоже, на сервері певні проблеми. Будь ласка, спробуйте знову через деякий час." -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "Підбірка, яку ви намагаєтесь переглянути, хибна. Ви можете її видалити." @@ -8808,7 +8904,7 @@ msgstr "Умови Використання перенесено до" 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 "Введений вами код підтвердження хибний. Переконайтеся, що ви використали правильне посилання або запросіть новий код." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Тема" @@ -8827,7 +8923,7 @@ msgstr "Виникла проблема при з'єднанні до Tenor." msgid "There was an issue contacting the server" msgstr "При з'єднанні з сервером виникла проблема" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "Виникла проблема зі з'єднанням з сервером. Перевірте підключення до Інтернету і повторіть спробу знову." @@ -8836,7 +8932,7 @@ msgstr "Виникла проблема зі з'єднанням з сервер msgid "There was an issue fetching notifications. Tap here to try again." msgstr "Виникла проблема з завантаженням сповіщень. Натисніть тут, щоб повторити спробу." -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "Виникла проблема з завантаженням постів. Натисніть тут, щоб повторити спробу." @@ -8845,7 +8941,7 @@ msgstr "Виникла проблема з завантаженням пості msgid "There was an issue fetching the list. Tap here to try again." msgstr "Виникла проблема з завантаженням списку. Натисніть тут, щоб повторити спробу." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Виникла проблема з завантаженням ваших паролів застосунку" @@ -8862,11 +8958,6 @@ msgstr "Під час отримання інформації про викор msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Виникла проблема під час видалення цієї стрічки. Будь ласка, перевірте з'єднання з інтернетом та спробуйте знов." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Виникла проблема з надсиланням вашої скарги. Будь ласка, перевірте підключення до Інтернету." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Виникла проблема з оновленням ваших ст #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Виникла проблема з оновленням ваших ст msgid "There was an issue! {0}" msgstr "Виникла проблема! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "У застосунку сталася неочікувана пробл 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Ці налаштування застосовуються лише для стрічки тих, кого ви читаєте." @@ -8941,7 +9036,7 @@ msgstr "Обліковий запис заблоковано одним або msgid "This action can be undone at any time." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Це звернення буде надіслано до <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Цей вміст розміщено {0}. Увімкнути зовнішні медіа?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Цей контент недоступний, оскільки один із залучених користувачів заблокував іншого." @@ -9006,7 +9101,7 @@ msgstr "Ця функція недоступна за використання msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Ця стрічка зараз отримує забагато запитів і тимчасово недоступна. Спробуйте ще раз пізніше." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Ця стрічка порожня! Можливо, вам треба підписатися на більшу кількість користувачів або змінити ваші налаштування мови." @@ -9020,7 +9115,7 @@ msgstr "Стрічка порожня." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Ця стрічка більше не в мережі. Замість неї доступна <0>Стрічка відкриття0>." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Цей псевдонім використовується. Будь ласка, спробуйте інший." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Ця мітка була додана автором." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Ця мітка була додана вами." @@ -9065,11 +9160,11 @@ msgstr "" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Даний сервіс модерації недоступний. Перегляньте деталі нижче. Якщо проблема не зникне, зв'яжіться з нами." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Зазначається, що пост було створено — <0>{0}0>, але вперше цей пост було оприлюднено на Bluesky — <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "" @@ -9101,7 +9196,7 @@ msgstr "" msgid "This service has not provided terms of service or a privacy policy." msgstr "Цей сервіс не надав умови обслуговування або політики конфіденційності." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Це має створити обліковий запис домену:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Ніхто не підписаний на користувача." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Цей користувач заблокував вас" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Цей користувач заблокував вас. Ви не можете бачити їх пости." @@ -9142,7 +9237,7 @@ msgstr "Цей користувач є в списку <0>{0}0>, який ви msgid "This user is new here. Press for more info about when they joined." msgstr "Це новий користувач. Натисніть для детальнішої інформації про дату приєднання." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Цей користувач не підписаний ні на кого." @@ -9168,7 +9263,7 @@ msgstr "" msgid "Thread preferences" msgstr "Налаштування гілок" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Налаштування гілок" @@ -9181,6 +9276,10 @@ msgstr "" msgid "Threads Preferences" msgstr "Налаштування обговорень" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Для скарги на розмову, будь ласка, поскаржтеся на одне з повідомлень з неї через екран розмови. Це дозволить нашим модераторам зрозуміти контекст проблеми." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Кому ви хотіли б відправити цю скаргу?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Сьогодні" @@ -9222,8 +9317,8 @@ msgstr "Топ" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Перекласти" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "" msgid "Trending Videos" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "" @@ -9274,7 +9373,7 @@ msgstr "Двофакторна автентифікація (2FA)" msgid "Type your message here" msgstr "Введіть своє повідомлення тут" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Тип:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "Не вдалося зв'язатися з вашим хостинг-провайдером. Перевірте ваше підключення до Інтернету." -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Неможливо видалити" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Розблокувати" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Розблокувати" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Розблокувати обліковий запис" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Розблокувати обліковий запис?" @@ -9369,12 +9468,7 @@ msgstr "Скасувати репост" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Відписатись" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Відписатися від {0}" @@ -9383,7 +9477,7 @@ msgstr "Відписатися від {0}" msgid "Unfollow account" msgstr "" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "" @@ -9391,7 +9485,7 @@ msgstr "" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "" @@ -9399,12 +9493,20 @@ msgstr "" msgid "Unknown verifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "Прибрати вподобання" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "" @@ -9419,8 +9521,8 @@ msgstr "" msgid "Unmute" msgstr "Не ігнорувати" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "" @@ -9431,7 +9533,7 @@ msgstr "" msgid "Unmute account" msgstr "" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Не ігнорувати розмову" @@ -9454,8 +9556,8 @@ msgstr "Увімкнути звук відео" msgid "Unpin" msgstr "Відкріпити" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "" @@ -9464,8 +9566,8 @@ msgstr "" msgid "Unpin Feed" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Відкріпити від головної сторінки" @@ -9517,13 +9619,6 @@ msgstr "Відписано від списку" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Небажаний сексуальний вміст" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Оновити <0>{displayName}0> у Списках" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Оновити на {domain}" @@ -9567,7 +9662,7 @@ msgstr "Оновлення..." msgid "Upload a photo instead" msgstr "Натомість завантажити фото" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Завантажити текстовий файл до:" @@ -9603,11 +9698,11 @@ msgstr "Завантаження ескізу посилання..." msgid "Uploading video..." msgstr "Завантаження відео..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Використовувати провайдера за замовчуванням" @@ -9638,17 +9733,17 @@ 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/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Користувача заблоковано" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Користувача заблоковано списком \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Користувача заблоковано списком" msgid "User Blocked by List" msgstr "Користувача заблоковано списком" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Користувач заблокував вас" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Ім'я користувача або електронна адреса" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "користувачі, яких читає <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "" @@ -9715,15 +9810,7 @@ msgstr "" msgid "Users I follow" msgstr "Користувачі, яких я читаю" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Користувачі в «{0}»" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Значення:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Необхідно підтвердити запис DNS" @@ -9786,8 +9873,8 @@ msgstr "Діалог підтвердження адреси електронн msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Підтвердити текстовий файл" @@ -9841,15 +9928,15 @@ msgstr "" msgid "Video Games" msgstr "Відеоігри" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Відео не знайдено." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Переглянути аватар {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Переглянути профіль {0}" @@ -9906,16 +9993,11 @@ msgstr "Докладніше у публікації в блозі" msgid "View debug entry" msgstr "Переглянути запис для налагодження" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Переглянути деталі" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Переглянути деталі як надіслати скаргу про порушення авторських прав" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Переглянути обговорення" @@ -9960,7 +10042,7 @@ msgstr "Переглянути послуги мічення від @{0}" msgid "View this user's verifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Переглянути користувачів, які вподобали цю стрічку" @@ -9993,8 +10075,8 @@ msgstr "Переглянути ігноровані облікові запис msgid "View your verifications" msgstr "" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "" @@ -10002,6 +10084,14 @@ msgstr "" msgid "Views video in immersive mode" msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "" msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Якими мовами ви хочете бачити пости у алгоритмічних стрічках?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Хто може взаємодіяти з цим постом?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Хто може відповідати" @@ -10249,40 +10340,38 @@ msgstr "" msgid "Why are you appealing?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Чому слід переглянути цей контент?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Чому слід переглянути цю стрічку?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Чому слід переглянути цей список?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Чому слід перевірити це повідомлення?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Чому слід переглянути цей пост?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Чому цю підбірку потрібно перевірити?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Чому слід переглянути цього користувача?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Так" msgid "Yes, deactivate" msgstr "Так, деактивувати" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Так, видалити цю підбірку" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Ви не можете завантажувати відео." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Ви ні на кого не підписані." @@ -10445,17 +10534,13 @@ msgstr "Ви можете відновити свій обліковий зап msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Ніхто не підписаний на вас." @@ -10467,6 +10552,10 @@ msgstr "Ви не підписані на жодного користувача, msgid "You don't have any chat requests at the moment." msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "У вас немає закріплених стрічок." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Ви заблокували цього користувача" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Ви заблокували цього користувача. Ви не можете бачити їх вміст." @@ -10495,7 +10584,7 @@ msgstr "" msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "Ви ввели неправильний код. Він має виглядати так: XXXXX-XXXXX." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Ви приховали цей пост" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Ви приховали цей пост." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Ви увімкнули ігнорування цього облікового запису." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Ви увімкнули ігнорування цього користувача" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "У вас ще немає ігнорованих слів чи тегів" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Ви приховали цю відповідь." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Ви можете оскаржити мітки, що були додані не вами, якщо вважаєте, що їх додано помилково." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Ви можете оскаржувати мітки, якщо вважаєте, що вони були розміщені помилково." @@ -10614,10 +10703,6 @@ msgstr "" msgid "You must grant access to your photo library to save a QR code" msgstr "Ви маєте надати доступ до Фотографій для збереження QR-коду" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Ви мусите обрати хоча б одного мітника для скарги" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Все готово!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Ви обрали приховувати слово або тег в цьому пості." @@ -10750,7 +10839,7 @@ msgstr "Ви досягли денного ліміту завантаження msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "Ви досягли денного ліміту завантаження відео (забагато відео)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "" @@ -10786,7 +10875,7 @@ msgstr "" msgid "Your birth date" msgstr "Ваша дата народження" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Ваш браузер не підтримує цей формат відео. Будь ласка, спробуйте інший браузер." @@ -10798,7 +10887,7 @@ msgstr "Ваші чати вимкнено" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "" @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "Ваша перша вподобайка!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "" @@ -10905,14 +10994,10 @@ msgstr "Ваш обліковий запис, пости, стрічки та с msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Вашу скаргу буде надіслано до Служби модерації Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "" diff --git a/src/locale/locales/vi/messages.po b/src/locale/locales/vi/messages.po index 8a9317c2ee..b1c9d36cb5 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: 2025-10-23 16:20\n" +"PO-Revision-Date: 2025-11-17 16:10\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "" @@ -100,7 +100,7 @@ msgstr "{0, plural, other {người theo dõi}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, other {đang theo dõi}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, other {lượt thích}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, other {lượt thích}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, other {bài đăng}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, other {trích dẫn}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, other {lượt đăng lại}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} bài đăng}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "{0, plural, other {# người dùng}} đã dùng gói khởi đầu này!" @@ -133,6 +133,10 @@ msgstr "{0, plural, other {# người dùng}} đã dùng gói khởi đầu này msgid "{0, plural, other {+# more}}" msgstr "" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, other {giờ}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, other {phút}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}0> đã theo dõi bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}0> đã thích bảng tin của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}0> đã thích bài của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}0> đã xoá xác minh của họ khỏi tài khoản của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}0> đã đăng lại bài của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}0> đã đăng ký gói khởi đầu của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} và <0>{additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}}0> đã xác thực bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} đã theo dõi bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} đã theo dõi lại bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} đã thích bảng tin của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} đã thích bài của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} đã xoá xác minh khỏi tài khoản tài khoản của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} đã đăng lại bài của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} đã đăng ký gói khởi đầu của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} đã xác thực bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã theo dõi bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã thích bảng tin của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã thích bài của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã xoá xác minh của họ khỏi tài khoản của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã đăng lại bài của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã đăng ký gói khởi đầu của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} và {additionalAuthorsCount, plural, other {{formattedAuthorsCount} người khác}} đã xác thực bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} đã theo dõi bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} đã theo dõi lại bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} đã thích bảng tin của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} đã thích bài của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} đã xoá xác minh khỏi tài khoản tài khoản của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} đã đăng lại bài của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} đã đăng ký gói khởi đầu của bạn" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} đã xác thực bạn" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} đang theo dõi" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> và<1> 1><2>{1} 2>nằm trong gói khởi đầu của b msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> nằm trong gói khởi đầu của bạn" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> thành viên" @@ -515,7 +519,7 @@ msgstr "⚠Tên người dùng không hợp lệ" msgid "24 hours" msgstr "24 giờ" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "Xác nhận 2FA" @@ -560,12 +564,16 @@ msgstr "" msgid "About" msgstr "Giới thiệu" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "Chấp nhận" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "Chấp nhận yêu cầu trò chuyện" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "Cài đặt trợ năng" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "Tài khoản" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "Tài khoản đã bị ẩn" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "Tài khoản đã bị ẩn" @@ -627,11 +635,15 @@ msgstr "Tài khoản đã bị ẩn bởi Danh sách" msgid "Account options" msgstr "Tùy chọn tài khoản" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "Tài khoản đã bị xóa khỏi truy cập nhanh" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "Thêm {0} để tiếp tục" msgid "Add {displayName} to starter pack" msgstr "Thêm {displayName} vào gói khởi đầu" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "Thêm cảnh báo nội dung" @@ -730,8 +742,8 @@ msgstr "" msgid "Add app password" msgstr "Thêm mật khẩu ứng dụng" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "Thêm mật khẩu ứng dụng" @@ -745,8 +757,8 @@ msgstr "Thêm emoji để bày tỏ cảm xúc" msgid "Add media to post" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "Thêm thông tin chi tiết (không bắt buộc)" @@ -783,7 +795,7 @@ msgstr "Thêm bảng tin từ gói khởi đầu của bạn!" msgid "Add the default feed of only people you follow" msgstr "Thêm bảng tin mặc định chỉ bao gồm người bạn theo dõi" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 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:" @@ -823,18 +835,22 @@ msgstr "" msgid "Additional details (limit 1000 characters)" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "Thông tin chi tiết thêm (tối đa 300 kí tự)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "18+" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "Nội dung 18+" @@ -846,11 +862,15 @@ msgstr "Nội dung 18+ chỉ có thể được bật qua Web tại <0>bsky.app< msgid "Adult content is disabled." msgstr "Nội dung 18+ đã bị tắt." -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "Nhãn cho nội dung 18+" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "Nâng cao" @@ -903,6 +923,10 @@ 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:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "Cho phép tin nhắn mới từ" msgid "Allow others to be notified of your posts" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "Cho phép trích dẫn bài đăng" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "Cho phép trả lời từ:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "Cho phép truy cập tin nhắn" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "Bạn đã có mã rồi?" @@ -1003,14 +1039,18 @@ msgstr "Đã có lỗi xảy ra khi tải bảng tin." msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "Đã có lỗi xảy ra khi đang tạo gói khởi đầu của bạn. Bạn muốn thử lại không?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 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:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 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:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "Đã có lỗi xảy ra khi đang lưu mã QR!" @@ -1035,8 +1075,7 @@ msgstr "" 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "Vấn đề không nằm trong các tùy chọn này" @@ -1050,10 +1089,10 @@ msgstr "Có vấn đề xảy ra khi đang mở cuộc trò chuyện" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "Có vấn đề xảy ra, vui lòng thử lại." @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve 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ị." #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "dịch vụ nhãn không xác định" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "và" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "" msgid "Announcing verification on Bluesky" msgstr "Giới thiệu xác minh trên Bluesky" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "Hành vi phản xã hội" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "Mọi người có thể tương tác" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "Ngôn ngữ ứng dụng" msgid "App Password" msgstr "Mật khẩu ứng dụng" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "Mật khẩu ứng dụng đã bị xóa" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "Mật khẩu ứng dụng" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "Mật khẩu ứng dụng" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "Kháng nghị" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "Kháng nghị nhãn \"{0}\"" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "Kháng nghị quyết định này" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "Áp dụng bảng tin được đề xuất mặc định" msgid "Apply Pull Request" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "Lưu trữ từ {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "Bài đăng lưu trữ" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "Bạn có chắc chắn muốn xóa mật khẩu ứng dụng \"{0}\" không?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "Bạn có chắc chắn muốn xóa tin nhắn này? Tin nhắn sẽ bị xóa cho bạn, nhưng không phải cho người khác." -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 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?" @@ -1252,7 +1298,7 @@ msgstr "Bạn đang viết bằng <0>{suggestedLanguageName}0> đúng không?" msgid "Art" msgstr "Nghệ thuật" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "Khỏa thân nghệ thuật hoặc không khiêu dâm." @@ -1269,7 +1315,7 @@ msgstr "" msgid "At least 8 characters" msgstr "" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "Aurora" @@ -1284,21 +1330,21 @@ msgstr "Tự động phát video và GIF" msgid "Available" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "Trở lại" msgid "Back to Chats" msgstr "Trở lại Chats" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "" msgid "Before creating a starter pack, you must first verify your email." msgstr "Bạn cần xác minh email trước khi có thể tạo gói khởi đầu." -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "Ngày sinh" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "Chặn" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "Chặn tài khoản" msgid "Block accounts" msgstr "Chặn tài khoản" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "Chặn và xoá" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "Chặn và/hoặc xoá cuộc trò chuyện này" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "Danh sách chặn" @@ -1402,15 +1452,19 @@ msgstr "Chặn hoặc báo cáo" msgid "Block these accounts?" msgstr "Chặn các tài khoản này?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "Chặn người dùng" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "Chặn người dùng" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "Đã bị chặn" @@ -1449,25 +1503,25 @@ msgstr "Việc chặn không ngăn nhãn gắn trên tài khoản của bạn, n msgid "Blog" msgstr "Blog" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 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ố." -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 là mạng mở nơi bạn có thể chọn nhà cung cấp dịch vụ lưu trữ của mình. Nếu bạn là nhà phát triển, bạn có thể tự lưu trữ máy chủ của mình." -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky là một mạng xã hội mở, nơi bạn có thể tự chọn nơi quản lý tài khoản của mình. Nếu bạn mới tham gia, chúng tôi khuyên bạn nên sử dụng tùy chọn mặc định là Bluesky Social." @@ -1513,6 +1567,10 @@ msgstr "Làm mờ hình ảnh và lọc từ bảng tin" msgid "Books" msgstr "Sách" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "Xem nhiều tài khoản hơn trên trang Khám phá" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "Doanh nghiệp" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "Bởi {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "Bởi <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "Máy ảnh" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "Hủy kích hoạt lại và đăng xuất" msgid "Cancel search" msgstr "Huỷ tìm kiếm" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "Không thể tương tác với người dùng đã bị chặn" @@ -1697,12 +1756,12 @@ msgstr "" msgid "Change Handle" msgstr "Thay đổi tên tài khoản" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "Thay đổi dịch vụ kiểm duyệt" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "" @@ -1710,7 +1769,11 @@ msgstr "" msgid "Change password dialog" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "Thay đổi lý do báo cáo" @@ -1739,8 +1802,8 @@ msgstr "" msgid "Chat" msgstr "Chat" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "Đã xóa đoạn chat" @@ -1753,7 +1816,7 @@ msgstr "" msgid "Chat messages - sound" msgstr "" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "Đã tắt thông báo chat" @@ -1769,7 +1832,7 @@ msgstr "Hộp thư yêu cầu trò chuyện" msgid "Chat requests" msgstr "Yêu cầu trò chuyện" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "Cài đặt chat" msgid "Chat Settings" msgstr "Cài đặt chat" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "Đã bật lại thông báo chat" @@ -1797,7 +1860,7 @@ msgstr "Chats" msgid "Check my status" msgstr "Kiểm tra trạng thái của tôi" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "Kiểm tra email của bạn để tìm mã đăng nhập và nhập nó vào đây." @@ -1805,6 +1868,14 @@ msgstr "Kiểm tra email của bạn để tìm mã đăng nhập và nhập nó msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "Kiểm tra hộp thư đến của bạn để nhận email với mã xác nhận để nhập ở dưới đây:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "Chọn phương pháp xác minh tên miền" @@ -1833,7 +1904,7 @@ msgstr "Chọn thuật toán để vận hành các bảng tin tùy chỉnh củ msgid "Choose this color as your avatar" msgstr "Chọn màu này làm hình đại diện của bạn" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "Chọn nơi quản lý tài khoản của bạn" @@ -1882,14 +1953,6 @@ msgstr "" msgid "Click here to update your email" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "Nhấn để vô hiệu hóa trích dẫn cho bài đăng này." - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "Nhấn để cho phép trích dẫn cho bài đăng này." - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "Nhấn để mở trình đơn thẻ cho {tag}" @@ -1919,9 +1982,11 @@ msgstr "Lộp 🐴 cộp 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Lộp 🐴 cộp 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "Đóng" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "Đóng hộp thoại đang mở" @@ -2018,16 +2083,16 @@ msgstr "Đóng bảng chọn emoji" msgid "Closes viewer for header image" msgstr "Đóng trình xem hình ảnh tiêu đề" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "Thu gọn danh sách người dung" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 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ể" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "Chế độ màu" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "" msgid "Confirmation code" msgstr "Mã xác nhận" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "Đang kết nối..." @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "Ngôn ngữ nội dung" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "Nội dung không có sẵn" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "Cảnh báo nội dung" @@ -2212,7 +2281,7 @@ msgstr "Nền trình đơn, nhấn để đóng trình đơn." msgid "Continue" msgstr "Tiếp tục" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "Tiếp tục dưới tên {0} (đang đăng nhập)" @@ -2236,8 +2305,8 @@ msgstr "Tiếp tục bước tiếp theo" msgid "Conversation" msgstr "" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "Hội thoại đã bị xóa" @@ -2254,7 +2323,7 @@ msgstr "Nấu ăn" msgid "Copied build version to clipboard" msgstr "Đã sao chép phiên bản xây dựng vào bảng ghi tạm" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "Đã sao chép phiên bản xây dựng vào bảng ghi tạm" msgid "Copied to clipboard" msgstr "Đã sao chép vào bảng ghi tạm" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "Đã sao chép!" @@ -2290,23 +2359,23 @@ msgstr "Sao chép URI at://" msgid "Copy author DID" msgstr "Sao chép mã DID của tác giả" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "Sao chép mã" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "Sao chép DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "Sao chép máy chủ" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "Sao chép liên kết" @@ -2331,12 +2400,12 @@ msgstr "Sao chép liên kết đến bài đăng" msgid "Copy link to profile" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "Sao chép văn bản tin nhắn" @@ -2354,7 +2423,7 @@ msgstr "Sao chép văn bản bài đăng" msgid "Copy QR code" msgstr "Sao chép mã QR" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "Sao chép giá trị bản ghi TXT" @@ -2377,8 +2446,8 @@ msgstr "" msgid "Could not find profile" msgstr "" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "Không thể rời khỏi chat" @@ -2392,7 +2461,7 @@ msgstr "Không thể tải bảng tin" msgid "Could not load list" msgstr "Không thể tải danh sách" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "Không thể tắt thông báo chat" @@ -2476,8 +2545,9 @@ msgstr "" msgid "Create new account" msgstr "Tạo tài khoản mới" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "Tạo báo cáo cho {0}" @@ -2490,7 +2560,7 @@ msgstr "" msgid "Create user list" msgstr "" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "Đã tạo {0}" @@ -2503,8 +2573,8 @@ msgstr "Người tạo đã bị chặn" msgid "Culture" msgstr "Văn hóa" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "Tùy chỉnh" @@ -2512,18 +2582,22 @@ msgstr "Tùy chỉnh" msgid "Customization options" msgstr "Tùy chọn tùy chỉnh" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "Tùy chỉnh ai có thể tương tác với bài đăng này." - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "Tuỳ biến trải nghiệm Bluesky của bạn" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "Tối" @@ -2536,7 +2610,7 @@ msgstr "Tối" msgid "Dark mode" msgstr "Chế độ tối" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "Chế độ tối" @@ -2558,7 +2632,11 @@ msgstr "Gỡ lỗi kiểm duyệt" msgid "Debug panel" msgstr "Bảng gỡ lỗi" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "Mặc định" @@ -2566,14 +2644,14 @@ msgstr "Mặc định" msgid "Default icons" msgstr "Biểu tượng mặc định" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "Xóa" @@ -2586,16 +2664,16 @@ msgstr "Xóa tài khoản" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "Xóa tài khoản <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "Xóa mật khẩu ứng dụng" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "Xóa mật khẩu ứng dụng?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "Xóa đoạn chat" @@ -2603,18 +2681,18 @@ msgstr "Xóa đoạn chat" msgid "Delete chat declaration record" msgstr "Xóa bản ghi khai báo chat" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "Xóa cuộc trò chuyện" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "Xoá cuộc trò chuyện" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "Xóa cho tôi" @@ -2623,11 +2701,11 @@ msgstr "Xóa cho tôi" msgid "Delete list" msgstr "Xoá danh sách" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "Xóa tin nhắn" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "Xóa tin nhắn cho tôi" @@ -2641,12 +2719,12 @@ msgstr "Xóa tài khoản của tôi" msgid "Delete post" msgstr "Xóa bài đăng" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "Xóa gói khởi đầu" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "Xóa gói khởi đầu?" @@ -2709,11 +2787,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/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 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" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "Mờ" @@ -2735,6 +2813,14 @@ msgstr "Tắt Email 2FA" msgid "Disable haptic feedback" msgstr "Tắt phản hồi xúc giác" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "Tắt phụ đề" @@ -2778,7 +2864,7 @@ msgstr "Ngăn ứng dụng hiển thị tài khoản của tôi cho người dù msgid "Discover new custom feeds" msgstr "Khám phá bảng tin mới" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "Khám phá bảng tin mới" @@ -2817,8 +2903,8 @@ msgstr "Tên hiển thị" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "Bảng DNS" @@ -2830,7 +2916,7 @@ msgstr "Đừng áp dụng từ cấm này cho người dùng bạn đang theo d msgid "Does not include nudity." msgstr "Không chứa hình khỏa thân." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "Tên miền đã được xác minh!" @@ -2853,19 +2939,20 @@ msgstr "" #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "Nhấp đúp hoặc nhấp và giữ tin nhắn để thêm bày tỏ c msgid "Double tap to close the dialog" msgstr "Nhấn đúp để đóng hộp thoại" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "Chạm hai lần để thích" @@ -2903,6 +2990,10 @@ msgstr "Tải Bluesky" msgid "Download CAR file" msgstr "Tải tệp CAR" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "Thả vào để thêm hình ảnh" @@ -2943,9 +3034,13 @@ msgstr "" msgid "e.g. Users that repeatedly reply with ads." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "" msgid "Edit People" msgstr "Thay đổi người" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 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:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "Chỉnh sửa hồ sơ" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "Chỉnh sửa hồ sơ" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "Chỉnh sửa gói khởi đầu" @@ -3034,7 +3129,7 @@ msgstr "Chỉnh sửa gói khởi đầu" msgid "Edit user list" msgstr "" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "Chỉnh sửa ai có thể trả lời" @@ -3085,7 +3180,7 @@ msgstr "" msgid "Email Verified" msgstr "Đã xác minh email" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "Mã HTML nhúng" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "Trình phát video nhúng" @@ -3141,6 +3236,10 @@ msgstr "" msgid "Enable push notifications" msgstr "" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "Bật phụ đề" @@ -3200,7 +3299,7 @@ msgstr "Nhập tên miền bạn muốn sử dụng" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "Nhập email bạn đã dùng để tạo tài khoản. Chúng tôi sẽ gửi cho bạn một \"mã khôi phục\" để bạn có thể đặt mật khẩu mới." -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "Nhập tên tài khoản hoặc địa chỉ email bạn dùng khi đăng ký tài khoản" @@ -3213,7 +3312,7 @@ msgstr "Nhập ngày sinh của bạn" msgid "Enter your email address" msgstr "Nhập địa chỉ email của bạn" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "Nhập mật khẩu" @@ -3258,22 +3357,18 @@ msgstr "Nhận được lỗi phản hồi captcha." msgid "Error: {error}" msgstr "Lỗi: {error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "Mọi người" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "Mọi người có thể trả lời" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "Mọi người có thể trả lời bài đăng này." #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "Tất cả mọi người" @@ -3282,16 +3377,6 @@ msgstr "Tất cả mọi người" msgid "Everything else" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "Quá nhiều đề cập hoặc trả lời" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "Quá nhiều hoặc tin nhắn không mong muốn" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "Trừ người dùng bạn đang theo dõi" @@ -3316,7 +3401,7 @@ msgstr "Thoát xem ảnh" msgid "Expand alt text" msgstr "Mở rộng văn bản thay thế" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "Mở rộng danh sách người dùng" @@ -3328,7 +3413,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:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "Mở rộng hoặc thu gọn nội dung bài đăng" @@ -3348,7 +3433,7 @@ msgstr "Hết hạn" msgid "Expires {0}" msgstr "Mãn hạn {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "Hết hạn trong {0}" @@ -3407,13 +3492,17 @@ msgstr "Phương tiện ngoại vi có thể cho phép trang web thu thập thô msgid "External Media Preferences" msgstr "Tùy chỉnh phương tiện ngoại vi" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "Chấp nhận yêu cầu không thành công" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "Đã xảy ra lỗi khi thêm bày tỏ cảm xúc" @@ -3421,7 +3510,7 @@ msgstr "Đã xảy ra lỗi khi thêm bày tỏ cảm xúc" msgid "Failed to add to starter pack" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "Không tạo được tên người dùng. Vui lòng thử lại." @@ -3438,13 +3527,13 @@ msgstr "Tạo cuộc trò chuyện không thành công" msgid "Failed to create starter pack" msgstr "Không tạo được gói khởi đầu" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "Xóa đoạn chat không thành công" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "Không xóa được tin nhắn" @@ -3452,7 +3541,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:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "Không xóa được gói khởi đầu" @@ -3465,10 +3554,10 @@ 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:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "Không tải được cài đặt bảng tin" @@ -3498,14 +3587,14 @@ msgstr "Không tải được tin nhắn trước" msgid "Failed to load preference." msgstr "" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "Không tải được gợi ý bảng tin" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "Không tải được gợi ý theo dõi" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "Không ghim được bài đăng" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "Đã xảy ra lỗi khi xoá bày tỏ cảm xúc" @@ -3535,7 +3624,8 @@ msgstr "Đã có lỗi xảy ra khi xoá xác minh" msgid "Failed to resolve location. Please try again." msgstr "" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "Không lưu được ảnh: {0}" @@ -3557,7 +3647,7 @@ msgstr "Không gởi được" msgid "Failed to send email, please try again." msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "Không gởi được kháng nghị, vui lòng thử lại." @@ -3606,6 +3696,14 @@ msgstr "" msgid "Failed to verify handle. Please try again." msgstr "Không thể xác minh tên tài khoản. Vui lòng thử lại." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "Bảng tin" @@ -3623,7 +3721,7 @@ msgstr "" msgid "Feed identifier" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "Menu bảng tin" @@ -3635,8 +3733,8 @@ msgstr "Bật/tắt bảng tin" msgid "Feed unavailable" msgstr "" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "Phản hồi" @@ -3696,7 +3794,7 @@ msgstr "Lọc tìm kiếm theo ngôn ngữ (hiện tại: {currentLanguageLabel} msgid "Filter who can opt to receive notifications for your activity" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "" @@ -3713,7 +3811,7 @@ msgstr "" msgid "Finance" msgstr "" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "Tìm tài khoản đề theo dõi" msgid "Find people to follow" msgstr "Tìm người để theo dõi" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "Tìm bài đăng, người dùng, và bảng tin trên Bluesky" @@ -3741,17 +3839,17 @@ msgstr "Hoàn tất" msgid "Fitness" msgstr "Thể hình" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "Thuần đen" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "Thuần xanh" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "Thuần trắng" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "Linh hoạt" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "Theo dõi" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "Theo dõi" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "Theo dõi {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "Theo dõi {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "Theo dõi lại" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "Theo dõi lại" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "Người theo dõi bạn biết" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "Đang theo dõi" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "Đang theo dõi" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "Đang theo dõi {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "Đang theo dõi {handle}" @@ -3894,11 +3988,11 @@ msgstr "Theo dõi bạn" msgid "Follows You" msgstr "Theo dõi bạn" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "Phông chữ" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "Kích cỡ phông chữ" @@ -3919,7 +4013,7 @@ msgstr "Vì lý do bảo mật, chúng tôi cần gởi mã xác nhận đến msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "Vì lý do bảo mật, bạn sẽ không thể xem lại trang này. Nếu bạn làm mất mật khẩu ứng dụng, bạn sẽ cần tạo một mật khẩu mới." -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "Chúng tôi khuyến nghị sử dụng phông chữ chủ đề để có trải nghiệm tốt nhất." @@ -3941,11 +4035,11 @@ msgstr "" msgid "Forgot Password" msgstr "Quên mật khẩu" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "Quên mật khẩu?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "Quên?" @@ -3953,12 +4047,7 @@ msgstr "Quên?" msgid "Free your feed" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "Bài đăng thường xuyên Nội dung không mong muốn" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "" @@ -4011,7 +4100,7 @@ msgstr "" msgid "Get notifications when people repost your posts." msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "" @@ -4027,7 +4116,7 @@ msgstr "" msgid "Get notified of this account’s activity" msgstr "" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "Chọn hình cho hồ sơ của bạn" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "Vi phạm rõ ràng luật pháp hoặc điều khoản dịch vụ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "Vi phạm rõ ràng luật pháp hoặc điều khoản dịch vụ" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "Quay lại" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "Quay lại" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "Quay lại bước trước" @@ -4123,7 +4208,7 @@ msgstr "" msgid "Go live for" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "Đi đến hồ sơ của {firstAuthorName}" @@ -4146,23 +4231,35 @@ msgstr "" msgid "Go to next" msgstr "Tiếp theo" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "Đến hồ sơ" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "Đến hồ sơ người dùng" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "Phương tiện phản cảm" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "Nửa đường rồi!" msgid "Handle" msgstr "Tên tài khoản" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "Tên tài khoản đã được sử dụng. Vui lòng thử tên khác." @@ -4182,7 +4279,7 @@ msgstr "Tên tài khoản đã được sử dụng. Vui lòng thử tên khác. msgid "Handle changed!" msgstr "Đã thay đổi tên tài khoản!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "Tên tài khoản quá dài. Vui lòng thử tên ngắn hơn." @@ -4190,10 +4287,17 @@ msgstr "Tên tài khoản quá dài. Vui lòng thử tên ngắn hơn." msgid "Haptics" msgstr "Xúc giác" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "Quấy rối, gây rối hoặc phân biệt đối xử" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "Hashtag" msgid "Hashtag {tag}" msgstr "Hashtag {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "Gặp trục trặc?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "Giúp đỡ" @@ -4238,7 +4346,7 @@ msgstr "" msgid "Hidden" msgstr "Bị ẩn" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "Bị ẩn bởi cài đặt kiểm duyệt của bạn." @@ -4248,7 +4356,7 @@ msgstr "Danh sách ẩn" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "Danh sách ẩn" msgid "Hide" msgstr "Ẩn" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "Ẩn" @@ -4269,6 +4377,10 @@ msgstr "Ẩn" msgid "Hide customization options" msgstr "Ẩn tùy chọn trùy chỉnh" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "Ẩn chủ đề nổi trội?" msgid "Hide trending videos?" msgstr "Ẩn video nổi trội?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "Ẩn danh sách người dùng" @@ -4320,7 +4432,7 @@ 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:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "Ẩn nội dung" @@ -4365,12 +4477,12 @@ msgstr "Chờ nhé! Chúng tôi đang dần dần cấp quyền truy cập video msgid "Home" msgstr "Trang chủ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "Nhà cung cấp lưu trữ" @@ -4383,6 +4495,10 @@ msgstr "Nổi bật" msgid "How should we open this link?" msgstr "Liên kết này nên được mở thế nào?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "Nếu bạn muốn thay đổi mật khẩu, chúng tôi sẽ gởi mã msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 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." @@ -4443,12 +4559,7 @@ msgstr "Nếu bạn là một lập trình viên, bạn có thể tự quản l 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." -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "Phạm pháp và Khẩn cấp" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "Ảnh" @@ -4461,29 +4572,24 @@ msgstr "Đã xoá bộ nhớ đệm hình ảnh" msgid "Image cache cleared, freed {0}" msgstr "Đã xoá bộ nhớ đệm hình ảnh, giải phóng {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "Mạo danh hoặc tuyên bố sai danh tính hoặc liên kết" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "Mạo danh, sai thông tin, hoặc tuyên bố sai" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "" @@ -4507,17 +4613,12 @@ msgstr "" msgid "In-app, Push, People you follow" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "Tin nhắn không phù hợp hoặc liên kết nhạy cảm" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "Không có yêu cầu nào!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "Tên người dùng hoặc mật khẩu không hợp lệ" @@ -4537,11 +4638,11 @@ msgstr "Nhập mật khẩu mới" msgid "Input password for account deletion" msgstr "Nhập mật khẩu cho việc xóa tài khoản" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "Nhập mã đã được gởi đến email của bạn" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "Tương tác bị giới hạn" @@ -4557,12 +4658,12 @@ msgstr "" msgid "Introducing saved posts AKA bookmarks" msgstr "" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "Mã xác nhận 2FA không hợp lệ" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "Tên người dùng không hợp lệ. Vui lòng thử tên khác." @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "Tiêu đề báo cáo không hợp lệ" @@ -4626,8 +4727,8 @@ msgstr "Công việc" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "Tham gia Bluesky" @@ -4657,20 +4758,20 @@ msgstr "" msgid "KWS website" msgstr "" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "Gắn nhãn bởi {0}." -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "Gắn nhãn bởi người đăng." -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "Nhãn" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "Đã thêm nhãn" @@ -4678,11 +4779,11 @@ msgstr "Đã thêm nhãn" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "Nhãn là chú thích cho người dùng và nội dung. Chúng có thể được sử dụng để ẩn, cảnh báo, và phân loại mạng lưới." -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "Nhãn trên tài khoản của bạn" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "Nhãn trên nội dung của bạn" @@ -4696,7 +4797,7 @@ msgstr "Cài đặt ngôn ngữ" msgid "Languages" msgstr "Ngôn ngữ" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "Lớn hơn" @@ -4736,12 +4837,12 @@ msgstr "" msgid "Learn more about Bluesky" msgstr "Tìm hiểu thêm về Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 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:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: 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" @@ -4773,8 +4874,8 @@ msgstr "Tìm hiểu thêm về những gì công khai trên Bluesky." msgid "Learn more in your <0>account settings.0>" msgstr "" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "Tìm hiểu thêm." @@ -4787,10 +4888,10 @@ msgstr "Rời đi" msgid "Leave chat" msgstr "Rời chat" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "Rời đối thoại" @@ -4822,9 +4923,9 @@ msgstr "Cùng đặt lại mật khẩu của bạn nào!" msgid "Let's go!" msgstr "Bắt đầu nào!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "Sáng" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "Sáng" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "Thích ({0, plural, other {# lượt thích}})" @@ -4855,7 +4956,7 @@ msgstr "Thích 10 bài để dạy cho bảng tin Khám phá" msgid "Like notifications" msgstr "" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "Thích bảng tin này" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "Thích bởi {0, plural, other {# người dùng}}" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "" msgid "Likes of your reposts notifications" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "Lượt thích cho bài đăng này" @@ -5021,12 +5122,12 @@ msgstr "" msgid "Live link" msgstr "" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "Tải thêm" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "Tải thêm gợi ý bảng tin" @@ -5041,6 +5142,14 @@ msgstr "Tải thông báo mới" msgid "Load new posts" msgstr "Tải bài đăng mới" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "Đang tải..." @@ -5049,15 +5158,19 @@ msgstr "Đang tải..." msgid "Log" msgstr "Log" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "Trạng thái hiển thị sau đăng xuất" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "Logo bởi @sawaratsuki.bsky.social" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "Logo bởi <0>@sawaratsuki.bsky.social0>" @@ -5113,8 +5226,8 @@ msgstr "Quản lý từ cấm và thẻ" msgid "Mark all as read" msgstr "Đánh dấu tất cả là đã đọc" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "Đánh dấu đã đọc" @@ -5132,7 +5245,7 @@ msgstr "Để sau" msgid "Media" msgstr "Phương tiện" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "Phương tiện có thể gây phản cảm cho một số khán giả." @@ -5140,14 +5253,10 @@ msgstr "Phương tiện có thể gây phản cảm cho một số khán giả." msgid "Mention notifications" msgstr "" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "người dùng được đề cập" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "Người dùng được đề cập" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "Trình đơn" msgid "Message {0}" msgstr "Tin nhắn {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "Đã xóa tin nhắn" @@ -5172,7 +5281,7 @@ msgstr "Đã xóa tin nhắn" msgid "Message deleted" msgstr "Đã xóa tin nhắn" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "Tin nhắn từ @{0}: {1}" @@ -5189,7 +5298,7 @@ msgstr "Trường nhập tin nhắn" msgid "Message is too long" msgstr "Tin nhắn quá dài" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "Tuỳ chọn tin nhắn" @@ -5197,24 +5306,22 @@ msgstr "Tuỳ chọn tin nhắn" msgid "Messages" msgstr "Tin nhắn" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "Nửa đêm" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "Tài khoản sai lệch" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "Bài đăng sai lệch" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "Công cụ kiểm duyệt" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 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:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "Bảng tin khác" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "Tắt tiếng" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "Ẩn {tag}" @@ -5332,8 +5439,8 @@ msgstr "Ẩn tài khoản" msgid "Mute accounts" msgstr "Ẩn tài khoản" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "Tắt thông báo đối thoại" @@ -5396,7 +5503,7 @@ msgstr "Tài khoản bị ẩn" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "Bài đăng từ tài khoản đã bị ẩn sẽ bị xóa khỏi bảng tin và thông báo của bạn. Việc ẩn là hoàn toàn riêng tư." -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "Ẩn bởi \"{0}\"" @@ -5421,17 +5528,6 @@ msgstr "Bảng tin của tôi" msgid "Name" msgstr "Tên" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "Tên hoặc mô tả phi phạm tiêu chuẩn cộng đồng" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "Đi đến gói khởi đầu" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "Điều hướng đến màn hình kế tiếp" @@ -5455,20 +5551,16 @@ 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:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "Cần báo cáo vi phạm bản quyền?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "Không bao giờ mất truy cập đến người theo dõi hoặc dữ liệu của bạn." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "Thôi, tạo tên người dùng cho tôi" @@ -5476,17 +5568,17 @@ msgstr "Thôi, tạo tên người dùng cho tôi" msgid "New" msgstr "Tạo mới" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "Tạo mới" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "Bài đăng mới" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "" @@ -5574,8 +5666,8 @@ msgstr "Hộp thoại thông tin người dùng mới" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "Trả lời mới nhất trước" @@ -5587,8 +5679,8 @@ msgstr "Tin tức" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "Tin tức" msgid "Next" msgstr "Tiếp theo" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "Tiếp theo" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "Hình kế tiếp" @@ -5616,12 +5703,12 @@ msgstr "Hình kế tiếp" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "Chưa có mật khẩu ứng dụng nào" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "Không có bảng DNS" @@ -5646,8 +5733,9 @@ msgstr "" msgid "No likes yet" msgstr "Chưa có lượt thích nào" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "Không còn theo dõi {0}" @@ -5671,7 +5759,7 @@ msgstr "Chưa có thông báo nào!" msgid "No one" msgstr "Không ai" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 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." @@ -5701,7 +5789,7 @@ msgstr "Không có kết quả" msgid "No results" msgstr "Không có kết quả" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "Không có kết quả nào cho \"{0}\"." @@ -5719,7 +5807,7 @@ msgstr "Không tìm thấy kết quả nào cho \"{query}\"" msgid "No results found for {query}" msgstr "Không tìm thấy kết quả nào cho {query}" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "Không có kểt quả nào." @@ -5732,7 +5820,7 @@ msgstr "Không tìm thấy kết quả nào cho \"{search}\"." msgid "No thanks" msgstr "Không, cảm ơn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "Không ai" @@ -5753,6 +5841,10 @@ msgstr "Chưa có ai đăng lại bài đăng này. Có lẽ bạn nên là ngư 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." +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "Khỏa thân không khiêu dâm" @@ -5843,16 +5935,11 @@ msgstr "bây giờ" msgid "Now" msgstr "Bây giờ" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "Khỏa thân" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "Hình khỏa thân hoặc nội dung 18+ không được gắn nhãn đúng" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "OK" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "OK" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "Trả lời cũ nhất trước" @@ -5916,7 +6003,7 @@ msgstr "Một hoặc nhiều video thiếu văn bản thay thế" msgid "Only .jpg and .png files are supported" msgstr "Chỉ hỗ trợ tệp .jpg và .png" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "Chỉ {0} có thể trả lời" @@ -5941,7 +6028,7 @@ msgstr "Ôi, có gì đó không đúng!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "Mở trình tạo hình đại diện" msgid "Open conversation options" msgstr "Mở tùy chọn hội thoại" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "Mở trình đơn" @@ -5973,8 +6060,8 @@ msgstr "Mở trình chọn biểu tượng cảm xúc" msgid "Open feed info screen" msgstr "Mở màn hình thông tin bảng tin" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "Mở trình đơn tùy chọn bảng tin" @@ -6015,7 +6102,7 @@ msgstr "" msgid "Open share menu" msgstr "" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "Mở trình đơn gói khởi đầu" @@ -6032,9 +6119,9 @@ msgstr "Mở log hệ thống" msgid "Opens a dialog to add a content warning to your post" msgstr "Mở hộp thoại để thêm cảnh báo nội dung cho bài đăng của bạn" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "Mở hộp thoại để chọn ai có thể trả lời vào thảo luận này" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "" msgid "Opens live status dialog" msgstr "" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "Mở biểu mẫu đặt lại mật khẩu" @@ -6103,24 +6190,15 @@ msgstr "Mở biểu mẫu đặt lại mật khẩu" msgid "Opens post language settings" msgstr "" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "Mở hồ sơ này" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "Cung cấp thêm thông tin bên dưới (không bắt buộc):" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "Lựa chọn:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "Hoặc kết hợp các lựa chọn sau:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "Hoặc tiếp tục với tài khoản khác" @@ -6145,21 +6223,50 @@ msgstr "Trạng thái OTA: Có lỗi khi tải cập nhật" msgid "OTA status: None available" msgstr "Trạng thái OTA: Không có cập nhật" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "Khác" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "Tài khoản khác" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "Đội ngũ kiểm duyệt của chúng tôi đã nhận được báo cáo của bạn." @@ -6176,7 +6283,7 @@ msgstr "Không tìm thấy trang" msgid "Page Not Found" msgstr "Không tìm thấy trang" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "Người\tđược @{0} theo dõi" msgid "People following @{0}" msgstr "Người đang theo dõi @{0}" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "" @@ -6247,12 +6362,12 @@ msgstr "Thú cưng" msgid "Photography" msgstr "Nhiếp ảnh" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "Hình ảnh cho người lớn" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "Ghim bảng tin" @@ -6266,7 +6381,7 @@ msgstr "Ghim bảng tin" msgid "Pin to home" msgstr "Ghim vào trang chủ" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "Ghim vào trang chủ" @@ -6275,7 +6390,7 @@ msgstr "Ghim vào trang chủ" msgid "Pin to your profile" msgstr "Ghim vào hồ sơ của bạn" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "Đã ghim" @@ -6302,7 +6417,7 @@ msgstr "Phát" msgid "Play {0}" msgstr "Phát {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "Phát video" @@ -6327,7 +6442,7 @@ msgstr "Phát GIF" msgid "Plays the video" msgstr "Phát video" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "Xin hãy thêm nhãn cảnh báo phù hợp với nội dung mà bạn đang đăng." @@ -6413,7 +6528,7 @@ msgstr "Vui lòng nhập mã mời." msgid "Please enter your new email address." msgstr "" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "Vui lòng nhập mật khẩu" @@ -6421,11 +6536,11 @@ msgstr "Vui lòng nhập mật khẩu" msgid "Please enter your password as well:" msgstr "Vui lòng nhập mật khẩu của bạn nữa:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "Vui lòng nhập tên tài khoản" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "Vui lòng giải thích vì sao bạn nghĩ nhãn này đã được áp dụng sai bởi {0}" @@ -6446,11 +6561,11 @@ msgstr "" msgid "Please select a language" msgstr "" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "Vui lòng chọn một dịch vụ kiểm duyệt" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "Vui lòng chọn một lý do cho báo cáo này" @@ -6473,7 +6588,7 @@ msgstr "" msgid "Politics" msgstr "Chính trị" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "Hình ảnh khiêu dâm" @@ -6512,24 +6627,24 @@ 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:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "Bài đăng đã bị xoá" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "Bài đăng bị ẩn do từ cấm" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "Bài đăng ẩn bởi bạn" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "Cài đặt tương tác bài đăng" @@ -6614,13 +6729,8 @@ msgstr "Hình trước" msgid "Primary Language" msgstr "Ngôn ngữ chính" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "Ưu tiên người bạn theo dõi" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "Quyền riêng tư" @@ -6652,6 +6762,10 @@ msgstr "" msgid "Privacy Policy" msgstr "Chính sách bảo mật" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "Đang xử lý video..." @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "Đã cập nhật hồ sơ" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "Công khai" @@ -6714,7 +6836,7 @@ msgstr "Đăng trả lời" msgid "Push" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "" @@ -6764,10 +6886,6 @@ msgstr "Bài đăng trích dẫn đã được gỡ thành công" msgid "Quote posts disabled" msgstr "Trích dẫn bài đăng đã bị tắt" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "Cài đặt trích dẫn" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "Cài đặt trích dẫn" msgid "Quotes" msgstr "Trích dẫn" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "Trích dẫn của bài đăng này" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "Vượt quá giới hạn - bạn đã thử thay đổi tên người dùng quá nhiều lần trong thời gian ngắn. Vui lòng chờ một chút trước khi thử lại." @@ -6805,11 +6923,11 @@ msgstr "" msgid "Read blog post" msgstr "Đọc bài blog" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "Thu gọn" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "Xem thêm" @@ -6849,15 +6967,11 @@ msgstr "" msgid "Reason for appeal" msgstr "Lý do khiếu nại" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "Lý do:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "Kết nối lại" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "Từ chối" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "Từ chối yêu cầu trò chuyện" @@ -6946,8 +7060,8 @@ msgstr "Xóa bảng tin" msgid "Remove feed?" msgstr "Xóa bảng tin?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "" msgid "Replies" msgstr "Trả lời" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "Trả lời đã bị tắt" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "Trả lời cho bài đăng này đã bị tắt." @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "Trả lời" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "Trả lời ({0, plural, other {# trả lời}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "Trả lời bị ẩn bởi tác giả của thảo luận" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "Trả lời bị ẩn bởi bạn" @@ -7120,11 +7234,7 @@ msgstr "Trả lời bị ẩn bởi bạn" msgid "Reply notifications" msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "Cài đặt trả lời" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 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" @@ -7141,7 +7251,7 @@ msgstr "Đã cập nhật trạng thái hiển thị trả lời" msgid "Reply was successfully hidden" msgstr "Ẩn thành công trả lời" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "Báo cáo" msgid "Report account" msgstr "Báo cáo tài khoản" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "Báo cáo hội thoại" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "Hộp thoại báo cáo" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "Báo cáo bảng tin" @@ -7176,7 +7285,7 @@ msgstr "Báo cáo bảng tin" msgid "Report list" msgstr "Báo cáo danh sách" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "Báo cáo tin nhắn" @@ -7185,48 +7294,41 @@ msgstr "Báo cáo tin nhắn" msgid "Report post" msgstr "Báo cáo bài đăng" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "Báo cáo gói khởi đầu" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "Đã gửi báo cáo" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "Báo cáo nội dung này" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "Báo cáo bảng tin này" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "Báo cáo danh sách này" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "Báo cáo tin nhắn này" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "Báo cáo bài đăng này" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "Báo cáo gói khởi đầu này" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "Báo cáo người dùng này" @@ -7250,7 +7352,7 @@ msgstr "" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "Đăng lại hoặc trích dẫn bài đăng" @@ -7277,7 +7379,7 @@ msgstr "Đăng lại bởi bạn" msgid "Reposts" msgstr "" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "Lượt đăng lại của bài đăng này" @@ -7291,8 +7393,8 @@ msgstr "" msgid "Reposts of your reposts notifications" msgstr "" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "" @@ -7348,7 +7450,7 @@ msgstr "Đặt lại trại thái hướng dẫn" msgid "Reset password" msgstr "Đặt lại mật khẩu" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "Thử đăng nhập lại" @@ -7360,12 +7462,12 @@ msgstr "Thử lại hành động cuối cùng (đã xảy ra lỗi)" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,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:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "Thử tải lại tùy chọn báo cáo" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "Trở về trang trước" @@ -7399,8 +7501,8 @@ msgstr "Trở về trang chủ" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "Trở về trang trước" @@ -7412,8 +7514,8 @@ msgstr "Quay lại bước trước đó" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "Quay lại bước trước đó" msgid "Save" msgstr "Lưu" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "Lưu" @@ -7459,8 +7561,13 @@ msgstr "Lưu tên tài khoản mới" msgid "Save QR code" msgstr "Lưu mã QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "Lưu vào bảng tin của tôi" @@ -7487,21 +7594,25 @@ msgstr "Đã lưu vào bảng tin của bạn" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Gửi lời chào!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "Khoa học" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "" @@ -7513,7 +7624,7 @@ msgstr "Cuộn đến đầu trang" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "Tìm kiếm" @@ -7553,11 +7664,11 @@ msgstr "Tìm kiếm \"{searchText}\"" 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:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "Tìm thêm tài khoản" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "Tìm thêm bảng tin" @@ -7610,19 +7721,19 @@ msgstr "Tìm hồ sơ" msgid "Security step required" msgstr "" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "Xem bài đăng {tag}" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "Xem bài đăng {tag} từ người dùng" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "Xem bài đăng #{tag}" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "Xem bài đăng #{tag} từ người dùng" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space msgstr "Thanh trượt. Sử dụng các phím mũi tên để tìm kiếm về phía trước và phía sau, và phím cách để phát / tạm dừng" #. 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "" @@ -7665,11 +7776,15 @@ msgstr "" msgid "Select a color" msgstr "Chọn màu" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "Chọn tài khoản" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "" @@ -7701,6 +7816,14 @@ 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:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "Chọn GIF" @@ -7727,14 +7850,10 @@ msgstr "Chọn ngôn ngữ..." msgid "Select languages" msgstr "Chọn ngôn ngữ..." -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "Chọn dịch vụ kiểm duyệt" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "Chọn dịch vụ kiểm duyệt" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "" @@ -7752,10 +7871,6 @@ msgstr "Chọn tệp phụ đề (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "Chọn emoji {emojiName} làm hình hiển thị" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "Chọn dịch vụ kiểm duyệt để báo cáo" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "" @@ -7785,7 +7900,7 @@ msgstr "Chọn sở thích của bạn từ các tùy chọn dưới đây" msgid "Select your preferred language for translations in your feed." msgstr "Chọn ngôn ngữ ưa thích cho bản dịch trong bảng tin của bạn." -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "" @@ -7793,6 +7908,10 @@ msgstr "" msgid "Selecting multiple media types is not supported." msgstr "" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "Gửi một trang web hay!" @@ -7818,7 +7937,7 @@ msgstr "Gửi phản hồi" msgid "Send message" msgstr "Gửi tin nhắn" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "" @@ -7826,18 +7945,7 @@ msgstr "" msgid "Send post to..." msgstr "Gửi bài đăng đến..." -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "Gửi báo cáo" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "Gửi báo cáo đến {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "Gửi báo cáo cho {title}" @@ -7858,7 +7966,7 @@ msgstr "Gửi qua tin nhắn" msgid "Sends email with confirmation code for account deletion" msgstr "Gửi email kèm mã xác nhận để xóa tài khoản" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "Địa chỉ máy chủ" @@ -7874,10 +7982,18 @@ msgstr "Đặt ngày sinh" msgid "Set new password" msgstr "Đặt mất khẩu mới" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "Thiết lập tài khoản của bạn" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "Đặt email để đặt lại mật khẩu" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "Cài đặt được lưu" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "Hành vi gợi dục hoặc khỏa thân khiêu dâm." @@ -7953,7 +8069,7 @@ msgstr "Khiêu dâm" msgid "Share" msgstr "Chia sẻ" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "Chia sẻ" @@ -7996,7 +8112,7 @@ msgstr "" msgid "Share QR code" msgstr "Chia sẻ mã QR" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "Chia sẻ bảng tin này" @@ -8012,8 +8128,8 @@ msgstr "Chia sẻ gói khởi đầu này và giúp mọi người tham gia cộ #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "Chia sẻ bảng tin yêu thích của bạn" msgid "Shared Preferences Tester" msgstr "Trình kiểm tra cài đặt đã chia sẻ" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "Hiển thị văn bản thay thế" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "Vẫn hiển thị" @@ -8067,6 +8183,10 @@ msgstr "Hiển thị ít bài như thế này hơn" msgid "Show list anyway" msgstr "Vẫn hiển thị danh sách" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "Hiển thị thêm" @@ -8080,7 +8200,7 @@ msgstr "Hiển thị nhiều bài như thế này hơn" msgid "Show more replies" msgstr "" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "" @@ -8098,10 +8218,6 @@ msgstr "Hiển thị trả lời" msgid "Show replies as" msgstr "Hiển thị trả lời dưới dạng" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "Hiển thị trước các trả lời từ người bạn theo dõi" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "Hiển thị cảnh báo" msgid "Show warning and filter from feeds" msgstr "Hiển thị cảnh báo và bộ lọc từ bảng tin" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 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" @@ -8133,7 +8249,7 @@ 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:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "Hiển thị nội dung" @@ -8145,7 +8261,7 @@ msgstr "Hiển thị nội dung" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "Hiển thị nội dung" msgid "Sign in" msgstr "Đăng nhập" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "Đăng nhập bằng {0}" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "Đăng nhập bằng..." @@ -8177,7 +8293,7 @@ msgstr "Đăng nhập hoặc đăng ký tài khoản" msgid "Sign in or create your account to join the conversation!" msgstr "Đăng nhập hoặc tạo tài khoản để tham gia cuộc trò chuyện!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "Đăng nhập vào tải khoản chưa được liệt kê" @@ -8243,7 +8359,7 @@ msgstr "" msgid "Skip to next step" msgstr "" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "Nhỏ hơn" @@ -8268,7 +8384,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:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "Một số người có thể trả lời" @@ -8280,7 +8396,7 @@ msgstr "Ai đó đã bày tỏ cảm xúc {0}" msgid "Someone reacted {0} to {1}" msgstr "Ai đó đã bày tỏ cảm xúc {0} cho {1}" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "Có điều gì đó không đúng với dữ liệu bạn đang cố gắng báo cáo. Vui lòng liên hệ bộ phận hỗ trợ." @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "Có gì đó không đúng" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "Có gì đó không đúng, vui lòng thử lại" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "Có gì đó không đúng!" msgid "Something went wrong. Please try again in a moment." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "Có lỗi xảy ra. Xin vui lòng thử lại." -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "Có gì không đúng? Hãy cho chúng tôi biết." @@ -8327,34 +8442,30 @@ msgstr "" 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." -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "Sắp xếp trả lời" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "Sắp xếp trả lời theo" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "Sắp xếp trả lời cùng bài đăng theo:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "Nguồn: <0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "Spam" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "Spam; tag người hoặc trả lời liên tục" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "Spam; tag người hoặc trả lời liên tục" msgid "Sports" msgstr "Thể thao" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "" @@ -8403,11 +8514,11 @@ msgstr "Gói khởi đầu bởi <0/>" msgid "Starter pack by you" msgstr "Gói khởi đầu bởi bạn" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "Gói khởi đầu không hợp lệ" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "Gói khởi đầu" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "Gửi khiếu nại" msgid "Submit Appeal" msgstr "Gửi khiếu nại" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "Gửi báo cáo" @@ -8494,7 +8605,7 @@ msgstr "Thành công!" msgid "Successfully verified" msgstr "Đã xác minh thành công" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "Tài khoản đề xuất" @@ -8506,17 +8617,17 @@ msgstr "Tài khoản đề xuất" msgid "Suggested for you" msgstr "Được đề xuất dành cho bạn" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "Đề xuất" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "Bình minh" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "Hoàng hôn" @@ -8547,10 +8658,10 @@ msgstr "Chuyển tài khoản" msgid "Switch to {0}" msgstr "Chuyển sang {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "Hệ thống" @@ -8591,6 +8702,10 @@ msgstr "Nhấp để đóng menu tuỳ chọn" msgid "Tap to dismiss" msgstr "Nhấn để bỏ qua" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "Hoàn thành nhiệm vụ - 10 người theo dõi!" @@ -8620,8 +8735,8 @@ msgstr "Kể một chút về bạn" msgid "Tell us a little more" msgstr "Kể thêm một chút nữa" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "Điều khoản" @@ -8637,26 +8752,11 @@ msgstr "Điều khoản" msgid "Terms of Service" msgstr "Điều khoản dịch vụ" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "Điều khoản sử dụng vi phạm tiêu chuẩn cộng đồng" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "Văn bản & thẻ" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "Trường văn bản" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "Trường nhập văn bản" @@ -8665,10 +8765,6 @@ msgstr "Trường nhập văn bản" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "Cảm ơn. Báo cáo của bạn đã được gửi." - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 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." @@ -8678,7 +8774,7 @@ msgstr "Cảm ơn, bạn đã xác minh địa chỉ email thành công. Bạn c msgid "Thanks! You're all set." msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "Chứa giá trị sau đây:" @@ -8699,11 +8795,11 @@ msgstr "" msgid "That's all, folks!" msgstr "Hết!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "Hết bảng tin video!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 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." @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "Ứng dụng sẽ khởi động lại" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "Tác giả thảo luận này đã ẩn trả lời này." @@ -8750,11 +8846,11 @@ msgstr "Trải nghiệm tốt hơn bằng ứng dụng. Tải Bluesky bây giờ msgid "The feed has been replaced with Discover." msgstr "Bảng tin này đã được thay thế bằng bảng tin Discover." -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "Các nhãn sau đây đã được gắn cho tài khoản của bạn." -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "Các nhãn sau đây đã được gắn cho nội dung của bạn." @@ -8788,7 +8884,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:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 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." @@ -8808,7 +8904,7 @@ msgstr "Điều khoản dịch vụ đã được chuyển đến" 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." -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "Giao diện" @@ -8827,7 +8923,7 @@ msgstr "Có vấn đề khi kết nối với Tenor." msgid "There was an issue contacting the server" msgstr "Có vấn đề khi kết nối với máy chủ" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 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." @@ -8836,7 +8932,7 @@ msgstr "Có vấn đề khi kết nối với máy chủ, vui lòng kiểm tra k 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:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 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." @@ -8845,7 +8941,7 @@ msgstr "Có vấn đề khi tải bài đăng. Nhấn vào đây để thử l msgid "There was an issue fetching the list. Tap here to try again." msgstr "Có vấn đề khi tải danh sách. Nhấn vào đây để thử lại." -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "Có vấn đề khi tải mật khẩu ứng dụng của bạn" @@ -8862,11 +8958,6 @@ msgstr "Có vấn đề khi tải thông tin dịch vụ của bạn" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "Có vấn đề khi xóa bảng tin này. Vui lòng kiểm tra kết nối mạng của bạn và thử lại." -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "Có vấn đề khi gửi báo cáo. Vui lòng kiểm tra kết nối mạng của bạn." - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "Có vấn đề cập nhật bảng tin của bạn, vui lòng kiểm tr #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "Có vấn đề cập nhật bảng tin của bạn, vui lòng kiểm tr msgid "There was an issue! {0}" msgstr "Đã xảy ra vấn đề! {0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "Đã xảy ra một vấn đề không mong muốn trong ứng dụng. V 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "Các cài đặt này chỉ áp dụng cho bảng tin Following." @@ -8941,7 +9036,7 @@ msgstr "Tài khoản này đã bị chặn bởi một hoặc nhiều danh sách msgid "This action can be undone at any time." msgstr "Hành động này có thể được hoàn tác bất kì lúc nào." -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "Kháng nghị này sẽ được gởi đến <0>{sourceName}0>." @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "Nội dung này được lưu trữ bởi {0}. Bạn có muốn kích hoạt phương tiện ngoại vi không?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "Nội dung này không có hiệu lực vì một trong số người dùng liên quan đã chặn người còn lại." @@ -9006,7 +9101,7 @@ msgstr "Tính năng này không khả dụng khi sử dụng Mật khẩu ứng msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "Bảng tin này đang nhận lượng truy cập cao và tạm thời không khả dụng. Vui lòng thử lại sau." -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "Bảng tin này đang trống! Bạn có thể phải theo dõi thêm người dùng hoặc điều chỉnh cài đặt ngôn ngữ của mình." @@ -9020,7 +9115,7 @@ msgstr "Bảng tin này đang trống." msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "Bảng tin này không còn trực tuyến. Chúng tôi đang hiển thị <0>Khám phá0> thay thế." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "Tên người dùng này đã được đặt trước. Vui lòng thử tên khác." @@ -9037,7 +9132,7 @@ msgstr "" msgid "This label was applied by the author." msgstr "Nhãn này đã được gắn bởi tác giả." -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "Nhãn này đã được bắn bởi bạn." @@ -9065,11 +9160,11 @@ msgstr "Danh sách này đang trống." msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "Dịch vụ kiểm duyệt này không khả dụng. Xem bên dưới để biết thêm chi tiết. Nếu vấn đề này vẫn tiếp tục, hãy liên hệ với chúng tôi." -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "Bài đăng này khai rằng đã được tạo vào <0>{0}0>, nhưng lần đầu tiên được Bluesky nhìn thấy vào <1>{1}1>." -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 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." @@ -9101,7 +9196,7 @@ msgstr "Trả lời này sẽ được sắp xếp vào mục ẩn ở cuối th 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/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "Tác vụ này sẽ tạo một bản ghi tên miền tại:" @@ -9113,7 +9208,7 @@ msgstr "" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "Người dùng này không có tên hiển thị, vì vậy không thể được xác minh." -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "Người dùng này không có người nào theo dõi." @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "Người dùng này đã chặn bạn" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "Người dùng này đã chặn bạn. Bạn không thể thấy nội dung của họ." @@ -9142,7 +9237,7 @@ msgstr "Người dùng này nằm trong danh sách <0>{0}0> mà bạn đã ẩ msgid "This user is new here. Press for more info about when they joined." msgstr "Người dùng này mới đến đây. Nhấn vào để biết họ đã tham gia khi nào." -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "Người dùng này không theo dõi ai cả." @@ -9168,7 +9263,7 @@ msgstr "Tùy chọn thảo luận" msgid "Thread preferences" msgstr "Cài đặt thảo luận" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "Cài đặt thảo luận" @@ -9181,6 +9276,10 @@ msgstr "Phân luồng" msgid "Threads Preferences" msgstr "Cài đặt thảo luận" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "" + #: 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}}" @@ -9198,10 +9297,6 @@ msgstr "" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "Để báo cáo hội thoại, vui lòng báo cáo một trong những tin nhắn thông qua màn hình hội thoại. Điều này giúp các quản trị viên hiểu ngữ cảnh về vấn đề của bạn." -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "Bạn muốn gởi báo cáo này cho ai?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "Hôm nay" @@ -9222,8 +9317,8 @@ msgstr "Hàng đầu" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "" @@ -9231,17 +9326,17 @@ msgstr "" msgid "Topic" msgstr "Chủ đề" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "Dịch" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "" @@ -9253,6 +9348,10 @@ msgstr "Chủ đề nổi trội" msgid "Trending Videos" msgstr "Video nổi bật" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: 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ậy0>: các tổ chức có thể trực tiếp cấp xác minh." @@ -9274,7 +9373,7 @@ msgstr "Xác thực hai bước (2FA)" msgid "Type your message here" msgstr "Gõ tin nhắn của bạn ở đây" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "Loại:" @@ -9294,13 +9393,13 @@ msgstr "" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 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:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "Không thể xóa" @@ -9324,27 +9423,27 @@ msgstr "" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "Bỏ chặn" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "Bỏ chặn" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "Bỏ chặn tài khoản" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "Bỏ chặn tài khoản" @@ -9369,12 +9468,7 @@ msgstr "Bỏ chặn bài đăng lại" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "Huỷ đăng lại ({0, plural, other {# đăng lại}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "Bỏ theo dõi" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "Bỏ theo dõi {0}" @@ -9383,7 +9477,7 @@ msgstr "Bỏ theo dõi {0}" msgid "Unfollow account" msgstr "Bỏ theo dõi tài khoản" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "Bỏ theo dõi người này" @@ -9391,7 +9485,7 @@ msgstr "Bỏ theo dõi người này" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 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." @@ -9399,12 +9493,20 @@ msgstr "Rất tiếc, không có dịch vụ gắn nhãn nào bạn đã đăng msgid "Unknown verifier" msgstr "Nhà xác minh không xác định" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "Bỏ thích ({0, plural, other {# lượt thích}})" @@ -9419,8 +9521,8 @@ msgstr "Bỏ ẩn" msgid "Unmute" msgstr "Bỏ ẩn" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "Bỏ ẩn {tag}" @@ -9431,7 +9533,7 @@ msgstr "Bỏ ẩn {tag}" msgid "Unmute account" msgstr "Bỏ ẩn tài khoản" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "Bật lại thông báo cho hội thoại" @@ -9454,8 +9556,8 @@ msgstr "Bật lại thông báo cho video" msgid "Unpin" msgstr "Bỏ ghim" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "Bỏ ghim bảng tin" @@ -9464,8 +9566,8 @@ msgstr "Bỏ ghim bảng tin" msgid "Unpin Feed" msgstr "Bỏ ghim bảng tin" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "Bỏ ghim khỏi trang chủ" @@ -9517,13 +9619,6 @@ msgstr "Đã bỏ đăng ký danh sách" msgid "Unsupported video type: {mimeType}" msgstr "" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "Nội dung khiêu dâm không mong muốn" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "Cập nhật <0>{displayName}0> trong danh sách" msgid "Update email" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "Cập nhật thành {domain}" @@ -9567,7 +9662,7 @@ msgstr "Đang cập nhật..." msgid "Upload a photo instead" msgstr "Tải lên ảnh" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "Tải lên tệp văn bản đến:" @@ -9603,11 +9698,11 @@ msgstr "Đang tải lên hình cho liên kết..." msgid "Uploading video..." msgstr "Đang tải lên video..." -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "Sử dụng mật khẩu ứng dụng để đăng nhập vào các ứng dụng Bluesky khác mà không cần cung cấp quyền truy cập đầy đủ vào tài khoản hoặc mật khẩu của bạn." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "Sử dụng nơi quản lý mặc định" @@ -9638,17 +9733,17 @@ msgstr "Sử dụng để đăng nhập vào ứng dụng khác cùng với tên msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "Đã chặn người dùng" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "Người dùng đã bị chặn" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "Người dùng đã bị chặn bởi \"{0}\"" @@ -9660,7 +9755,7 @@ msgstr "Người dùng đã bị chặn bởi danh sách" msgid "User Blocked by List" msgstr "Người dùng đã bị chặn bởi danh sách" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "Người dùng đang chặn bạn" @@ -9698,15 +9793,15 @@ msgstr "" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "Tên tài khoản hoặc địa chỉ email" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "người dùng theo dõi bởi <0>@{0}0>" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "người dùng theo dõi <0>@{0}0>" @@ -9715,15 +9810,7 @@ msgstr "người dùng theo dõi <0>@{0}0>" msgid "Users I follow" msgstr "Người dùng tôi theo dõi" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "Người dùng trong \"{0}\"" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "Người bạn theo dõi" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "Giá trị:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "Xác minh bản ghi DNS" @@ -9786,8 +9873,8 @@ msgstr "Hộp thoại xác minh email" msgid "Verify now" msgstr "" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "Xác minh tệp văn bản" @@ -9841,15 +9928,15 @@ msgstr "Video từ {0}: {text}" msgid "Video Games" msgstr "Trò chơi điện tử" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "Đã tạm dừng video" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "Đang phát video" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "Không tìm thấy video." @@ -9882,11 +9969,11 @@ msgstr "" msgid "View {0}'s avatar" msgstr "Xem hình đại diện của {0}" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "Xem hồ sơ của {0}" @@ -9906,16 +9993,11 @@ 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/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "Xem chi tiết" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "Xem chi tiết về báo cáo vi phạm bản quyền" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "Xem toàn bộ thảo luận" @@ -9960,7 +10042,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/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "Xem người dùng thích bảng tin này" @@ -9993,8 +10075,8 @@ msgstr "Xem tài khoản bạn đã ẩn" msgid "View your verifications" msgstr "Xem xác minh của bạn" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "Xem hình đầy đủ" @@ -10002,6 +10084,14 @@ msgstr "Xem hình đầy đủ" msgid "Views video in immersive mode" msgstr "Xem video ở chế độ toàn màn hình" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "Khi bạn nhấp vào dấu tích, bạn sẽ thấy tổ chức đã x msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "Bạn muốn thấy ngôn ngữ nào trong bảng tin theo thuật toán của mình?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "Ai có thể tương tác với bài đăng này?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "Ai có thể trả lời" @@ -10249,40 +10340,38 @@ msgstr "Đã xảy ra lỗi khi tải video nổi bật." msgid "Why are you appealing?" msgstr "Tại sao bạn khiếu nại?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "Tại sao nội dung này cần được xem xét?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "Tại sao bảng tin này cần được xem xét?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "Tại sao danh sách này cần được xem xét?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "Tại sao tin nhắn này cần được xem xét?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "Tại sao bài đăng này cần được xem xét?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "Tại sao gói khởi đầu này cần được xem xét?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "Tại sao người dùng này cần được xem xét?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "Có" msgid "Yes, deactivate" msgstr "Có, vô hiệu hóa" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "Có, xóa gói khởi đầu này" @@ -10373,7 +10462,7 @@ msgstr "" msgid "You are not allowed to upload videos." msgstr "Bạn không được phép tải lên video." -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "Bạn đang không theo dõi ai." @@ -10445,17 +10534,13 @@ msgstr "Bạn có thể kích hoạt lại tài khoản của mình để tiếp msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "Bạn có thể thiết lập cài đặt tương tác mặc định trong <0>Cài đặt → Kiểm duyệt → Cài đặt tương tác0>." - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 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." -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "Bạn không có người nào theo dõi." @@ -10467,6 +10552,10 @@ msgstr "Bạn không theo dõi người dùng nào theo dõi @{name}." msgid "You don't have any chat requests at the moment." msgstr "Hiện tại bạn không có yêu cầu trò chuyện nào." +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "Bạn không có bảng tin nào được ghim." @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "Bạn đã chặn người dùng này" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "Bạn đã chặn người dùng này. Bạn không thể xem nội dung của họ." @@ -10495,7 +10584,7 @@ msgstr "" 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." -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "Bạn đã ẩn bài đăng này" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "Bạn đã ẩn bài đăng này." #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "Bạn đã ẩn tài khoản này." -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "Bạn đã ẩn người dùng này." @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "Bạn chưa ẩn từ hoặc thẻ nào cả" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "Bạn đã ẩn trả lời này." @@ -10574,11 +10663,11 @@ msgstr "" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "Bạn có thể kháng nghị nhãn không phải của mình nếu bạn cảm thấy chúng được đặt sai." -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "Bạn có thể kháng nghị các nhãn này nếu bạn cảm thấy chúng được đặt sai." @@ -10614,10 +10703,6 @@ msgstr "" 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/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "Bạn phải chọn ít nhất một dịch vụ gắn nhãn cho một báo cáo" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "Bạn đã sẵn sàng!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "Bạn đang đăng nhập bằng Mật khẩu Ứng dụng. Vui lòng đăng nhập bằng mật khẩu chính để tiếp tục vô hiệu hóa tài khoản." +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "Bạn đã chọn ẩn một từ hoặc thẻ trong bài đăng này." @@ -10750,7 +10839,7 @@ msgstr "Bạn đã đến quá giới hạn tải lên video hàng ngày (quá n 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:1130 +#: src/screens/VideoFeed/index.tsx:1144 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?" @@ -10786,7 +10875,7 @@ msgstr "Khiếu nại của bạn đã được gửi. Nếu khiếu nại của msgid "Your birth date" msgstr "Ngày sinh của bạn" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "Trình duyệt của bạn không hỗ trợ định dạng video. Vui lòng thử trình duyệt khác." @@ -10798,7 +10887,7 @@ msgstr "Chat của bạn đã bị vô hiệu hóa" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "Lựa chọn của bạn sẽ được ghi nhớ cho các liên kết tới. Bạn có thể thay đổi bất cứ lúc nào trong cài đặt." -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "Tên tài khoản hiện tại <0>{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." @@ -10827,7 +10916,7 @@ msgstr "" msgid "Your first like!" msgstr "Lượt thích đầu của bạn!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "Người theo dõi bạn" @@ -10905,14 +10994,10 @@ msgstr "Hồ sơ, bài đăng, bảng tin, và danh sách của bạn sẽ khôn msgid "Your reply was sent" msgstr "" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "Báo cáo của bạn sẽ được gửi tới <0>{0}0>." -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "Báo cáo của bạn sẽ được gởi đến dịch vụ kiểm duyệt của Bluesky" - #: src/screens/Settings/InterestsSettings.tsx:60 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." diff --git a/src/locale/locales/zh-CN/messages.po b/src/locale/locales/zh-CN/messages.po index 239e009d5b..563363cf32 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "“{interestsDisplayName}”类别(已选中)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {关注者} other {关注者}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {正在关注} other {正在关注}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {喜欢} other {喜欢}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {喜欢} other {喜欢}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {帖文} other {帖文}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {引用} other {引用}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {转发} other {转发}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {收藏} other {收藏}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} 帖文}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "一共有 {0, plural,other {# 位用户}}使用过这个新手包!" @@ -133,6 +133,10 @@ msgstr "一共有 {0, plural,other {# 位用户}}使用过这个新手包!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural,other {+其他 # 个新手包}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0}(账户)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {时} other {时}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分} other {分}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 关注了你" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 喜欢了你的自定义动态源" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 喜欢了你的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 喜欢了你转发的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} 及 <0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 撤回了对你账户的认证" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 转发了你的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 转发了你转发的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} 及<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 使用了你的新手包注册" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} 及 <0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0> 对你授予了认证" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} 关注了你" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} 回关了你" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} 喜欢了你的自定义动态源" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} 喜欢了你的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} 喜欢了你转发的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} 撤回了对你账户的认证" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} 转发了你的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} 转发了你转发的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} 使用了你的新手包注册" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} 对你授予了认证" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 关注了你" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 喜欢了你的自定义动态源" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 喜欢了你的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 喜欢了你转发的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} 及 {additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 撤回了对你账户的认证" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 转发了你的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 转发了你转发的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} 及{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 使用了你的新手包注册" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} 及 {additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}} 对你授予了认证" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} 关注了你" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} 回关了你" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} 喜欢了你的自定义动态源" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} 喜欢了你的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} 喜欢了你转发的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} 撤回了对你账户的认证" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} 转发了你的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} 转发了你转发的帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} 使用了你的新手包注册" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} 对你授予了认证" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} 位正在关注" @@ -490,7 +494,7 @@ msgstr "<0>{0}0>及<1>1><2>{1} 2>已包含在你的新手包中" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> 已包含在你的新手包中" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> 的成员" @@ -515,7 +519,7 @@ msgstr "⚠无效的账户代码" msgid "24 hours" msgstr "24 小时" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "两步验证" @@ -560,12 +564,16 @@ msgstr "一张个人主页的截图,显示“关注”按钮旁新增的提醒 msgid "About" msgstr "关于" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "粗暴对待或歧视行为" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "接受" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "接受私信请求" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "无障碍设置" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "账户" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "已隐藏该账户" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "已隐藏该账户" @@ -627,11 +635,15 @@ msgstr "该账户已被列表隐藏" msgid "Account options" msgstr "账户选项" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "已从快速访问中移除该账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "再添加至少 {0} 个以继续" msgid "Add {displayName} to starter pack" msgstr "添加 {displayName} 至新手包" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "添加内容警告" @@ -730,8 +742,8 @@ msgstr "添加另一则帖文至帖文串" msgid "Add app password" msgstr "添加应用密码" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "添加应用密码" @@ -745,8 +757,8 @@ msgstr "添加表情符号反应" msgid "Add media to post" msgstr "添加媒体内容至帖文" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "补充更多细节(可选)" @@ -783,7 +795,7 @@ msgstr "添加一些推荐的动态源到你的新手包里面!" msgid "Add the default feed of only people you follow" msgstr "添加默认动态源(仅显示你关注的人)" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "向你的域名添加以下 DNS 记录:" @@ -823,18 +835,22 @@ msgstr "已添加至新手包" msgid "Additional details (limit 1000 characters)" msgstr "补充说明(一千个字以内)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "补充说明(300 个字以内)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "色情" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "成人内容" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "成人内容" @@ -846,11 +862,15 @@ msgstr "仅可通过网页端(<0>bsky.app0>)启用成人内容显示。" msgid "Adult content is disabled." msgstr "成人内容显示已停用。" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "成人内容标记" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "成人性虐待内容" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "详细设置" @@ -903,6 +923,10 @@ msgstr "以下是你已保存的动态源。" msgid "Allow access to your direct messages" msgstr "允许读取你的私信" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "允许以下来源向你发送私信" msgid "Allow others to be notified of your posts" msgstr "允许其他人在你发帖时收到提醒" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "允许引用帖文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "允许这些来源回复:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "允许读取私信" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "已经有验证码了?" @@ -1003,14 +1039,18 @@ msgstr "载入动态源时发生错误。" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "创建新手包时发生错误,要再试一次吗?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "播放视频时发生错误,请重试。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "播放视频时发生错误,请重试。" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "保存二维码时发生错误!" @@ -1035,8 +1075,7 @@ msgstr "包含 Bluesky 的几则帖文插图,旁边还有转发、喜欢和评 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "这张图片显示 Bluesky 官方可挑选信任的认证人,并由可信认证人为其他账户授予认证。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "不在这些选项中的问题" @@ -1050,10 +1089,10 @@ msgstr "开启私信时出现问题" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "出现问题,请重试。" @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "这个 iPhone 模型正在显示 Bluesky 应用界面,其中打开了一个已认证账户的个人资料,名称旁边拥有认证徽章。" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "未知标记者" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "和" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "动物性虐待" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "动物福利" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "公告" msgid "Announcing verification on Bluesky" msgstr "为你介绍 Bluesky 上的认证机制" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "反社会行为" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "任何人都可以参与互动" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "应用语言" msgid "App Password" msgstr "应用密码" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "已删除此应用密码" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "应用密码" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "应用密码" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "申诉" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "对“{0}”标记提出申诉" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "对此决定提出申诉" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "使用默认推荐的动态源" msgid "Apply Pull Request" msgstr "应用提交变更" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "自 {0} 起被归档" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "已归档帖文" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "你确定要删除此应用密码“{0}”吗?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "你确定要删除这条私信吗?此操作将仅为你删除私信,而不会为其他参与者删除。" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "你确定要删除此新手包吗?" @@ -1252,7 +1298,7 @@ msgstr "你正在使用 <0>{suggestedLanguageName}0> 撰写吗?" msgid "Art" msgstr "艺术" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "带有艺术性或非色情的裸露。" @@ -1269,7 +1315,7 @@ msgstr "为算法指定主题" msgid "At least 8 characters" msgstr "至少应含有 8 个字符" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "极光" @@ -1284,21 +1330,21 @@ msgstr "自动播放视频及 GIF" msgid "Available" msgstr "可用" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "返回" msgid "Back to Chats" msgstr "返回私信" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "违法活动或违反安全规定的行为" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "被禁用户视图绕过封禁" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "在你撰写贴文或回复之前,你必须首先验证你的电子邮 msgid "Before creating a starter pack, you must first verify your email." msgstr "在创建新手包之前,你必须首先验证你的电子邮箱。" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "在你接受此私信请求之前,你必须首先验证你的电子邮箱。" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "在你接收 {name} 的发帖提醒之前,你必须首先验证你的电子邮箱。" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "生日" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "屏蔽" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "要屏蔽账户吗?" msgid "Block accounts" msgstr "屏蔽账户" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "屏蔽并删除" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "屏蔽并删除对话" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "屏蔽列表" @@ -1402,15 +1452,19 @@ msgstr "屏蔽或举报" msgid "Block these accounts?" msgstr "要屏蔽这些账户吗?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "屏蔽用户" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "屏蔽用户" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "屏蔽该用户或删除整个对话(多选)" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "已被屏蔽" @@ -1449,25 +1503,25 @@ msgstr "屏蔽不会阻止其继续标记你的账户,但会阻止该账户在 msgid "Blog" msgstr "博客" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 无法确认帖文发布时间的真实性。" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky 经典™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 是一个开放的社交网络,你可以自行选择托管服务提供商。如果你是开发者,你还可以托管自己的服务器。" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky 是一个开放的社交网络,你可以自行选择托管服务提供商。但如果你是新用户,我们建议你选择默认的 Bluesky Social 选项。" @@ -1513,6 +1567,10 @@ msgstr "模糊化图片并从动态源中过滤" msgid "Books" msgstr "书籍" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "违反站点规则" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "在探索页面浏览更多账户" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "商务" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "来自 {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "来自 <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "相机" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "取消重新启用账户并登出" msgid "Cancel search" msgstr "取消搜索" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "无法与被屏蔽的用户进行互动" @@ -1697,12 +1756,12 @@ msgstr "更改应用语言" msgid "Change Handle" msgstr "更改账户代码" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "更改内容审核提供方" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "更改密码" @@ -1710,7 +1769,11 @@ msgstr "更改密码" msgid "Change password dialog" msgstr "更改密码对话框" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "更改举报类型" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "更改举报原因" @@ -1739,8 +1802,8 @@ msgstr "已保存更改" msgid "Chat" msgstr "私信" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "已删除私信" @@ -1753,7 +1816,7 @@ msgstr "私信 - 静音" msgid "Chat messages - sound" msgstr "私信 - 提示音" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "已隐藏私信" @@ -1769,7 +1832,7 @@ msgstr "私信请求收件箱" msgid "Chat requests" msgstr "私信请求" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "私信设置" msgid "Chat Settings" msgstr "私信设置" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "已取消隐藏私信" @@ -1797,7 +1860,7 @@ msgstr "私信" msgid "Check my status" msgstr "检查我的状态" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "请在这里输入发送到你电子邮箱的验证码。" @@ -1805,6 +1868,14 @@ msgstr "请在这里输入发送到你电子邮箱的验证码。" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "请在下方输入发送到你电子邮箱的验证码:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "儿童安全" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "儿童性虐待内容(CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "选择验证域名的方式" @@ -1833,7 +1904,7 @@ msgstr "在动态源中自由挑选适合你的自定义算法。" msgid "Choose this color as your avatar" msgstr "选择此颜色作为你的头像背景" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "选择你的服务提供商" @@ -1882,14 +1953,6 @@ msgstr "点击这里来重新开始验证流程。" msgid "Click here to update your email" msgstr "点击这里来更新你的电子邮箱" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "点击来禁止其他人引用这则帖文。" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "点击来允许其他人引用这则帖文。" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "点按来开启 {tag} 的标签菜单" @@ -1919,9 +1982,11 @@ msgstr "哒哒🐴哒哒🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "哒哒🐴哒哒🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "关闭" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "关闭活动对话框" @@ -2018,16 +2083,16 @@ msgstr "关闭表情符号选择器" msgid "Closes viewer for header image" msgstr "关闭标题图片查看器" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "折叠用户列表" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "折叠指定通知的用户列表" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "主题模式" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "使用 GPS 确认你的所在位置,你的位置信息将不会用于跟踪,且不会上传到云端。" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "使用 GPS 确认你的所在位置,你的位置信息将不会用于 msgid "Confirmation code" msgstr "验证码" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "连接中……" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "内容语言" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "内容不可用" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "宣扬或提倡自残内容" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "内容警告" @@ -2212,7 +2281,7 @@ msgstr "上下文菜单背景,点击以关闭菜单。" msgid "Continue" msgstr "继续" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "以 {0} 的身份继续(当前已登录)" @@ -2236,8 +2305,8 @@ msgstr "继续下一步" msgid "Conversation" msgstr "对话" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "已删除对话" @@ -2254,7 +2323,7 @@ msgstr "烹饪" msgid "Copied build version to clipboard" msgstr "已复制构建版本号至剪贴板" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "已复制构建版本号至剪贴板" msgid "Copied to clipboard" msgstr "已复制至剪贴板" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "已复制!" @@ -2290,23 +2359,23 @@ msgstr "复制 at:// 链接" msgid "Copy author DID" msgstr "复制发布者 DID" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "复制代码" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "复制 DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "复制主机" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "复制链接" @@ -2331,12 +2400,12 @@ msgstr "复制帖文链接" msgid "Copy link to profile" msgstr "复制个人资料链接" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "复制新手包链接" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "复制私信文字" @@ -2354,7 +2423,7 @@ msgstr "复制帖文文字" msgid "Copy QR code" msgstr "复制二维码" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "复制 TXT 记录值" @@ -2377,8 +2446,8 @@ msgstr "无法连接到动态源服务" msgid "Could not find profile" msgstr "无法找到个人资料" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "无法离开对话" @@ -2392,7 +2461,7 @@ msgstr "无法加载动态源" msgid "Could not load list" msgstr "无法加载列表" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "无法隐藏对话" @@ -2476,8 +2545,9 @@ msgstr "创建内容审核列表" msgid "Create new account" msgstr "创建新的账户" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "创建针对 {0} 的举报" @@ -2490,7 +2560,7 @@ msgstr "创建新手包" msgid "Create user list" msgstr "创建用户列表" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "创建于 {0}" @@ -2503,8 +2573,8 @@ msgstr "已屏蔽此列表的创建者" msgid "Culture" msgstr "文化" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "自定义" @@ -2512,18 +2582,22 @@ msgstr "自定义" msgid "Customization options" msgstr "自定义选项" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "自定义哪些人可以参与这则帖文的互动。" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "自定义你的 Bluesky 体验" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "危险挑战或活动" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "危险物质或药物滥用" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "深色" @@ -2536,7 +2610,7 @@ msgstr "深色" msgid "Dark mode" msgstr "深色模式" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "深色模式" @@ -2558,7 +2632,11 @@ msgstr "调试内容审核" msgid "Debug panel" msgstr "调试面板" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "深度伪造成人内容" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "默认" @@ -2566,14 +2644,14 @@ msgstr "默认" msgid "Default icons" msgstr "默认图标" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "删除" @@ -2586,16 +2664,16 @@ msgstr "删除账户" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "删除账户<0>“0><1>{0}1><2>”2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "删除应用密码" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "要删除应用密码吗?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "删除私信" @@ -2603,18 +2681,18 @@ msgstr "删除私信" msgid "Delete chat declaration record" msgstr "删除聊天记录" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "删除对话" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "删除对话" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "仅为我删除" @@ -2623,11 +2701,11 @@ msgstr "仅为我删除" msgid "Delete list" msgstr "删除列表" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "删除私信" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "仅为我删除私信" @@ -2641,12 +2719,12 @@ msgstr "删除我的账户" msgid "Delete post" msgstr "删除帖文" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "删除新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "要删除新手包吗?" @@ -2709,11 +2787,11 @@ msgstr "已启用开发者模式" msgid "Developer options" msgstr "开发者选项" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "对话框:调整哪些人可以参与这则帖文的互动" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "昏暗" @@ -2735,6 +2813,14 @@ msgstr "停用电子邮箱两步验证" msgid "Disable haptic feedback" msgstr "停用触觉反馈" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "停用字幕" @@ -2778,7 +2864,7 @@ msgstr "阻止平台向未登录用户显示我的账户" msgid "Discover new custom feeds" msgstr "探索新的自定义动态源" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "探索新的动态源" @@ -2817,8 +2903,8 @@ msgstr "名称" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "告别网络喷子和标题党,找到你真正在意的人和感兴趣的对话。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS 面板" @@ -2830,7 +2916,7 @@ msgstr "不使用此隐藏字词来隐藏你已关注用户的帖文" msgid "Does not include nudity." msgstr "不包含裸露内容。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "域名已通过验证!" @@ -2853,19 +2939,20 @@ msgstr "别担心!你现有的对话及设置都已保存,只需验证你已 #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "双击或长按私信以添加反应" msgid "Double tap to close the dialog" msgstr "双击以关闭对话框" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "双击以点赞" @@ -2903,6 +2990,10 @@ msgstr "下载 Bluesky" msgid "Download CAR file" msgstr "下载 CAR 文件" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "人肉搜索" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "拖放以新增图片" @@ -2943,9 +3034,13 @@ msgstr "例如:从不缺席的网友们。" msgid "e.g. Users that repeatedly reply with ads." msgstr "例如:滥发广告内容的用户。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "进食障碍" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "编辑来自 {0} 的动态提醒" msgid "Edit People" msgstr "编辑用户" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "编辑帖文互动选项" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "编辑个人资料" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "编辑个人资料" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "编辑新手包" @@ -3034,7 +3129,7 @@ msgstr "编辑新手包" msgid "Edit user list" msgstr "编辑用户列表" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "编辑哪些人可以回复" @@ -3085,7 +3180,7 @@ msgstr "已验证电子邮箱!" msgid "Email Verified" msgstr "已验证电子邮箱" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "嵌入 HTML 代码" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "嵌入式视频播放器" @@ -3141,6 +3236,10 @@ msgstr "转到其个人主页,点击 <0>提醒图标0> 即可接收该账户 msgid "Enable push notifications" msgstr "启用推送通知" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "启用字幕" @@ -3200,7 +3299,7 @@ msgstr "输入你想使用的域名" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "输入你创建账户时使用的电子邮箱。我们将向你发送用于密码重置的验证码。" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "请输入创建账户时使用的用户名或电子邮箱地址" @@ -3213,7 +3312,7 @@ msgstr "输入你的出生日期" msgid "Enter your email address" msgstr "输入你的电子邮箱地址" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "输入你的密码" @@ -3258,22 +3357,18 @@ msgstr "CAPTCHA(人机验证)响应错误。" msgid "Error: {error}" msgstr "错误:{error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "所有人" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "任何人都可以回复" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "任何人都可以回复这则帖文。" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "所有人" @@ -3282,16 +3377,6 @@ msgstr "所有人" msgid "Everything else" msgstr "其他内容" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "过于频繁的提及或回复" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "过于频繁或不受欢迎的信息" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "排除你已关注的用户" @@ -3316,7 +3401,7 @@ msgstr "退出图片查看器" msgid "Expand alt text" msgstr "展开替代文本" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "展开用户列表" @@ -3328,7 +3413,7 @@ msgstr "展开或折叠你正在回复的完整帖文" msgid "Expand post text" msgstr "展开帖文文本" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "展开或折叠帖文文本" @@ -3348,7 +3433,7 @@ msgstr "已到期" msgid "Expires {0}" msgstr "将于 {0} 到期" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "将于 {0} 后到期" @@ -3407,13 +3492,17 @@ msgstr "外部媒体可能会收集你或设备储存的个人信息。在你按 msgid "External Media Preferences" msgstr "外部媒体偏好设置" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "极端主义内容" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "无法接受私信请求" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "无法添加表情符号反应" @@ -3421,7 +3510,7 @@ msgstr "无法添加表情符号反应" msgid "Failed to add to starter pack" msgstr "无法添加到新手包" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "无法更改账户代码,请重试。" @@ -3438,13 +3527,13 @@ msgstr "无法创建对话" msgid "Failed to create starter pack" msgstr "无法创建新手包" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "无法删除私信" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "无法删除私信" @@ -3452,7 +3541,7 @@ msgstr "无法删除私信" msgid "Failed to delete post, please try again" msgstr "无法删除帖文,请重试" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "无法删除新手包" @@ -3465,10 +3554,10 @@ msgstr "无法关注所有建议的账户,请重试" msgid "Failed to load conversations" msgstr "无法加载对话" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "无法加载动态源偏好设置" @@ -3498,14 +3587,14 @@ msgstr "无法加载过去的私信" msgid "Failed to load preference." msgstr "无法加载首选项。" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "无法加载建议的动态源" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "无法加载建议关注" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "无法固定帖文" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "无法删除表情符号反应" @@ -3535,7 +3624,8 @@ msgstr "无法撤回认证" msgid "Failed to resolve location. Please try again." msgstr "无法获取位置信息,请重试。" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "无法保存图片:{0}" @@ -3557,7 +3647,7 @@ msgstr "无法发送私信" msgid "Failed to send email, please try again." msgstr "无法发送电子邮件,请重试。" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "无法提交申诉,请重试。" @@ -3606,6 +3696,14 @@ msgstr "无法验证电子邮箱,请重试。" msgid "Failed to verify handle. Please try again." msgstr "无法验证账户代码,请重试。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "虚假账户或机器人" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "散布选举相关虚假信息" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "动态源" @@ -3623,7 +3721,7 @@ msgstr "动态源创建者" msgid "Feed identifier" msgstr "动态源标识符" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "动态源菜单" @@ -3635,8 +3733,8 @@ msgstr "切换动态源" msgid "Feed unavailable" msgstr "动态源不可用" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "反馈" @@ -3696,7 +3794,7 @@ msgstr "按语言过滤搜索(当前:{currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "筛选谁可以选择接收你的动态提醒" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "筛选你想接收的通知来源" @@ -3713,7 +3811,7 @@ msgstr "终于来啦!收藏你感兴趣的帖文,以便能随时回来查看 msgid "Finance" msgstr "财经" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "寻找一些账户来关注" msgid "Find people to follow" msgstr "寻找一些用户关注" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "在 Bluesky 寻找感兴趣的帖文、用户和动态源" @@ -3741,17 +3839,17 @@ msgstr "完成" msgid "Fitness" msgstr "健康" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "哑光黑" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "哑光蓝" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "哑光白" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "灵活" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "关注" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "关注" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "关注 {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "关注 {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "关注所有账户" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "回关" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "回关" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "你认识的关注者" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "正在关注" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "正在关注" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "已关注 {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "已关注 {handle}" @@ -3894,11 +3988,11 @@ msgstr "关注了你" msgid "Follows You" msgstr "关注了你" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "字体" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "字体大小" @@ -3919,7 +4013,7 @@ msgstr "出于安全原因,我们将发送验证码到你的电子邮箱地址 msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "出于安全原因,你将无法再次查看此应用密码。若你忘记了此密码,则需重新生成。" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "我们建议你使用主题字体,以获得最佳使用体验。" @@ -3941,11 +4035,11 @@ msgstr "忘记那些无止尽的骚扰" msgid "Forgot Password" msgstr "忘记密码" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "忘记密码?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "忘记了?" @@ -3953,12 +4047,7 @@ msgstr "忘记了?" msgid "Free your feed" msgstr "还你一个干净的时间线" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "频繁发布不受欢迎的内容" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "发自" @@ -4011,7 +4100,7 @@ msgstr "当有人转发了你转发的帖文时收到通知。" msgid "Get notifications when people repost your posts." msgstr "当有人转发了你的帖文时收到通知。" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "当其发布新帖文时收到提醒" @@ -4027,7 +4116,7 @@ msgstr "当 {name} 发布新帖文时收到提醒" msgid "Get notified of this account’s activity" msgstr "当该账户有新动态时收到提醒" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "当 {name} 发帖时收到提醒" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "为你的个人资料选择头像" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "明显违反法规或服务条款" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "颂扬暴力" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "明显违反法规或服务条款" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "返回" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "返回" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "返回上一步" @@ -4123,7 +4208,7 @@ msgstr "开始直播" msgid "Go live for" msgstr "直播时间" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "转到 {firstAuthorName} 的个人资料" @@ -4146,23 +4231,35 @@ msgstr "前往动态源" msgid "Go to next" msgstr "前往下一步" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "转到个人资料" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "转到用户的个人资料" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "敏感/写实媒体" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "露骨暴力内容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "引诱拐骗行为" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "黑客入侵或系统攻击行为" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "已经完成一半了!" msgid "Handle" msgstr "账户代码" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "账户代码已被占用,请尝试输入另一个。" @@ -4182,7 +4279,7 @@ msgstr "账户代码已被占用,请尝试输入另一个。" msgid "Handle changed!" msgstr "已更改账户代码!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "账户代码太长,请缩短后重试。" @@ -4190,10 +4287,17 @@ msgstr "账户代码太长,请缩短后重试。" msgid "Haptics" msgstr "触感" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "骚扰、恶作剧或歧视行为" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "骚扰或仇恨行为" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "有害或高风险活动" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "伤害或危及未成年人安全" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "标签" msgid "Hashtag {tag}" msgstr "标签 {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "仇恨言论" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "遇到问题了?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "帮助" @@ -4238,7 +4346,7 @@ msgstr "嗨👋" msgid "Hidden" msgstr "隐藏" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "由你的内容审核设置所隐藏。" @@ -4248,7 +4356,7 @@ msgstr "隐藏列表" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "隐藏列表" msgid "Hide" msgstr "隐藏" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "隐藏" @@ -4269,6 +4377,10 @@ msgstr "隐藏" msgid "Hide customization options" msgstr "隐藏自定义选项" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "要隐藏热门话题吗?" msgid "Hide trending videos?" msgstr "要隐藏热门视频吗?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "隐藏用户列表" @@ -4320,7 +4432,7 @@ msgstr "隐藏用户列表" msgid "Hide verification badges" msgstr "隐藏认证徽章" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "隐藏内容" @@ -4365,12 +4477,12 @@ msgstr "请稍等!我们正在逐步开放上传视频的权限。你目前仍 msgid "Home" msgstr "主页" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "主机:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "托管服务提供商" @@ -4383,6 +4495,10 @@ msgstr "热门" msgid "How should we open this link?" msgstr "我们应该如何开启这条链接?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "人口贩卖" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "如果你想要更改密码,我们将发送验证码到你的电子邮 msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "如果你想限制其他人接收你账户的动态提醒,可以转到<0>设置 → 隐私与安全0>更改允许范围。" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "如果你是开发者,你可以自行托管服务器。" @@ -4443,12 +4559,7 @@ msgstr "如果你是开发者,你可以自行托管服务器。" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "如果你想更改你的账户代码或电子邮箱,请记得在停用之前进行更改。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "违法" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "图片" @@ -4461,29 +4572,24 @@ msgstr "已清除图片缓存" msgid "Image cache cleared, freed {0}" msgstr "已清除图片缓存,释放了{0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "已保存图片" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "无法保存图片,请允许应用访问照片图库。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "冒充、虚假声明身份或隶属关系" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "冒充、提供虚假信息或提出虚假声明" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "冒充身份" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "应用内" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "应用内通知" @@ -4507,17 +4613,12 @@ msgstr "应用内、系统推送、所有人" msgid "In-app, Push, People you follow" msgstr "应用内、系统推送、你关注的人" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "不当消息或敏感链接" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "收件箱清空啦!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "用户名或密码不正确" @@ -4537,11 +4638,11 @@ msgstr "输入新的密码" msgid "Input password for account deletion" msgstr "输入密码以删除账户" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "输入发送至你电子邮箱的验证码" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "已限制互动" @@ -4557,12 +4658,12 @@ msgstr "全新推出动态提醒" msgid "Introducing saved posts AKA bookmarks" msgstr "隆重介绍帖文收藏(又名书签)" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "两步验证码无效。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "账户代码无效,请尝试输入另一个。" @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "无效的互动选项。" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "无效的举报内容" @@ -4626,8 +4727,8 @@ msgstr "工作" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "加入 Bluesky" @@ -4657,20 +4758,20 @@ msgstr "KWS 服务条款" msgid "KWS website" msgstr "KWS 官网" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "由 {0} 标记。" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "由发布者标记。" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "标记" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "已添加标记" @@ -4678,11 +4779,11 @@ msgstr "已添加标记" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "标记可用于隐藏特定内容、显示警告或分类用户和内容。" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "你账户上的标记" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "你内容上的标记" @@ -4696,7 +4797,7 @@ msgstr "语言设置" msgid "Languages" msgstr "语言" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "更大" @@ -4736,12 +4837,12 @@ msgstr "深入了解年龄验证" msgid "Learn more about Bluesky" msgstr "深入了解有关 Bluesky 的信息" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "深入了解有关自行托管 PDS 的信息。" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "深入了解有关应用于该内容的内容审核信息" @@ -4773,8 +4874,8 @@ msgstr "深入了解有关 Bluesky 公开内容的信息。" msgid "Learn more in your <0>account settings.0>" msgstr "在你的<0>账户设置0>了解详情" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "了解详情。" @@ -4787,10 +4888,10 @@ msgstr "离开" msgid "Leave chat" msgstr "离开对话" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "离开对话" @@ -4822,9 +4923,9 @@ msgstr "让我们来重置你的密码吧!" msgid "Let's go!" msgstr "让我们开始吧!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "浅色" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "浅色" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "喜欢({0, plural, one {# 次喜欢} other {# 次喜欢}})" @@ -4855,7 +4956,7 @@ msgstr "喜欢 10 则帖文以训练“Discover”资讯源" msgid "Like notifications" msgstr "喜欢通知" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "喜欢此动态源" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {# 位用户} other {# 位用户}}喜欢" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "喜欢你转发的帖文" msgid "Likes of your reposts notifications" msgstr "喜欢你转发帖文的通知" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "这则帖文的喜欢数" @@ -5021,12 +5122,12 @@ msgstr "直播功能正在测试中" msgid "Live link" msgstr "直播链接" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "加载更多" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "加载更多建议的动态源" @@ -5041,6 +5142,14 @@ msgstr "加载更多通知" msgid "Load new posts" msgstr "加载更多帖文" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "加载中……" @@ -5049,15 +5158,19 @@ msgstr "加载中……" msgid "Log" msgstr "日志" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "已登出" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "未登录用户可见性" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "网站标志由 @sawaratsuki.bsky.social 绘制" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "网站标志由 <0>@sawaratsuki.bsky.social0> 绘制" @@ -5113,8 +5226,8 @@ msgstr "管理你的隐藏字词和标签" msgid "Mark all as read" msgstr "标记所有为已读" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "标记为已读" @@ -5132,7 +5245,7 @@ msgstr "之后再说" msgid "Media" msgstr "媒体" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "可能会令部分受众不安或造成不适的媒体内容。" @@ -5140,14 +5253,10 @@ msgstr "可能会令部分受众不安或造成不适的媒体内容。" msgid "Mention notifications" msgstr "提及通知" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "被提及的用户" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "被提及的用户" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "菜单" msgid "Message {0}" msgstr "传送私信给 {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "已删除私信" @@ -5172,7 +5281,7 @@ msgstr "已删除私信" msgid "Message deleted" msgstr "已删除私信" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "来自 @{0} 的私信:{1}" @@ -5189,7 +5298,7 @@ msgstr "私信输入框" msgid "Message is too long" msgstr "私信过长" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "私信选项" @@ -5197,24 +5306,22 @@ msgstr "私信选项" msgid "Messages" msgstr "私信" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "午夜" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "轻度骚扰或霸凌行为" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "其他通知" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "误导性账户" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "误导性帖文" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "误导" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "内容审核工具" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "内容审核服务提供方已对该内容标记一般警告。" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "更多动态源" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "隐藏" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "隐藏 {tag}" @@ -5332,8 +5439,8 @@ msgstr "隐藏账户" msgid "Mute accounts" msgstr "隐藏账户" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "隐藏对话" @@ -5396,7 +5503,7 @@ msgstr "已隐藏账户" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "已隐藏的账户不会出现在你的通知或时间线里面。隐藏列表仅对你自己可见。" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "被“{0}”隐藏" @@ -5421,17 +5528,6 @@ msgstr "我的动态源" msgid "Name" msgstr "名称" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "名称或描述违反了社群准则" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "转到新手包" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "转到下一页" @@ -5455,20 +5551,16 @@ msgstr "转到下一页" msgid "Navigates to your profile" msgstr "转到个人资料" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "需要举报侵害版权、法律要求及合规性问题?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "需要举报侵权行为吗?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "你永远不会失去对关注者或数据的掌控权。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "不用了,请帮我创建一个账户代码" @@ -5476,17 +5568,17 @@ msgstr "不用了,请帮我创建一个账户代码" msgid "New" msgstr "最新" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "新建" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "来自 {firstAuthorLink} 的新{postsCount, plural, one {帖文} other {帖文}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "来自 {firstAuthorName} 的新{postsCount, plural, one {帖文} other {帖文}}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "新帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "来自 {firstAuthorLink} 及<0>其他 {additionalAuthorsCount, plural, one {{formattedAuthorsCount} 人} other {{formattedAuthorsCount} 人}}的新帖文0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "来自 {firstAuthorName} 及其他 {additionalAuthorsCount, plural,one {{formattedAuthorsCount} 人} other {{formattedAuthorsCount} 人}}的新帖文" @@ -5574,8 +5666,8 @@ msgstr "新的用户信息对话框" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "最新回复优先" @@ -5587,8 +5679,8 @@ msgstr "新闻" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "新闻" msgid "Next" msgstr "下一步" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "下一步" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "下一张图片" @@ -5616,12 +5703,12 @@ msgstr "下一张图片" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "无广告,无侵入式追踪,更没有成瘾性设计。Bluesky 充分尊重你宝贵的时间与注意力。" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "目前还没有应用密码" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "没有 DNS 面板" @@ -5646,8 +5733,9 @@ msgstr "没有图片" msgid "No likes yet" msgstr "目前还没有喜欢" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "已不再关注 {0}" @@ -5671,7 +5759,7 @@ msgstr "目前还没有通知!" msgid "No one" msgstr "没有人" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "仅限发布者可以引用这则帖文。" @@ -5701,7 +5789,7 @@ msgstr "没有结果" msgid "No results" msgstr "没有结果" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "找不到符合“{0}”的结果。" @@ -5719,7 +5807,7 @@ msgstr "找不到符合“{query}”的结果" msgid "No results found for {query}" msgstr "找不到符合 {query} 的结果" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "没有结果。" @@ -5732,7 +5820,7 @@ msgstr "找不到符合“{search}”的搜索结果。" msgid "No thanks" msgstr "不,谢谢" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "没有人" @@ -5753,6 +5841,10 @@ msgstr "目前还没有人转发这则帖文,或许你可以来当第一个哦 msgid "Nobody was found. Try searching for someone else." msgstr "找不到任何人,试试搜点其他关键字。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "非自愿的亲密视频" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "非色情裸露" @@ -5843,16 +5935,11 @@ msgstr "现在" msgid "Now" msgstr "现在" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "裸露" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "未标记的裸露或成人内容" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "好的" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "好的" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "最早回复优先" @@ -5916,7 +6003,7 @@ msgstr "至少有一段视频缺失了替代文本。" msgid "Only .jpg and .png files are supported" msgstr "目前仅支持上传 .jpg 或 .png 格式的图片" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "仅限{0}可以回复。" @@ -5941,7 +6028,7 @@ msgstr "糟糕,出了点问题!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "开启头像创建工具" msgid "Open conversation options" msgstr "开启对话选项" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "开启抽屉菜单" @@ -5973,8 +6060,8 @@ msgstr "开启表情符号选择器" msgid "Open feed info screen" msgstr "开启动态源详情页面" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "开启动态源选项菜单" @@ -6015,7 +6102,7 @@ msgstr "打开个人资料" msgid "Open share menu" msgstr "开启分享菜单" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "开启新手包菜单" @@ -6032,9 +6119,9 @@ msgstr "开启系统日志" msgid "Opens a dialog to add a content warning to your post" msgstr "开启对话框以向你的帖文内容添加警告" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "开启对话框以选择哪些人可以回复这条讨论串" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "开启链接 {0}" msgid "Opens live status dialog" msgstr "打开直播状态对话框" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "开启密码重置申请" @@ -6103,24 +6190,15 @@ msgstr "开启密码重置申请" msgid "Opens post language settings" msgstr "开启帖文语言设置" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "开启该个人资料" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "在下方提供额外信息(可选):" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "选项:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "或者组合选择这些选项:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "或者以其他账户继续。" @@ -6145,21 +6223,50 @@ msgstr "OTA 状态:获取更新错误" msgid "OTA status: None available" msgstr "OTA 状态:无可用" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "其他" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "其他账户" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "其他儿童安全问题" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "其他危险内容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "其他骚扰行为或散布仇恨内容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "其他误导性内容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "其他违反网络规则内容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "其他性虐待内容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "其他暴力内容" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "我们的博客文章" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "我们的审核团队已收到你的举报。" @@ -6176,7 +6283,7 @@ msgstr "无法找到此页面" msgid "Page Not Found" msgstr "无法找到此页面" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "被 @{0} 关注的用户" msgid "People following @{0}" msgstr "关注 @{0} 的用户" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "我关注的人" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "已被拒绝访问照片图库,请在系统设置中授权。" @@ -6247,12 +6362,12 @@ msgstr "宠物" msgid "Photography" msgstr "摄影" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "不适合未成年人的图片。" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "固定动态源" @@ -6266,7 +6381,7 @@ msgstr "固定动态源" msgid "Pin to home" msgstr "固定到主页" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "固定到主页" @@ -6275,7 +6390,7 @@ msgstr "固定到主页" msgid "Pin to your profile" msgstr "固定到你的个人资料" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "已固定" @@ -6302,7 +6417,7 @@ msgstr "播放" msgid "Play {0}" msgstr "播放 {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "播放视频" @@ -6327,7 +6442,7 @@ msgstr "播放 GIF" msgid "Plays the video" msgstr "播放视频" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "请为你所发布的媒体内容添加适当的内容警告标签。" @@ -6413,7 +6528,7 @@ msgstr "请输入你的邀请码。" msgid "Please enter your new email address." msgstr "请输入你的新电子邮箱地址。" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "请输入你的密码" @@ -6421,11 +6536,11 @@ msgstr "请输入你的密码" msgid "Please enter your password as well:" msgstr "请输入你的密码:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "请输入你的用户名" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "请说明你为什么认为 {0} 错误应用了此标记" @@ -6446,11 +6561,11 @@ msgstr "请提供你认为支持团队所需要的任何额外补充信息,以 msgid "Please select a language" msgstr "请选择语言" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "请选择内容审核服务提供方" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "请选择你要举报的违规项目" @@ -6473,7 +6588,7 @@ msgstr "请在以下栏位填写你的信息:" msgid "Politics" msgstr "政治" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "色情" @@ -6512,24 +6627,24 @@ msgstr "已删除帖文" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "帖文发布失败。请检查网络连接并重试。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "帖文已被删除" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "这则帖文因设置的隐藏字词而被隐藏" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "你已隐藏这则帖文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "帖文互动选项" @@ -6614,13 +6729,8 @@ msgstr "上一张图片" msgid "Primary Language" msgstr "主要语言" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "优先显示你关注的人" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "隐私" @@ -6652,6 +6762,10 @@ msgstr "隐私与安全设置" msgid "Privacy Policy" msgstr "隐私政策" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "侵犯未成年隐私" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "正在处理视频……" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "已更新个人资料" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "宣传或销售违法物品或服务" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "公开" @@ -6714,7 +6836,7 @@ msgstr "发布回复" msgid "Push" msgstr "推送" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "推送通知" @@ -6764,10 +6886,6 @@ msgstr "已成功分离引用帖文" msgid "Quote posts disabled" msgstr "已停用帖文引用" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "引用选项" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "引用选项" msgid "Quotes" msgstr "引用" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "引用这则帖文" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "超过速率限制——你在短时间内尝试修改账户代码的次数过多,请稍后再试。" @@ -6805,11 +6923,11 @@ msgstr "继续阅读 {0, plural, one {# 则回复} other {# 则回复}}" msgid "Read blog post" msgstr "阅读博客文章" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "查看更少" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "查看更多" @@ -6849,15 +6967,11 @@ msgstr "真实的用户。" msgid "Reason for appeal" msgstr "申诉原因" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "原因:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "接收应用内通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "接收推送通知" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "重新连接" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "拒绝" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "拒绝私信请求" @@ -6946,8 +7060,8 @@ msgstr "删除此动态源" msgid "Remove feed?" msgstr "要删除动态源吗?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "对你进行回复" msgid "Replies" msgstr "回复" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "已停用回复" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "这则帖文的回复已被停用。" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "回复" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "回复({0, plural, one {# 则回复} other {# 则回复}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "已被这条讨论串的发布者隐藏回复" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "你已隐藏这则回复" @@ -7120,11 +7234,7 @@ msgstr "你已隐藏这则回复" msgid "Reply notifications" msgstr "回复通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "回复选项" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "由这条讨论串的发布者设置的回复选项" @@ -7141,7 +7251,7 @@ msgstr "已更新回复可见性" msgid "Reply was successfully hidden" msgstr "已成功隐藏回复" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "举报" msgid "Report account" msgstr "举报账户" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "举报对话" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "举报页面" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "举报动态源" @@ -7176,7 +7285,7 @@ msgstr "举报动态源" msgid "Report list" msgstr "举报列表" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "举报私信" @@ -7185,48 +7294,41 @@ msgstr "举报私信" msgid "Report post" msgstr "举报帖文" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "举报新手包" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "已提交举报" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "举报这项内容" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "举报此对话" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "举报此动态源" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "举报此列表" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "举报这条私信" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "举报这则帖文" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "举报此新手包" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "举报此用户" @@ -7250,7 +7352,7 @@ msgstr "转发通知" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "转发或引用帖文" @@ -7277,7 +7379,7 @@ msgstr "你已转发" msgid "Reposts" msgstr "转发" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "转发这则帖文" @@ -7291,8 +7393,8 @@ msgstr "转发你转发的帖文" msgid "Reposts of your reposts notifications" msgstr "转发你转发帖文的通知" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "请求码" @@ -7348,7 +7450,7 @@ msgstr "重置入门引导状态" msgid "Reset password" msgstr "重置密码" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "重试登录" @@ -7360,12 +7462,12 @@ msgstr "重试上次出错的操作" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "重试上次出错的操作" msgid "Retry" msgstr "重试" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "重新加载举报选项" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "返回上一页" @@ -7399,8 +7501,8 @@ msgstr "返回主页" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "返回上一页" @@ -7412,8 +7514,8 @@ msgstr "返回上一步" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "返回上一步" msgid "Save" msgstr "保存" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "保存" @@ -7459,8 +7561,13 @@ msgstr "保存新的账户代码" msgid "Save QR code" msgstr "保存二维码" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "保存到我的动态源" @@ -7487,21 +7594,25 @@ msgstr "已保存到你的动态源" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "问声好!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "诈骗" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "科学" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "向左旋转" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "向右旋转" @@ -7513,7 +7624,7 @@ msgstr "滚动到顶部" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "搜索" @@ -7553,11 +7664,11 @@ msgstr "搜索“{searchText}”" msgid "Search for feeds that you want to suggest to others." msgstr "通过搜索来添加你想分享的动态源。" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "搜索更多账户" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "搜索更多动态源" @@ -7610,19 +7721,19 @@ msgstr "搜索个人资料" msgid "Security step required" msgstr "所需的安全步骤" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "查看 {tag} 的帖文" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "查看该用户包含 {tag} 的帖文" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "查看 #{tag} 的帖文" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "查看该用户包含 #{tag} 的帖文" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "选择“{interestsDisplayName}“类别" @@ -7665,11 +7776,15 @@ msgstr "选择 {langName}" msgid "Select a color" msgstr "选择一个颜色" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "选择一个原因" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "选择账户" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "选择应用语言" @@ -7701,6 +7816,14 @@ msgstr "选择持续时长" msgid "Select from an existing account" msgstr "从现有账户中选择" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "选择 GIF" @@ -7727,14 +7850,10 @@ msgstr "选择语言……" msgid "Select languages" msgstr "选择语言" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "选择内容审核服务提供方" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "选择内容审核服务提供方" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "选择帖文语言" @@ -7752,10 +7871,6 @@ msgstr "选择字幕文件(.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "选择 {emojiName} 表情符号作为你的头像" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "请选择你要向哪个内容审核服务提供方提交此举报" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "选择最多 3 种在这则帖文中使用的语言" @@ -7785,7 +7900,7 @@ msgstr "在下面选择你感兴趣的选项" msgid "Select your preferred language for translations in your feed." msgstr "选择你在订阅的动态源中翻译的目标语言。" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "自定义你的通知推送选项" @@ -7793,6 +7908,10 @@ msgstr "自定义你的通知推送选项" msgid "Selecting multiple media types is not supported." msgstr "不支持选择多种媒体类型。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "自我伤害或其他危险行为" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "发送一个有趣的网站吧!" @@ -7818,7 +7937,7 @@ msgstr "提交反馈" msgid "Send message" msgstr "发送私信" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "发送帖文给 {name}" @@ -7826,18 +7945,7 @@ msgstr "发送帖文给 {name}" msgid "Send post to..." msgstr "发送私信给……" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "提交举报" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "将举报提交给 {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "将举报提交给 {title}" @@ -7858,7 +7966,7 @@ msgstr "通过私信发送" msgid "Sends email with confirmation code for account deletion" msgstr "发送包含删除账户验证码的电子邮件" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "服务器地址" @@ -7874,10 +7982,18 @@ msgstr "设置出生日期" msgid "Set new password" msgstr "设置新密码" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "设置你的账户" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "设置用于重置密码的电子邮箱" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "已保存设置" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "性行为或色情裸露。" @@ -7953,7 +8069,7 @@ msgstr "性暗示" msgid "Share" msgstr "分享" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "分享" @@ -7996,7 +8112,7 @@ msgstr "分享帖文 at:// 链接" msgid "Share QR code" msgstr "分享二维码" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "分享此动态源" @@ -8012,8 +8128,8 @@ msgstr "分享此新手包,以帮助其他人更快融入你在 Bluesky 上的 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "分享你最喜欢的动态源吧!" msgid "Shared Preferences Tester" msgstr "共享偏好测试器" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "显示替代文本" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "仍然显示" @@ -8067,6 +8183,10 @@ msgstr "显示更少类似内容" msgid "Show list anyway" msgstr "仍然显示列表" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "显示更多" @@ -8080,7 +8200,7 @@ msgstr "显示更多类似内容" msgid "Show more replies" msgstr "显示更多回复" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "使用树形视图显示帖文回复串" @@ -8098,10 +8218,6 @@ msgstr "显示回复" msgid "Show replies as" msgstr "将回复显示为" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "将来自你关注的人的回复排在最前面" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "显示警告" msgid "Show warning and filter from feeds" msgstr "显示警告并从动态源中过滤" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "显示这则帖文的创建时间" @@ -8133,7 +8249,7 @@ msgstr "显示这则帖文的创建时间" msgid "Shows other accounts you can switch to" msgstr "显示可供你切换的其他账户" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "显示内容" @@ -8145,7 +8261,7 @@ msgstr "显示内容" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "显示内容" msgid "Sign in" msgstr "登录" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "以 {0} 登录" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "登录为……" @@ -8177,7 +8293,7 @@ msgstr "登录或创建账户" msgid "Sign in or create your account to join the conversation!" msgstr "登录或创建你的账户来加入对话吧!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "登录未列出的账户" @@ -8241,9 +8357,9 @@ msgstr "跳过介绍并开始使用你的账户" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99 msgid "Skip to next step" -msgstr "" +msgstr "跳至下一步" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "更小" @@ -8268,7 +8384,7 @@ msgstr "你当前被授予的部分认证无效。" msgid "Some other feeds you might like" msgstr "其他你可能喜欢的动态源" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "一些人可以回复" @@ -8280,7 +8396,7 @@ msgstr "有人作出了 {0} 反应" msgid "Someone reacted {0} to {1}" msgstr "有人对 {1} 作出了 {0} 反应" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "你试图提交的举报信息可能有误,请联系支持获取帮助。" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "出了点问题" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "出了点问题,请重试" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "出了点问题!" msgid "Something went wrong. Please try again in a moment." msgstr "发生错误,请稍后重试。" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "发生错误,请重试。" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "有点问题?请告诉我们。" @@ -8327,34 +8442,30 @@ msgstr "很抱歉,我们现在无法加载帐户建议。" msgid "Sorry! Your session expired. Please sign in again." msgstr "很抱歉,你的登录会话已过期,请重新登录。" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "回复排序" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "回复排序" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "对同一帖文的回复进行排序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "来源:<0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "垃圾内容" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "垃圾内容、过于频繁的提及或回复" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "垃圾信息或其他虚假欺骗行为" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "垃圾内容、过于频繁的提及或回复" msgid "Sports" msgstr "运动" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "当你和其他人开启一段对话后,对话就会出现在这里。" @@ -8403,11 +8514,11 @@ msgstr "由 <0/> 创建的新手包" msgid "Starter pack by you" msgstr "你创建的新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "无效的新手包" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "新手包" @@ -8436,8 +8547,8 @@ msgstr "Storybook" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "提交申诉" msgid "Submit Appeal" msgstr "提交申诉" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "提交举报" @@ -8494,7 +8605,7 @@ msgstr "完成!" msgid "Successfully verified" msgstr "成功认证" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "推荐账户" @@ -8506,17 +8617,17 @@ msgstr "推荐账户" msgid "Suggested for you" msgstr "为你推荐" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "性暗示" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "日出" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "日落" @@ -8547,10 +8658,10 @@ msgstr "切换账户" msgid "Switch to {0}" msgstr "切换到 {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "系统" @@ -8591,6 +8702,10 @@ msgstr "点按以关闭上下文菜单" msgid "Tap to dismiss" msgstr "点按以跳过" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "针对性骚扰" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "任务完成:关注 10 个账户!" @@ -8620,8 +8735,8 @@ msgstr "跟大家介绍一下你自己" msgid "Tell us a little more" msgstr "告诉我们更多" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "条款" @@ -8637,26 +8752,11 @@ msgstr "条款" msgid "Terms of Service" msgstr "服务条款" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "用词违反了社群准则" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "文本及标签" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "文本框" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "文本输入框" @@ -8665,10 +8765,6 @@ msgstr "文本输入框" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "感谢你的反馈,相关信息将会发送给动态源维护者。" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "谢谢,你的举报已提交。" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "谢谢,你已成功验证电子邮箱地址,现在你可以关闭此对话框。" @@ -8678,7 +8774,7 @@ msgstr "谢谢,你已成功验证电子邮箱地址,现在你可以关闭此 msgid "Thanks! You're all set." msgstr "谢谢!你已完成全部设置。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "其中包含以下内容:" @@ -8699,11 +8795,11 @@ msgstr "该用户名已被占用" msgid "That's all, folks!" msgstr "就这些,完毕!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "就这些了!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "取消屏蔽后,该账户将重新能够与你互动。" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "应用将会重新启动" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "这条讨论串的发布者隐藏了这则回复。" @@ -8750,11 +8846,11 @@ msgstr "使用 App 的体验会更好。现在下载 Bluesky,我们将从你 msgid "The feed has been replaced with Discover." msgstr "动态源已替换为“Discover”。" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "以下标记已应用到你的账户。" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "以下标记已应用到你发布的内容。" @@ -8788,7 +8884,7 @@ msgstr "你所选择的视频体积大于 100 MB,请选择其他较小的视 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "服务器似乎遇到了问题,请稍后重试。" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "你尝试查看的新手包无效。你可以考虑删除此新手包。" @@ -8808,7 +8904,7 @@ msgstr "服务条款已移动到" 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 "你提供的验证码无效。请检查你使用的验证链接是否正确,或重试请求新验证链接。" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "主题" @@ -8827,7 +8923,7 @@ msgstr "连接 Tenor 时出现问题。" msgid "There was an issue contacting the server" msgstr "连接服务器时出现问题" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "连接至服务器时出现问题。请检查网络连接并重试。" @@ -8836,7 +8932,7 @@ msgstr "连接至服务器时出现问题。请检查网络连接并重试。" msgid "There was an issue fetching notifications. Tap here to try again." msgstr "刷新通知时出现问题,点击重试。" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "刷新帖文时出现问题,点击重试。" @@ -8845,7 +8941,7 @@ msgstr "刷新帖文时出现问题,点击重试。" msgid "There was an issue fetching the list. Tap here to try again." msgstr "刷新列表时出现问题,点击重试。" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "获取应用密码时出现问题" @@ -8862,11 +8958,6 @@ msgstr "获取你的服务信息时出现问题" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "更新动态源时出现问题。请检查网络连接并重试。" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "提交举报时出现问题。请检查网络连接。" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "更新动态源时出现问题。请检查网络连接并重试。" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "更新动态源时出现问题。请检查网络连接并重试。" msgid "There was an issue! {0}" msgstr "出现问题了!{0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "应用发生意外错误,请联系我们进行错误反馈!" 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "这些偏好设置只适用于“Following”动态源。" @@ -8941,7 +9036,7 @@ msgstr "该账户已被一个或多个内容审核列表所屏蔽。如要取消 msgid "This action can be undone at any time." msgstr "此操作可随时撤销。" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "这条申诉将提交给 <0>{sourceName}0>。" @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "该内容由 {0} 托管。要启用外部媒体吗?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "由于有用户被另一个用户屏蔽,导致无法查看该内容。" @@ -9006,7 +9101,7 @@ msgstr "该功能在使用应用密码登录时不可用。请改用你的主密 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "目前此动态源的使用人数较多,服务暂时不可用。请稍后再试。" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "此动态源为空。可能你需要先关注更多用户,或检查你的语言设置。" @@ -9020,7 +9115,7 @@ msgstr "此动态源为空。" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "此动态源已离线。我们将改为显示来自 <0>Discover0> 动态源的内容。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "该账户代码被预留,请尝试输入另一个。" @@ -9037,7 +9132,7 @@ msgstr "无效链接" msgid "This label was applied by the author." msgstr "此标签是由该发布者标记的。" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "此标签是你标记的。" @@ -9065,11 +9160,11 @@ msgstr "此列表为空。" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "该内容审核提供服务不可用,请查看下方获取更多详情。如果问题持续存在,请联系我们。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "这则帖文声称发布于 <0>{0}0>,但首次出现在 Bluesky 的时间为 <1>{1}1>。" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "此帖文存在未知的内容类型,你的应用版本可能已过时。" @@ -9101,7 +9196,7 @@ msgstr "这则回复将被折叠到你讨论串底部的隐藏部分,并且会 msgid "This service has not provided terms of service or a privacy policy." msgstr "该服务没有提供服务条款或隐私政策。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "这应该在以下位置创建一个域名记录:" @@ -9113,7 +9208,7 @@ msgstr "这应该只需要几分钟。" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "此用户没有设置名称,因此无法授予认证。" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "该用户目前没有任何关注者。" @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "该用户屏蔽了你" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "你已被该用户屏蔽,无法查看其内容。" @@ -9142,7 +9237,7 @@ msgstr "该用户包含在你已隐藏的 <0>{0}0> 列表中。" msgid "This user is new here. Press for more info about when they joined." msgstr "该用户是近期加入 Bluesky 的。点按此处可获取其加入的具体时间。" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "该账户目前没有关注任何人。" @@ -9168,7 +9263,7 @@ msgstr "讨论串选项" msgid "Thread preferences" msgstr "讨论串偏好设置" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "讨论串偏好设置" @@ -9181,6 +9276,10 @@ msgstr "树形视图" msgid "Threads Preferences" msgstr "讨论串偏好设置" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "威胁或煽动行为" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "剩余时间:{0, plural, one {# 秒} other {# 秒}}" @@ -9198,10 +9297,6 @@ msgstr "如果需要停用电子邮箱两步验证,请首先验证你的电子 msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "要举报对话,请在会话界面里选择一条私信并提交举报。这将有助于使内容审核服务提供方了解相关问题的前因后果。" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "你想将向谁提交这份举报?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "今天" @@ -9222,8 +9317,8 @@ msgstr "热门" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "热门回复优先" @@ -9231,17 +9326,17 @@ msgstr "热门回复优先" msgid "Topic" msgstr "话题" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "翻译" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "树形视图" @@ -9253,6 +9348,10 @@ msgstr "热门" msgid "Trending Videos" msgstr "热门视频" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "引战" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "信任源于人际关系、社群和共享环境,因此我们也引入了<0>可信的认证人0>:可以直接为其他账户授予认证的组织。" @@ -9274,7 +9373,7 @@ msgstr "两步验证(2FA)" msgid "Type your message here" msgstr "请在这里输入消息" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "类型:" @@ -9294,13 +9393,13 @@ msgstr "无法连接到你的服务,请检查网络连接并重试。" #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "无法连接到服务,请检查网络连接。" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "无法删除" @@ -9324,27 +9423,27 @@ msgstr "动态源信息不可用" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "取消屏蔽" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "取消屏蔽" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "取消屏蔽账户" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "要取消屏蔽账户吗?" @@ -9369,12 +9468,7 @@ msgstr "取消转发" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "取消转发({0, plural, one {# 次转发} other {# 次转发}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "取消关注" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "取消关注 {0}" @@ -9383,7 +9477,7 @@ msgstr "取消关注 {0}" msgid "Unfollow account" msgstr "取消关注账户" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "取消关注用户" @@ -9391,7 +9485,7 @@ msgstr "取消关注用户" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "抱歉,Bluesky 目前无法在密西西比州提供服务。" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "抱歉,你订阅的标记者不支持此举报类型。" @@ -9399,12 +9493,20 @@ msgstr "抱歉,你订阅的标记者不支持此举报类型。" msgid "Unknown verifier" msgstr "未知的认证人" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "未标记的成人内容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "未标记、具骚扰性,或非自愿的成人内容" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "取消喜欢" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "取消喜欢({0, plural, one {# 次喜欢} other {# 次喜欢}})" @@ -9419,8 +9521,8 @@ msgstr "取消隐藏" msgid "Unmute" msgstr "取消隐藏" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "取消隐藏 {tag}" @@ -9431,7 +9533,7 @@ msgstr "取消隐藏 {tag}" msgid "Unmute account" msgstr "取消隐藏账户" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "取消隐藏对话" @@ -9454,8 +9556,8 @@ msgstr "取消隐藏视频" msgid "Unpin" msgstr "取消固定" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "取消固定动态源" @@ -9464,8 +9566,8 @@ msgstr "取消固定动态源" msgid "Unpin Feed" msgstr "取消固定动态源" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "从主页取消固定" @@ -9517,13 +9619,6 @@ msgstr "已从列表中取消订阅" msgid "Unsupported video type: {mimeType}" msgstr "不支持的视频类型:{mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "不受欢迎的色情内容" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "要把 <0>{displayName}0> 更新或删除自哪些列表?" msgid "Update email" msgstr "更新电子邮箱" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "更新至 {domain}" @@ -9567,7 +9662,7 @@ msgstr "更新中……" msgid "Upload a photo instead" msgstr "上传图片" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "将文本文件上传至:" @@ -9603,11 +9698,11 @@ msgstr "正在上传链接缩略图……" msgid "Uploading video..." msgstr "正在上传视频……" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "使用应用密码登录到其他 Bluesky 客户端,而无需对其授予你账户或密码的完全访问权限。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "使用默认提供商" @@ -9638,17 +9733,17 @@ msgstr "使用这个和你的账户代码一起登录其他应用。" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "直接使用你账户绑定的电子邮件地址,或提供一个你拥有的其他电子邮件地址,以防日后 KWS 或 Bluesky 需要与你联系。" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "已屏蔽该用户" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "已屏蔽该用户" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "该用户被“{0}”屏蔽" @@ -9660,7 +9755,7 @@ msgstr "该用户已被列表屏蔽" msgid "User Blocked by List" msgstr "该用户已被列表屏蔽" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "该用户屏蔽了你" @@ -9698,15 +9793,15 @@ msgstr "用户名不能使用连字符(-)开头或结尾" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "用户名只能包含字母(a-z)、数字及连字符(-)" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "用户名或电子邮箱地址" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "被 <0>@{0}0> 关注的用户" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "正在关注 <0>@{0}0> 的用户" @@ -9715,15 +9810,7 @@ msgstr "正在关注 <0>@{0}0> 的用户" msgid "Users I follow" msgstr "我关注的用户" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "“{0}”中的用户" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "你关注的用户" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "值:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "验证码" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "验证 DNS 记录" @@ -9786,8 +9873,8 @@ msgstr "验证电子邮箱对话框" msgid "Verify now" msgstr "现在验证" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "验证文本文件" @@ -9841,15 +9928,15 @@ msgstr "视频来自{0}:{text}" msgid "Video Games" msgstr "电子游戏" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "视频已暂停" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "视频正在播放" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "无法找到视频。" @@ -9882,11 +9969,11 @@ msgstr "查看" msgid "View {0}'s avatar" msgstr "查看 {0} 的头像" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "查看 {0} 的个人资料" @@ -9906,16 +9993,11 @@ msgstr "查看博客文章以获取更多资讯" msgid "View debug entry" msgstr "查看调试项目" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "查看详情" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "查看举报版权侵权的详情" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "查看完整讨论串" @@ -9960,7 +10042,7 @@ msgstr "查看由 @{0} 提供的标记服务。" msgid "View this user's verifications" msgstr "查看此用户的认证" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "查看此动态源被谁喜欢" @@ -9993,8 +10075,8 @@ msgstr "查看你隐藏的账户" msgid "View your verifications" msgstr "查看你的认证" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "查看完整图片" @@ -10002,6 +10084,14 @@ msgstr "查看完整图片" msgid "Views video in immersive mode" msgstr "进入沉浸模式观看视频" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "暴力" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "暴力或威胁性内容" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "当你点按验证徽章时,你会看到哪些组织已为其授予认 msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "你想在动态源算法中看到哪些语言?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "哪些人可以参与这则帖文的互动?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "哪些人可以回复" @@ -10249,39 +10340,37 @@ msgstr "糟糕!无法加载热门视频。" msgid "Why are you appealing?" msgstr "为什么要申诉?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "为什么应该审核这项内容?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "此对话为何需要受到审核?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" -msgstr "为什么应该审核此动态源?" +msgstr "此动态源为何需要受到审核?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" -msgstr "为什么应该审核此列表?" +msgstr "此列表为何需要受到审核?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" -msgstr "为什么应该审核这条私信?" +msgstr "此私信为何需要受到审核?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" -msgstr "为什么应该审核这则帖文?" +msgstr "此帖文为何需要受到审核?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" -msgstr "为什么应该审核此新手包?" +msgstr "此新手包为何需要受到审核?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" -msgstr "为什么应该审核此用户?" +msgstr "此用户为何需要受到审核?" + +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "需要屏蔽该用户、删除整个对话,或两者一并执行吗?" #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 @@ -10320,7 +10409,7 @@ msgstr "是" msgid "Yes, deactivate" msgstr "确定停用" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "确定删除此新手包" @@ -10373,7 +10462,7 @@ msgstr "你没有开始直播的权限" msgid "You are not allowed to upload videos." msgstr "你目前无法上传视频。" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "你还没有关注任何账户。" @@ -10445,17 +10534,13 @@ msgstr "你可以继续登录以重新启用你的账户,其他用户将能够 msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "你最多只能选择 {MAX_IMAGES, plural, other {# 张图片}}。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "你可以在 <0>设置 → 内容审核 → 互动选项 0> 里调整默认互动设置。" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "你可以随时在设置里重新更改。" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "你还没有任何关注者。" @@ -10467,6 +10552,10 @@ msgstr "你没有关注任何同样关注 @{name} 的用户。" msgid "You don't have any chat requests at the moment." msgstr "你目前没有任何私信请求。" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "你还没有固定的动态源。" @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "你已屏蔽该用户" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "你已屏蔽该用户,无法查看其内容。" @@ -10495,7 +10584,7 @@ msgstr "你已完全禁用了回复、引用及提及通知,因此此选项卡 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "你输入的验证码无效。验证码的格式应该类似这样 XXXXX-XXXXX。" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "你已隐藏这则帖文" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "你已隐藏这则帖文。" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "你已隐藏该账户。" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "你已隐藏该用户" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "你还没有隐藏任何字词或标签" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "你隐藏了这则回复。" @@ -10574,11 +10663,11 @@ msgstr "你在 {timeAgoString}前加入了 Bluesky" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "你在 {timeAgoString}前使用新手包加入了 Bluesky" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "如果你认为任何由他人标记的信息有误,你可以随时提出申诉。" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "如果你认为标记信息有误,你可以随时提出申诉。" @@ -10614,10 +10703,6 @@ msgstr "要访问此页面,你必须首先完成年龄验证。" msgid "You must grant access to your photo library to save a QR code" msgstr "你必须授权访问照片图库以保存二维码" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "你必须选择至少一个标记者来进行举报" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "你已完成设置!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "你正在使用应用密码登录账户,请改用你的主密码登录以继续停用你的账户。" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "你已经对此标记提出过申诉,我们的审核团队正在核实申诉内容。" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "你选择隐藏了这则帖文中的字词或标签。" @@ -10750,7 +10839,7 @@ msgstr "你已达到每日上传视频上限(文件太大)" msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "你已达到每日上传视频上限(数量太多)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "你已经看完了所有视频,或许是时候休息一下?" @@ -10786,7 +10875,7 @@ msgstr "已提交申诉。如果申诉成功,我们会通过电子邮件通知 msgid "Your birth date" msgstr "你的生日" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "你的浏览器不支持此视频格式,请试试其他浏览器。" @@ -10798,7 +10887,7 @@ msgstr "你的私信功能已被停用" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "你的选择将会应用于今后开启的链接,你可以随时在设置中重新修改开启方式。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "你当前使用的账户代码 <0>{0}0> 将自动预留给你,以便你能够在日后随时切换回来。" @@ -10827,7 +10916,7 @@ msgstr "你的电子邮箱尚未验证,请验证你的电子邮箱以便继续 msgid "Your first like!" msgstr "你的第一次喜欢!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "你的关注者" @@ -10905,14 +10994,10 @@ msgstr "其他 Bluesky 用户将无法看到你的个人资料、帖文、列表 msgid "Your reply was sent" msgstr "已发布你的回复" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "你的举报信息将提交给 <0>{0}0>。" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "你的举报将发送至 Bluesky 内容审核服务" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "你选择的兴趣可帮助我们提供你所关心的内容。" diff --git a/src/locale/locales/zh-HK/messages.po b/src/locale/locales/zh-HK/messages.po index bd8e824d93..d30eb7f46e 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Chinese Traditional, Hong Kong\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "「{interestsDisplayName}」類別(已揀選)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {擁躉} other {擁躉}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {跟緊} other {跟緊}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {讚佢} other {讚佢}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {讚佢} other {讚佢}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {帖文} other {帖文}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {引用} other {引用}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {轉發} other {轉發}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {個收藏} other {個收藏}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} 條帖文}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "總共 {0, plural, other {# 個人}}用過呢個新手包!" @@ -133,6 +133,10 @@ msgstr "總共 {0, plural, other {# 個人}}用過呢個新手包!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+其他 # 個新手包}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0}(帳號)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {個鐘} other {個鐘}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分鐘} other {分鐘}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}0>跟咗你" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}0>讚咗你嘅自訂動態源" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}0>讚咗你嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0>讚咗你轉發嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}0>撤回咗你帳號嘅驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}0>轉發咗你嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0>轉發咗你轉發嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}0>用咗你嘅新手包註冊" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} 同<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}0>授予咗你驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} 跟咗你" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} 跟返你" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} 讚咗你嘅自訂動態源" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} 讚咗你嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} 讚咗你轉發嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} 撤回咗你帳號嘅驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} 轉發咗你嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} 轉發咗你轉發嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} 用咗你嘅新手包註冊" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} 授予咗你驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 人} other {另外 {formattedAuthorsCount} 人}}跟咗你" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}讚咗你嘅自訂動態源" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}讚咗你嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}讚咗你轉發嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}撤回咗你帳號嘅驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}轉發咗你嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}轉發咗你轉發嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, one {另外 {formattedAuthorsCount} 個人} other {另外 {formattedAuthorsCount} 個人}}用咗你嘅新手包註冊" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} 同{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}授予咗你驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} 跟咗你" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} 跟返你" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} 讚咗你嘅自訂動態源" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} 讚咗你嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} 讚咗你轉發嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} 撤回咗你帳號嘅驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} 轉發咗你嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} 轉發咗你轉發嘅帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} 用咗你嘅新手包註冊" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} 授權咗你驗證" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} 個跟緊" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> 同<1> 1><2>{1} 2>經已喺你嘅新手包度" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> 經已喺你嘅新手包度" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> 嘅成員" @@ -515,7 +519,7 @@ msgstr "⚠無效嘅帳號代碼" msgid "24 hours" msgstr "24 個鐘" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "雙重驗證" @@ -560,12 +564,16 @@ msgstr "呢張係個人檔案頁面嘅截圖,「跟佢」掣隔籬有隻鐘仔 msgid "About" msgstr "關於" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "虐待或歧視行爲" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "接受" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "接受傾偈邀請" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "無障礙設定" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "帳號" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "帳號經已靜音" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "帳號經已靜音" @@ -627,11 +635,15 @@ msgstr "帳號經已被清單靜音" msgid "Account options" msgstr "帳號設定" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "帳號經已喺快速存取度移除" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "加多至少 {0} 個繼續" msgid "Add {displayName} to starter pack" msgstr "加 {displayName} 到新手包" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "新增內容警告" @@ -730,8 +742,8 @@ msgstr "加多另一條帖文到討論串" msgid "Add app password" msgstr "新增 App 專用密碼" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "新增 App 專用密碼" @@ -745,8 +757,8 @@ msgstr "加入 Emoji 反應" msgid "Add media to post" msgstr "加入媒體到帖文" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" msgstr "補充更多資料(可選)" @@ -783,7 +795,7 @@ msgstr "加啲動態源落你個新手包度!" msgid "Add the default feed of only people you follow" msgstr "加入預設嘅動態源 (淨係顯示你跟嘅人)" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "將下低嘅 DNS 記錄新增到你嘅網域:" @@ -823,18 +835,22 @@ msgstr "經已加到新手包" msgid "Additional details (limit 1000 characters)" msgstr "補充資訊(1000 個字元以內)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" msgstr "補充資訊(300 個字元以內)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "色情" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "成人內容" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "成人內容" @@ -846,11 +862,15 @@ msgstr "淨係可以喺網頁版 (<0>bsky.app0>) 啓用成人內容顯示。" msgid "Adult content is disabled." msgstr "成人內容經已停用。" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "成人內容標記" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "成人性虐待內容" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "進階設定" @@ -903,6 +923,10 @@ msgstr "下低係你儲存咗嘅動態源。" msgid "Allow access to your direct messages" msgstr "允許取用你嘅私人訊息" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "允許呢啲人同你傾偈" msgid "Allow others to be notified of your posts" msgstr "允許其他人喺你出新帖嗰陣收到通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "允許引用帖文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "允許呢啲人回覆你嘅帖文:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "允許取用你嘅私人訊息" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "有咗重設碼?" @@ -993,24 +1029,28 @@ msgstr "壓縮影片嗰陣發生錯誤。" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:168 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:66 msgid "An error occurred while fetching suggested accounts." -msgstr "攞緊建議帳號嗰陣出咗錯誤。" +msgstr "攞緊建議帳號嗰陣發生錯誤。" #: src/state/queries/explore-feed-previews.tsx:183 msgid "An error occurred while fetching the feed." -msgstr "攞緊動態源嗰陣出咗錯誤。" +msgstr "攞緊動態源嗰陣發生錯誤。" #: src/components/StarterPack/ProfileStarterPacks.tsx:339 msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "幫手砌緊你嘅新手包嗰陣發生錯誤。使唔使試多次?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "撈緊影片嗰陣發生錯誤。唔該遲啲試多次。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "撈緊影片嗰陣發生錯誤。唔該試多次。" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "儲存 QR Code 嗰陣發生錯誤!" @@ -1035,8 +1075,7 @@ msgstr "Bluesky 嘅幾條帖文嘅插圖,旁邊仲有轉發、讚好同留言 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "呢張圖解說明 Bluesky 所揀受信任嘅驗證者,兼由受信任嘅驗證者授權驗證個別嘅帳號。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "問題唔喺上高嗰啲選項度" @@ -1050,10 +1089,10 @@ msgstr "開啓傾偈嗰陣出咗問題" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "出咗問題,唔該試多次。" @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "一張使用 iPhone 嘅示範圖,顯示住 Bluesky 應用程式開咗喺一個驗證咗用戶嘅個人檔案度,喺佢哋名稱隔籬有個藍色剔號標記。" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "未知嘅標記服務" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "同" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "動物性虐待" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "虐待動物" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "公告" msgid "Announcing verification on Bluesky" msgstr "同你介紹 Bluesky 上嘅認證機制" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "反社會行爲" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "所有人都可以參與互動" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "App 語言" msgid "App Password" msgstr "App 專用密碼" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "App 專用密碼經已刪除" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "App 專用密碼" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "App 專用密碼" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "申訴" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "申訴「{0}」標記" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "對此決定提出申訴" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "使用預設嘅推薦動態源" msgid "Apply Pull Request" msgstr "套用 Pull Request" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "封存於 {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "封存咗嘅帖文" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "你確定要刪咗呢個 App 專用密碼「{0}」?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "你確定要刪咗呢條訊息?呢條訊息會喺你嗰邊刪除,但係其他參與者仲係睇到。" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "你確定要刪咗個新手包?" @@ -1252,7 +1298,7 @@ msgstr "你係咪用緊 <0>{suggestedLanguageName}0> 寫嘢呀?" msgid "Art" msgstr "藝術" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "藝術或非情色嘅裸體。" @@ -1269,7 +1315,7 @@ msgstr "爲演算法指定主題" msgid "At least 8 characters" msgstr "至少 8 個字元" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "極光" @@ -1284,21 +1330,21 @@ msgstr "自動播放影片同 GIF" msgid "Available" msgstr "用到" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "返去" msgid "Back to Chats" msgstr "返去傾偈" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "違禁活動或違反保安規定行爲" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "停權用戶嘗試逃避懲罰" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "喺你讚寫帖文或回覆之前,你必須驗證你嘅電郵先。" msgid "Before creating a starter pack, you must first verify your email." msgstr "喺建立新手包之前,你必須驗證你嘅電郵先。" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "喺你接受呢個傾偈邀請之前,你必須驗證你嘅電郵先。" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "喺你接收 {name} 帖文通知之前,你必須驗證你嘅電郵。" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "生日" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "封鎖" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "封鎖帳號?" msgid "Block accounts" msgstr "封鎖帳號" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "封鎖兼刪除" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "封鎖兼刪除對話" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "封鎖清單" @@ -1402,22 +1452,26 @@ msgstr "封鎖或擧報" msgid "Block these accounts?" msgstr "係咪要封鎖呢啲帳號?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "封鎖用戶" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "封鎖用戶" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "封鎖呢個用戶或刪除呢個對話(複選)" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "已被封鎖" #: src/screens/Moderation/index.tsx:306 msgid "Blocked accounts" -msgstr "封鎖咗嘅帳號" +msgstr "被封鎖嘅帳號" #: src/Navigation.tsx:192 #: src/view/screens/ModerationBlockedAccounts.tsx:104 @@ -1427,11 +1481,11 @@ msgstr "封鎖咗嘅帳號" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:789 #: src/view/com/profile/ProfileMenu.tsx:490 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you." -msgstr "封鎖咗嘅帳號唔得喺你嘅討論串度回覆、提及你或用其他方式同你互動。" +msgstr "被封鎖嘅帳號唔得喺你嘅討論串度回覆、提及你或用其他方式同你互動。" #: src/view/screens/ModerationBlockedAccounts.tsx:190 msgid "Blocked accounts cannot reply in your threads, mention you, or otherwise interact with you. You will not see their content and they will be prevented from seeing yours." -msgstr "封鎖咗嘅帳號唔得喺你嘅討論串度回覆、提及你或用其他方式同你互動。你唔會睇到佢哋嘅內容,而且佢哋會都被阻止睇到你嘅內容。" +msgstr "被封鎖嘅帳號唔得喺你嘅討論串度回覆、提及你或用其他方式同你互動。你唔會睇到佢哋嘅內容,而且佢哋會都被阻止睇到你嘅內容。" #: src/screens/Profile/Sections/Labels.tsx:202 msgid "Blocking does not prevent this labeler from placing labels on your account." @@ -1449,25 +1503,25 @@ msgstr "封鎖帳號唔會阻止佢標記你嘅帳號,但係會阻止佢喺你 msgid "Blog" msgstr "網誌" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 無法確認貼文發布日期嘅真實性。" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky Classic™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 係一個開放嘅網絡,你可以去揀其他託管服務提供者。若然你係開發人員,仲可以自己托管伺服器。" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky 係一個開放嘅網絡,你可以去揀其他託管服務提供者。若果你係新手,我哋建議你用住預設嘅 Bluesky Social 選項先。" @@ -1513,6 +1567,10 @@ msgstr "模糊圖片同埋喺動態源度篩選" msgid "Books" msgstr "書" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "違反網站規定" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "喺探索頁面瀏覽更多帳號" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "商業" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "嚟自 {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "嚟自 <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "相機" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "取消重新啓動兼登出" msgid "Cancel search" msgstr "唔再搵嘢" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "唔得同被封鎖嘅用戶互動" @@ -1697,12 +1756,12 @@ msgstr "變更 App 語言" msgid "Change Handle" msgstr "變更帳號代碼" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "切換內容審覈服務" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "變更密碼" @@ -1710,7 +1769,11 @@ msgstr "變更密碼" msgid "Change password dialog" msgstr "變更密碼對話框" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "變更擧報類別" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "變更擧報理由" @@ -1739,8 +1802,8 @@ msgstr "變更經已儲存" msgid "Chat" msgstr "傾偈" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "傾偈經已刪除" @@ -1753,7 +1816,7 @@ msgstr "傾偈訊息 - 靜音" msgid "Chat messages - sound" msgstr "傾偈訊息 - 聲音" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "傾偈經已靜音" @@ -1769,7 +1832,7 @@ msgstr "傾偈請求收件箱" msgid "Chat requests" msgstr "傾偈邀請" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "傾偈設定" msgid "Chat Settings" msgstr "傾偈設定" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "傾偈經已唔再靜音" @@ -1797,7 +1860,7 @@ msgstr "傾偈" msgid "Check my status" msgstr "檢查我嘅狀態" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "喺呢度輸入傳送到你電郵嘅登入驗證碼。" @@ -1805,6 +1868,14 @@ msgstr "喺呢度輸入傳送到你電郵嘅登入驗證碼。" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "喺下低輸入傳送到你電郵嘅驗證碼:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "兒童安全" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "兒童性虐待內容(CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "揀選網域驗證方法" @@ -1833,7 +1904,7 @@ msgstr "自由選擇適合你動態源嘅演算法。" msgid "Choose this color as your avatar" msgstr "用呢隻色做你嘅頭像背景" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "揀選你嘅服務提供者" @@ -1882,14 +1953,6 @@ msgstr "撳呢度重新開始驗證流程。" msgid "Click here to update your email" msgstr "撳呢度更新你嘅電郵" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "撳低去唔畀其他人引用呢條帖文。" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "撳低去畀返人引用呢條帖文。" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "撳低去打開 {tag} 嘅標籤選單" @@ -1919,9 +1982,11 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "Clip 🐴 clop 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "閂" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "閂咗目前嘅對話框" @@ -2018,16 +2083,16 @@ msgstr "閂咗 Emoji 選擇器" msgid "Closes viewer for header image" msgstr "閂咗標題圖片嘅檢視器" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "摺疊用戶清單" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "摺疊特定通知嘅用戶清單" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "顏色模式" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "用 GPS 確認下你嘅位置,你嘅位置資訊唔會用於追蹤,亦唔會俾人留底。" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "用 GPS 確認下你嘅位置,你嘅位置資訊唔會用於追蹤, msgid "Confirmation code" msgstr "驗證碼" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "連緊線……" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "內容語言" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "睇唔到呢個內容" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "鼓吹或提倡自殘內容" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "內容警告" @@ -2212,7 +2281,7 @@ msgstr "內容選單背景,撳低去閂咗選單。" msgid "Continue" msgstr "繼續" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" msgstr "用 {0} 繼續 (目前已登入)" @@ -2236,8 +2305,8 @@ msgstr "繼續去下一步" msgid "Conversation" msgstr "對話" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "對話經已刪除" @@ -2254,7 +2323,7 @@ msgstr "煮嘢" msgid "Copied build version to clipboard" msgstr "複製咗組建版本去剪貼簿喇" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "複製咗組建版本去剪貼簿喇" msgid "Copied to clipboard" msgstr "複製咗去剪貼簿喇" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "複製咗喇!" @@ -2290,23 +2359,23 @@ msgstr "複製 at:// 連結" msgid "Copy author DID" msgstr "複製發布者 DID" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "複製程式碼" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "複製 DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "複製 Host" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "複製連結" @@ -2331,12 +2400,12 @@ msgstr "複製貼文連結" msgid "Copy link to profile" msgstr "複製個人檔案連結" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "複製新手包連結" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "複製訊息文字" @@ -2354,7 +2423,7 @@ msgstr "複製帖文文字" msgid "Copy QR code" msgstr "複製 QR Code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "複製 TXT 記錄值" @@ -2377,8 +2446,8 @@ msgstr "連線唔到動態源服務" msgid "Could not find profile" msgstr "搵唔到個人檔案" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "離開唔到傾偈" @@ -2392,7 +2461,7 @@ msgstr "撈唔到動態源" msgid "Could not load list" msgstr "撈唔到清單" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "靜音唔到對話" @@ -2476,8 +2545,9 @@ msgstr "建立內容審覈清單" msgid "Create new account" msgstr "建立新帳號" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "擧報 {0}" @@ -2490,7 +2560,7 @@ msgstr "建立新手包" msgid "Create user list" msgstr "建立用戶清單" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "建立於 {0}" @@ -2503,8 +2573,8 @@ msgstr "此清單建立者經已封鎖" msgid "Culture" msgstr "文化" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "自訂" @@ -2512,18 +2582,22 @@ msgstr "自訂" msgid "Customization options" msgstr "自訂選項" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "調整邊啲人可以喺呢條帖文度互動。" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "自訂你嘅 Bluesky 體驗" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "危險挑戰或活動" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "危險物質或藥物濫用" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "深色" @@ -2536,7 +2610,7 @@ msgstr "深色" msgid "Dark mode" msgstr "深色模式" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "深色主題" @@ -2558,7 +2632,11 @@ msgstr "內容審覈偵錯" msgid "Debug panel" msgstr "偵錯面板" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "Deepfake 成人內容" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "預設" @@ -2566,14 +2644,14 @@ msgstr "預設" msgid "Default icons" msgstr "預設圖標" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "刪除" @@ -2586,16 +2664,16 @@ msgstr "刪除帳號" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "刪除帳號 <0>\"0><1>{0}1><2>\"2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "刪除 App 專用密碼" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "係咪要刪咗呢個 App 嘅密碼?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "刪除傾偈" @@ -2603,18 +2681,18 @@ msgstr "刪除傾偈" msgid "Delete chat declaration record" msgstr "刪除傾偈申報記錄" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "刪除對話" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "刪除對話" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "幫我刪除" @@ -2623,11 +2701,11 @@ msgstr "幫我刪除" msgid "Delete list" msgstr "刪除清單" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "刪除訊息" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "淨係刪我嗰度嘅訊息" @@ -2641,12 +2719,12 @@ msgstr "刪除我嘅帳號" msgid "Delete post" msgstr "刪除帖文" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "刪除新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "係咪要刪除新手包?" @@ -2709,11 +2787,11 @@ msgstr "開發者模式經已啓用" msgid "Developer options" msgstr "開發人員選項" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "對話框:調整邊啲人可以喺呢條帖文度互動" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "昏暗" @@ -2735,6 +2813,14 @@ msgstr "停用電郵雙重驗證" msgid "Disable haptic feedback" msgstr "停用觸覺回饋" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "停用字幕" @@ -2778,7 +2864,7 @@ msgstr "阻止其他 App 向未登入嘅用戶顯示我嘅帳號" msgid "Discover new custom feeds" msgstr "發掘新嘅自訂動態源" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "發掘新嘅動態源" @@ -2817,8 +2903,8 @@ msgstr "名稱" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "遠離撩交嗌者同標題黨。搵眞正在乎嘅人,傾眞正關心啲事。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS 控制台" @@ -2830,7 +2916,7 @@ msgstr "唔好將呢個靜音字用到你跟咗嘅用戶啲帖文度" msgid "Does not include nudity." msgstr "唔包括裸體。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "網域經已驗證!" @@ -2853,19 +2939,20 @@ msgstr "唔使驚!你所有現存嘅訊息同設定都經已儲存,只要驗 #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "撳兩下或撳住訊息去加入反應" msgid "Double tap to close the dialog" msgstr "撳兩下閂咗呢個對話框" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "撳兩下讚佢" @@ -2903,6 +2990,10 @@ msgstr "下載 Bluesky" msgid "Download CAR file" msgstr "下載 CAR 檔案" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "網上起底" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "拖放即可加入圖片" @@ -2943,9 +3034,13 @@ msgstr "例如:永遠唔好錯過嘅發帖者。" msgid "e.g. Users that repeatedly reply with ads." msgstr "例如:不停用廣告洗版嘅用戶。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "飲食失調" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "編輯嚟自 {0} 嘅動態通知" msgid "Edit People" msgstr "編輯用戶" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "編輯帖文互動設定" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "編輯個人檔案" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "編輯個人檔案" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "編輯新手包" @@ -3034,7 +3129,7 @@ msgstr "編輯新手包" msgid "Edit user list" msgstr "編輯用戶清單" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "調整邊啲人可以回覆" @@ -3085,7 +3180,7 @@ msgstr "電郵驗證完成!" msgid "Email Verified" msgstr "電郵經已驗證" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "嵌入 HTML 程式碼" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "嵌入式影片播放器" @@ -3141,6 +3236,10 @@ msgstr "去到該帳號嘅個人檔案,撳<0>鐘仔圖標0>,即可收到 msgid "Enable push notifications" msgstr "啓用推播通知" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "啓用字幕" @@ -3200,7 +3299,7 @@ msgstr "輸入你想用嘅網域" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "輸入你用嚟建立帳號嘅電郵地址。我哋會傳送個驗證碼等你可以設定新密碼。" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "請輸入你建立帳號嗰陣用嘅用戶名稱或電郵地址" @@ -3213,7 +3312,7 @@ msgstr "輸入你嘅出世日期" msgid "Enter your email address" msgstr "輸入你嘅電郵地址" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "輸入你嘅密碼" @@ -3258,22 +3357,18 @@ msgstr "接收 CAPTCHA 回覆嗰陣發生錯誤。" msgid "Error: {error}" msgstr "錯誤:{error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "所有人" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "所有人都可以回覆" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "所有人都可以回覆呢條帖文。" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "所有人" @@ -3282,16 +3377,6 @@ msgstr "所有人" msgid "Everything else" msgstr "其他內容" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "頻繁提及或回覆" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "頻繁或不受歡迎嘅訊息" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "排除你跟嘅用戶" @@ -3316,7 +3401,7 @@ msgstr "離開圖片檢視" msgid "Expand alt text" msgstr "展開替代文字" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "展開用戶清單" @@ -3328,7 +3413,7 @@ msgstr "展開或摺疊你覆緊嘅完整帖文" msgid "Expand post text" msgstr "展開帖文文字" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "展開或摺疊帖文文字" @@ -3348,7 +3433,7 @@ msgstr "過咗期" msgid "Expires {0}" msgstr "過期時間 {0}" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "將於 {0} 後過期" @@ -3407,13 +3492,17 @@ msgstr "外部媒體網站可能會攞你同你部裝置啲資訊。除非你撳 msgid "External Media Preferences" msgstr "外部媒體偏好設定" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "極端主義內容" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "接受唔到傾偈邀請" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "加唔到 Emoji 反應" @@ -3421,7 +3510,7 @@ msgstr "加唔到 Emoji 反應" msgid "Failed to add to starter pack" msgstr "加唔到到新手包" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "改唔到帳號代碼,唔該試多次。" @@ -3438,13 +3527,13 @@ msgstr "建唔到對話" msgid "Failed to create starter pack" msgstr "建立唔到新手包" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "刪唔到傾偈" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "刪唔到訊息" @@ -3452,7 +3541,7 @@ msgstr "刪唔到訊息" msgid "Failed to delete post, please try again" msgstr "刪唔到帖文,唔該試多次" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "刪唔到新手包" @@ -3465,10 +3554,10 @@ msgstr "跟唔到所有建議嘅帳號,唔該試多次" msgid "Failed to load conversations" msgstr "撈唔到對話" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "撈唔到動態源偏好設定" @@ -3498,14 +3587,14 @@ msgstr "撈唔到過去嘅訊息" msgid "Failed to load preference." msgstr "撈唔到偏好設定。" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "撈唔到建議嘅動態源" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "撈唔到建議你跟嘅人" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "固定唔到帖文" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "刪唔到 Emoji 反應" @@ -3535,7 +3624,8 @@ msgstr "撤回唔到認證" msgid "Failed to resolve location. Please try again." msgstr "取用唔到位置資訊,唔該試多次。" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "儲存唔到圖片:{0}" @@ -3557,7 +3647,7 @@ msgstr "傳送唔到" msgid "Failed to send email, please try again." msgstr "傳送唔到郵件,唔該試多次。" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "未能提交申訴,唔該試多次。" @@ -3606,6 +3696,14 @@ msgstr "驗證唔到電郵,唔該試多次。" msgid "Failed to verify handle. Please try again." msgstr "驗證唔到帳號代碼,唔該試多次。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "虛假帳號或機械人" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "散播選擧相關虛假資訊" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "動態源" @@ -3623,7 +3721,7 @@ msgstr "動態源建立者" msgid "Feed identifier" msgstr "動態源 ID" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "動態源選單" @@ -3635,8 +3733,8 @@ msgstr "切換動態源" msgid "Feed unavailable" msgstr "動態源用唔到" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "意見" @@ -3696,7 +3794,7 @@ msgstr "按語言篩選去搵(目前:{currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "篩選邊個可以選擇接收你嘅動態通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "篩選你想接收嘅通知來源" @@ -3713,7 +3811,7 @@ msgstr "卒之嚟喇!mark 低你嘅心水帖文,收藏佢哋方便隨時重 msgid "Finance" msgstr "財經" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "去跟更多帳號" msgid "Find people to follow" msgstr "睇下跟啲乜人好" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "喺 Bluesky 度搵帖文、用戶同埋動態源" @@ -3741,17 +3839,17 @@ msgstr "攪掂" msgid "Fitness" msgstr "健康" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "啞黑" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "啞藍" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "啞白" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "靈活" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "跟佢" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "跟佢" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "跟 {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "跟 {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "跟晒所有帳號" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "跟返佢" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "跟返佢" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "你識嘅擁躉" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "跟緊" @@ -3867,12 +3960,13 @@ msgctxt "feed-name" msgid "Following" msgstr "跟緊" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "跟緊 {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "跟緊 {handle}" @@ -3894,11 +3988,11 @@ msgstr "跟緊你" msgid "Follows You" msgstr "跟緊你" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "字型" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "字型大細" @@ -3919,7 +4013,7 @@ msgstr "基於保安理由,我哋需要將驗證碼傳送到你嘅電郵地址 msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "基於保安理由,你唔可以再睇返呢個密碼。若然你真係唔知呢個密碼嘅話,你最好去生成一個新嘅密碼。" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "爲咗有最佳體驗,我哋建議使用主題字型。" @@ -3941,11 +4035,11 @@ msgstr "忘記無盡嘅騷擾" msgid "Forgot Password" msgstr "唔記得密碼" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "唔記得密碼?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "唔記得?" @@ -3953,12 +4047,7 @@ msgstr "唔記得?" msgid "Free your feed" msgstr "光復 Timeline" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "頻繁發布不受歡迎嘅內容" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "嚟自" @@ -4011,7 +4100,7 @@ msgstr "喺有人轉發你轉發嘅帖文嗰陣收到通知。" msgid "Get notifications when people repost your posts." msgstr "喺有人轉發你帖文嗰陣收到通知。" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "喺佢出新帖嗰陣收到通知" @@ -4027,7 +4116,7 @@ msgstr "喺 {name} 出新帖嗰陣收到通知" msgid "Get notified of this account’s activity" msgstr "喺呢個帳號有新動態嗰陣收到通知" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "喺 {name} 出新帖嗰陣收到通知" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "整張相喺你嘅 profile 嗰度先啦" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "明顯違反法律或服務條款" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "歌頌暴力" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "明顯違反法律或服務條款" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "返去" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "返去" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "返去上一步" @@ -4123,7 +4208,7 @@ msgstr "開始直播" msgid "Go live for" msgstr "直播已進行" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "去到 {firstAuthorName} 嘅個人檔案" @@ -4146,23 +4231,35 @@ msgstr "去到動態源" msgid "Go to next" msgstr "去到下一步" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "去到個人檔案" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "去到用戶嘅個人檔案" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "敏感媒體" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "寫實暴力內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "性誘識行爲" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "黑客入侵或系統攻擊" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "攪掂一半喇!" msgid "Handle" msgstr "帳號代碼" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "呢個帳號代碼俾人用咗,唔該試下用第個。" @@ -4182,7 +4279,7 @@ msgstr "呢個帳號代碼俾人用咗,唔該試下用第個。" msgid "Handle changed!" msgstr "帳號代碼經已改好!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "呢個帳號代碼太長,唔該試下校短啲。" @@ -4190,10 +4287,17 @@ msgstr "呢個帳號代碼太長,唔該試下校短啲。" msgid "Haptics" msgstr "觸覺" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "騷擾、惡搞或歧視行爲" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "騷擾或仇恨" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "有害或高風險活動" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "侵害或危害未成年人" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "標籤" msgid "Hashtag {tag}" msgstr "標籤 {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "仇恨言論" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "遇到問題?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "協助" @@ -4238,7 +4346,7 @@ msgstr "哈佬 👋" msgid "Hidden" msgstr "隱藏" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "俾你嘅內容審覈設定所隱藏。" @@ -4248,7 +4356,7 @@ msgstr "隱藏清單" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "隱藏清單" msgid "Hide" msgstr "隱藏" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "隱藏" @@ -4269,6 +4377,10 @@ msgstr "隱藏" msgid "Hide customization options" msgstr "隱藏自訂選項" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "係咪要隱藏時興話題?" msgid "Hide trending videos?" msgstr "係咪要隱藏時興影片?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "隱藏用戶清單" @@ -4320,7 +4432,7 @@ msgstr "隱藏用戶清單" msgid "Hide verification badges" msgstr "隱藏認證標記" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "隱藏內容" @@ -4365,12 +4477,12 @@ msgstr "幫緊你幫緊你!我哋而家逐步開放影片功能,而你仲喺 msgid "Home" msgstr "首頁" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "Host:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "託管服務提供者" @@ -4383,6 +4495,10 @@ msgstr "熱門" msgid "How should we open this link?" msgstr "我哋應該點樣打開呢條連結?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "人口販賣" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "若然你想改你嘅密碼,我哋會就會傳送一個驗證碼畀你 msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "若然你想限制邊個可以收到你帳號嘅動態通知,可去到<0>設定 → 私隱同保安0>變更呢個設定。" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "若然你係開發人員,你可以自己托管伺服器。" @@ -4443,12 +4559,7 @@ msgstr "若然你係開發人員,你可以自己托管伺服器。" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "喺停用帳號前,記得確認你係咪需要變更你嘅帳號代碼或電郵。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "違法" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "圖片" @@ -4461,29 +4572,24 @@ msgstr "圖片快取經已剷走" msgid "Image cache cleared, freed {0}" msgstr "圖片快取經已剷走,釋放咗 {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "圖片經已儲存" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "儲存唔到圖片,需要授予相片圖庫取用權限。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "冒認、僞造身份或所隸屬關係" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "冒充、虛假資訊或虛假聲稱" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "冒充身份" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "App 內" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "App 內通知" @@ -4507,17 +4613,12 @@ msgstr "App 內,推播,所有人" msgid "In-app, Push, People you follow" msgstr "App 內,推播,你跟嘅人" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "不當嘅訊息或敏感內容連結" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "收件箱乾淨晒!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "用戶名稱或密碼唔啱" @@ -4537,11 +4638,11 @@ msgstr "輸入新密碼" msgid "Input password for account deletion" msgstr "輸入密碼去刪除帳號" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "輸入電郵到你嘅驗證碼" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "已限制互動" @@ -4557,12 +4658,12 @@ msgstr "同你介紹動態通知" msgid "Introducing saved posts AKA bookmarks" msgstr "同你介紹帖文收藏(又稱書籤)" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "雙重驗證確認碼無效。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "無效嘅帳號代碼,唔該試下用第個。" @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "無效嘅互動設定。" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "無效嘅擧報內容" @@ -4626,8 +4727,8 @@ msgstr "工作" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "加入 Bluesky" @@ -4657,20 +4758,20 @@ msgstr "KWS 服務條款" msgid "KWS website" msgstr "KWS 網站" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "{0} 所標記。" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "發布者所標記。" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "標記" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "標記經已加入" @@ -4678,11 +4779,11 @@ msgstr "標記經已加入" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "標記係用戶同內容嘅註解。佢哋可以用嚟隱藏、警告同管理你嘅社交網絡。" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "你帳號上嘅標記" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "你內容上嘅標記" @@ -4696,7 +4797,7 @@ msgstr "語言設定" msgid "Languages" msgstr "語言" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "大啲" @@ -4736,12 +4837,12 @@ msgstr "想知多啲年齡驗證" msgid "Learn more about Bluesky" msgstr "想知多啲 Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "想知多啲點樣自行架設 PDS。" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "想知多啲呢個內容所套用嘅內容審覈措施" @@ -4773,8 +4874,8 @@ msgstr "想知多啲 Bluesky 上面公開嘅內容。" msgid "Learn more in your <0>account settings.0>" msgstr "想知多啲去你嘅<0>帳號設定。0>" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "想知多啲。" @@ -4787,10 +4888,10 @@ msgstr "離開" msgid "Leave chat" msgstr "離開唔再傾偈" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "離開對話" @@ -4822,9 +4923,9 @@ msgstr "等我哋重設你嘅密碼啦!" msgid "Let's go!" msgstr "行啦我哋!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "淺色" @@ -4833,12 +4934,12 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "淺色" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" msgstr "讚佢({0, plural, one {# 人讚佢} other {# 人讚佢}})" @@ -4855,7 +4956,7 @@ msgstr "讚夠 10 條帖文去訓練「Discover」動態源" msgid "Like notifications" msgstr "讚好通知" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "讚好呢個動態源" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "有 {0, plural, one {# 人} other {# 人}}讚佢" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "讚好你轉發嘅帖文" msgid "Likes of your reposts notifications" msgstr "讚好你轉發嘅帖文之通知" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "呢條帖文嘅讚數" @@ -5021,12 +5122,12 @@ msgstr "直播功能仲喺測試階段" msgid "Live link" msgstr "直播連結" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "再撈啲" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "再撈啲建議動態源" @@ -5041,6 +5142,14 @@ msgstr "撈下新嘅通知" msgid "Load new posts" msgstr "撈下新嘅帖文" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "撈緊……" @@ -5049,15 +5158,19 @@ msgstr "撈緊……" msgid "Log" msgstr "日誌" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "已登出" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "登出可見度" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "LOGO 由 @sawaratsuki.bsky.social 所繪製" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "LOGO 由 <0>@sawaratsuki.bsky.social0> 所繪製" @@ -5113,8 +5226,8 @@ msgstr "管理你嘅靜音字詞同標籤" msgid "Mark all as read" msgstr "標記晒做已讀" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" msgstr "標記爲已讀" @@ -5132,7 +5245,7 @@ msgstr "遲啲先啦" msgid "Media" msgstr "媒體" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "可能會令某啲受眾感到不安或造成不適嘅媒體內容。" @@ -5140,14 +5253,10 @@ msgstr "可能會令某啲受眾感到不安或造成不適嘅媒體內容。" msgid "Mention notifications" msgstr "提及通知" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "提到嘅用戶" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "提到嘅用戶" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "選單" msgid "Message {0}" msgstr "訊息 {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "訊息經已刪除" @@ -5172,7 +5281,7 @@ msgstr "訊息經已刪除" msgid "Message deleted" msgstr "訊息經已刪除" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "嚟自 @{0} 嘅訊息:{1}" @@ -5189,7 +5298,7 @@ msgstr "訊息輸入欄位" msgid "Message is too long" msgstr "訊息太長" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "訊息選項" @@ -5197,24 +5306,22 @@ msgstr "訊息選項" msgid "Messages" msgstr "傾偈" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "半夜" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "輕度騷擾或欺凌" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "其他通知" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "誤導性帳號" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "誤導性帖文" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "誤導" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "內容審覈工具" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "內容審覈服務提供者經已將呢個內容標記普通警告。" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "更多動態源" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "靜音" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "靜音 {tag}" @@ -5332,8 +5439,8 @@ msgstr "靜音帳號" msgid "Mute accounts" msgstr "靜音帳號" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "靜音對話" @@ -5396,7 +5503,7 @@ msgstr "靜音咗嘅帳號" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "靜音咗嘅帳號唔會再喺你嘅動態源同通知度出現,兼且靜音咗邊個淨係得你知。" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "俾 「{0}」 靜音" @@ -5421,17 +5528,6 @@ msgstr "我嘅動態源" msgid "Name" msgstr "名稱" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "名稱或簡介違反社羣標準" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "去到新手包" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "去到下一個畫面" @@ -5455,20 +5551,16 @@ msgstr "去到下一個畫面" msgid "Navigates to your profile" msgstr "去到你嘅個人檔案" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "需要擧報侵犯版權、法律要求,或監管合規問題?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "需要擧報侵犯版權行爲?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "你永遠唔會失去對擁躉或個人資訊嘅取用權。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "唔使喇,幫我整個帳號代碼" @@ -5476,17 +5568,17 @@ msgstr "唔使喇,幫我整個帳號代碼" msgid "New" msgstr "至新" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "新增" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "嚟自 {firstAuthorLink} 嘅新{postsCount, plural, one {帖文} other {帖文}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "嚟自 {firstAuthorName} 嘅新{postsCount, plural, one {帖文} other {帖文}}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "新帖文" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "嚟自 {firstAuthorLink} 及<0>其他 {additionalAuthorsCount, plural, one {{formattedAuthorsCount} 人} other {{formattedAuthorsCount} 人}}嘅新帖文0>" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "嚟自 {firstAuthorName} 及其他 {additionalAuthorsCount, plural,one {{formattedAuthorsCount} 人} other {{formattedAuthorsCount} 人}}嘅新帖文" @@ -5574,8 +5666,8 @@ msgstr "新用戶資訊對話框" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "最新回覆行先" @@ -5587,8 +5679,8 @@ msgstr "新聞" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "新聞" msgid "Next" msgstr "下一步" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "下一步" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "下一張圖片" @@ -5616,12 +5703,12 @@ msgstr "下一張圖片" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "冇廣告,冇侵入式追踪,當然亦冇成癮性設計。 Bluesky 尊重你嘅時間同注意力。" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "仲未有 App 專用密碼" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "冇 DNS 控制台" @@ -5646,8 +5733,9 @@ msgstr "冇圖片" msgid "No likes yet" msgstr "仲未有人讚" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "唔再跟住 {0}" @@ -5671,7 +5759,7 @@ msgstr "仲未有通知!" msgid "No one" msgstr "冇人" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "凈係得作者可以引用呢篇帖文。" @@ -5701,7 +5789,7 @@ msgstr "冇嘢到" msgid "No results" msgstr "冇嘢到" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "搵唔到「{0}」嘅結果。" @@ -5719,7 +5807,7 @@ msgstr "搵唔到「{query}」嘅結果。" msgid "No results found for {query}" msgstr "搵唔到 {query} 嘅結果" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "冇嘢到。" @@ -5732,7 +5820,7 @@ msgstr "搵唔到「{search}」嘅搵嘢結果。" msgid "No thanks" msgstr "唔使,多謝" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "冇人" @@ -5753,6 +5841,10 @@ msgstr "仲未有人轉發喎,一唔係你做第一個?" msgid "Nobody was found. Try searching for someone else." msgstr "搵唔到人,試下搵第個。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "非自願嘅私密影像(NCII)" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "非性裸體" @@ -5843,16 +5935,11 @@ msgstr "而家" msgid "Now" msgstr "而家" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "裸體" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "未貼上呢類標記嘅裸體或成人內容" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "好嘅" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "好嘅" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "最舊回覆行先" @@ -5916,7 +6003,7 @@ msgstr "一條或多條影片冇咗替代文字。" msgid "Only .jpg and .png files are supported" msgstr "淨係支援 .jpg 同 .png 檔圖片" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "淨係得{0}可以回覆。" @@ -5941,7 +6028,7 @@ msgstr "弊,出咗問題!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "打開頭像製作器" msgid "Open conversation options" msgstr "打開對話選項" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "打開櫃桶選單" @@ -5973,8 +6060,8 @@ msgstr "打開 Emoji 選擇器" msgid "Open feed info screen" msgstr "打開動態源資訊畫面" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "打開動態源選項選單" @@ -6015,7 +6102,7 @@ msgstr "打開個人檔案" msgid "Open share menu" msgstr "打開分享選單" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "打開新手包選單" @@ -6032,9 +6119,9 @@ msgstr "打開系統日誌" msgid "Opens a dialog to add a content warning to your post" msgstr "打開對話框嚟喺你嘅帖文度加入內容警告" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "打開對話框揀選邊個可以回覆呢個討論串" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6095,7 +6182,7 @@ msgstr "打開連結 {0}" msgid "Opens live status dialog" msgstr "打開直播狀態對話框" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "打開密碼重設表單" @@ -6103,24 +6190,15 @@ msgstr "打開密碼重設表單" msgid "Opens post language settings" msgstr "打開帖文語言設定" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "打開呢個人嘅個人檔案" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "喺下低提供額外資訊(選填):" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "選項:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "或加埋呢啲條件:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "或用第個帳號繼續。" @@ -6145,21 +6223,50 @@ msgstr "OTA 狀態:攞緊更新嗰陣出咗問題" msgid "OTA status: None available" msgstr "OTA狀態:冇更新" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "其他" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "其他帳號" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "其他兒童安全問題" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "其他危險內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "其他騷擾或仇恨內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "其他誤導性內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "其他違反網絡規則" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "其他性虐待內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "其他暴力內容" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "我哋嘅網誌文章" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "我哋嘅內容審覈團隊經已收到你嘅擧報。" @@ -6176,7 +6283,7 @@ msgstr "搵唔到頁面" msgid "Page Not Found" msgstr "搵唔到頁面" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "@{0} 跟咗嘅人" msgid "People following @{0}" msgstr "跟緊 @{0} 嘅人" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "我跟嘅人" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "相片圖庫取用權限被拒絕,請喺系統設定度授予權限。" @@ -6247,12 +6362,12 @@ msgstr "寵物" msgid "Photography" msgstr "攝影" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "圖片唔啱細路睇。" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "固定動態源" @@ -6266,7 +6381,7 @@ msgstr "固定動態源" msgid "Pin to home" msgstr "固定到首頁" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "固定到首頁" @@ -6275,7 +6390,7 @@ msgstr "固定到首頁" msgid "Pin to your profile" msgstr "固定到你嘅個人檔案" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "固定咗" @@ -6302,7 +6417,7 @@ msgstr "播放" msgid "Play {0}" msgstr "播放 {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "播放影片" @@ -6327,7 +6442,7 @@ msgstr "播放 GIF" msgid "Plays the video" msgstr "播放影片" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "請喺你發布媒體內容度加入適當嘅內容警告標記。" @@ -6413,7 +6528,7 @@ msgstr "請輸入你嘅邀請碼。" msgid "Please enter your new email address." msgstr "請輸入你新嘅電郵地址。" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "請輸入你嘅密碼" @@ -6421,11 +6536,11 @@ msgstr "請輸入你嘅密碼" msgid "Please enter your password as well:" msgstr "請同時輸入密碼:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "請輸入你嘅用戶名稱" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "請解釋點解你覺得 {0} 唔應該套用呢個標籤" @@ -6446,11 +6561,11 @@ msgstr "爲咗等支援團隊可以評估你嘅年齡驗證狀態,請提供任 msgid "Please select a language" msgstr "請揀選語言" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "請揀選內容審覈服務" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "請揀選你要擧報嘅理由" @@ -6473,7 +6588,7 @@ msgstr "請喺下低寫低你嘅訊息:" msgid "Politics" msgstr "政治" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "色情" @@ -6512,24 +6627,24 @@ msgstr "帖文經已刪除" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "帖文發布失敗。請檢查你嘅互聯網連線,跟住試多次。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "帖文經已刪除" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "帖文因設定嘅靜音字詞所隱藏" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "呢條帖文俾你隱藏咗" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "帖文互動設定" @@ -6614,13 +6729,8 @@ msgstr "上一張圖片" msgid "Primary Language" msgstr "慣用語言" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "睇你跟緊嘅人先" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "私隱" @@ -6652,6 +6762,10 @@ msgstr "私隱同保安設定" msgid "Privacy Policy" msgstr "私隱政策" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "侵犯未成年人私隱" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "處理緊條片……" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "個人檔案經已更新" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "宣傳或售賣違禁物品或服務" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "公開" @@ -6714,7 +6836,7 @@ msgstr "發布回覆" msgid "Push" msgstr "推送" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "推播通知" @@ -6764,10 +6886,6 @@ msgstr "引用帖文經已成功分離" msgid "Quote posts disabled" msgstr "引用帖文經已停用" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "引用設定" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "引用設定" msgid "Quotes" msgstr "引用" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "引用呢條篇帖文" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "超過咗速率限制——你喺短時間內改過帳號代碼太多,唔該等陣試多次。" @@ -6805,11 +6923,11 @@ msgstr "繼續閱讀 {0, plural, other {# 條回覆}}" msgid "Read blog post" msgstr "閱讀網誌文章" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "睇少啲" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "睇多啲" @@ -6849,15 +6967,11 @@ msgstr "眞實用戶。" msgid "Reason for appeal" msgstr "申訴理由" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "原因:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "接收 App 內通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "接收推播通知" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "重新連線" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "拒絕" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "拒絕傾偈邀請" @@ -6946,8 +7060,8 @@ msgstr "刪除動態源" msgid "Remove feed?" msgstr "係咪要刪除動態源?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7066,7 +7180,7 @@ msgstr "覆畀 <0><1/>0>" #: src/components/Post/PostRepliedTo.tsx:28 msgctxt "description" msgid "Replied to a blocked post" -msgstr "回覆封鎖咗嘅帖文" +msgstr "回覆被封鎖嘅帖文" #: src/components/Post/PostRepliedTo.tsx:30 msgctxt "description" @@ -7088,11 +7202,11 @@ msgstr "覆你" msgid "Replies" msgstr "回覆" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "回覆經已停用" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "呢條帖文嘅回覆經已關閉。" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "回覆" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" msgstr "回覆({0, plural, one {# 個回覆} other {# 個回覆}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "回覆俾呢個討論串嘅發布者隱藏" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "呢個回覆俾你隱藏咗" @@ -7120,11 +7234,7 @@ msgstr "呢個回覆俾你隱藏咗" msgid "Reply notifications" msgstr "回覆通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "回覆設定" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "回覆設定係由討論串嘅作者所設" @@ -7141,7 +7251,7 @@ msgstr "回覆可見度經已更新" msgid "Reply was successfully hidden" msgstr "回覆經已成功隱藏" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "擧報" msgid "Report account" msgstr "擧報帳號" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "擧報對話" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "擧報對話框" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "擧報動態源" @@ -7176,7 +7285,7 @@ msgstr "擧報動態源" msgid "Report list" msgstr "擧報清單" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "擧報訊息" @@ -7185,48 +7294,41 @@ msgstr "擧報訊息" msgid "Report post" msgstr "擧報帖文" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "擧報新手包" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "擧報經已提交" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "擧報呢個內容" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "擧報此對話" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "擧報呢個動態源" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "擧報呢份清單" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "擧報呢條訊息" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "擧報呢條帖文" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "擧報呢個新手包" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "擧報呢個用戶" @@ -7250,7 +7352,7 @@ msgstr "轉發通知" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "轉發或引用帖文" @@ -7277,7 +7379,7 @@ msgstr "你所轉發" msgid "Reposts" msgstr "轉發" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "轉發呢條帖文" @@ -7291,8 +7393,8 @@ msgstr "轉發你轉發嘅帖文" msgid "Reposts of your reposts notifications" msgstr "轉發你轉發帖文嘅通知" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "請求代碼" @@ -7348,7 +7450,7 @@ msgstr "去返引導流程重設個人檔案" msgid "Reset password" msgstr "重設密碼" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "試多次登入" @@ -7360,12 +7462,12 @@ msgstr "試多次執行上一個出錯誤嘅動作" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "試多次執行上一個出錯誤嘅動作" msgid "Retry" msgstr "試多次" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "撈多次擧報選項" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "返去上一頁" @@ -7399,8 +7501,8 @@ msgstr "返去首頁" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "返去上一頁" @@ -7412,8 +7514,8 @@ msgstr "返去上一步" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "返去上一步" msgid "Save" msgstr "儲存" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "儲存" @@ -7459,8 +7561,13 @@ msgstr "儲存新嘅帳號代碼" msgid "Save QR code" msgstr "儲存 QR code" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "儲存到我嘅動態源度" @@ -7487,21 +7594,25 @@ msgstr "經已存到你嘅動態源度" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "Say 哈嘍!" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "詐騙" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "科學" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "向左捲動" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "向右捲動" @@ -7513,7 +7624,7 @@ msgstr "轆到去頂部" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "搵嘢" @@ -7553,11 +7664,11 @@ msgstr "搵「{searchText}」" msgid "Search for feeds that you want to suggest to others." msgstr "搵你想同其他人推薦嘅動態源。" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "搵更多帳號" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "搵更多動態源" @@ -7610,19 +7721,19 @@ msgstr "搵個人檔案" msgid "Security step required" msgstr "所需嘅保安步驟" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "睇下包含 {tag} 嘅帖文" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "睇下呢位用戶包含 {tag} 嘅帖文" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "睇下包含 #{tag} 嘅帖文" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "睇下呢位用戶包含 #{tag} 嘅帖文" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "揀選「{interestsDisplayName}」類別" @@ -7665,11 +7776,15 @@ msgstr "揀選 {langName}" msgid "Select a color" msgstr "揀一隻色" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "揀選一個理由" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "揀選帳號" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "揀選 App 語言" @@ -7701,6 +7816,14 @@ msgstr "揀選時長" msgid "Select from an existing account" msgstr "喺而家有嘅帳號度揀" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "揀選 GIF" @@ -7727,14 +7850,10 @@ msgstr "揀選語言……" msgid "Select languages" msgstr "揀選語言" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "揀選內容審覈服務" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "揀選內容審覈服務提供者" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "揀選帖文語言" @@ -7752,10 +7871,6 @@ msgstr "揀份字幕檔案(.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "揀個 {emojiName} Emoji 做你嘅頭像" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "揀選你想提交擧報到邊啲內容審覈服務度" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "揀選最多 3 種用於呢條帖文嘅語言" @@ -7785,7 +7900,7 @@ msgstr "喺下低揀選啱你心水嘅選項" msgid "Select your preferred language for translations in your feed." msgstr "揀選你喺訂閱嘅動態源度要翻譯嘅目標語言" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "揀選你想要嘅通知類型" @@ -7793,6 +7908,10 @@ msgstr "揀選你想要嘅通知類型" msgid "Selecting multiple media types is not supported." msgstr "唔支援揀選多種媒體類型。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "自殘或其他危險行爲" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "傳送個趣緻嘅網站!" @@ -7818,7 +7937,7 @@ msgstr "提交意見" msgid "Send message" msgstr "傳送訊息" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "傳送帖文畀 {name}" @@ -7826,18 +7945,7 @@ msgstr "傳送帖文畀 {name}" msgid "Send post to..." msgstr "傳送帖文到……" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "提交擧報" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "將擧報提交到 {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "將擧報提交到 {title}" @@ -7858,7 +7966,7 @@ msgstr "將呢件嘢同人傾偈單獨講" msgid "Sends email with confirmation code for account deletion" msgstr "傳送包含刪除帳號確認碼嘅電郵" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "伺服器位址" @@ -7874,10 +7982,18 @@ msgstr "設定出世日期" msgid "Set new password" msgstr "設定新密碼" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "設定你嘅帳號" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "設定電郵嚟重設密碼" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "設定經已儲存" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "性行爲或色情裸體。" @@ -7953,7 +8069,7 @@ msgstr "性暗示" msgid "Share" msgstr "分享" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "分享" @@ -7996,7 +8112,7 @@ msgstr "分享帖文 at:// 連結" msgid "Share QR code" msgstr "分享 QR code" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "分享呢個動態源" @@ -8012,8 +8128,8 @@ msgstr "分享呢個新手包,等更多人加入你喺 Bluesky 度嘅社羣。 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "分享你至鍾意嘅動態源!" msgid "Shared Preferences Tester" msgstr "共用偏好測試器" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "顯示替代文字" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "點都要顯示" @@ -8067,6 +8183,10 @@ msgstr "推少啲噉嘅嘢畀我" msgid "Show list anyway" msgstr "點都要顯示呢個清單" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "顯示更多" @@ -8080,7 +8200,7 @@ msgstr "推多啲噉嘅嘢畀我" msgid "Show more replies" msgstr "顯示更多回覆" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "用樹狀介面顯示帖文回覆" @@ -8098,10 +8218,6 @@ msgstr "顯示回覆" msgid "Show replies as" msgstr "回覆顯示成" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "將你跟緊嘅人啲回覆擺喺其他人回覆之前" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "顯示警告" msgid "Show warning and filter from feeds" msgstr "顯示警告兼且喺動態源度篩選" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "顯示關於呢條帖文嘅建立時間資訊" @@ -8133,7 +8249,7 @@ msgstr "顯示關於呢條帖文嘅建立時間資訊" msgid "Shows other accounts you can switch to" msgstr "顯示其他你切換得到嘅帳號" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "顯示內容" @@ -8145,7 +8261,7 @@ msgstr "顯示內容" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "顯示內容" msgid "Sign in" msgstr "登入" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "用 {0} 身份登入" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "登入爲......" @@ -8177,7 +8293,7 @@ msgstr "登入或建立帳號" msgid "Sign in or create your account to join the conversation!" msgstr "登入或建立帳號嚟加入對話!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "登入未有列出嘅帳號" @@ -8243,7 +8359,7 @@ msgstr "跳過介紹直接開始使用你嘅帳號" msgid "Skip to next step" msgstr "跳到下一步" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "細啲" @@ -8268,7 +8384,7 @@ msgstr "你目前被授予嘅部分驗證無效。" msgid "Some other feeds you might like" msgstr "其他可能都會啱你心水嘅動態源" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "淨係得部分人可以回覆" @@ -8280,7 +8396,7 @@ msgstr "有人畀咗個 {0} 反應" msgid "Someone reacted {0} to {1}" msgstr "有人對 {1} 畀咗個 {0} 反應" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "你想擧報嘅內容好似有啲唔啱,請聯絡支援取得協助。" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "出咗問題" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "出咗問題,唔該試多次" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "出咗問題!" msgid "Something went wrong. Please try again in a moment." msgstr "出咗問題,唔該遲啲試多次。" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "出咗問題,唔該試多次。" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "有輘輷?話畀我哋知。" @@ -8327,34 +8442,30 @@ msgstr "對唔住,我哋而家撈唔到帳號建議。" msgid "Sorry! Your session expired. Please sign in again." msgstr "對唔住!你嘅登入階段過咗期,請重新登入。" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "回覆排序" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "回覆排序" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "對同一條帖文下嘅回覆排序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "來源:<0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "垃圾訊息" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "垃圾訊息、頻繁提及或回覆" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "垃圾訊息或其他虛假欺騙行爲" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "垃圾訊息、頻繁提及或回覆" msgid "Sports" msgstr "運動" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "當你同第個人傾偈之後,對話內容就會喺度出現。" @@ -8403,11 +8514,11 @@ msgstr "<0/> 整嘅新手包" msgid "Starter pack by you" msgstr "你嘅新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "無效新手包" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "新手包" @@ -8436,8 +8547,8 @@ msgstr "故仔書" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "提交申訴" msgid "Submit Appeal" msgstr "提交申訴" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "提交擧報" @@ -8494,7 +8605,7 @@ msgstr "攪掂!" msgid "Successfully verified" msgstr "成功驗證" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "建議帳號" @@ -8506,17 +8617,17 @@ msgstr "建議帳號" msgid "Suggested for you" msgstr "估你心水" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "性暗示" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "日出" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "日落" @@ -8547,10 +8658,10 @@ msgstr "切換帳號" msgid "Switch to {0}" msgstr "切換去 {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "系統" @@ -8591,6 +8702,10 @@ msgstr "撳下即閂咗內容選單" msgid "Tap to dismiss" msgstr "撳下即跳過" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "針對性騷擾" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "攪掂晒 - 跟咗 10 個人!" @@ -8620,8 +8735,8 @@ msgstr "係噉以同我哋講下你自己啦" msgid "Tell us a little more" msgstr "講多少少嘢畀我哋聽" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "條款" @@ -8637,26 +8752,11 @@ msgstr "條款" msgid "Terms of Service" msgstr "服務條款" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "所用嘅文字違反咗社羣標準" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "字詞同標籤" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "文字欄位" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "文字輸入欄位" @@ -8665,10 +8765,6 @@ msgstr "文字輸入欄位" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "多謝你嘅意見!意見經已轉達畀相關動態源維護者。" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "多謝,你嘅擧報經已送出。" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "多謝,你經已成功驗證你嘅電郵地址。而家你可以閂咗呢個對話框。" @@ -8678,7 +8774,7 @@ msgstr "多謝,你經已成功驗證你嘅電郵地址。而家你可以閂咗 msgid "Thanks! You're all set." msgstr "唔該晒!攪掂喇。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "當中包含以下內容:" @@ -8699,11 +8795,11 @@ msgstr "呢個用戶名稱俾人用咗" msgid "That's all, folks!" msgstr "就噉先,咁多位!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "就係咁多喇!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "解除封鎖之後,呢個帳號就可以同你互動。" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "App 將會重啓" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "呢個討論串嘅作者隱藏咗呢個回覆。" @@ -8750,11 +8846,11 @@ msgstr "用 App 嘅話體驗會更加好。即刻下載 Bluesky ,我哋會喺 msgid "The feed has been replaced with Discover." msgstr "呢個動態源經已俾「Discover」取代。" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "以下標記經已套用到你嘅帳號度。" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "以下標記經已套用到你嘅內容度。" @@ -8788,7 +8884,7 @@ msgstr "你揀選嘅影片大過 100 MB。唔該用細啲嘅檔案試多次。" msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "伺服器似乎遇到問題。唔該遲啲試多次。" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "你想睇嘅新手包已經失效。你可以刪咗呢個新手包去。" @@ -8808,7 +8904,7 @@ msgstr "服務條款擺咗去" 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 "你提供嘅驗證碼無效。請確保你用咗正確嘅驗證連結,或申請多一次新嘅連結。" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "主題" @@ -8827,7 +8923,7 @@ msgstr "連線到 Tenor 嗰陣出咗問題。" msgid "There was an issue contacting the server" msgstr "連線到伺服器嗰陣出咗問題" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "連線到伺服器嗰陣出咗問題,請檢查互聯網連線跟住試多次。" @@ -8836,7 +8932,7 @@ msgstr "連線到伺服器嗰陣出咗問題,請檢查互聯網連線跟住試 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "攞緊通知嗰陣出咗問題,撳呢度試多次。" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "攞緊帖文嗰陣出咗問題,撳呢度試多次。" @@ -8845,7 +8941,7 @@ msgstr "攞緊帖文嗰陣出咗問題,撳呢度試多次。" msgid "There was an issue fetching the list. Tap here to try again." msgstr "攞緊清單嗰陣出咗問題,撳呢度試多次。" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "攞緊 App 專用密碼嗰陣出咗問題" @@ -8862,11 +8958,6 @@ msgstr "攞緊你嘅服務資料嗰陣出咗問題" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "刪除動態源嗰陣出咗問題。請檢查你嘅互聯網連線,跟住試多次。" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "交緊你嘅擧報嗰陣出咗問題,請檢查你嘅互聯網連線。" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "更新你嘅動態源嗰陣出咗問題,請檢查你嘅互聯網連線 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "更新你嘅動態源嗰陣出咗問題,請檢查你嘅互聯網連線 msgid "There was an issue! {0}" msgstr "{0} 出咗問題!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,6 +9004,10 @@ msgstr "應用程式出現咗一個估都估唔到嘅問題。若然你有呢種 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." msgstr "呢啲設定淨係俾「Following」動態源用。" @@ -8941,7 +9036,7 @@ msgstr "呢個帳號經已俾你一個或多個內容審覈清單封鎖。若要 msgid "This action can be undone at any time." msgstr "呢個動作可以隨時撤回。" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "呢份上訴會提交到 <0>{sourceName}0> 度。" @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "呢個內容係 {0} 所託管。你有冇諗過去啓用外部媒體嚟睇佢?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "由於佢哋其中一人封鎖咗對方,導致睇唔到呢個內容。" @@ -9006,7 +9101,7 @@ msgstr "呢個功能喺用 App 專用密碼嗰陣唔畀用,請用返你嘅主 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "而家呢個動態源皆因好多人用緊導致暫時用唔到。唔該遲啲試多次。" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "呢個動態源度得個吉!你可能需要跟更多用戶,或檢查你嘅語言設定。" @@ -9020,7 +9115,7 @@ msgstr "呢個動態源度得個吉。" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "呢個動態源唔再用到,我哋改成顯示 <0>Discover0>。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "呢個帳號代碼預留咗畀其他地方用,唔該試下第個。" @@ -9037,7 +9132,7 @@ msgstr "呢條連結無效" msgid "This label was applied by the author." msgstr "呢個標記係發布者所加。" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "呢個標記係你所加。" @@ -9065,11 +9160,11 @@ msgstr "呢份清單度得個吉。" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "呢個內容審覈服務用唔到,留意下低瞭解更多資訊。若然呢個問題仲係持續發生,請聯絡我哋。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "呢條帖文話係話喺 <0>{0}0> 發布嘅,但係最先出現喺 Bluesky 嘅時間係喺 <1>{1}1>。" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "呢條帖文存在未知嘅內容類型,你 App 嘅版本可能過咗期。" @@ -9101,7 +9196,7 @@ msgstr "呢個回覆會摺疊到你討論串下底嘅隱藏部分,兼且會爲 msgid "This service has not provided terms of service or a privacy policy." msgstr "呢個服務未有提供服務條款或私隱政策。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "呢個應該會喺以下位置建立一個網域名稱記錄:" @@ -9113,7 +9208,7 @@ msgstr "呢個過程幾分鐘就攪掂。" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "呢個用戶仲未設定名稱,因此唔得授予驗證。" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "呢個用戶仲未有人跟佢。" @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "呢個用戶封鎖咗你" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "呢個用戶封鎖咗你,你冇得睇佢發嘅內容。" @@ -9142,7 +9237,7 @@ msgstr "呢個用戶喺你靜音咗嘅 <0>{0}0> 清單度。" msgid "This user is new here. Press for more info about when they joined." msgstr "呢個用戶啱嚟冇耐,撳低去睇佢具體幾時入嚟嘅時間。" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "呢個用戶未有跟過任何人。" @@ -9168,7 +9263,7 @@ msgstr "討論串選項" msgid "Thread preferences" msgstr "討論串偏好設定" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "討論串偏好設定" @@ -9181,6 +9276,10 @@ msgstr "樹狀模式" msgid "Threads Preferences" msgstr "討論串偏好設定" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "威脅或煽動暴力" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "剩餘時間:{0, plural, one {# 秒} other {# 秒}}" @@ -9198,10 +9297,6 @@ msgstr "要停用電郵雙重驗證,請驗證你電郵地址 <0>{0}0>" msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "要擧報對話嘅話,請喺對話頁面度揀選一條去擧報,噉樣我哋嘅內容審覈員就知道件事嘅來龍去脈。" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "你諗住將呢份擧報提交畀邊位?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "今日" @@ -9222,8 +9317,8 @@ msgstr "至 Hit" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "熱門回覆行先" @@ -9231,17 +9326,17 @@ msgstr "熱門回覆行先" msgid "Topic" msgstr "話題" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "翻譯" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "樹狀介面" @@ -9253,6 +9348,10 @@ msgstr "時興話題" msgid "Trending Videos" msgstr "時興影片" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "引戰" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "信任源於人際關係、社羣同共享嘅背景,所以我哋亦都引入咗<0>受信任嘅驗證者0>:可以直接授予驗證其他帳號嘅組織。" @@ -9274,7 +9373,7 @@ msgstr "雙重驗證(2FA)" msgid "Type your message here" msgstr "喺呢度輸入你嘅訊息" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "種類:" @@ -9294,13 +9393,13 @@ msgstr "連線唔到你嘅服務。請檢查你嘅網絡連線跟住試多次。 #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "連線唔到服務,請檢查你嘅互聯網連線。" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "刪唔到" @@ -9324,27 +9423,27 @@ msgstr "取用唔到動態源資訊" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "解除封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "解除封鎖" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "解除封鎖帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "係咪要解除封鎖帳號?" @@ -9369,12 +9468,7 @@ msgstr "唔再轉發" msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" msgstr "唔再轉發({0, plural, one {# 次轉發} other {# 次轉發}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "唔再跟佢" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "唔再跟 {0}" @@ -9383,7 +9477,7 @@ msgstr "唔再跟 {0}" msgid "Unfollow account" msgstr "唔再跟佢" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "唔再跟呢位用戶" @@ -9391,7 +9485,7 @@ msgstr "唔再跟呢位用戶" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "唔好意思,Bluesky 而家暫停對密西西比州提供服務。" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "唔好意思,你訂閱嘅標記服務冇一個係支援呢個擧報類型。" @@ -9399,12 +9493,20 @@ msgstr "唔好意思,你訂閱嘅標記服務冇一個係支援呢個擧報類 msgid "Unknown verifier" msgstr "未知嘅驗證者" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "未標記嘅成人內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "未標記、具虐待性、或非自願嘅成人內容" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "唔再讚佢" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" msgstr "唔再讚佢({0, plural, one {# 人讚佢} other {# 人讚佢}})" @@ -9419,8 +9521,8 @@ msgstr "唔再靜音" msgid "Unmute" msgstr "唔再靜音" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "唔再靜音 {tag}" @@ -9431,7 +9533,7 @@ msgstr "唔再靜音 {tag}" msgid "Unmute account" msgstr "唔再靜音帳號" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "唔再靜音對話" @@ -9454,8 +9556,8 @@ msgstr "唔再靜音影片" msgid "Unpin" msgstr "唔再固定" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "唔再固定動態源" @@ -9464,8 +9566,8 @@ msgstr "唔再固定動態源" msgid "Unpin Feed" msgstr "唔再固定動態源" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "唔再喺首頁度固定" @@ -9517,13 +9619,6 @@ msgstr "經已喺清單度唔再訂閱" msgid "Unsupported video type: {mimeType}" msgstr "唔支援嘅影片類型:{mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "不受歡迎嘅色情內容" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "要喺邊啲清單度加入或刪除 <0> {displayName} 0>?" msgid "Update email" msgstr "更新電郵" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "更新成 {domain}" @@ -9567,7 +9662,7 @@ msgstr "更新緊……" msgid "Upload a photo instead" msgstr "或上載圖片" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "上載文字檔案到:" @@ -9603,11 +9698,11 @@ msgstr "上載緊連結縮圖……" msgid "Uploading video..." msgstr "上載緊條片……" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "使用 App 專用密碼登入其他 Bluesky 用戶端,就唔使提供完整嘅帳號權限或密碼。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "使用預設服務提供者" @@ -9638,17 +9733,17 @@ msgstr "用呢個嚟登入另一個 App 同埋你嘅帳號代碼。" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "用你帳號嘅電郵地址,抑或係擁有嘅其他眞實電郵地址,以防 KWS 或 Bluesky 需要同你聯絡。" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "用戶經已封鎖" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "用戶經已封鎖" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "用戶已被「{0}」封鎖" @@ -9660,7 +9755,7 @@ msgstr "用戶已被清單封鎖" msgid "User Blocked by List" msgstr "用戶已被清單封鎖" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "用戶封鎖咗你" @@ -9698,15 +9793,15 @@ msgstr "用戶名稱唔得以連字號(-)開頭或結尾" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "用戶名稱只能包含字母(a-z)、數字及連字號(-)。" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "用戶名稱或電郵地址" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "<0>@{0}0> 跟咗嘅用戶" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "跟緊 <0>@{0}0> 嘅用戶" @@ -9715,15 +9810,7 @@ msgstr "跟緊 <0>@{0}0> 嘅用戶" msgid "Users I follow" msgstr "我跟嘅用戶" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "「{0}」中嘅用戶" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "你跟嘅用戶" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "值:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "驗證碼" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "驗證 DNS 記錄" @@ -9786,8 +9873,8 @@ msgstr "驗證電郵對話框" msgid "Verify now" msgstr "即刻驗證" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "驗證文字檔案" @@ -9841,15 +9928,15 @@ msgstr "影片嚟自 {0}:{text}" msgid "Video Games" msgstr "電子遊戲" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "條片經已暫停" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "條片播緊" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "搵唔到條片。" @@ -9876,17 +9963,17 @@ msgstr "影片長度唔得超過 3 分鐘。" #: src/view/com/composer/Composer.tsx:585 msgctxt "Action to view the post the user just created" msgid "View" -msgstr "睇" +msgstr "睇下" #: src/screens/Profile/Header/Shell.tsx:241 msgid "View {0}'s avatar" msgstr "睇下 {0} 嘅頭像" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "睇下 {0} 嘅個人檔案" @@ -9896,7 +9983,7 @@ msgstr "睇下 {displayName} 嘅個人檔案" #: src/components/ProfileHoverCard/index.web.tsx:480 msgid "View blocked user's profile" -msgstr "睇下封鎖咗嘅用戶個人檔案" +msgstr "睇下被封鎖用戶嘅個人檔案" #: src/screens/Settings/components/ExportCarDialog.tsx:99 msgid "View blogpost for more details" @@ -9906,16 +9993,11 @@ msgstr "睇下網誌文章嚟了解更多資訊" msgid "View debug entry" msgstr "睇下調試條目" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "睇下詳細資訊" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "睇下報告侵犯版權嘅詳細資訊" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "睇下完整嘅討論串" @@ -9960,7 +10042,7 @@ msgstr "睇下 @{0} 提供嘅標記服務" msgid "View this user's verifications" msgstr "睇下呢個用戶嘅認證" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "睇下邊啲人讚過呢個動態源" @@ -9993,8 +10075,8 @@ msgstr "睇下你靜音咗嘅帳號" msgid "View your verifications" msgstr "睇下你嘅認證" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "睇下完整圖片" @@ -10002,6 +10084,14 @@ msgstr "睇下完整圖片" msgid "Views video in immersive mode" msgstr "進入沉浸模式睇片" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "暴力" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "暴力或威嚇性內容" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "當你撳低認證標記之後,你會睇到邊啲組織授予咗驗證 msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "你諗住喺演算法動態源度睇到邊啲語言?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "邊個可以喺呢篇帖文度互動?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "邊個可以回覆" @@ -10249,40 +10340,38 @@ msgstr "大鑊!撈唔度時興影片。" msgid "Why are you appealing?" msgstr "點解你要申訴?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "點解要審查呢個內容?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "點解要審查呢個對話?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" msgstr "點解要審查呢個動態源?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" msgstr "點解要審查呢份清單?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" msgstr "點解要審查呢條訊息?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" msgstr "點解要審查呢條帖文?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" msgstr "點解要審查呢個新手包?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" msgstr "點解要審查呢個用戶?" +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "需要封鎖呢個用戶或刪除呢個對話,定一齊執行?" + #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 msgid "Write a message" @@ -10320,7 +10409,7 @@ msgstr "係" msgid "Yes, deactivate" msgstr "係,停用佢" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "係,刪咗呢個新手包" @@ -10373,7 +10462,7 @@ msgstr "你唔得開直播" msgid "You are not allowed to upload videos." msgstr "你唔得上載影片。" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "你未有跟過任何人。" @@ -10445,17 +10534,13 @@ msgstr "你可以重新啓用你嘅帳號嚟繼續登入,你嘅個人檔案同 msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "你最多只能揀選 {MAX_IMAGES, plural, other {# 張圖片}}。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "你可以喺 <0>設定 → 內容審覈 → 互動設定0> 度調整預設互動設定。" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "你可以遲啲喺設定度改返。" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "你未有任何擁躉。" @@ -10467,6 +10552,10 @@ msgstr "你未有跟任何跟咗 @{name} 嘅用戶。" msgid "You don't have any chat requests at the moment." msgstr "你而家未有任何傾偈邀請。" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "你仲未有任何固定咗嘅動態源。" @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "你經已封鎖呢個用戶" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "你經已封鎖咗呢個用戶,你冇得睇佢哋嘅內容。" @@ -10495,7 +10584,7 @@ msgstr "你經已停用晒回覆、引用同提及嘅通知,因此呢個頁面 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "你輸入嘅驗證碼唔啱。格式應該係 XXXXX-XXXXX。" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "你經已隱藏咗呢條帖文" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "你經已隱藏咗呢條帖文。" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "你經已靜音咗呢個帳號。" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "你經已將呢個用戶靜音" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "你仲未靜音過任何字詞或標籤" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "你隱藏咗呢個回覆。" @@ -10574,11 +10663,11 @@ msgstr "你喺 {timeAgoString}前加入咗 Bluesky" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "你喺 {timeAgoString}前使用新手包加入咗 Bluesky" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "若然你覺得其他人標記內容唔啱,可以提出申訴。" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "若然你覺得呢啲標記內容唔啱,可以提出申訴。" @@ -10614,10 +10703,6 @@ msgstr "你必須通過年齡驗證以取用呢個畫面。" msgid "You must grant access to your photo library to save a QR code" msgstr "你必須授予相片圖庫取用權限先至可以儲存 QR code" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "你必須揀選至少一個標記服務嚟提交擧報" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "喂,攪掂喇!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "你而家用緊 App 專用密碼去登入。請用返你嘅主要密碼登入去繼續停用你嘅帳號。" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "你經已對呢個標記提出過申訴,而家我哋嘅內容審覈團隊審查緊。" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "你揀咗喺呢條帖文度隱藏字詞或標籤。" @@ -10750,7 +10839,7 @@ msgstr "你經已達到每日上載影片嘅上限(總計影片大細過大) msgid "You've reached your daily limit for video uploads (too many videos)" msgstr "你經已達到每日上載影片嘅上限(影片數量過多)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "你睇晒所有嘢喇。可能係時候要唞陣先?" @@ -10786,7 +10875,7 @@ msgstr "你嘅申訴經已提交。若然判決上訴得直我哋會透過電郵 msgid "Your birth date" msgstr "你嘅出世日期" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "你個瀏覽器唔支援呢種影片格式,請試下用唔同嘅瀏覽器。" @@ -10798,7 +10887,7 @@ msgstr "你傾偈功能俾人停用咗" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "系統會記住你嘅選擇,之後開啓連結嗰陣會用返佢。你隨時可以喺設定度改返佢。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "你而家嘅帳號代碼 <0>{0}0> 會自動幫你留住。方便你之後轉返去用之前嘅頭銜。" @@ -10827,7 +10916,7 @@ msgstr "你嘅電郵仲未驗證。請驗證你嘅電郵以便享用所有 Blues msgid "Your first like!" msgstr "你嘅第一個讚!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "你嘅擁躉" @@ -10905,14 +10994,10 @@ msgstr "你嘅個人檔案、帖文、動態源同埋清單唔會再畀其他 Bl msgid "Your reply was sent" msgstr "你嘅回覆經已發佈" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "你嘅擧報會提交去 <0>{0}0>。" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "你嘅擧報會提交到 Bluesky 內容審覈服務度" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "你揀選嘅心水主題可以幫我哋提供更多你所關注嘅內容。" diff --git a/src/locale/locales/zh-TW/messages.po b/src/locale/locales/zh-TW/messages.po index 8b68ccdd58..0160f1533c 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: 2025-10-23 16:19\n" +"PO-Revision-Date: 2025-11-17 16:09\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -19,7 +19,7 @@ msgstr "" "X-Crowdin-File-ID: 11\n" #. 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:325 +#: src/components/InterestTabs.tsx:330 msgid "\"{interestsDisplayName}\" category (active)" msgstr "「{interestsDisplayName}」類別(已選取)" @@ -100,7 +100,7 @@ msgstr "{0, plural, one {個跟隨者} other {個跟隨者}}" msgid "{0, plural, one {following} other {following}}" msgstr "{0, plural, one {個跟隨中} other {個跟隨中}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:476 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:477 msgid "{0, plural, one {like} other {likes}}" msgstr "{0, plural, one {個喜歡} other {個喜歡}}" @@ -108,15 +108,15 @@ msgstr "{0, plural, one {個喜歡} other {個喜歡}}" msgid "{0, plural, one {post} other {posts}}" msgstr "{0, plural, one {則貼文} other {則貼文}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:460 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:461 msgid "{0, plural, one {quote} other {quotes}}" msgstr "{0, plural, one {次引用} other {次引用}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:442 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:443 msgid "{0, plural, one {repost} other {reposts}}" msgstr "{0, plural, one {則轉發} other {則轉發}}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:487 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:488 msgid "{0, plural, one {save} other {saves}}" msgstr "{0, plural, one {個收藏} other {個收藏}}" @@ -125,7 +125,7 @@ msgid "{0, plural, other {{1} posts}}" msgstr "{0, plural, other {{1} 則貼文}}" #. Number of users (always at least 25) who have joined Bluesky using a specific starter pack -#: src/screens/StarterPack/StarterPackScreen.tsx:494 +#: src/screens/StarterPack/StarterPackScreen.tsx:492 msgid "{0, plural, other {# people have}} used this starter pack!" msgstr "總共有 {0, plural, other {# 個人}}使用過這個新手包!" @@ -133,6 +133,10 @@ msgstr "總共有 {0, plural, other {# 個人}}使用過這個新手包!" msgid "{0, plural, other {+# more}}" msgstr "{0, plural, other {+其他 # 個新手包}}" +#: src/components/moderation/ContentHider.tsx:89 +msgid "{0} (Account)" +msgstr "{0}(帳號)" + #. Pattern: {wordValue} in tags #: src/components/dialogs/MutedWords.tsx:481 msgid "{0} <0>in <1>tags1>0>" @@ -165,7 +169,7 @@ msgstr "本週加入了 {0} 人" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/Scrubber.tsx:203 msgid "{0} of {1}" -msgstr "第 {0} 個 (共 {1} 個)" +msgstr "第 {0} 個(共 {1} 個)" #. Accessibility label describing how many characters the user has entered out of a 50-character limit in a text input field #: src/screens/StarterPack/Wizard/StepDetails.tsx:55 @@ -246,159 +250,159 @@ msgstr "{estimatedTimeHrs, plural, one {時} other {時}}" msgid "{estimatedTimeMins, plural, one {minute} other {minutes}}" msgstr "{estimatedTimeMins, plural, one {分} other {分}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:353 +#: src/view/com/notifications/NotificationFeedItem.tsx:360 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> followed you" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0>跟隨了您" -#: src/view/com/notifications/NotificationFeedItem.tsx:379 +#: src/view/com/notifications/NotificationFeedItem.tsx:386 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your custom feed" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0>對您的自訂動態源表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:272 +#: src/view/com/notifications/NotificationFeedItem.tsx:303 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your post" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0>表示喜歡您的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:484 +#: src/view/com/notifications/NotificationFeedItem.tsx:491 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> liked your repost" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, other {其他{formattedAuthorsCount} 人}}0>對您轉發的貼文表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:457 +#: src/view/com/notifications/NotificationFeedItem.tsx:464 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> removed their verifications from your account" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}0>撤回了對您帳號的驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:296 +#: src/view/com/notifications/NotificationFeedItem.tsx:327 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your post" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0>轉發了您的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:508 +#: src/view/com/notifications/NotificationFeedItem.tsx:515 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> reposted your repost" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}0>轉發了您轉發的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:403 +#: src/view/com/notifications/NotificationFeedItem.tsx:410 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> signed up with your starter pack" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}0>使用了您的新手包註冊" -#: src/view/com/notifications/NotificationFeedItem.tsx:432 +#: src/view/com/notifications/NotificationFeedItem.tsx:439 msgid "{firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0> verified you" msgstr "{firstAuthorLink} 和<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}0>對您授予了驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:365 +#: src/view/com/notifications/NotificationFeedItem.tsx:372 msgid "{firstAuthorLink} followed you" msgstr "{firstAuthorLink} 跟隨了您" -#: src/view/com/notifications/NotificationFeedItem.tsx:342 +#: src/view/com/notifications/NotificationFeedItem.tsx:349 msgid "{firstAuthorLink} followed you back" msgstr "{firstAuthorLink} 回跟了您" -#: src/view/com/notifications/NotificationFeedItem.tsx:391 +#: src/view/com/notifications/NotificationFeedItem.tsx:398 msgid "{firstAuthorLink} liked your custom feed" msgstr "{firstAuthorLink} 對您的自訂動態源表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:284 +#: src/view/com/notifications/NotificationFeedItem.tsx:315 msgid "{firstAuthorLink} liked your post" msgstr "{firstAuthorLink} 對您的貼文表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:496 +#: src/view/com/notifications/NotificationFeedItem.tsx:503 msgid "{firstAuthorLink} liked your repost" msgstr "{firstAuthorLink} 對您轉發的貼文表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:469 +#: src/view/com/notifications/NotificationFeedItem.tsx:476 msgid "{firstAuthorLink} removed their verification from your account" msgstr "{firstAuthorLink} 撤回了對您帳號的驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:308 +#: src/view/com/notifications/NotificationFeedItem.tsx:339 msgid "{firstAuthorLink} reposted your post" msgstr "{firstAuthorLink} 轉發了您的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:520 +#: src/view/com/notifications/NotificationFeedItem.tsx:527 msgid "{firstAuthorLink} reposted your repost" msgstr "{firstAuthorLink} 轉發了您轉發的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:415 +#: src/view/com/notifications/NotificationFeedItem.tsx:422 msgid "{firstAuthorLink} signed up with your starter pack" msgstr "{firstAuthorLink} 使用了您的新手包註冊" -#: src/view/com/notifications/NotificationFeedItem.tsx:444 +#: src/view/com/notifications/NotificationFeedItem.tsx:451 msgid "{firstAuthorLink} verified you" msgstr "{firstAuthorLink} 對您授予了驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:346 +#: src/view/com/notifications/NotificationFeedItem.tsx:353 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} followed you" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}跟隨了您" -#: src/view/com/notifications/NotificationFeedItem.tsx:372 +#: src/view/com/notifications/NotificationFeedItem.tsx:379 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your custom feed" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}對您的自訂動態源表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:265 +#: src/view/com/notifications/NotificationFeedItem.tsx:296 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your post" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}對您的貼文表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:477 +#: src/view/com/notifications/NotificationFeedItem.tsx:484 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} liked your repost" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}對您轉發的貼文表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:450 +#: src/view/com/notifications/NotificationFeedItem.tsx:457 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} removed their verifications from your account" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}撤回了對您帳號的驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:289 +#: src/view/com/notifications/NotificationFeedItem.tsx:320 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your post" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}轉發了您的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:501 +#: src/view/com/notifications/NotificationFeedItem.tsx:508 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} reposted your repost" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}轉發了您轉發的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:396 +#: src/view/com/notifications/NotificationFeedItem.tsx:403 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} signed up with your starter pack" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, one {其他 {formattedAuthorsCount} 人} other {其他 {formattedAuthorsCount} 人}}使用了您的新手包註冊" -#: src/view/com/notifications/NotificationFeedItem.tsx:425 +#: src/view/com/notifications/NotificationFeedItem.tsx:432 msgid "{firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}} verified you" msgstr "{firstAuthorName} 和{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}對您授予了驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:351 +#: src/view/com/notifications/NotificationFeedItem.tsx:358 msgid "{firstAuthorName} followed you" msgstr "{firstAuthorName} 跟隨了您" -#: src/view/com/notifications/NotificationFeedItem.tsx:341 +#: src/view/com/notifications/NotificationFeedItem.tsx:348 msgid "{firstAuthorName} followed you back" msgstr "{firstAuthorName} 回跟了您" -#: src/view/com/notifications/NotificationFeedItem.tsx:377 +#: src/view/com/notifications/NotificationFeedItem.tsx:384 msgid "{firstAuthorName} liked your custom feed" msgstr "{firstAuthorName} 對您的自訂動態源表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:270 +#: src/view/com/notifications/NotificationFeedItem.tsx:301 msgid "{firstAuthorName} liked your post" msgstr "{firstAuthorName} 對您的貼文表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:482 +#: src/view/com/notifications/NotificationFeedItem.tsx:489 msgid "{firstAuthorName} liked your repost" msgstr "{firstAuthorName} 對您轉發的貼文表示喜歡" -#: src/view/com/notifications/NotificationFeedItem.tsx:455 +#: src/view/com/notifications/NotificationFeedItem.tsx:462 msgid "{firstAuthorName} removed their verification from your account" msgstr "{firstAuthorName} 撤回了對您帳號的驗證" -#: src/view/com/notifications/NotificationFeedItem.tsx:294 +#: src/view/com/notifications/NotificationFeedItem.tsx:325 msgid "{firstAuthorName} reposted your post" msgstr "{firstAuthorName} 轉發了您的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:506 +#: src/view/com/notifications/NotificationFeedItem.tsx:513 msgid "{firstAuthorName} reposted your repost" msgstr "{firstAuthorName} 轉發了您轉發的貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:401 +#: src/view/com/notifications/NotificationFeedItem.tsx:408 msgid "{firstAuthorName} signed up with your starter pack" msgstr "{firstAuthorName} 使用了您的新手包註冊" -#: src/view/com/notifications/NotificationFeedItem.tsx:430 +#: src/view/com/notifications/NotificationFeedItem.tsx:437 msgid "{firstAuthorName} verified you" msgstr "{firstAuthorName} 對您授予了驗證" -#: src/components/ProfileHoverCard/index.web.tsx:572 +#: src/components/ProfileHoverCard/index.web.tsx:577 msgid "{following} following" msgstr "{following} 個跟隨中" @@ -490,7 +494,7 @@ msgstr "<0>{0}0> 和<1> 1><2>{1} 2>已包含在您的新手包中" msgid "<0>{0}0> is included in your starter pack" msgstr "<0>{0}0> 已在您的新手包中" -#: src/components/WhoCanReply.tsx:319 +#: src/components/WhoCanReply.tsx:351 msgid "<0>{0}0> members" msgstr "<0>{0}0> 的成員" @@ -515,7 +519,7 @@ msgstr "⚠無效的帳號代碼" msgid "24 hours" msgstr "24 小時" -#: src/screens/Login/LoginForm.tsx:268 +#: src/screens/Login/LoginForm.tsx:281 msgid "2FA Confirmation" msgstr "雙重驗證" @@ -542,7 +546,7 @@ msgstr "全新的驗證機制" #: src/components/BlockedGeoOverlay.tsx:50 msgid "A new Mississippi law requires us to implement age verification for all users before they can access Bluesky. We think this law creates challenges that go beyond its child safety goals, and creates significant barriers that limit free speech and disproportionately harm smaller platforms and emerging technologies." -msgstr "一項密西西比州的新法律要求所有用戶必須在驗證年齡後才能存取 Bluesky。我們認為這項法律帶來的挑戰已遠遠超出保護兒童安全的範疇,並對言論自由帶來了重重限制及障礙,也同時對小型平台和新興技術造成了不平等的傷害。" +msgstr "一項密西西比州的新法律要求所有用戶必須在驗證年齡後才能存取 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:120 @@ -560,12 +564,16 @@ msgstr "一張個人檔案頁面的截圖,顯示跟隨按鈕旁邊新增的鈴 msgid "About" msgstr "關於" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:100 +msgid "Abusive or discriminatory behavior" +msgstr "虐待或歧視行為" + #. Accept a chat request -#: src/screens/Messages/components/RequestButtons.tsx:255 +#: src/screens/Messages/components/RequestButtons.tsx:269 msgid "Accept" msgstr "接受" -#: src/screens/Messages/components/RequestButtons.tsx:246 +#: src/screens/Messages/components/RequestButtons.tsx:260 msgid "Accept chat request" msgstr "接受對話邀請" @@ -589,7 +597,7 @@ msgid "Accessibility Settings" msgstr "無障礙設定" #: src/Navigation.tsx:399 -#: src/screens/Login/LoginForm.tsx:194 +#: src/screens/Login/LoginForm.tsx:197 #: src/screens/Settings/AccountSettings.tsx:51 #: src/screens/Settings/Settings.tsx:174 #: src/screens/Settings/Settings.tsx:177 @@ -597,7 +605,7 @@ msgid "Account" msgstr "帳號" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:393 -#: src/screens/Messages/components/RequestButtons.tsx:90 +#: src/screens/Messages/components/RequestButtons.tsx:91 #: src/view/com/profile/ProfileMenu.tsx:166 msgctxt "toast" msgid "Account blocked" @@ -615,7 +623,7 @@ msgid "Account muted" msgstr "成功靜音帳號" #: src/components/moderation/ModerationDetailsDialog.tsx:105 -#: src/lib/moderation/useModerationCauseDescription.ts:98 +#: src/lib/moderation/useModerationCauseDescription.ts:99 msgid "Account Muted" msgstr "已靜音該帳號" @@ -627,11 +635,15 @@ msgstr "帳號已被列表靜音" msgid "Account options" msgstr "帳號設定" +#: src/components/dialogs/ServerInput.tsx:141 +msgid "Account provider" +msgstr "" + #: src/screens/Settings/Settings.tsx:662 msgid "Account removed from quick access" msgstr "成功從快速存取中移除帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:137 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:138 #: src/view/com/profile/ProfileMenu.tsx:156 msgctxt "toast" msgid "Account unblocked" @@ -678,8 +690,8 @@ msgstr "再新增至少 {0} 個以繼續" msgid "Add {displayName} to starter pack" msgstr "新增 {displayName} 至新手包" +#: src/view/com/composer/labels/LabelsBtn.tsx:102 #: src/view/com/composer/labels/LabelsBtn.tsx:107 -#: src/view/com/composer/labels/LabelsBtn.tsx:112 msgid "Add a content warning" msgstr "新增內容警告" @@ -709,7 +721,7 @@ msgstr "新增替代文字" #: src/view/com/composer/videos/SubtitleDialog.tsx:106 msgid "Add alt text (optional)" -msgstr "新增替代文字 (選填)" +msgstr "新增替代文字(選填)" #: src/screens/Settings/Settings.tsx:566 #: src/screens/Settings/Settings.tsx:569 @@ -730,8 +742,8 @@ msgstr "新增另一則貼文至討論串" msgid "Add app password" msgstr "新增應用程式專用密碼" -#: src/screens/Settings/AppPasswords.tsx:75 -#: src/screens/Settings/AppPasswords.tsx:83 +#: src/screens/Settings/AppPasswords.tsx:73 +#: src/screens/Settings/AppPasswords.tsx:81 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:111 msgid "Add App Password" msgstr "新增應用程式專用密碼" @@ -745,10 +757,10 @@ msgstr "加入表情符號反應" msgid "Add media to post" msgstr "加入媒體到貼文" -#: src/components/moderation/ReportDialog/index.tsx:406 -#: src/components/moderation/ReportDialog/index.tsx:410 +#: src/components/moderation/ReportDialog/index.tsx:507 +#: src/components/moderation/ReportDialog/index.tsx:511 msgid "Add more details (optional)" -msgstr "補充更多資訊 (可選)" +msgstr "補充更多資訊(選填)" #: src/components/dialogs/MutedWords.tsx:326 msgid "Add mute word with chosen settings" @@ -781,9 +793,9 @@ msgstr "新增一些動態源到您的新手包中吧!" #: src/screens/Feeds/NoFollowingFeed.tsx:39 msgid "Add the default feed of only people you follow" -msgstr "新增預設的動態源 (只顯示您跟隨的人)" +msgstr "新增預設的動態源(只顯示您跟隨的人)" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:416 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:417 msgid "Add the following DNS record to your domain:" msgstr "將以下 DNS 記錄新增到您的網域:" @@ -821,20 +833,24 @@ msgstr "成功新增至新手包" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:111 msgid "Additional details (limit 1000 characters)" -msgstr "補充資訊 (1000 個字元以內)" +msgstr "補充資訊(1000 個字元以內)" -#: src/components/moderation/ReportDialog/index.tsx:424 +#: src/components/moderation/ReportDialog/index.tsx:525 msgid "Additional details (limit 300 characters)" -msgstr "補充資訊 (300 個字元以內)" +msgstr "補充資訊(300 個字元以內)" -#: src/view/com/composer/labels/LabelsBtn.tsx:159 +#: src/view/com/composer/labels/LabelsBtn.tsx:154 msgid "Adult" msgstr "色情" -#: src/components/moderation/ContentHider.tsx:116 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:66 +msgid "Adult content" +msgstr "成人內容" + +#: src/components/moderation/ContentHider.tsx:120 #: src/lib/moderation/useGlobalLabelStrings.ts:34 -#: src/lib/moderation/useModerationCauseDescription.ts:148 -#: src/view/com/composer/labels/LabelsBtn.tsx:127 +#: src/lib/moderation/useModerationCauseDescription.ts:149 +#: src/view/com/composer/labels/LabelsBtn.tsx:122 msgid "Adult Content" msgstr "成人內容" @@ -846,11 +862,15 @@ msgstr "成人內容只能透過網頁版 (<0>bsky.app0>) 啟用。" msgid "Adult content is disabled." msgstr "已停用成人內容。" -#: src/view/com/composer/labels/LabelsBtn.tsx:138 -#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:133 +#: src/view/com/composer/labels/LabelsBtn.tsx:191 msgid "Adult Content labels" msgstr "成人內容標記" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:76 +msgid "Adult sexual abuse content" +msgstr "成人性虐待內容" + #: src/screens/Moderation/index.tsx:468 msgid "Advanced" msgstr "進階設定" @@ -903,6 +923,10 @@ msgstr "以下是您儲存的動態源。" msgid "Allow access to your direct messages" msgstr "允許存取您的私人訊息" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:445 +msgid "Allow anyone to reply" +msgstr "" + #: src/components/dialogs/DeviceLocationRequestDialog.tsx:146 #: src/components/dialogs/DeviceLocationRequestDialog.tsx:152 msgid "Allow location access" @@ -918,21 +942,33 @@ msgstr "允許這些人向您發起對話:" msgid "Allow others to be notified of your posts" msgstr "允許其他人在您發布貼文時收到通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:355 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:498 +msgid "Allow people you follow to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:512 +msgid "Allow people you mention to reply" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:630 msgid "Allow quote posts" msgstr "允許引用貼文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:400 -msgid "Allow replies from:" -msgstr "允許這些人回覆您的貼文:" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:592 +msgid "Allow users in {0} to reply" +msgstr "" -#: src/screens/Settings/AppPasswords.tsx:200 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:484 +msgid "Allow your followers to reply" +msgstr "" + +#: src/screens/Settings/AppPasswords.tsx:199 msgid "Allows access to direct messages" msgstr "允許存取私人訊息" #: src/screens/Login/ForgotPasswordForm.tsx:171 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:235 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:236 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:242 msgid "Already have a code?" msgstr "已經有重設碼了?" @@ -1003,14 +1039,18 @@ msgstr "載入動態源時發生錯誤。" msgid "An error occurred while generating your starter pack. Want to try again?" msgstr "產生您的新手包時發生錯誤。要再試一次嗎?" -#: src/components/Post/Embed/VideoEmbed/index.tsx:160 +#: src/components/Post/Embed/VideoEmbed/index.tsx:140 msgid "An error occurred while loading the video. Please try again later." msgstr "載入影片時發生錯誤。請稍後再試。" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:244 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:226 msgid "An error occurred while loading the video. Please try again." msgstr "載入影片時發生錯誤。請稍後再試。" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:575 +msgid "An error occurred while loading your lists :/" +msgstr "" + #: src/components/StarterPack/QrCodeDialog.tsx:75 msgid "An error occurred while saving the QR code!" msgstr "儲存 QR Code 時發生錯誤!" @@ -1035,8 +1075,7 @@ msgstr "Bluesky 的幾則貼文插圖,旁邊還有轉發、喜歡和留言圖 msgid "An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts." msgstr "這張圖解說明 Bluesky 官方可挑選信任的驗證者,並由受信任的驗證者為個別帳號授予驗證。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:28 -#: src/lib/moderation/useReportOptions.ts:28 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:239 msgid "An issue not included in these options" msgstr "問題未包含在上述選項" @@ -1050,10 +1089,10 @@ msgstr "開啟對話時發生問題" #: src/components/hooks/useFollowMethods.ts:35 #: src/components/hooks/useFollowMethods.ts:50 -#: src/components/ProfileCard.tsx:484 -#: src/components/ProfileCard.tsx:505 -#: src/view/com/profile/FollowButton.tsx:38 -#: src/view/com/profile/FollowButton.tsx:48 +#: src/components/ProfileCard.tsx:502 +#: src/components/ProfileCard.tsx:523 +#: src/view/com/notifications/NotificationFeedItem.tsx:774 +#: src/view/com/notifications/NotificationFeedItem.tsx:794 msgid "An issue occurred, please try again." msgstr "發生問題,請再試一次。" @@ -1062,14 +1101,22 @@ msgid "An mockup of a iPhone showing the Bluesky app open to the profile of a ve msgstr "一張使用 iPhone 示範的圖片,顯示 Bluesky 應用程式中已驗證用戶的個人檔案,其名稱旁邊有一個藍色勾號標記。" #: src/components/moderation/ModerationDetailsDialog.tsx:136 -#: src/lib/moderation/useModerationCauseDescription.ts:144 +#: src/lib/moderation/useModerationCauseDescription.ts:145 msgid "an unknown labeler" msgstr "未知的標記服務" -#: src/components/WhoCanReply.tsx:340 +#: src/components/WhoCanReply.tsx:372 msgid "and" msgstr "和" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:88 +msgid "Animal sexual abuse" +msgstr "動物性虐待" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:130 +msgid "Animal welfare" +msgstr "虐待動物" + #: src/lib/interests.ts:52 #: src/screens/Onboarding/index.tsx:60 msgid "Animals" @@ -1088,14 +1135,13 @@ msgstr "公告" msgid "Announcing verification on Bluesky" msgstr "為您介紹 Bluesky 上的驗證機制" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:33 -#: src/lib/moderation/useReportOptions.ts:33 -msgid "Anti-Social Behavior" -msgstr "反社會行為" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:451 +msgid "Anyone" +msgstr "" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:48 -msgid "Anybody can interact" -msgstr "任何人都可以參與互動" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:134 +msgid "Anyone can interact" +msgstr "" #: src/screens/Settings/ActivityPrivacySettings.tsx:111 #: src/screens/Settings/ActivityPrivacySettings.tsx:116 @@ -1118,7 +1164,7 @@ msgstr "應用程式語言" msgid "App Password" msgstr "應用程式專用密碼" -#: src/screens/Settings/AppPasswords.tsx:147 +#: src/screens/Settings/AppPasswords.tsx:145 msgctxt "toast" msgid "App password deleted" msgstr "成功刪除應用程式專用密碼" @@ -1141,20 +1187,20 @@ msgid "App passwords" msgstr "應用程式專用密碼" #: src/Navigation.tsx:351 -#: src/screens/Settings/AppPasswords.tsx:51 +#: src/screens/Settings/AppPasswords.tsx:49 msgid "App Passwords" msgstr "應用程式專用密碼" -#: src/components/moderation/LabelsOnMeDialog.tsx:152 -#: src/components/moderation/LabelsOnMeDialog.tsx:155 +#: src/components/moderation/LabelsOnMeDialog.tsx:154 +#: src/components/moderation/LabelsOnMeDialog.tsx:157 msgid "Appeal" msgstr "申訴" -#: src/components/moderation/LabelsOnMeDialog.tsx:270 +#: src/components/moderation/LabelsOnMeDialog.tsx:281 msgid "Appeal \"{0}\" label" msgstr "申訴「{0}」標記" -#: src/components/moderation/LabelsOnMeDialog.tsx:260 +#: src/components/moderation/LabelsOnMeDialog.tsx:271 #: src/screens/Messages/components/ChatDisabled.tsx:103 msgctxt "toast" msgid "Appeal submitted" @@ -1177,7 +1223,7 @@ msgid "Appeal this decision" msgstr "對此決定提出上訴" #: src/Navigation.tsx:391 -#: src/screens/Settings/AppearanceSettings.tsx:86 +#: src/screens/Settings/AppearanceSettings.tsx:73 #: src/screens/Settings/Settings.tsx:212 #: src/screens/Settings/Settings.tsx:215 msgid "Appearance" @@ -1193,24 +1239,24 @@ msgstr "使用預設推薦的動態源" msgid "Apply Pull Request" msgstr "套用拉取請求 (Pull Request)" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:656 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:658 msgid "Archived from {0}" msgstr "封存於 {0}" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:625 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:664 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:666 msgid "Archived post" msgstr "已封存的貼文" -#: src/screens/Settings/AppPasswords.tsx:209 +#: src/screens/Settings/AppPasswords.tsx:208 msgid "Are you sure you want to delete the app password \"{0}\"?" msgstr "您確定要刪除此應用程式專用密碼「{0}」嗎?" -#: src/components/dms/MessageContextMenu.tsx:183 +#: src/components/dms/MessageContextMenu.tsx:200 msgid "Are you sure you want to delete this message? The message will be deleted for you, but not for the other participant." msgstr "您確定要刪除這則訊息嗎?該訊息將為您刪除,但不會為其他參與者刪除。" -#: src/screens/StarterPack/StarterPackScreen.tsx:661 +#: src/screens/StarterPack/StarterPackScreen.tsx:659 msgid "Are you sure you want to delete this starter pack?" msgstr "您確定要刪除這個新手包嗎?" @@ -1252,7 +1298,7 @@ msgstr "您正在使用 <0>{suggestedLanguageName}0> 撰寫嗎?" msgid "Art" msgstr "藝術" -#: src/view/com/composer/labels/LabelsBtn.tsx:171 +#: src/view/com/composer/labels/LabelsBtn.tsx:166 msgid "Artistic or non-erotic nudity." msgstr "帶有藝術性或非色情的裸體。" @@ -1269,7 +1315,7 @@ msgstr "為演算法指定主題" msgid "At least 8 characters" msgstr "至少 8 個字元" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:62 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:48 msgctxt "Name of app icon variant" msgid "Aurora" msgstr "極光" @@ -1284,21 +1330,21 @@ msgstr "自動播放影片和 GIF" msgid "Available" msgstr "可用" -#: src/components/moderation/LabelsOnMeDialog.tsx:317 -#: src/components/moderation/LabelsOnMeDialog.tsx:318 -#: src/screens/Login/ChooseAccountForm.tsx:90 -#: src/screens/Login/ChooseAccountForm.tsx:95 +#: src/components/moderation/LabelsOnMeDialog.tsx:333 +#: src/components/moderation/LabelsOnMeDialog.tsx:334 +#: src/screens/Login/ChooseAccountForm.tsx:91 +#: src/screens/Login/ChooseAccountForm.tsx:96 #: src/screens/Login/ForgotPasswordForm.tsx:123 #: src/screens/Login/ForgotPasswordForm.tsx:129 -#: src/screens/Login/LoginForm.tsx:310 -#: src/screens/Login/LoginForm.tsx:316 +#: src/screens/Login/LoginForm.tsx:323 +#: src/screens/Login/LoginForm.tsx:329 #: src/screens/Login/SetNewPasswordForm.tsx:168 #: src/screens/Login/SetNewPasswordForm.tsx:174 #: src/screens/Messages/components/ChatDisabled.tsx:145 #: src/screens/Messages/components/ChatDisabled.tsx:146 #: src/screens/Profile/Header/Shell.tsx:158 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:271 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:280 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:272 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:281 #: src/screens/Signup/BackNextButtons.tsx:41 #: src/screens/StarterPack/Wizard/index.tsx:323 msgid "Back" @@ -1308,6 +1354,14 @@ msgstr "返回" msgid "Back to Chats" msgstr "返回對話" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:216 +msgid "Banned activities or security violations" +msgstr "違法活動或危害安全行為" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:227 +msgid "Banned user returning" +msgstr "停權用戶試圖繞過懲罰" + #: src/view/screens/Lists.tsx:42 #: src/view/screens/ModerationModlists.tsx:42 msgid "Before creating a list, you must first verify your email." @@ -1323,11 +1377,11 @@ msgstr "在撰寫貼文或回覆之前,您必須先驗證您的電子信箱。 msgid "Before creating a starter pack, you must first verify your email." msgstr "在建立新手包之前,您必須先驗證您的電子信箱。" -#: src/screens/Messages/components/RequestButtons.tsx:232 +#: src/screens/Messages/components/RequestButtons.tsx:246 msgid "Before you can accept this chat request, you must first verify your email." msgstr "在接受此對話邀請之前,您必須先驗證您的電子信箱。" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:43 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:56 msgid "Before you can get notifications for {name}'s posts, you must first verify your email." msgstr "在您開始接收 {name} 的貼文通知之前,您必須先驗證您的電子信箱。" @@ -1356,17 +1410,17 @@ msgid "Birthday" msgstr "生日" #: src/components/PostControls/PostMenu/PostMenuItems.tsx:792 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Block" msgstr "封鎖" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:677 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:679 -#: src/screens/Messages/components/RequestButtons.tsx:142 #: src/screens/Messages/components/RequestButtons.tsx:144 +#: src/screens/Messages/components/RequestButtons.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:401 #: src/view/com/profile/ProfileMenu.tsx:408 msgid "Block account" @@ -1382,14 +1436,10 @@ msgstr "要封鎖帳號嗎?" msgid "Block accounts" msgstr "封鎖帳號" -#: src/components/dms/ReportDialog.tsx:323 +#: src/components/dms/AfterReportDialog.tsx:145 msgid "Block and Delete" msgstr "封鎖並刪除" -#: src/components/dms/ReportDialog.tsx:358 -msgid "Block and/or delete this conversation" -msgstr "封鎖 & 刪除對話" - #: src/screens/ProfileList/components/SubscribeMenu.tsx:125 msgid "Block list" msgstr "封鎖列表" @@ -1402,15 +1452,19 @@ msgstr "封鎖或檢舉" msgid "Block these accounts?" msgstr "要封鎖這些帳號嗎?" -#: src/components/dms/ReportDialog.tsx:362 -#: src/components/dms/ReportDialog.tsx:365 +#: src/components/dms/AfterReportDialog.tsx:184 +#: src/components/dms/AfterReportDialog.tsx:187 msgid "Block user" msgstr "封鎖用戶" -#: src/components/dms/ReportDialog.tsx:329 +#: src/components/dms/AfterReportDialog.tsx:151 msgid "Block User" msgstr "封鎖用戶" +#: src/components/dms/AfterReportDialog.tsx:180 +msgid "Block user and/or delete this conversation" +msgstr "封鎖此帳號或刪除整個對話(複選)" + #: src/components/Post/Embed/index.tsx:186 msgid "Blocked" msgstr "已被封鎖" @@ -1449,25 +1503,25 @@ msgstr "封鎖該帳號無法阻止其標記您的帳號,但他將無法在您 msgid "Blog" msgstr "部落格" -#: src/view/com/auth/server-input/index.tsx:136 -#: src/view/com/auth/server-input/index.tsx:137 +#: src/components/dialogs/ServerInput.tsx:147 +#: src/components/dialogs/ServerInput.tsx:149 msgid "Bluesky" msgstr "Bluesky" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:686 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:688 msgid "Bluesky cannot confirm the authenticity of the claimed date." msgstr "Bluesky 無法確認貼文發布日期的真實性。" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:179 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:165 msgctxt "Name of app icon variant" msgid "Bluesky Classic™" msgstr "Bluesky 經典™" -#: src/view/com/auth/server-input/index.tsx:212 +#: src/components/dialogs/ServerInput.tsx:217 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 是一個開放的網路,您可以自行挑選託管服務提供者。如果您是開發人員,也可以託管自己的伺服器。" -#: src/view/com/auth/server-input/index.tsx:149 +#: src/components/dialogs/ServerInput.tsx:165 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." msgstr "Bluesky 是一個開放的網路,您可以自行挑選託管服務提供者。但如果您是新用戶,我們建議使用預設的 Bluesky Social 選項。" @@ -1513,6 +1567,10 @@ msgstr "模糊圖片,並從動態中排除內容" msgid "Books" msgstr "書籍" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:215 +msgid "Breaking site rules" +msgstr "違反網站規定" + #: src/components/FeedInterstitials.tsx:436 msgid "Browse more accounts on the Explore page" msgstr "在探索頁面瀏覽更多帳號" @@ -1560,13 +1618,13 @@ msgid "Business" msgstr "商務" #: src/components/LabelingServiceCard/index.tsx:62 -#: src/components/moderation/ReportDialog/index.tsx:686 +#: src/components/moderation/ReportDialog/index.tsx:834 #: src/screens/Search/components/StarterPackCard.tsx:106 -#: src/screens/Search/Explore.tsx:937 +#: src/screens/Search/Explore.tsx:936 msgid "By {0}" msgstr "來自 {0}" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:451 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:453 msgid "By <0>{0}0>" msgstr "來自 <0>{0}0>" @@ -1612,19 +1670,20 @@ msgstr "相機" #: src/components/live/GoLiveDialog.tsx:244 #: src/components/live/GoLiveDialog.tsx:250 #: src/components/Menu/index.tsx:350 -#: src/components/PostControls/RepostButton.tsx:210 +#: src/components/PostControls/RepostButton.tsx:209 #: src/components/Prompt.tsx:144 #: src/components/Prompt.tsx:146 +#: src/lib/media/picker.tsx:36 #: src/screens/Deactivated.tsx:158 #: src/screens/Profile/Header/EditProfileDialog.tsx:218 #: src/screens/Profile/Header/EditProfileDialog.tsx:226 -#: src/screens/Search/Shell.tsx:369 +#: src/screens/Search/Shell.tsx:370 #: src/screens/Settings/AppIconSettings/index.tsx:44 #: src/screens/Settings/AppIconSettings/index.tsx:230 #: src/screens/Settings/components/ChangeHandleDialog.tsx:78 #: src/screens/Settings/components/ChangeHandleDialog.tsx:85 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:246 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:252 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:247 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:253 #: src/screens/Settings/Settings.tsx:289 #: src/screens/Takendown.tsx:108 #: src/screens/Takendown.tsx:111 @@ -1659,9 +1718,9 @@ msgstr "取消重新啟用並登出" msgid "Cancel search" msgstr "放棄搜尋" -#: src/components/PostControls/index.tsx:105 -#: src/components/PostControls/index.tsx:136 -#: src/components/PostControls/index.tsx:164 +#: src/components/PostControls/index.tsx:106 +#: src/components/PostControls/index.tsx:137 +#: src/components/PostControls/index.tsx:165 #: src/state/shell/composer/index.tsx:94 msgid "Cannot interact with a blocked user" msgstr "無法與被封鎖的用戶進行互動" @@ -1697,12 +1756,12 @@ msgstr "變更應用程式語言" msgid "Change Handle" msgstr "變更帳號代碼" -#: src/components/moderation/ReportDialog/index.tsx:328 +#: src/components/moderation/ReportDialog/index.tsx:424 msgid "Change moderation service" msgstr "切換內容管理服務" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:260 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:266 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:261 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:267 msgid "Change password" msgstr "變更密碼" @@ -1710,7 +1769,11 @@ msgstr "變更密碼" msgid "Change password dialog" msgstr "變更密碼對話框" -#: src/components/moderation/ReportDialog/index.tsx:247 +#: src/components/moderation/ReportDialog/index.tsx:289 +msgid "Change report category" +msgstr "變更檢舉類別" + +#: src/components/moderation/ReportDialog/index.tsx:369 msgid "Change report reason" msgstr "變更檢舉理由" @@ -1739,8 +1802,8 @@ msgstr "成功儲存變更" msgid "Chat" msgstr "對話" -#: src/screens/Messages/components/RequestButtons.tsx:77 -#: src/screens/Messages/components/RequestButtons.tsx:299 +#: src/screens/Messages/components/RequestButtons.tsx:78 +#: src/screens/Messages/components/RequestButtons.tsx:313 msgctxt "toast" msgid "Chat deleted" msgstr "成功刪除對話" @@ -1753,7 +1816,7 @@ msgstr "對話訊息 - 靜音" msgid "Chat messages - sound" msgstr "對話訊息 - 聲音" -#: src/components/dms/ConvoMenu.tsx:176 +#: src/components/dms/ConvoMenu.tsx:190 msgctxt "toast" msgid "Chat muted" msgstr "成功靜音對話" @@ -1769,7 +1832,7 @@ msgstr "對話邀請收件匣" msgid "Chat requests" msgstr "對話邀請" -#: src/components/dms/ConvoMenu.tsx:76 +#: src/components/dms/ConvoMenu.tsx:78 #: src/Navigation.tsx:554 #: src/screens/Messages/ChatList.tsx:81 #: src/screens/Messages/ChatList.tsx:85 @@ -1781,7 +1844,7 @@ msgstr "對話設定" msgid "Chat Settings" msgstr "對話設定" -#: src/components/dms/ConvoMenu.tsx:178 +#: src/components/dms/ConvoMenu.tsx:192 msgctxt "toast" msgid "Chat unmuted" msgstr "成功取消靜音對話" @@ -1797,7 +1860,7 @@ msgstr "對話" msgid "Check my status" msgstr "檢查我的狀態" -#: src/screens/Login/LoginForm.tsx:301 +#: src/screens/Login/LoginForm.tsx:314 msgid "Check your email for a sign in code and enter it here." msgstr "在這裡輸入傳送至您電子信箱的登入驗證碼。" @@ -1805,6 +1868,14 @@ msgstr "在這裡輸入傳送至您電子信箱的登入驗證碼。" msgid "Check your inbox for an email with the confirmation code to enter below:" msgstr "在下方輸入傳送至您電子信箱的驗證碼:" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:161 +msgid "Child safety" +msgstr "兒少安全" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:165 +msgid "Child Sexual Abuse Material (CSAM)" +msgstr "兒少性剝削內容 (CSAM)" + #: src/screens/Settings/components/ChangeHandleDialog.tsx:399 msgid "Choose domain verification method" msgstr "選擇網域驗證方式" @@ -1833,7 +1904,7 @@ msgstr "自由選擇提供您河道中內容的演算法。" msgid "Choose this color as your avatar" msgstr "選擇這個顏色作為您的大頭貼照背景" -#: src/view/com/auth/server-input/index.tsx:130 +#: src/components/dialogs/ServerInput.tsx:137 msgid "Choose your account provider" msgstr "選擇您的服務提供者" @@ -1855,7 +1926,7 @@ msgstr "清除所有資料" #: src/screens/Settings/Settings.tsx:492 msgid "Clear all storage data (restart after this)" -msgstr "清除所有資料 (並重新啟動)" +msgstr "清除所有資料(並重新啟動)" #: src/screens/Settings/AboutSettings.tsx:116 #: src/screens/Settings/AboutSettings.tsx:120 @@ -1882,14 +1953,6 @@ msgstr "點一下這裡以重新開始驗證程序。" msgid "Click here to update your email" msgstr "點一下這裡來更新您的電子信箱" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:348 -msgid "Click to disable quote posts of this post." -msgstr "點此以拒絕其他人引用這則貼文。" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:349 -msgid "Click to enable quote posts of this post." -msgstr "點此以允許其他人引用這則貼文。" - #: src/components/RichTextTag.tsx:54 msgid "Click to open tag menu for {tag}" msgstr "點此以開啟 {tag} 的標籤選單" @@ -1919,9 +1982,11 @@ msgstr "達達的馬蹄 🐴 是美麗的錯誤 🐴" #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:187 #: src/components/dialogs/SearchablePeopleList.tsx:295 #: src/components/dialogs/StarterPackDialog.tsx:179 +#: src/components/dms/AfterReportDialog.tsx:93 +#: src/components/dms/AfterReportDialog.tsx:98 +#: src/components/dms/AfterReportDialog.tsx:208 +#: src/components/dms/AfterReportDialog.tsx:213 #: src/components/dms/EmojiPopup.android.tsx:58 -#: src/components/dms/ReportDialog.tsx:387 -#: src/components/dms/ReportDialog.tsx:396 #: src/components/live/EditLiveDialog.tsx:229 #: src/components/live/EditLiveDialog.tsx:235 #: src/components/NewskieDialog.tsx:167 @@ -1932,10 +1997,10 @@ msgstr "達達的馬蹄 🐴 是美麗的錯誤 🐴" #: src/components/StarterPack/Wizard/WizardEditListDialog.tsx:124 #: src/components/verification/VerificationsDialog.tsx:144 #: src/components/verification/VerifierDialog.tsx:150 -#: src/components/WhoCanReply.tsx:202 -#: src/components/WhoCanReply.tsx:209 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:286 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:291 +#: src/components/WhoCanReply.tsx:234 +#: src/components/WhoCanReply.tsx:241 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:287 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:292 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:335 #: src/view/com/feeds/MissingFeed.tsx:210 #: src/view/com/feeds/MissingFeed.tsx:217 @@ -1943,7 +2008,7 @@ msgid "Close" msgstr "關閉" #: src/components/Dialog/index.web.tsx:118 -#: src/components/Dialog/index.web.tsx:295 +#: src/components/Dialog/index.web.tsx:296 msgid "Close active dialog" msgstr "關閉目前的對話框" @@ -2018,16 +2083,16 @@ msgstr "關閉表情符號選擇器" msgid "Closes viewer for header image" msgstr "關閉標題圖片檢視器" -#: src/view/com/notifications/NotificationFeedItem.tsx:591 +#: src/view/com/notifications/NotificationFeedItem.tsx:598 msgid "Collapse list of users" msgstr "折疊用戶列表" -#: src/view/com/notifications/NotificationFeedItem.tsx:805 +#: src/view/com/notifications/NotificationFeedItem.tsx:920 msgid "Collapses list of users for a given notification" msgstr "折疊指定通知的用戶列表" #: src/components/dialogs/Embed.tsx:154 -#: src/screens/Settings/AppearanceSettings.tsx:94 +#: src/screens/Settings/AppearanceSettings.tsx:81 msgid "Color mode" msgstr "色彩模式" @@ -2120,7 +2185,7 @@ msgid "Confirm your location with GPS. Your location data is not tracked and doe msgstr "透過 GPS 確認您的所在位置,您的位置資訊不會用於追蹤,也不會離開您的裝置。" #: src/components/dialogs/EmailDialog/components/TokenField.tsx:36 -#: src/screens/Login/LoginForm.tsx:274 +#: src/screens/Login/LoginForm.tsx:287 #: src/screens/Settings/components/ChangePasswordDialog.tsx:186 #: src/screens/Settings/components/ChangePasswordDialog.tsx:190 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:144 @@ -2130,7 +2195,7 @@ msgstr "透過 GPS 確認您的所在位置,您的位置資訊不會用於追 msgid "Confirmation code" msgstr "驗證碼" -#: src/screens/Login/LoginForm.tsx:337 +#: src/screens/Login/LoginForm.tsx:350 msgid "Connecting..." msgstr "連線中……" @@ -2184,14 +2249,18 @@ msgid "Content Languages" msgstr "內容語言" #: src/components/moderation/ModerationDetailsDialog.tsx:84 -#: src/lib/moderation/useModerationCauseDescription.ts:82 +#: src/lib/moderation/useModerationCauseDescription.ts:83 msgid "Content Not Available" msgstr "無法檢視這項內容" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:192 +msgid "Content promoting or depicting self-harm" +msgstr "宣揚或提倡自殘內容" + #: src/components/moderation/ModerationDetailsDialog.tsx:52 #: src/components/moderation/ScreenHider.tsx:99 #: src/lib/moderation/useGlobalLabelStrings.ts:22 -#: src/lib/moderation/useModerationCauseDescription.ts:45 +#: src/lib/moderation/useModerationCauseDescription.ts:46 msgid "Content Warning" msgstr "內容警告" @@ -2212,9 +2281,9 @@ msgstr "內容選單背景,點一下以關閉選單。" msgid "Continue" msgstr "繼續" -#: src/components/AccountList.tsx:128 +#: src/components/AccountList.tsx:135 msgid "Continue as {0} (currently signed in)" -msgstr "以 {0} 的身分繼續 (目前已登入)" +msgstr "以 {0} 的身分繼續(目前已登入)" #: src/screens/PostThread/components/ThreadItemReadMoreUp.tsx:27 msgid "Continue thread" @@ -2236,8 +2305,8 @@ msgstr "繼續下一步" msgid "Conversation" msgstr "對話" -#: src/components/dms/ReportDialog.tsx:324 -#: src/components/dms/ReportDialog.tsx:327 +#: src/components/dms/AfterReportDialog.tsx:146 +#: src/components/dms/AfterReportDialog.tsx:149 msgctxt "toast" msgid "Conversation deleted" msgstr "成功刪除對話" @@ -2254,7 +2323,7 @@ msgstr "烹飪" msgid "Copied build version to clipboard" msgstr "成功複製組建版本號至剪貼簿" -#: src/components/dms/MessageContextMenu.tsx:55 +#: src/components/dms/MessageContextMenu.tsx:57 #: src/components/PostControls/DiscoverDebug.tsx:36 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:235 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:72 @@ -2263,7 +2332,7 @@ msgstr "成功複製組建版本號至剪貼簿" msgid "Copied to clipboard" msgstr "成功複製至剪貼簿" -#: src/components/dialogs/Embed.tsx:201 +#: src/components/dialogs/Embed.tsx:202 #: src/screens/Settings/components/CopyButton.tsx:66 msgid "Copied!" msgstr "複製成功!" @@ -2290,23 +2359,23 @@ msgstr "複製 at:// 連結" msgid "Copy author DID" msgstr "複製發布者 DID" -#: src/components/dialogs/Embed.tsx:189 -#: src/components/dialogs/Embed.tsx:206 +#: src/components/dialogs/Embed.tsx:190 +#: src/components/dialogs/Embed.tsx:207 msgid "Copy code" msgstr "複製程式碼" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:501 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:502 #: src/view/com/profile/ProfileMenu.tsx:447 #: src/view/com/profile/ProfileMenu.tsx:450 msgid "Copy DID" msgstr "複製 DID" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:433 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:434 msgid "Copy host" msgstr "複製主機名稱 (Host)" #: src/components/StarterPack/ShareDialog.tsx:113 -#: src/screens/StarterPack/StarterPackScreen.tsx:621 +#: src/screens/StarterPack/StarterPackScreen.tsx:619 msgid "Copy link" msgstr "複製連結" @@ -2331,12 +2400,12 @@ msgstr "複製貼文連結" msgid "Copy link to profile" msgstr "複製個人檔案連結" -#: src/screens/StarterPack/StarterPackScreen.tsx:614 +#: src/screens/StarterPack/StarterPackScreen.tsx:612 msgid "Copy link to starter pack" msgstr "複製新手包連結" -#: src/components/dms/MessageContextMenu.tsx:144 -#: src/components/dms/MessageContextMenu.tsx:147 +#: src/components/dms/MessageContextMenu.tsx:146 +#: src/components/dms/MessageContextMenu.tsx:149 msgid "Copy message text" msgstr "複製訊息文字" @@ -2354,7 +2423,7 @@ msgstr "複製貼文文字" msgid "Copy QR code" msgstr "複製 QR Code" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:454 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:455 msgid "Copy TXT record value" msgstr "複製 TXT 記錄值" @@ -2377,8 +2446,8 @@ msgstr "無法連線到動態源服務" msgid "Could not find profile" msgstr "找不到個人檔案" +#: src/components/dms/AfterReportDialog.tsx:138 #: src/components/dms/LeaveConvoPrompt.tsx:35 -#: src/components/dms/ReportDialog.tsx:316 msgid "Could not leave chat" msgstr "無法離開對話" @@ -2392,7 +2461,7 @@ msgstr "無法載入動態" msgid "Could not load list" msgstr "無法載入列表" -#: src/components/dms/ConvoMenu.tsx:182 +#: src/components/dms/ConvoMenu.tsx:196 msgid "Could not mute chat" msgstr "無法靜音對話" @@ -2476,8 +2545,9 @@ msgstr "建立內容管理列表" msgid "Create new account" msgstr "建立新帳號" -#: src/components/moderation/ReportDialog/index.tsx:588 -#: src/components/ReportDialog/SelectReportOptionView.tsx:102 +#. Accessibility label for button to create a moderation report for the selected option +#: src/components/moderation/ReportDialog/index.tsx:689 +#: src/components/moderation/ReportDialog/index.tsx:735 msgid "Create report for {0}" msgstr "建立 {0} 的檢舉" @@ -2490,7 +2560,7 @@ msgstr "建立新手包" msgid "Create user list" msgstr "建立用戶列表" -#: src/screens/Settings/AppPasswords.tsx:174 +#: src/screens/Settings/AppPasswords.tsx:172 msgid "Created {0}" msgstr "建立於 {0}" @@ -2503,8 +2573,8 @@ msgstr "已封鎖此列表的建立者" msgid "Culture" msgstr "文化" -#: src/view/com/auth/server-input/index.tsx:142 -#: src/view/com/auth/server-input/index.tsx:143 +#: src/components/dialogs/ServerInput.tsx:155 +#: src/components/dialogs/ServerInput.tsx:157 msgid "Custom" msgstr "自訂" @@ -2512,18 +2582,22 @@ msgstr "自訂" msgid "Customization options" msgstr "自訂選項" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:111 -msgid "Customize who can interact with this post." -msgstr "調整哪些人能夠與這則貼文互動。" - -#: src/screens/Onboarding/Layout.tsx:61 +#: src/screens/Onboarding/Layout.tsx:60 msgid "Customizes your Bluesky experience" msgstr "自訂您的 Bluesky 體驗" -#: src/components/dialogs/Embed.tsx:167 -#: src/components/dialogs/Embed.tsx:169 -#: src/screens/Settings/AppearanceSettings.tsx:106 -#: src/screens/Settings/AppearanceSettings.tsx:127 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:200 +msgid "Dangerous challenges or activities" +msgstr "危險挑戰或活動" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:204 +msgid "Dangerous substances or drug abuse" +msgstr "危險物質或藥物濫用" + +#: src/components/dialogs/Embed.tsx:168 +#: src/components/dialogs/Embed.tsx:170 +#: src/screens/Settings/AppearanceSettings.tsx:93 +#: src/screens/Settings/AppearanceSettings.tsx:114 msgid "Dark" msgstr "深色" @@ -2536,7 +2610,7 @@ msgstr "深色" msgid "Dark mode" msgstr "深色模式" -#: src/screens/Settings/AppearanceSettings.tsx:119 +#: src/screens/Settings/AppearanceSettings.tsx:106 msgid "Dark theme" msgstr "深色主題" @@ -2558,7 +2632,11 @@ msgstr "內容管理偵錯" msgid "Debug panel" msgstr "偵錯面板" -#: src/screens/Settings/AppearanceSettings.tsx:169 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:84 +msgid "Deepfake adult content" +msgstr "深度偽造 (Deepfake) 成人內容" + +#: src/screens/Settings/AppearanceSettings.tsx:156 msgid "Default" msgstr "預設" @@ -2566,14 +2644,14 @@ msgstr "預設" msgid "Default icons" msgstr "預設圖示" -#: src/components/dms/MessageContextMenu.tsx:185 +#: src/components/dms/MessageContextMenu.tsx:202 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:736 #: src/screens/Messages/components/ChatStatusInfo.tsx:55 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:280 -#: src/screens/Settings/AppPasswords.tsx:212 -#: src/screens/StarterPack/StarterPackScreen.tsx:603 -#: src/screens/StarterPack/StarterPackScreen.tsx:692 -#: src/screens/StarterPack/StarterPackScreen.tsx:764 +#: src/screens/Settings/AppPasswords.tsx:211 +#: src/screens/StarterPack/StarterPackScreen.tsx:601 +#: src/screens/StarterPack/StarterPackScreen.tsx:690 +#: src/screens/StarterPack/StarterPackScreen.tsx:762 msgid "Delete" msgstr "刪除" @@ -2586,16 +2664,16 @@ msgstr "刪除帳號" msgid "Delete Account <0>\"0><1>{0}1><2>\"2>" msgstr "刪除帳號<0>「0><1>{0}1><2>」2>" -#: src/screens/Settings/AppPasswords.tsx:187 +#: src/screens/Settings/AppPasswords.tsx:185 msgid "Delete app password" msgstr "刪除應用程式專用密碼" -#: src/screens/Settings/AppPasswords.tsx:207 +#: src/screens/Settings/AppPasswords.tsx:206 msgid "Delete app password?" msgstr "要刪除應用程式專用密碼嗎?" -#: src/screens/Messages/components/RequestButtons.tsx:311 -#: src/screens/Messages/components/RequestButtons.tsx:317 +#: src/screens/Messages/components/RequestButtons.tsx:325 +#: src/screens/Messages/components/RequestButtons.tsx:331 msgid "Delete chat" msgstr "刪除對話" @@ -2603,18 +2681,18 @@ msgstr "刪除對話" msgid "Delete chat declaration record" msgstr "刪除對話聲明紀錄" -#: src/components/dms/ReportDialog.tsx:368 -#: src/components/dms/ReportDialog.tsx:371 -#: src/screens/Messages/components/RequestButtons.tsx:134 -#: src/screens/Messages/components/RequestButtons.tsx:137 +#: src/components/dms/AfterReportDialog.tsx:190 +#: src/components/dms/AfterReportDialog.tsx:193 +#: src/screens/Messages/components/RequestButtons.tsx:136 +#: src/screens/Messages/components/RequestButtons.tsx:139 msgid "Delete conversation" msgstr "刪除對話" -#: src/components/dms/ReportDialog.tsx:326 +#: src/components/dms/AfterReportDialog.tsx:148 msgid "Delete Conversation" msgstr "刪除對話" -#: src/components/dms/MessageContextMenu.tsx:158 +#: src/components/dms/MessageContextMenu.tsx:160 msgid "Delete for me" msgstr "為我刪除" @@ -2623,11 +2701,11 @@ msgstr "為我刪除" msgid "Delete list" msgstr "刪除列表" -#: src/components/dms/MessageContextMenu.tsx:181 +#: src/components/dms/MessageContextMenu.tsx:198 msgid "Delete message" msgstr "刪除訊息" -#: src/components/dms/MessageContextMenu.tsx:156 +#: src/components/dms/MessageContextMenu.tsx:158 msgid "Delete message for me" msgstr "為我刪除訊息" @@ -2641,12 +2719,12 @@ msgstr "刪除我的帳號" msgid "Delete post" msgstr "刪除貼文" -#: src/screens/StarterPack/StarterPackScreen.tsx:597 -#: src/screens/StarterPack/StarterPackScreen.tsx:755 +#: src/screens/StarterPack/StarterPackScreen.tsx:595 +#: src/screens/StarterPack/StarterPackScreen.tsx:753 msgid "Delete starter pack" msgstr "刪除新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:658 +#: src/screens/StarterPack/StarterPackScreen.tsx:656 msgid "Delete starter pack?" msgstr "要刪除新手包嗎?" @@ -2709,11 +2787,11 @@ msgstr "成功啟用開發者模式" msgid "Developer options" msgstr "開發人員選項" -#: src/components/WhoCanReply.tsx:188 +#: src/components/WhoCanReply.tsx:220 msgid "Dialog: adjust who can interact with this post" msgstr "對話框:調整哪些人能夠與這則貼文互動" -#: src/screens/Settings/AppearanceSettings.tsx:123 +#: src/screens/Settings/AppearanceSettings.tsx:110 msgid "Dim" msgstr "昏暗" @@ -2735,6 +2813,14 @@ msgstr "停用電子郵件雙重驗證" msgid "Disable haptic feedback" msgstr "關閉觸覺回饋" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:622 +msgid "Disable quote posts of this post" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:459 +msgid "Disable replies entirely" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:388 msgid "Disable subtitles" msgstr "關閉字幕" @@ -2778,7 +2864,7 @@ msgstr "防止應用程式向未登入的用戶顯示我的帳號" msgid "Discover new custom feeds" msgstr "探索新的自訂動態源" -#: src/screens/Search/Explore.tsx:432 +#: src/screens/Search/Explore.tsx:431 #: src/view/screens/Feeds.tsx:730 msgid "Discover New Feeds" msgstr "探索新的動態源" @@ -2817,8 +2903,8 @@ msgstr "名稱" msgid "Ditch the trolls and clickbait. Find real people and conversations that matter to you." msgstr "告別網路酸民和標題黨,找到您真正在意的人與感興趣的對話。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:402 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:404 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:403 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:405 msgid "DNS Panel" msgstr "DNS 控制台" @@ -2830,7 +2916,7 @@ msgstr "不要使用此靜音字詞來隱藏您所跟隨用戶的貼文" msgid "Does not include nudity." msgstr "不包含裸露內容。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:517 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 msgid "Domain verified!" msgstr "成功驗證網域!" @@ -2853,19 +2939,20 @@ msgstr "不用擔心!您現有的訊息和設定都已儲存,只需驗證您 #: src/components/dialogs/BirthDateSettings.tsx:149 #: src/components/dialogs/BirthDateSettings.tsx:156 -#: src/components/dms/ReportDialog.tsx:320 +#: src/components/dialogs/ServerInput.tsx:240 +#: src/components/dialogs/ServerInput.tsx:242 +#: src/components/dms/AfterReportDialog.tsx:142 #: src/components/forms/DateField/index.tsx:103 #: src/components/forms/DateField/index.tsx:109 #: src/components/Select/index.tsx:185 #: src/components/Select/index.tsx:192 +#: src/lib/media/picker.tsx:35 #: src/screens/Onboarding/StepProfile/index.tsx:333 #: src/screens/Onboarding/StepProfile/index.tsx:336 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:214 #: src/screens/Settings/components/AddAppPasswordDialog.tsx:221 -#: src/view/com/auth/server-input/index.tsx:232 -#: src/view/com/auth/server-input/index.tsx:233 -#: src/view/com/composer/labels/LabelsBtn.tsx:223 -#: src/view/com/composer/labels/LabelsBtn.tsx:230 +#: src/view/com/composer/labels/LabelsBtn.tsx:218 +#: src/view/com/composer/labels/LabelsBtn.tsx:225 #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:303 #: src/view/com/composer/videos/SubtitleDialog.tsx:168 #: src/view/com/composer/videos/SubtitleDialog.tsx:178 @@ -2890,7 +2977,7 @@ msgstr "點兩下或長按訊息以加入反應" msgid "Double tap to close the dialog" msgstr "點兩下以關閉對話框" -#: src/screens/VideoFeed/index.tsx:1087 +#: src/screens/VideoFeed/index.tsx:1101 msgid "Double tap to like" msgstr "點兩下以表示喜歡" @@ -2903,6 +2990,10 @@ msgstr "下載 Bluesky" msgid "Download CAR file" msgstr "下載 CAR 檔案" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 +msgid "Doxxing" +msgstr "人肉搜尋" + #: src/view/com/composer/text-input/TextInput.web.tsx:375 msgid "Drop to add images" msgstr "拖放即可新增圖片" @@ -2943,9 +3034,13 @@ msgstr "例如:凡事從不缺席的網友們。" msgid "e.g. Users that repeatedly reply with ads." msgstr "例如:不斷發布廣告洗版的帳號。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:196 +msgid "Eating disorders" +msgstr "飲食失調" + #: src/screens/Settings/AccountSettings.tsx:145 #: src/screens/Settings/NotificationSettings/ActivityNotificationSettings.tsx:252 -#: src/screens/StarterPack/StarterPackScreen.tsx:592 +#: src/screens/StarterPack/StarterPackScreen.tsx:590 #: src/screens/StarterPack/Wizard/index.tsx:339 #: src/screens/StarterPack/Wizard/index.tsx:344 msgid "Edit" @@ -3009,24 +3104,24 @@ msgstr "編輯來自 {0} 的動態通知" msgid "Edit People" msgstr "編輯用戶" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:77 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:250 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:114 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:260 msgid "Edit post interaction settings" msgstr "編輯貼文互動設定" #: src/screens/Profile/Header/EditProfileDialog.tsx:268 #: src/screens/Profile/Header/EditProfileDialog.tsx:274 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:181 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:195 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:196 msgid "Edit profile" msgstr "編輯個人檔案" #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:184 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:198 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:199 msgid "Edit Profile" msgstr "編輯個人檔案" -#: src/screens/StarterPack/StarterPackScreen.tsx:584 +#: src/screens/StarterPack/StarterPackScreen.tsx:582 msgid "Edit starter pack" msgstr "編輯新手包" @@ -3034,7 +3129,7 @@ msgstr "編輯新手包" msgid "Edit user list" msgstr "編輯用戶列表" -#: src/components/WhoCanReply.tsx:97 +#: src/components/WhoCanReply.tsx:114 msgid "Edit who can reply" msgstr "修改哪些人可以回覆" @@ -3085,7 +3180,7 @@ msgstr "已完成驗證電子信箱!" msgid "Email Verified" msgstr "已驗證電子信箱" -#: src/components/dialogs/Embed.tsx:181 +#: src/components/dialogs/Embed.tsx:182 msgid "Embed HTML code" msgstr "嵌入 HTML 程式碼" @@ -3100,7 +3195,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:58 +#: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerWeb.tsx:57 msgid "Embedded video player" msgstr "嵌入式影片播放器" @@ -3141,6 +3236,10 @@ msgstr "前往其個人檔案,點一下旁邊的<0>鈴鐺圖示0> <1/>,即 msgid "Enable push notifications" msgstr "啟用推播通知" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:623 +msgid "Enable quote posts of this post" +msgstr "" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:389 msgid "Enable subtitles" msgstr "開啟字幕" @@ -3200,7 +3299,7 @@ msgstr "輸入您想使用的網域" msgid "Enter the email you used to create your account. We'll send you a \"reset code\" so you can set a new password." msgstr "輸入您建立帳號時使用的電子郵件地址。我們將向您傳送一組「重設碼」,驗證後即可設定新密碼。" -#: src/screens/Login/LoginForm.tsx:218 +#: src/screens/Login/LoginForm.tsx:222 msgid "Enter the username or email address you used when you created your account" msgstr "請輸入您建立帳號時使用的用戶名稱或電子郵件地址" @@ -3213,7 +3312,7 @@ msgstr "輸入您的出生日期" msgid "Enter your email address" msgstr "輸入您的電子郵件地址" -#: src/screens/Login/LoginForm.tsx:243 +#: src/screens/Login/LoginForm.tsx:246 msgid "Enter your password" msgstr "輸入您的密碼" @@ -3258,22 +3357,18 @@ msgstr "取得人機驗證 (Captcha) 回應時發生錯誤。" msgid "Error: {error}" msgstr "錯誤:{error}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:405 -msgid "Everybody" -msgstr "所有人" - -#: src/components/WhoCanReply.tsx:77 +#: src/components/WhoCanReply.tsx:83 msgid "Everybody can reply" msgstr "所有人都可以回覆" -#: src/components/WhoCanReply.tsx:245 +#: src/components/WhoCanReply.tsx:277 msgid "Everybody can reply to this post." msgstr "所有人都可以回覆這則貼文。" #: src/screens/Messages/Settings.tsx:88 #: src/screens/Messages/Settings.tsx:91 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:164 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:174 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:167 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:177 msgid "Everyone" msgstr "所有人" @@ -3282,16 +3377,6 @@ msgstr "所有人" msgid "Everything else" msgstr "其他內容" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:73 -#: src/lib/moderation/useReportOptions.ts:73 -msgid "Excessive mentions or replies" -msgstr "過多的提及或回覆" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:86 -#: src/lib/moderation/useReportOptions.ts:86 -msgid "Excessive or unwanted messages" -msgstr "過多或不受歡迎的訊息" - #: src/components/dialogs/MutedWords.tsx:316 msgid "Exclude users you follow" msgstr "排除已跟隨的用戶" @@ -3316,7 +3401,7 @@ msgstr "離開圖片檢視器" msgid "Expand alt text" msgstr "展開替代文字" -#: src/view/com/notifications/NotificationFeedItem.tsx:592 +#: src/view/com/notifications/NotificationFeedItem.tsx:599 msgid "Expand list of users" msgstr "展開用戶列表" @@ -3328,7 +3413,7 @@ msgstr "展開或摺疊您正在回覆的完整貼文" msgid "Expand post text" msgstr "展開貼文文字" -#: src/screens/VideoFeed/index.tsx:972 +#: src/screens/VideoFeed/index.tsx:973 msgid "Expands or collapses post text" msgstr "展開或摺疊貼文文字" @@ -3348,7 +3433,7 @@ msgstr "已過期" msgid "Expires {0}" msgstr "將於 {0} 過期" -#: src/components/moderation/LabelsOnMeDialog.tsx:201 +#: src/components/moderation/LabelsOnMeDialog.tsx:203 #: src/components/moderation/ModerationDetailsDialog.tsx:210 msgid "Expires in {0}" msgstr "將於 {0} 後過期" @@ -3407,13 +3492,17 @@ msgstr "外部媒體網站可能會收集有關您個人和裝置的資訊。在 msgid "External Media Preferences" msgstr "外部媒體選項" -#: src/screens/Messages/components/RequestButtons.tsx:217 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:146 +msgid "Extremist content" +msgstr "極端主義內容" + +#: src/screens/Messages/components/RequestButtons.tsx:231 msgctxt "toast" msgid "Failed to accept chat" msgstr "無法接受對話邀請" #: src/components/dms/ActionsWrapper.web.tsx:66 -#: src/components/dms/MessageContextMenu.tsx:99 +#: src/components/dms/MessageContextMenu.tsx:101 msgid "Failed to add emoji reaction" msgstr "無法加入表情符號反應" @@ -3421,7 +3510,7 @@ msgstr "無法加入表情符號反應" msgid "Failed to add to starter pack" msgstr "無法新增至新手包" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:597 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 msgid "Failed to change handle. Please try again." msgstr "無法變更帳號代碼,請再試一次。" @@ -3438,13 +3527,13 @@ msgstr "無法建立對話" msgid "Failed to create starter pack" msgstr "無法建立新手包" -#: src/screens/Messages/components/RequestButtons.tsx:63 -#: src/screens/Messages/components/RequestButtons.tsx:286 +#: src/screens/Messages/components/RequestButtons.tsx:64 +#: src/screens/Messages/components/RequestButtons.tsx:300 msgctxt "toast" msgid "Failed to delete chat" msgstr "無法刪除對話" -#: src/components/dms/MessageContextMenu.tsx:79 +#: src/components/dms/MessageContextMenu.tsx:81 msgid "Failed to delete message" msgstr "無法刪除訊息" @@ -3452,7 +3541,7 @@ msgstr "無法刪除訊息" msgid "Failed to delete post, please try again" msgstr "無法刪除貼文,請再試一次" -#: src/screens/StarterPack/StarterPackScreen.tsx:726 +#: src/screens/StarterPack/StarterPackScreen.tsx:724 msgid "Failed to delete starter pack" msgstr "無法刪除新手包" @@ -3465,10 +3554,10 @@ msgstr "無法跟隨所有建議的帳號,請再試一次" msgid "Failed to load conversations" msgstr "無法載入對話" -#: src/screens/Search/Explore.tsx:468 -#: src/screens/Search/Explore.tsx:520 -#: src/screens/Search/Explore.tsx:558 -#: src/screens/Search/Explore.tsx:597 +#: src/screens/Search/Explore.tsx:467 +#: src/screens/Search/Explore.tsx:519 +#: src/screens/Search/Explore.tsx:557 +#: src/screens/Search/Explore.tsx:596 msgid "Failed to load feeds preferences" msgstr "無法載入動態源偏好設定" @@ -3498,14 +3587,14 @@ msgstr "無法載入過去的訊息" msgid "Failed to load preference." msgstr "無法載入偏好設定。" -#: src/screens/Search/Explore.tsx:461 -#: src/screens/Search/Explore.tsx:513 -#: src/screens/Search/Explore.tsx:551 -#: src/screens/Search/Explore.tsx:590 +#: src/screens/Search/Explore.tsx:460 +#: src/screens/Search/Explore.tsx:512 +#: src/screens/Search/Explore.tsx:550 +#: src/screens/Search/Explore.tsx:589 msgid "Failed to load suggested feeds" msgstr "無法載入建議動態源" -#: src/screens/Search/Explore.tsx:371 +#: src/screens/Search/Explore.tsx:370 msgid "Failed to load suggested follows" msgstr "無法載入建議跟隨帳號" @@ -3519,7 +3608,7 @@ msgid "Failed to pin post" msgstr "無法釘選貼文" #: src/components/dms/ActionsWrapper.web.tsx:60 -#: src/components/dms/MessageContextMenu.tsx:93 +#: src/components/dms/MessageContextMenu.tsx:95 msgid "Failed to remove emoji reaction" msgstr "無法刪除表情符號反應" @@ -3535,7 +3624,8 @@ msgstr "無法撤回驗證" msgid "Failed to resolve location. Please try again." msgstr "無法存取位置資訊,請再試一次。" -#: src/lib/media/save-image.ts:28 +#: src/lib/media/save-image.ios.ts:27 +#: src/lib/media/save-image.ts:31 msgid "Failed to save image: {0}" msgstr "無法儲存圖片:{0}" @@ -3557,7 +3647,7 @@ msgstr "無法傳送" msgid "Failed to send email, please try again." msgstr "無法傳送郵件,請再試一次。" -#: src/components/moderation/LabelsOnMeDialog.tsx:256 +#: src/components/moderation/LabelsOnMeDialog.tsx:265 #: src/screens/Messages/components/ChatDisabled.tsx:99 msgid "Failed to submit appeal, please try again." msgstr "無法提交申訴,請再試一次。" @@ -3606,6 +3696,14 @@ msgstr "無法驗證電子信箱,請再試一次。" msgid "Failed to verify handle. Please try again." msgstr "無法驗證帳號代碼,請再試一次。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 +msgid "Fake account or bot" +msgstr "虛假帳號或機器人" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 +msgid "False information about elections" +msgstr "散播選舉相關虛假資訊" + #: src/Navigation.tsx:291 msgid "Feed" msgstr "動態源" @@ -3623,7 +3721,7 @@ msgstr "動態源建立者" msgid "Feed identifier" msgstr "動態源 ID" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:354 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:355 msgid "Feed menu" msgstr "動態源選單" @@ -3635,8 +3733,8 @@ msgstr "切換動態源" msgid "Feed unavailable" msgstr "動態源目前無法使用" +#: src/view/shell/desktop/RightNav.tsx:105 #: src/view/shell/desktop/RightNav.tsx:106 -#: src/view/shell/desktop/RightNav.tsx:107 #: src/view/shell/Drawer.tsx:368 msgid "Feedback" msgstr "意見回饋" @@ -3696,7 +3794,7 @@ msgstr "依語言篩選搜尋(目前:{currentLanguageLabel})" msgid "Filter who can opt to receive notifications for your activity" msgstr "篩選哪些人可以選擇接收您的動態通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:158 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:161 msgid "Filter who you receive notifications from" msgstr "篩選您想接收的通知來源" @@ -3713,7 +3811,7 @@ msgstr "終於來了!收藏您感興趣的貼文,以便隨時回來查看。 msgid "Finance" msgstr "財經" -#: src/view/com/posts/CustomFeedEmptyState.tsx:48 +#: src/view/com/posts/CustomFeedEmptyState.tsx:71 #: src/view/com/posts/FollowingEmptyState.tsx:53 #: src/view/com/posts/FollowingEndOfFeed.tsx:54 msgid "Find accounts to follow" @@ -3725,7 +3823,7 @@ msgstr "去跟隨更多帳號" msgid "Find people to follow" msgstr "尋找一些人來跟隨" -#: src/screens/Search/Shell.tsx:525 +#: src/screens/Search/Shell.tsx:526 msgid "Find posts, users, and feeds on Bluesky" msgstr "在 Bluesky 上尋找貼文、用戶和動態源" @@ -3741,17 +3839,17 @@ msgstr "完成" msgid "Fitness" msgstr "健康" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:163 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:149 msgctxt "Name of app icon variant" msgid "Flat Black" msgstr "消光黑" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:131 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:117 msgctxt "Name of app icon variant" msgid "Flat Blue" msgstr "消光藍" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:147 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:133 msgctxt "Name of app icon variant" msgid "Flat White" msgstr "消光白" @@ -3761,26 +3859,21 @@ msgid "Flexible" msgstr "靈活" #. User is not following this account, click to follow -#: src/components/ProfileCard.tsx:524 +#: src/components/ProfileCard.tsx:542 #: src/components/ProfileHoverCard/index.web.tsx:496 #: src/components/ProfileHoverCard/index.web.tsx:507 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:131 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:257 -#: src/screens/VideoFeed/index.tsx:856 -msgid "Follow" -msgstr "跟隨" - -#: src/view/com/profile/FollowButton.tsx:72 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:258 +#: src/screens/VideoFeed/index.tsx:857 msgid "Follow" msgstr "跟隨" #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:113 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:243 msgid "Follow {0}" msgstr "跟隨 {0}" -#: src/screens/VideoFeed/index.tsx:833 +#: src/screens/VideoFeed/index.tsx:834 msgid "Follow {handle}" msgstr "跟隨 {handle}" @@ -3811,14 +3904,11 @@ msgid "Follow all accounts" msgstr "跟隨所有帳號" #. User is not following this account, click to follow back -#: src/components/ProfileCard.tsx:518 +#: src/components/ProfileCard.tsx:536 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:129 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:255 -msgid "Follow back" -msgstr "回跟" - -#: src/view/com/profile/FollowButton.tsx:81 -msgctxt "action" +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:256 +#: src/view/com/notifications/NotificationFeedItem.tsx:835 +#: src/view/com/notifications/NotificationFeedItem.tsx:842 msgid "Follow back" msgstr "回跟" @@ -3852,12 +3942,15 @@ msgid "Followers you know" msgstr "您也認識的跟隨者" #. User is following this account, click to unfollow -#: src/components/ProfileCard.tsx:511 +#. User is following this account, click to unfollow +#: src/components/ProfileCard.tsx:529 #: src/components/ProfileHoverCard/index.web.tsx:495 #: src/components/ProfileHoverCard/index.web.tsx:506 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:134 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:253 -#: src/screens/VideoFeed/index.tsx:854 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:254 +#: src/screens/VideoFeed/index.tsx:855 +#: src/view/com/notifications/NotificationFeedItem.tsx:813 +#: src/view/com/notifications/NotificationFeedItem.tsx:830 msgid "Following" msgstr "跟隨中" @@ -3867,24 +3960,25 @@ msgctxt "feed-name" msgid "Following" msgstr "跟隨中" -#: src/components/ProfileCard.tsx:474 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:95 +#: src/components/ProfileCard.tsx:492 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:96 +#: src/view/com/notifications/NotificationFeedItem.tsx:767 msgid "Following {0}" msgstr "成功跟隨 {0}" -#: src/screens/VideoFeed/index.tsx:832 +#: src/screens/VideoFeed/index.tsx:833 msgid "Following {handle}" msgstr "成功跟隨 {handle}" #: src/screens/Settings/ContentAndMediaSettings.tsx:76 #: src/screens/Settings/ContentAndMediaSettings.tsx:79 msgid "Following feed preferences" -msgstr "「Following」(跟隨中) 動態源選項" +msgstr "「Following」(跟隨中)動態源選項" #: src/Navigation.tsx:362 #: src/screens/Settings/FollowingFeedPreferences.tsx:56 msgid "Following Feed Preferences" -msgstr "「Following」(跟隨中) 動態源選項" +msgstr "「Following」(跟隨中)動態源選項" #: src/screens/Profile/Header/Handle.tsx:32 msgid "Follows you" @@ -3894,11 +3988,11 @@ msgstr "跟隨您" msgid "Follows You" msgstr "跟隨您" -#: src/screens/Settings/AppearanceSettings.tsx:141 +#: src/screens/Settings/AppearanceSettings.tsx:128 msgid "Font" msgstr "字型" -#: src/screens/Settings/AppearanceSettings.tsx:161 +#: src/screens/Settings/AppearanceSettings.tsx:148 msgid "Font size" msgstr "字型大小" @@ -3919,7 +4013,7 @@ msgstr "為了確保您的帳號安全,我們將傳送一組驗證碼到您的 msgid "For security reasons, you won't be able to view this again. If you lose this app password, you'll need to generate a new one." msgstr "為了確保您的帳號安全,將無法再次查看此密碼。如果您不慎丟失了,則需要再產生一個新的密碼。" -#: src/screens/Settings/AppearanceSettings.tsx:143 +#: src/screens/Settings/AppearanceSettings.tsx:130 msgid "For the best experience, we recommend using the theme font." msgstr "我們建議使用主題字型,以享有最佳體驗。" @@ -3941,11 +4035,11 @@ msgstr "忘記那些無盡的喧擾" msgid "Forgot Password" msgstr "忘記密碼" -#: src/screens/Login/LoginForm.tsx:248 +#: src/screens/Login/LoginForm.tsx:261 msgid "Forgot password?" msgstr "忘記密碼?" -#: src/screens/Login/LoginForm.tsx:259 +#: src/screens/Login/LoginForm.tsx:272 msgid "Forgot?" msgstr "忘記了?" @@ -3953,12 +4047,7 @@ msgstr "忘記了?" msgid "Free your feed" msgstr "還您一個乾淨的河道" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:54 -#: src/lib/moderation/useReportOptions.ts:54 -msgid "Frequently Posts Unwanted Content" -msgstr "頻繁發布不當內容" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:154 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:157 msgid "From" msgstr "來自" @@ -4011,7 +4100,7 @@ msgstr "在有人轉發您轉發的貼文時收到通知。" msgid "Get notifications when people repost your posts." msgstr "在有人轉發您的貼文時收到通知。" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:77 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:89 msgid "Get notified about new posts" msgstr "在貼文發布時收到通知" @@ -4027,7 +4116,7 @@ msgstr "在 {name} 發布貼文時收到通知" msgid "Get notified of this account’s activity" msgstr "在這個帳號有新的動態時收到通知" -#: src/components/activity-notifications/SubscribeProfileButton.tsx:70 +#: src/components/activity-notifications/SubscribeProfileButton.tsx:82 msgid "Get notified when {name} posts" msgstr "在 {name} 發布貼文時收到通知" @@ -4052,10 +4141,9 @@ msgstr "GIF" msgid "Give your profile a face" msgstr "為您的個人檔案選擇大頭貼照" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 -#: src/lib/moderation/useReportOptions.ts:39 -msgid "Glaring violations of law or terms of service" -msgstr "明顯違反法律或服務條款" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:142 +msgid "Glorification of violence" +msgstr "美化暴力" #: src/components/dialogs/LinkWarning.tsx:111 #: src/components/dialogs/LinkWarning.tsx:117 @@ -4067,8 +4155,8 @@ msgstr "明顯違反法律或服務條款" #: src/screens/ProfileList/components/ErrorScreen.tsx:34 #: src/screens/ProfileList/components/ErrorScreen.tsx:40 #: src/screens/VideoFeed/components/Header.tsx:163 -#: src/screens/VideoFeed/index.tsx:1148 -#: src/screens/VideoFeed/index.tsx:1152 +#: src/screens/VideoFeed/index.tsx:1162 +#: src/screens/VideoFeed/index.tsx:1166 #: src/view/com/auth/LoggedOut.tsx:72 #: src/view/screens/NotFound.tsx:57 msgid "Go back" @@ -4079,16 +4167,13 @@ msgstr "返回" #: src/screens/Profile/ErrorState.tsx:62 #: src/screens/Profile/ErrorState.tsx:66 #: src/screens/Profile/ProfileFeed/index.tsx:97 -#: src/screens/StarterPack/StarterPackScreen.tsx:777 +#: src/screens/StarterPack/StarterPackScreen.tsx:775 #: src/view/screens/NotFound.tsx:56 msgid "Go Back" msgstr "返回" -#: src/components/dms/ReportDialog.tsx:197 -#: src/components/ReportDialog/SelectReportOptionView.tsx:81 -#: src/components/ReportDialog/SubmitView.tsx:110 -#: src/screens/Onboarding/Layout.tsx:115 -#: src/screens/Onboarding/Layout.tsx:211 +#: src/screens/Onboarding/Layout.tsx:114 +#: src/screens/Onboarding/Layout.tsx:210 #: src/screens/Signup/BackNextButtons.tsx:35 msgid "Go back to previous step" msgstr "返回上一步" @@ -4123,7 +4208,7 @@ msgstr "開始直播" msgid "Go live for" msgstr "直播已進行" -#: src/view/com/notifications/NotificationFeedItem.tsx:221 +#: src/view/com/notifications/NotificationFeedItem.tsx:252 msgid "Go to {firstAuthorName}'s profile" msgstr "前往 {firstAuthorName} 的個人檔案" @@ -4146,23 +4231,35 @@ msgstr "前往動態源" msgid "Go to next" msgstr "前往下一步" -#: src/components/dms/ConvoMenu.tsx:227 +#: src/components/dms/ConvoMenu.tsx:241 #: src/view/shell/desktop/LeftNav.tsx:317 #: src/view/shell/desktop/LeftNav.tsx:323 msgid "Go to profile" msgstr "前往個人檔案" -#: src/components/dms/ConvoMenu.tsx:224 +#: src/components/dms/ConvoMenu.tsx:238 msgid "Go to user's profile" msgstr "前往用戶的個人檔案" #: src/lib/moderation/useGlobalLabelStrings.ts:46 #: src/lib/moderation/useGlobalLabelStrings.ts:50 -#: src/view/com/composer/labels/LabelsBtn.tsx:201 -#: src/view/com/composer/labels/LabelsBtn.tsx:204 +#: src/view/com/composer/labels/LabelsBtn.tsx:196 +#: src/view/com/composer/labels/LabelsBtn.tsx:199 msgid "Graphic Media" msgstr "敏感/寫實媒體" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:138 +msgid "Graphic violent content" +msgstr "露骨暴力內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:169 +msgid "Grooming or predatory behavior" +msgstr "引誘拐騙行為" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:219 +msgid "Hacking or system attacks" +msgstr "駭客入侵或系統攻擊" + #: src/state/shell/progress-guide.tsx:220 #: src/state/shell/progress-guide.tsx:230 msgid "Half way there!" @@ -4173,7 +4270,7 @@ msgstr "已經完成一半了!" msgid "Handle" msgstr "帳號代碼" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:601 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 msgid "Handle already taken. Please try a different one." msgstr "帳號代碼已被佔用,請選擇不同的代碼再試一次。" @@ -4182,7 +4279,7 @@ msgstr "帳號代碼已被佔用,請選擇不同的代碼再試一次。" msgid "Handle changed!" msgstr "成功變更帳號代碼!" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:605 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:611 msgid "Handle too long. Please try a shorter one." msgstr "帳號代碼太長了,請縮短代碼再試一次。" @@ -4190,10 +4287,17 @@ msgstr "帳號代碼太長了,請縮短代碼再試一次。" msgid "Haptics" msgstr "觸覺" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:34 -#: src/lib/moderation/useReportOptions.ts:34 -msgid "Harassment, trolling, or intolerance" -msgstr "騷擾、惡作劇或歧視行為" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 +msgid "Harassment or hate" +msgstr "騷擾或仇恨" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:189 +msgid "Harmful or high-risk activities" +msgstr "有害或高風險活動" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:162 +msgid "Harming or endangering minors" +msgstr "傷害或危及未成年人安全" #: src/Navigation.tsx:539 msgid "Hashtag" @@ -4203,6 +4307,10 @@ msgstr "標籤" msgid "Hashtag {tag}" msgstr "標籤 {tag}" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:111 +msgid "Hate speech" +msgstr "仇恨言論" + #: src/components/dialogs/EmailDialog/screens/Manage2FA/Disable.tsx:198 #: src/components/dialogs/EmailDialog/screens/Verify.tsx:317 msgid "Have a code? <0>Click here.0>" @@ -4214,8 +4322,8 @@ msgstr "遇到問題?" #: src/screens/Settings/Settings.tsx:236 #: src/screens/Settings/Settings.tsx:240 +#: src/view/shell/desktop/RightNav.tsx:123 #: src/view/shell/desktop/RightNav.tsx:124 -#: src/view/shell/desktop/RightNav.tsx:125 #: src/view/shell/Drawer.tsx:381 msgid "Help" msgstr "幫助" @@ -4238,7 +4346,7 @@ msgstr "哩賀 👋" msgid "Hidden" msgstr "隱藏" -#: src/screens/VideoFeed/index.tsx:630 +#: src/screens/VideoFeed/index.tsx:631 msgid "Hidden by your moderation settings." msgstr "您在內容篩選設定中選擇隱藏了此類影片。" @@ -4248,7 +4356,7 @@ msgstr "隱藏列表" #: src/components/interstitials/Trending.tsx:131 #: src/components/interstitials/TrendingVideos.tsx:138 -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:140 #: src/components/moderation/PostHider.tsx:137 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:747 @@ -4260,7 +4368,7 @@ msgstr "隱藏列表" msgid "Hide" msgstr "隱藏" -#: src/view/com/notifications/NotificationFeedItem.tsx:812 +#: src/view/com/notifications/NotificationFeedItem.tsx:927 msgctxt "action" msgid "Hide" msgstr "隱藏" @@ -4269,6 +4377,10 @@ msgstr "隱藏" msgid "Hide customization options" msgstr "隱藏自訂選項" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:527 +msgid "Hide lists" +msgstr "" + #: src/components/PostControls/PostMenu/PostMenuItems.tsx:578 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:584 msgid "Hide post for me" @@ -4311,7 +4423,7 @@ msgstr "要隱藏流行趨勢嗎?" msgid "Hide trending videos?" msgstr "要隱藏熱門影片嗎?" -#: src/view/com/notifications/NotificationFeedItem.tsx:803 +#: src/view/com/notifications/NotificationFeedItem.tsx:918 msgid "Hide user list" msgstr "隱藏用戶列表" @@ -4320,7 +4432,7 @@ msgstr "隱藏用戶列表" msgid "Hide verification badges" msgstr "隱藏驗證標記" -#: src/components/moderation/ContentHider.tsx:154 +#: src/components/moderation/ContentHider.tsx:159 #: src/components/moderation/PostHider.tsx:91 msgid "Hides the content" msgstr "隱藏內容" @@ -4365,12 +4477,12 @@ msgstr "等一下!我們正在逐步開放上傳影片功能。您還在等候 msgid "Home" msgstr "首頁" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:427 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:428 msgid "Host:" msgstr "主機:" #: src/screens/Login/ForgotPasswordForm.tsx:83 -#: src/screens/Login/LoginForm.tsx:184 +#: src/screens/Login/LoginForm.tsx:187 msgid "Hosting provider" msgstr "託管服務提供者" @@ -4383,6 +4495,10 @@ msgstr "熱門" msgid "How should we open this link?" msgstr "我們該如何開啟這個連結?" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:150 +msgid "Human trafficking" +msgstr "人口販賣" + #: src/screens/Settings/components/DisableEmail2FADialog.tsx:133 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:136 msgid "I have a code" @@ -4435,7 +4551,7 @@ msgstr "如果您想變更密碼,我們將向您傳送一組驗證碼,以確 msgid "If you want to restrict who can receive notifications for your account's activity, you can change this in <0>Settings → Privacy and Security0>." msgstr "如果您想限制其他人接收您帳號的動態通知,可以前往 <0>設定 → 隱私與安全0> 變更設定。" -#: src/view/com/auth/server-input/index.tsx:208 +#: src/components/dialogs/ServerInput.tsx:213 msgid "If you're a developer, you can host your own server." msgstr "如果您是開發人員,也可以架設自己的伺服器。" @@ -4443,12 +4559,7 @@ msgstr "如果您是開發人員,也可以架設自己的伺服器。" msgid "If you're trying to change your handle or email, do so before you deactivate." msgstr "在停用帳號前,記得確認您是否需要變更帳號代碼或電子信箱。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:38 -#: src/lib/moderation/useReportOptions.ts:38 -msgid "Illegal and Urgent" -msgstr "違法" - -#: src/view/com/util/images/Gallery.tsx:70 +#: src/view/com/util/images/Gallery.tsx:75 msgid "Image" msgstr "圖片" @@ -4461,29 +4572,24 @@ msgstr "成功清除圖片快取" msgid "Image cache cleared, freed {0}" msgstr "成功清除圖片快取,釋放了 {0}" -#: src/lib/media/save-image.ts:26 +#: src/lib/media/save-image.ios.ts:25 +#: src/lib/media/save-image.ts:29 msgid "Image saved" msgstr "已儲存圖片" -#: src/lib/media/save-image.ts:45 +#: src/lib/media/save-image.ts:51 msgid "Images cannot be saved unless permission is granted to access your photo library." msgstr "無法儲存圖片,需要授予存取相簿的權限。" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:49 -#: src/lib/moderation/useReportOptions.ts:49 -msgid "Impersonation or false claims about identity or affiliation" -msgstr "冒充/偽造身分或其隸屬關係" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 -#: src/lib/moderation/useReportOptions.ts:68 -msgid "Impersonation, misinformation, or false claims" -msgstr "冒充他人、散播錯誤資訊或提出不實指控" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:51 +msgid "Impersonation" +msgstr "冒充身分" #: src/screens/Settings/NotificationSettings/index.tsx:284 msgid "In-app" msgstr "應用程式內" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:143 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:146 msgid "In-app notifications" msgstr "應用程式內通知" @@ -4507,17 +4613,12 @@ msgstr "應用程式內、推播、所有人" msgid "In-app, Push, People you follow" msgstr "應用程式內、推播、您跟隨的人" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:91 -#: src/lib/moderation/useReportOptions.ts:91 -msgid "Inappropriate messages or explicit links" -msgstr "低俗言論或敏感內容連結" - #. Title message shown in chat requests inbox when it's empty #: src/screens/Messages/Inbox.tsx:231 msgid "Inbox zero!" msgstr "收件匣清零!" -#: src/screens/Login/LoginForm.tsx:164 +#: src/screens/Login/LoginForm.tsx:167 msgid "Incorrect username or password" msgstr "用戶名稱或密碼錯誤" @@ -4537,11 +4638,11 @@ msgstr "輸入新密碼" msgid "Input password for account deletion" msgstr "輸入密碼以刪除帳號" -#: src/screens/Login/LoginForm.tsx:289 +#: src/screens/Login/LoginForm.tsx:302 msgid "Input the code which has been emailed to you" msgstr "輸入傳送至您電子信箱的代碼" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:49 +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:135 msgid "Interaction limited" msgstr "已限制互動" @@ -4557,12 +4658,12 @@ msgstr "為您介紹動態通知" msgid "Introducing saved posts AKA bookmarks" msgstr "為您介紹貼文收藏(又稱書籤)" -#: src/screens/Login/LoginForm.tsx:156 +#: src/screens/Login/LoginForm.tsx:159 #: src/screens/Settings/components/DisableEmail2FADialog.tsx:70 msgid "Invalid 2FA confirmation code." msgstr "無效的雙重驗證碼。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:607 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:613 msgid "Invalid handle. Please try a different one." msgstr "無法使用這個帳號代碼,請選擇不同的代碼再試一次。" @@ -4571,7 +4672,7 @@ msgctxt "toast" msgid "Invalid interaction settings." msgstr "無效的互動設定。" -#: src/components/moderation/ReportDialog/index.tsx:73 +#: src/components/moderation/ReportDialog/index.tsx:81 msgid "Invalid report subject" msgstr "無效的檢舉內容" @@ -4626,8 +4727,8 @@ msgstr "工作" #: src/screens/StarterPack/StarterPackLandingScreen.tsx:210 #: src/screens/StarterPack/StarterPackLandingScreen.tsx:216 -#: src/screens/StarterPack/StarterPackScreen.tsx:466 -#: src/screens/StarterPack/StarterPackScreen.tsx:477 +#: src/screens/StarterPack/StarterPackScreen.tsx:464 +#: src/screens/StarterPack/StarterPackScreen.tsx:475 msgid "Join Bluesky" msgstr "加入 Bluesky" @@ -4657,20 +4758,20 @@ msgstr "KWS 服務條款" msgid "KWS website" msgstr "KWS 網站" -#: src/components/moderation/ContentHider.tsx:234 +#: src/components/moderation/ContentHider.tsx:239 msgid "Labeled by {0}." msgstr "由 {0} 標記。" -#: src/components/moderation/ContentHider.tsx:232 +#: src/components/moderation/ContentHider.tsx:237 msgid "Labeled by the author." msgstr "由發布者標記。" -#: src/view/com/composer/labels/LabelsBtn.tsx:75 +#: src/view/com/composer/labels/LabelsBtn.tsx:69 #: src/view/screens/Profile.tsx:223 msgid "Labels" msgstr "標記" -#: src/view/com/composer/labels/LabelsBtn.tsx:73 +#: src/view/com/composer/labels/LabelsBtn.tsx:67 msgid "Labels added" msgstr "已加入標記" @@ -4678,11 +4779,11 @@ msgstr "已加入標記" msgid "Labels are annotations on users and content. They can be used to hide, warn, and categorize the network." msgstr "標記可用於隱藏、警告或分類用戶和內容。" -#: src/components/moderation/LabelsOnMeDialog.tsx:74 +#: src/components/moderation/LabelsOnMeDialog.tsx:76 msgid "Labels on your account" msgstr "您帳號上的標記" -#: src/components/moderation/LabelsOnMeDialog.tsx:76 +#: src/components/moderation/LabelsOnMeDialog.tsx:78 msgid "Labels on your content" msgstr "您內容上的標記" @@ -4696,7 +4797,7 @@ msgstr "語言設定" msgid "Languages" msgstr "語言" -#: src/screens/Settings/AppearanceSettings.tsx:173 +#: src/screens/Settings/AppearanceSettings.tsx:160 msgid "Larger" msgstr "更大" @@ -4736,12 +4837,12 @@ msgstr "深入瞭解年齡驗證" msgid "Learn more about Bluesky" msgstr "深入瞭解 Bluesky" -#: src/view/com/auth/server-input/index.tsx:218 +#: src/components/dialogs/ServerInput.tsx:223 msgid "Learn more about self hosting your PDS." msgstr "深入瞭解如何自行架設 PDS。" -#: src/components/moderation/ContentHider.tsx:152 -#: src/components/moderation/ContentHider.tsx:218 +#: src/components/moderation/ContentHider.tsx:157 +#: src/components/moderation/ContentHider.tsx:223 msgid "Learn more about the moderation applied to this content" msgstr "深入瞭解對這項內容套用的審核措施" @@ -4773,8 +4874,8 @@ msgstr "深入瞭解在 Bluesky 上公開的內容。" msgid "Learn more in your <0>account settings.0>" msgstr "在您的<0>帳號設定0>瞭解詳情。" -#: src/components/moderation/ContentHider.tsx:242 -#: src/view/com/auth/server-input/index.tsx:220 +#: src/components/dialogs/ServerInput.tsx:225 +#: src/components/moderation/ContentHider.tsx:247 msgid "Learn more." msgstr "瞭解詳情。" @@ -4787,10 +4888,10 @@ msgstr "離開" msgid "Leave chat" msgstr "離開對話" -#: src/components/dms/ConvoMenu.tsx:203 -#: src/components/dms/ConvoMenu.tsx:206 -#: src/components/dms/ConvoMenu.tsx:266 -#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:217 +#: src/components/dms/ConvoMenu.tsx:220 +#: src/components/dms/ConvoMenu.tsx:280 +#: src/components/dms/ConvoMenu.tsx:283 #: src/components/dms/LeaveConvoPrompt.tsx:42 msgid "Leave conversation" msgstr "離開對話" @@ -4822,9 +4923,9 @@ msgstr "讓我們來重設您的密碼吧!" msgid "Let's go!" msgstr "讓我們開始吧!" -#: src/components/dialogs/Embed.tsx:162 -#: src/components/dialogs/Embed.tsx:164 -#: src/screens/Settings/AppearanceSettings.tsx:102 +#: src/components/dialogs/Embed.tsx:163 +#: src/components/dialogs/Embed.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:89 msgid "Light" msgstr "淺色" @@ -4833,14 +4934,14 @@ msgctxt "Name of app icon variant" msgid "Light" msgstr "淺色" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 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 -#: src/components/PostControls/index.tsx:269 +#: src/components/PostControls/index.tsx:270 msgid "Like ({0, plural, one {# like} other {# likes}})" -msgstr "喜歡 ({0, plural, one {# 個喜歡} other {# 個喜歡}})" +msgstr "喜歡({0, plural, other {# 個喜歡}})" #: src/components/ProgressGuide/List.tsx:63 msgid "Like 10 posts" @@ -4855,7 +4956,7 @@ msgstr "喜歡 10 則貼文,以訓練「Discover」動態源" msgid "Like notifications" msgstr "喜歡通知" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:505 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:502 msgid "Like this feed" msgstr "對此動態源表示喜歡" @@ -4880,7 +4981,7 @@ msgid "Liked by {0, plural, one {# user} other {# users}}" msgstr "{0, plural, one {# 個用戶} other {# 個用戶}}表示喜歡" #: src/components/LabelingServiceCard/index.tsx:96 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:493 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:490 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:290 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:304 msgid "Liked by {likeCount, plural, one {# user} other {# users}}" @@ -4903,7 +5004,7 @@ msgstr "喜歡您轉發的貼文" msgid "Likes of your reposts notifications" msgstr "喜歡您轉發貼文的通知" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:469 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:470 msgid "Likes on this post" msgstr "這則貼文的喜歡數" @@ -5021,12 +5122,12 @@ msgstr "直播功能正在測試階段" msgid "Live link" msgstr "直播連結" -#: src/screens/Search/Explore.tsx:84 +#: src/screens/Search/Explore.tsx:83 msgid "Load more" msgstr "載入更多" -#: src/screens/Search/Explore.tsx:502 -#: src/screens/Search/Explore.tsx:579 +#: src/screens/Search/Explore.tsx:501 +#: src/screens/Search/Explore.tsx:578 msgid "Load more suggested feeds" msgstr "載入更多建議動態源" @@ -5041,6 +5142,14 @@ msgstr "載入更多通知" msgid "Load new posts" msgstr "載入更多貼文" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:569 +msgid "Loading lists..." +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:273 +msgid "Loading post interaction settings..." +msgstr "" + #: src/view/com/composer/text-input/mobile/Autocomplete.tsx:61 msgid "Loading..." msgstr "載入中……" @@ -5049,15 +5158,19 @@ msgstr "載入中……" msgid "Log" msgstr "記錄檔" +#: src/components/AccountList.tsx:191 +msgid "Logged out" +msgstr "已登出" + #: src/screens/Settings/PrivacyAndSecuritySettings.tsx:106 msgid "Logged-out visibility" msgstr "登出可見度" -#: src/view/shell/desktop/RightNav.tsx:134 +#: src/view/shell/desktop/RightNav.tsx:133 msgid "Logo by @sawaratsuki.bsky.social" msgstr "網站標誌由 @sawaratsuki.bsky.social 繪製" -#: src/view/shell/desktop/RightNav.tsx:131 +#: src/view/shell/desktop/RightNav.tsx:130 #: src/view/shell/Drawer.tsx:709 msgid "Logo by <0>@sawaratsuki.bsky.social0>" msgstr "網站標誌由 <0>@sawaratsuki.bsky.social0> 繪製" @@ -5113,10 +5226,10 @@ msgstr "管理您靜音的字詞和標籤" msgid "Mark all as read" msgstr "全部標示為已讀" -#: src/components/dms/ConvoMenu.tsx:215 -#: src/components/dms/ConvoMenu.tsx:218 +#: src/components/dms/ConvoMenu.tsx:229 +#: src/components/dms/ConvoMenu.tsx:232 msgid "Mark as read" -msgstr "標記為已讀" +msgstr "標示為已讀" #: src/screens/Messages/Inbox.tsx:315 #: src/screens/Messages/Inbox.tsx:338 @@ -5132,7 +5245,7 @@ msgstr "之後再說" msgid "Media" msgstr "媒體" -#: src/view/com/composer/labels/LabelsBtn.tsx:210 +#: src/view/com/composer/labels/LabelsBtn.tsx:205 msgid "Media that may be disturbing or inappropriate for some audiences." msgstr "可能會使部分受眾感到不安或造成不適的媒體內容。" @@ -5140,14 +5253,10 @@ msgstr "可能會使部分受眾感到不安或造成不適的媒體內容。" msgid "Mention notifications" msgstr "提及通知" -#: src/components/WhoCanReply.tsx:286 +#: src/components/WhoCanReply.tsx:318 msgid "mentioned users" msgstr "被提及的用戶" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:434 -msgid "Mentioned users" -msgstr "被提及的用戶" - #: src/lib/hooks/useNotificationHandler.ts:147 #: src/screens/Settings/NotificationSettings/index.tsx:159 #: src/screens/Settings/NotificationSettings/MentionNotificationSettings.tsx:41 @@ -5163,7 +5272,7 @@ msgstr "選單" msgid "Message {0}" msgstr "傳送訊息給 {0}" -#: src/components/dms/MessageContextMenu.tsx:77 +#: src/components/dms/MessageContextMenu.tsx:79 msgctxt "toast" msgid "Message deleted" msgstr "成功刪除訊息" @@ -5172,7 +5281,7 @@ msgstr "成功刪除訊息" msgid "Message deleted" msgstr "訊息已刪除" -#: src/components/dms/MessageContextMenu.tsx:125 +#: src/components/dms/MessageContextMenu.tsx:127 msgid "Message from @{0}: {1}" msgstr "來自 @{0} 的訊息:{1}" @@ -5189,7 +5298,7 @@ msgstr "訊息輸入欄位" msgid "Message is too long" msgstr "訊息太長了" -#: src/components/dms/MessageContextMenu.tsx:123 +#: src/components/dms/MessageContextMenu.tsx:125 msgid "Message options" msgstr "訊息選項" @@ -5197,24 +5306,22 @@ msgstr "訊息選項" msgid "Messages" msgstr "訊息" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:115 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:101 msgctxt "Name of app icon variant" msgid "Midnight" msgstr "午夜" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:177 +msgid "Minor harassment or bullying" +msgstr "輕度騷擾或霸凌" + #: src/Navigation.tsx:500 msgid "Miscellaneous notifications" msgstr "其他通知" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:47 -#: src/lib/moderation/useReportOptions.ts:47 -msgid "Misleading Account" -msgstr "誤導性帳號" - -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:67 -#: src/lib/moderation/useReportOptions.ts:67 -msgid "Misleading Post" -msgstr "誤導性貼文" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:35 +msgid "Misleading" +msgstr "誤導" #: src/Navigation.tsx:177 #: src/screens/Moderation/index.tsx:100 @@ -5273,12 +5380,12 @@ msgid "Moderation tools" msgstr "內容管理工具" #: src/components/moderation/ModerationDetailsDialog.tsx:54 -#: src/lib/moderation/useModerationCauseDescription.ts:47 +#: src/lib/moderation/useModerationCauseDescription.ts:48 msgid "Moderator has chosen to set a general warning on the content." msgstr "內容管理服務已對該內容標記普通警告。" -#: src/view/shell/desktop/Feeds.tsx:108 -#: src/view/shell/desktop/Feeds.tsx:118 +#: src/view/shell/desktop/Feeds.tsx:113 +#: src/view/shell/desktop/Feeds.tsx:123 msgid "More feeds" msgstr "更多動態源" @@ -5315,8 +5422,8 @@ msgctxt "video" msgid "Mute" msgstr "靜音" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Mute {tag}" msgstr "靜音 {tag}" @@ -5332,8 +5439,8 @@ msgstr "靜音帳號" msgid "Mute accounts" msgstr "靜音帳號" -#: src/components/dms/ConvoMenu.tsx:232 -#: src/components/dms/ConvoMenu.tsx:238 +#: src/components/dms/ConvoMenu.tsx:246 +#: src/components/dms/ConvoMenu.tsx:252 msgid "Mute conversation" msgstr "靜音對話" @@ -5396,7 +5503,7 @@ msgstr "已靜音帳號" msgid "Muted accounts have their posts removed from your feed and from your notifications. Mutes are completely private." msgstr "被靜音的帳號將不會出現在您的通知或動態中,且靜音列表僅對您自己可見。" -#: src/lib/moderation/useModerationCauseDescription.ts:92 +#: src/lib/moderation/useModerationCauseDescription.ts:93 msgid "Muted by \"{0}\"" msgstr "被「{0}」靜音" @@ -5421,17 +5528,6 @@ msgstr "我的動態源" msgid "Name" msgstr "名稱" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:98 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:106 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:114 -#: src/lib/moderation/useReportOptions.ts:59 -#: src/lib/moderation/useReportOptions.ts:98 -#: src/lib/moderation/useReportOptions.ts:106 -#: src/lib/moderation/useReportOptions.ts:114 -msgid "Name or Description Violates Community Standards" -msgstr "名稱或簡介違反社群準則" - #: src/lib/interests.ts:66 #: src/screens/Onboarding/index.tsx:53 msgid "Nature" @@ -5447,7 +5543,7 @@ msgid "Navigate to starter pack" msgstr "前往新手包" #: src/screens/Login/ForgotPasswordForm.tsx:166 -#: src/screens/Login/LoginForm.tsx:344 +#: src/screens/Login/LoginForm.tsx:357 msgid "Navigates to the next screen" msgstr "前往下一個畫面" @@ -5455,20 +5551,16 @@ msgstr "前往下一個畫面" msgid "Navigates to your profile" msgstr "前往您的個人檔案" -#: src/components/moderation/ReportDialog/index.tsx:274 -#: src/components/moderation/ReportDialog/index.tsx:291 +#: src/components/moderation/ReportDialog/index.tsx:320 +#: src/components/moderation/ReportDialog/index.tsx:337 msgid "Need to report a copyright violation, legal request, or regulatory compliance issue?" msgstr "需要檢舉侵害著作權、法律要求,或合規性問題嗎?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:131 -msgid "Need to report a copyright violation?" -msgstr "需要檢舉侵害著作權的內容嗎?" - #: src/screens/Onboarding/StepFinished/index.tsx:409 msgid "Never lose access to your followers or data." msgstr "永遠不會失去對您的跟隨者或資料的掌控權。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:577 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:583 msgid "Nevermind, create a handle for me" msgstr "算了,為我建立一個帳號代碼" @@ -5476,17 +5568,17 @@ msgstr "算了,為我建立一個帳號代碼" msgid "New" msgstr "最新" -#: src/view/screens/Lists.tsx:79 +#: src/view/screens/Lists.tsx:78 #: src/view/screens/ModerationModlists.tsx:79 msgctxt "action" msgid "New" msgstr "新增" -#: src/view/com/notifications/NotificationFeedItem.tsx:553 +#: src/view/com/notifications/NotificationFeedItem.tsx:560 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorLink}" msgstr "來自 {firstAuthorLink} 的新{postsCount, plural, other {貼文}}" -#: src/view/com/notifications/NotificationFeedItem.tsx:536 +#: src/view/com/notifications/NotificationFeedItem.tsx:543 msgid "New {postsCount, plural, one {post} other {posts}} from {firstAuthorName}" msgstr "來自 {firstAuthorName} 的新{postsCount, plural, other {貼文}}" @@ -5556,11 +5648,11 @@ msgctxt "action" msgid "New Post" msgstr "新貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:542 +#: src/view/com/notifications/NotificationFeedItem.tsx:549 msgid "New posts from {firstAuthorLink} and <0>{additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}0>" msgstr "來自 {firstAuthorLink} 和<0>{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}0>的新貼文" -#: src/view/com/notifications/NotificationFeedItem.tsx:527 +#: src/view/com/notifications/NotificationFeedItem.tsx:534 msgid "New posts from {firstAuthorName} and {additionalAuthorsCount, plural, one {{formattedAuthorsCount} other} other {{formattedAuthorsCount} others}}" msgstr "來自 {firstAuthorName} 和{additionalAuthorsCount, plural, other {其他 {formattedAuthorsCount} 人}}的新貼文" @@ -5574,8 +5666,8 @@ msgstr "新用戶資訊對話框" #: src/screens/PostThread/components/HeaderDropdown.tsx:93 #: src/screens/PostThread/components/HeaderDropdown.tsx:98 -#: src/screens/Settings/ThreadPreferences.tsx:80 -#: src/screens/Settings/ThreadPreferences.tsx:83 +#: src/screens/Settings/ThreadPreferences.tsx:72 +#: src/screens/Settings/ThreadPreferences.tsx:75 msgid "Newest replies first" msgstr "最新回覆優先" @@ -5587,8 +5679,8 @@ msgstr "新聞" #: src/screens/Login/ForgotPasswordForm.tsx:137 #: src/screens/Login/ForgotPasswordForm.tsx:143 -#: src/screens/Login/LoginForm.tsx:343 -#: src/screens/Login/LoginForm.tsx:350 +#: src/screens/Login/LoginForm.tsx:356 +#: src/screens/Login/LoginForm.tsx:363 #: src/screens/Login/SetNewPasswordForm.tsx:182 #: src/screens/Login/SetNewPasswordForm.tsx:188 #: src/screens/Onboarding/StepFinished/index.tsx:341 @@ -5603,11 +5695,6 @@ msgstr "新聞" msgid "Next" msgstr "下一步" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:42 -msgctxt "Name of app icon variant" -msgid "Next" -msgstr "下一步" - #: src/view/com/lightbox/Lightbox.web.tsx:170 msgid "Next image" msgstr "下一張圖片" @@ -5616,12 +5703,12 @@ msgstr "下一張圖片" msgid "No ads, no invasive tracking, no engagement traps. Bluesky respects your time and attention." msgstr "無廣告、無侵入式追蹤,更沒有成癮性設計。Bluesky 尊重您寶貴的時間與注意力。" -#: src/screens/Settings/AppPasswords.tsx:108 +#: src/screens/Settings/AppPasswords.tsx:106 msgid "No app passwords yet" msgstr "目前還沒有應用程式專用密碼" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:407 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:409 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:408 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:410 msgid "No DNS Panel" msgstr "無 DNS 控制台" @@ -5646,8 +5733,9 @@ msgstr "沒有圖片" msgid "No likes yet" msgstr "目前還沒有喜歡" -#: src/components/ProfileCard.tsx:496 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:118 +#: src/components/ProfileCard.tsx:514 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:119 +#: src/view/com/notifications/NotificationFeedItem.tsx:787 msgid "No longer following {0}" msgstr "成功取消跟隨 {0}" @@ -5671,7 +5759,7 @@ msgstr "目前還沒有通知!" msgid "No one" msgstr "沒有人" -#: src/components/WhoCanReply.tsx:269 +#: src/components/WhoCanReply.tsx:301 msgid "No one but the author can quote this post." msgstr "僅限發布者可以引用這則貼文。" @@ -5701,7 +5789,7 @@ msgstr "沒有結果" msgid "No results" msgstr "沒有結果" -#: src/screens/Search/Explore.tsx:794 +#: src/screens/Search/Explore.tsx:793 msgid "No results for \"{0}\"." msgstr "找不到符合「{0}」的結果。" @@ -5719,7 +5807,7 @@ msgstr "找不到符合「{query}」的結果" msgid "No results found for {query}" msgstr "找不到符合 {query} 的結果" -#: src/screens/Search/Explore.tsx:798 +#: src/screens/Search/Explore.tsx:797 msgid "No results." msgstr "沒有結果。" @@ -5732,7 +5820,7 @@ msgstr "找不到符合「{search}」的搜尋結果。" msgid "No thanks" msgstr "不用了,謝謝" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:416 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:465 msgid "Nobody" msgstr "沒有人" @@ -5753,6 +5841,10 @@ msgstr "還沒有人轉發這則貼文,也許您可以成為第一個!" msgid "Nobody was found. Try searching for someone else." msgstr "找不到任何人。試試以其他關鍵字搜尋。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:80 +msgid "Non-consensual intimate imagery" +msgstr "非自願的親密影像 (NCII)" + #: src/lib/moderation/useGlobalLabelStrings.ts:42 msgid "Non-sexual Nudity" msgstr "非色情裸露" @@ -5843,16 +5935,11 @@ msgstr "剛剛" msgid "Now" msgstr "剛剛" -#: src/view/com/composer/labels/LabelsBtn.tsx:150 -#: src/view/com/composer/labels/LabelsBtn.tsx:153 +#: src/view/com/composer/labels/LabelsBtn.tsx:145 +#: src/view/com/composer/labels/LabelsBtn.tsx:148 msgid "Nudity" msgstr "裸露" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:78 -#: src/lib/moderation/useReportOptions.ts:78 -msgid "Nudity or adult content not labeled as such" -msgstr "未貼上這類標記的裸露或色情內容" - #: src/lib/moderation/useLabelBehaviorDescription.ts:14 #: src/screens/Settings/NotificationSettings/index.tsx:291 msgid "Off" @@ -5873,14 +5960,14 @@ msgid "OK" msgstr "好的" #: src/screens/Login/PasswordUpdatedForm.tsx:37 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:691 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:693 msgid "Okay" msgstr "好的" #: src/screens/PostThread/components/HeaderDropdown.tsx:83 #: src/screens/PostThread/components/HeaderDropdown.tsx:88 -#: src/screens/Settings/ThreadPreferences.tsx:72 -#: src/screens/Settings/ThreadPreferences.tsx:75 +#: src/screens/Settings/ThreadPreferences.tsx:64 +#: src/screens/Settings/ThreadPreferences.tsx:67 msgid "Oldest replies first" msgstr "最舊回覆優先" @@ -5916,7 +6003,7 @@ msgstr "至少有一段影片缺少了替代文字。" msgid "Only .jpg and .png files are supported" msgstr "僅支援 .jpg 或 .png 格式的圖片" -#: src/components/WhoCanReply.tsx:249 +#: src/components/WhoCanReply.tsx:281 msgid "Only {0} can reply." msgstr "只有{0}可以回覆。" @@ -5941,7 +6028,7 @@ msgstr "糟糕,發生錯誤!" #: src/components/Lists.tsx:173 #: src/components/StarterPack/ProfileStarterPacks.tsx:328 #: src/components/StarterPack/ProfileStarterPacks.tsx:337 -#: src/screens/Settings/AppPasswords.tsx:59 +#: src/screens/Settings/AppPasswords.tsx:57 #: src/screens/Settings/components/ChangeHandleDialog.tsx:106 #: src/view/screens/Profile.tsx:125 msgid "Oops!" @@ -5960,7 +6047,7 @@ msgstr "開啟大頭貼照建立工具" msgid "Open conversation options" msgstr "開啟對話選項" -#: src/components/Layout/Header/index.tsx:160 +#: src/components/Layout/Header/index.tsx:159 msgid "Open drawer menu" msgstr "開啟側邊選單" @@ -5973,8 +6060,8 @@ msgstr "開啟表情符號選擇器" msgid "Open feed info screen" msgstr "開啟動態源資訊介面" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:291 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:296 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:292 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:297 msgid "Open feed options menu" msgstr "開啟動態選項選單" @@ -6015,7 +6102,7 @@ msgstr "開啟個人檔案" msgid "Open share menu" msgstr "開啟分享選單" -#: src/screens/StarterPack/StarterPackScreen.tsx:570 +#: src/screens/StarterPack/StarterPackScreen.tsx:568 msgid "Open starter pack menu" msgstr "開啟新手包選單" @@ -6032,9 +6119,9 @@ msgstr "開啟系統記錄" msgid "Opens a dialog to add a content warning to your post" msgstr "開啟對話框來向您的貼文加入內容警告" -#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:61 -msgid "Opens a dialog to choose who can reply to this thread" -msgstr "開啟對話框來選擇哪些人可以回覆此討論串" +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:151 +msgid "Opens a dialog to choose who can interact with this post" +msgstr "" #: src/screens/Log.tsx:83 msgid "Opens additional details for a debug entry" @@ -6072,12 +6159,12 @@ msgstr "開啟表情符號選擇器" #: src/view/com/auth/SplashScreen.tsx:66 #: src/view/com/auth/SplashScreen.web.tsx:115 msgid "Opens flow to create a new Bluesky account" -msgstr "開始建立新的 Bluesky 帳號的流程" +msgstr "開啟建立新的 Bluesky 帳號的流程" #: src/view/com/auth/SplashScreen.tsx:83 #: src/view/com/auth/SplashScreen.web.tsx:129 msgid "Opens flow to sign in to your existing Bluesky account" -msgstr "開始登入您現有的 Bluesky 帳號流程" +msgstr "開啟登入現有 Bluesky 帳號的流程" #: src/view/com/composer/photos/SelectGifBtn.tsx:36 msgid "Opens GIF select dialog" @@ -6095,7 +6182,7 @@ msgstr "開啟連結 {0}" msgid "Opens live status dialog" msgstr "開啟直播狀態對話框" -#: src/screens/Login/LoginForm.tsx:249 +#: src/screens/Login/LoginForm.tsx:262 msgid "Opens password reset form" msgstr "開啟密碼重設表單" @@ -6103,24 +6190,15 @@ msgstr "開啟密碼重設表單" msgid "Opens post language settings" msgstr "開啟貼文語言設定" -#: src/view/com/notifications/NotificationFeedItem.tsx:906 +#: src/view/com/notifications/NotificationFeedItem.tsx:1021 #: src/view/com/util/UserAvatar.tsx:599 msgid "Opens this profile" msgstr "開啟這個個人檔案" -#: src/components/dms/ReportDialog.tsx:227 -#: src/components/ReportDialog/SubmitView.tsx:168 -msgid "Optionally provide additional information below:" -msgstr "在下方提供額外資訊 (選填):" - #: src/components/dialogs/MutedWords.tsx:304 msgid "Options:" msgstr "選項:" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:429 -msgid "Or combine these options:" -msgstr "或者組合這些選項:" - #: src/screens/Deactivated.tsx:200 msgid "Or, continue with another account." msgstr "或以其他帳號繼續。" @@ -6145,27 +6223,56 @@ msgstr "OTA 狀態:取得更新時發生錯誤" msgid "OTA status: None available" msgstr "OTA 狀態:沒有更新" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:27 -#: src/lib/moderation/useReportOptions.ts:27 -#: src/view/com/composer/labels/LabelsBtn.tsx:185 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:238 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:242 +#: src/view/com/composer/labels/LabelsBtn.tsx:180 msgid "Other" msgstr "其他" -#: src/components/AccountList.tsx:88 +#: src/components/AccountList.tsx:93 msgid "Other account" msgstr "其他帳號" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:181 +msgid "Other child safety issue" +msgstr "其他兒少安全問題" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:208 +msgid "Other dangerous content" +msgstr "其他危險內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:119 +msgid "Other harassing or hateful content" +msgstr "其他騷擾或仇恨內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:59 +msgid "Other misleading content" +msgstr "其他誤導性內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:231 +msgid "Other network rule-breaking" +msgstr "其他違反網路規則" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:92 +msgid "Other sexual violence content" +msgstr "其他性虐待內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:154 +msgid "Other violent content" +msgstr "其他暴力內容" + #: src/components/PolicyUpdateOverlay/updates/202508/index.tsx:50 msgid "Our blog post" msgstr "我們的部落格文章" -#: src/components/dms/ReportDialog.tsx:354 +#: src/components/dms/AfterReportDialog.tsx:88 +#: src/components/dms/AfterReportDialog.tsx:176 msgid "Our moderation team has received your report." msgstr "我們的內容審查團隊已收到您的檢舉。" #: src/screens/Messages/components/ChatDisabled.tsx:34 msgid "Our moderators have reviewed reports and decided to disable your access to chats on Bluesky." -msgstr "我們的內容審查員已收到相關檢舉,並決定停用您在 Bluesky 上的對話功能。" +msgstr "我們的內容審查人員在審閱相關檢舉後,決定停用您在 Bluesky 上的對話功能。" #: src/components/Lists.tsx:190 #: src/view/screens/NotFound.tsx:47 @@ -6176,7 +6283,7 @@ msgstr "頁面不存在" msgid "Page Not Found" msgstr "頁面不存在" -#: src/screens/Login/LoginForm.tsx:228 +#: src/screens/Login/LoginForm.tsx:232 #: src/screens/Settings/AccountSettings.tsx:121 #: src/screens/Settings/AccountSettings.tsx:125 #: src/screens/Signup/StepInfo/index.tsx:231 @@ -6225,12 +6332,20 @@ msgstr "被 @{0} 跟隨的人" msgid "People following @{0}" msgstr "跟隨 @{0} 的人" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:178 -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:188 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:181 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:191 msgid "People I follow" msgstr "我跟隨的人" -#: src/lib/media/save-image.ts:51 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:504 +msgid "People you follow" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:518 +msgid "People you mention" +msgstr "" + +#: src/lib/media/save-image.ts:59 msgid "Permission to access your photo library was denied. Please enable it in your system settings." msgstr "已被拒絕存取相簿,請進入系統設定中授予權限。" @@ -6247,12 +6362,12 @@ msgstr "寵物" msgid "Photography" msgstr "攝影" -#: src/view/com/composer/labels/LabelsBtn.tsx:169 +#: src/view/com/composer/labels/LabelsBtn.tsx:164 msgid "Pictures meant for adults." msgstr "可能會引發性聯想的內容。" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Pin feed" msgstr "釘選動態源" @@ -6266,7 +6381,7 @@ msgstr "釘選動態源" msgid "Pin to home" msgstr "釘選到首頁" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:337 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:338 msgid "Pin to Home" msgstr "釘選到首頁" @@ -6275,7 +6390,7 @@ msgstr "釘選到首頁" msgid "Pin to your profile" msgstr "釘選到您的個人檔案" -#: src/view/com/posts/PostFeedReason.tsx:125 +#: src/view/com/posts/PostFeedReason.tsx:126 msgid "Pinned" msgstr "已釘選" @@ -6302,7 +6417,7 @@ msgstr "播放" msgid "Play {0}" msgstr "播放 {0}" -#: src/components/Post/Embed/VideoEmbed/index.tsx:135 +#: src/components/Post/Embed/VideoEmbed/index.tsx:115 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VideoControls.tsx:321 msgid "Play video" msgstr "播放影片" @@ -6327,7 +6442,7 @@ msgstr "播放 GIF" msgid "Plays the video" msgstr "播放影片" -#: src/view/com/composer/labels/LabelsBtn.tsx:115 +#: src/view/com/composer/labels/LabelsBtn.tsx:110 msgid "Please add any content warning labels that are applicable for the media you are posting." msgstr "請為您所發布的媒體內容上加入適當的內容警告標記。" @@ -6413,7 +6528,7 @@ msgstr "請輸入您的邀請碼。" msgid "Please enter your new email address." msgstr "請輸入您的新電子郵件地址。" -#: src/screens/Login/LoginForm.tsx:99 +#: src/screens/Login/LoginForm.tsx:102 msgid "Please enter your password" msgstr "請輸入您的密碼" @@ -6421,11 +6536,11 @@ msgstr "請輸入您的密碼" msgid "Please enter your password as well:" msgstr "請輸入您的密碼:" -#: src/screens/Login/LoginForm.tsx:94 +#: src/screens/Login/LoginForm.tsx:97 msgid "Please enter your username" msgstr "請輸入您的用戶名稱" -#: src/components/moderation/LabelsOnMeDialog.tsx:292 +#: src/components/moderation/LabelsOnMeDialog.tsx:308 msgid "Please explain why you think this label was incorrectly applied by {0}" msgstr "請說明您為什麼覺得「{0}」不應該新增這個標記" @@ -6446,11 +6561,11 @@ msgstr "請提供您認為支援團隊需要的任何補充資訊,以便評估 msgid "Please select a language" msgstr "請選擇語言" -#: src/components/moderation/ReportDialog/action.ts:31 +#: src/components/moderation/ReportDialog/action.ts:32 msgid "Please select a moderation service" msgstr "請選擇內容管理服務" -#: src/components/moderation/ReportDialog/action.ts:28 +#: src/components/moderation/ReportDialog/action.ts:29 msgid "Please select a reason for this report" msgstr "請選擇您要檢舉的違規項目" @@ -6473,7 +6588,7 @@ msgstr "請在下列欄位填寫您的訊息:" msgid "Politics" msgstr "政治" -#: src/view/com/composer/labels/LabelsBtn.tsx:156 +#: src/view/com/composer/labels/LabelsBtn.tsx:151 msgid "Porn" msgstr "色情" @@ -6512,24 +6627,24 @@ msgstr "成功刪除貼文" msgid "Post failed to upload. Please check your Internet connection and try again." msgstr "貼文發布失敗。請檢查您的網路連線,然後再試一次。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:133 -#: src/screens/PostThread/components/ThreadItemPost.tsx:111 -#: src/screens/PostThread/components/ThreadItemTreePost.tsx:107 -#: src/screens/VideoFeed/index.tsx:534 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:134 +#: src/screens/PostThread/components/ThreadItemPost.tsx:112 +#: src/screens/PostThread/components/ThreadItemTreePost.tsx:108 +#: src/screens/VideoFeed/index.tsx:535 msgid "Post has been deleted" msgstr "貼文已被刪除" #: src/components/moderation/ModerationDetailsDialog.tsx:109 -#: src/lib/moderation/useModerationCauseDescription.ts:106 +#: src/lib/moderation/useModerationCauseDescription.ts:107 msgid "Post Hidden by Muted Word" msgstr "這則貼文被靜音字詞隱藏" #: src/components/moderation/ModerationDetailsDialog.tsx:112 -#: src/lib/moderation/useModerationCauseDescription.ts:115 +#: src/lib/moderation/useModerationCauseDescription.ts:116 msgid "Post Hidden by You" msgstr "這則貼文被您隱藏" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:108 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:679 msgid "Post interaction settings" msgstr "貼文互動設定" @@ -6614,13 +6729,8 @@ msgstr "上一張圖片" msgid "Primary Language" msgstr "慣用語言" -#: src/screens/Settings/ThreadPreferences.tsx:94 -#: src/screens/Settings/ThreadPreferences.tsx:99 -msgid "Prioritize your Follows" -msgstr "優先顯示您跟隨的人" - +#: src/view/shell/desktop/RightNav.tsx:113 #: src/view/shell/desktop/RightNav.tsx:114 -#: src/view/shell/desktop/RightNav.tsx:115 msgid "Privacy" msgstr "隱私" @@ -6652,6 +6762,10 @@ msgstr "隱私與安全設定" msgid "Privacy Policy" msgstr "隱私權政策" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:173 +msgid "Privacy violation of a minor" +msgstr "侵犯未成年者隱私" + #: src/view/com/composer/Composer.tsx:1892 msgid "Processing video..." msgstr "正在處理影片……" @@ -6678,6 +6792,14 @@ msgctxt "toast" msgid "Profile updated" msgstr "成功更新個人檔案" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:223 +msgid "Promoting or selling prohibited items or services" +msgstr "宣傳或販賣違法物品或服務" + +#: src/view/com/composer/threadgate/ThreadgateBtn.tsx:160 +msgid "Psst! You can edit who can interact with this post." +msgstr "" + #: src/screens/Onboarding/StepFinished/index.tsx:391 msgid "Public" msgstr "公開" @@ -6714,7 +6836,7 @@ msgstr "發布回覆" msgid "Push" msgstr "推播" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:126 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:129 msgid "Push notifications" msgstr "推播通知" @@ -6764,10 +6886,6 @@ msgstr "成功分離貼文引用" msgid "Quote posts disabled" msgstr "已拒絕引用貼文" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:340 -msgid "Quote settings" -msgstr "引用設定" - #: src/lib/hooks/useNotificationHandler.ts:154 #: src/screens/Post/PostQuotes.tsx:41 #: src/screens/Settings/NotificationSettings/index.tsx:170 @@ -6775,11 +6893,11 @@ msgstr "引用設定" msgid "Quotes" msgstr "引用" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:453 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:454 msgid "Quotes of this post" msgstr "引用這則貼文" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:610 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:616 msgid "Rate limit exceeded – you've tried to change your handle too many times in a short period. Please wait a minute before trying again." msgstr "超過速率限制 —— 您在短時間內嘗試變更帳號代碼的次數過多,請稍等幾分鐘後再試一次。" @@ -6805,11 +6923,11 @@ msgstr "繼續閱讀 {0, plural, other {# 則回覆}}" msgid "Read blog post" msgstr "閱讀部落格文章" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read less" msgstr "閱讀較少" -#: src/screens/VideoFeed/index.tsx:973 +#: src/screens/VideoFeed/index.tsx:974 msgid "Read more" msgstr "閱讀更多" @@ -6849,15 +6967,11 @@ msgstr "真實的用戶。" msgid "Reason for appeal" msgstr "申訴理由" -#: src/components/dms/ReportDialog.tsx:218 -msgid "Reason:" -msgstr "原因:" - -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:132 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:135 msgid "Receive in-app notifications" msgstr "接收應用程式內通知" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:115 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:118 msgid "Receive push notifications" msgstr "接收推播通知" @@ -6878,11 +6992,11 @@ msgid "Reconnect" msgstr "重新連線" #. Reject a chat request, this opens a menu with options -#: src/screens/Messages/components/RequestButtons.tsx:122 +#: src/screens/Messages/components/RequestButtons.tsx:124 msgid "Reject" msgstr "拒絕" -#: src/screens/Messages/components/RequestButtons.tsx:111 +#: src/screens/Messages/components/RequestButtons.tsx:113 msgid "Reject chat request" msgstr "拒絕對話邀請" @@ -6946,8 +7060,8 @@ msgstr "刪除動態源" msgid "Remove feed?" msgstr "要刪除動態源嗎?" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:319 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:325 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:181 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:184 #: src/screens/SavedFeeds.tsx:340 @@ -7088,11 +7202,11 @@ msgstr "對您回覆" msgid "Replies" msgstr "回覆" -#: src/components/WhoCanReply.tsx:79 +#: src/components/WhoCanReply.tsx:85 msgid "Replies disabled" msgstr "已關閉回覆" -#: src/components/WhoCanReply.tsx:247 +#: src/components/WhoCanReply.tsx:279 msgid "Replies to this post are disabled." msgstr "這則貼文的回覆已關閉。" @@ -7102,17 +7216,17 @@ msgid "Reply" msgstr "回覆" #. Accessibility label for the reply button, verb form followed by number of replies and noun form -#: src/components/PostControls/index.tsx:223 +#: src/components/PostControls/index.tsx:224 msgid "Reply ({0, plural, one {# reply} other {# replies}})" -msgstr "回覆 ({0, plural, one {# 則回覆} other {# 則回覆}})" +msgstr "回覆({0, plural, other {# 則回覆}})" #: src/components/moderation/ModerationDetailsDialog.tsx:118 -#: src/lib/moderation/useModerationCauseDescription.ts:125 +#: src/lib/moderation/useModerationCauseDescription.ts:126 msgid "Reply Hidden by Thread Author" msgstr "這則回覆被討論串的發布者隱藏" #: src/components/moderation/ModerationDetailsDialog.tsx:117 -#: src/lib/moderation/useModerationCauseDescription.ts:124 +#: src/lib/moderation/useModerationCauseDescription.ts:125 msgid "Reply Hidden by You" msgstr "這則回覆被您隱藏" @@ -7120,11 +7234,7 @@ msgstr "這則回覆被您隱藏" msgid "Reply notifications" msgstr "回覆通知" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:396 -msgid "Reply settings" -msgstr "回覆設定" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:381 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:412 msgid "Reply settings are chosen by the author of the thread" msgstr "由此討論串的發布者選擇的回覆設定" @@ -7141,7 +7251,7 @@ msgstr "成功更新回覆可見度" msgid "Reply was successfully hidden" msgstr "成功隱藏回覆" -#: src/components/dms/MessageContextMenu.tsx:166 +#: src/components/dms/MessageContextMenu.tsx:168 #: src/components/dms/MessagesListBlockedFooter.tsx:85 #: src/components/dms/MessagesListBlockedFooter.tsx:92 msgid "Report" @@ -7152,22 +7262,21 @@ msgstr "檢舉" msgid "Report account" msgstr "檢舉帳號" -#: src/components/dms/ConvoMenu.tsx:255 -#: src/components/dms/ConvoMenu.tsx:258 +#: src/components/dms/ConvoMenu.tsx:269 +#: src/components/dms/ConvoMenu.tsx:272 #: src/components/dms/ReportConversationPrompt.tsx:17 -#: src/screens/Messages/components/RequestButtons.tsx:153 -#: src/screens/Messages/components/RequestButtons.tsx:156 +#: src/screens/Messages/components/RequestButtons.tsx:155 +#: src/screens/Messages/components/RequestButtons.tsx:158 msgid "Report conversation" msgstr "檢舉對話" -#: src/components/moderation/ReportDialog/index.tsx:71 -#: src/components/moderation/ReportDialog/index.tsx:198 -#: src/components/ReportDialog/index.tsx:44 +#: src/components/moderation/ReportDialog/index.tsx:79 +#: src/components/moderation/ReportDialog/index.tsx:240 msgid "Report dialog" msgstr "檢舉對話框" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:546 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:552 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:543 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:549 msgid "Report feed" msgstr "檢舉動態源" @@ -7176,7 +7285,7 @@ msgstr "檢舉動態源" msgid "Report list" msgstr "檢舉列表" -#: src/components/dms/MessageContextMenu.tsx:164 +#: src/components/dms/MessageContextMenu.tsx:166 msgid "Report message" msgstr "檢舉訊息" @@ -7185,48 +7294,41 @@ msgstr "檢舉訊息" msgid "Report post" msgstr "檢舉貼文" -#: src/screens/StarterPack/StarterPackScreen.tsx:634 -#: src/screens/StarterPack/StarterPackScreen.tsx:637 +#: src/screens/StarterPack/StarterPackScreen.tsx:632 +#: src/screens/StarterPack/StarterPackScreen.tsx:635 msgid "Report starter pack" msgstr "檢舉新手包" -#: src/components/dms/ReportDialog.tsx:351 +#: src/components/dms/AfterReportDialog.tsx:85 +#: src/components/dms/AfterReportDialog.tsx:173 msgid "Report submitted" msgstr "已提交檢舉" -#: src/components/ReportDialog/SelectReportOptionView.tsx:44 -msgid "Report this content" -msgstr "檢舉這項內容" +#: src/components/moderation/ReportDialog/copy.ts:45 +msgid "Report this conversation" +msgstr "檢舉此對話" #: src/components/moderation/ReportDialog/copy.ts:31 -#: src/components/ReportDialog/SelectReportOptionView.tsx:57 msgid "Report this feed" msgstr "檢舉這個動態源" #: src/components/moderation/ReportDialog/copy.ts:25 -#: src/components/ReportDialog/SelectReportOptionView.tsx:54 msgid "Report this list" msgstr "檢舉這個列表" -#: src/components/dms/ReportDialog.tsx:61 -#: src/components/dms/ReportDialog.tsx:185 -#: src/components/moderation/ReportDialog/copy.ts:43 -#: src/components/ReportDialog/SelectReportOptionView.tsx:63 +#: src/components/moderation/ReportDialog/copy.ts:51 msgid "Report this message" msgstr "檢舉這個訊息" #: src/components/moderation/ReportDialog/copy.ts:19 -#: src/components/ReportDialog/SelectReportOptionView.tsx:51 msgid "Report this post" msgstr "檢舉這則貼文" #: src/components/moderation/ReportDialog/copy.ts:37 -#: src/components/ReportDialog/SelectReportOptionView.tsx:60 msgid "Report this starter pack" msgstr "檢舉這個新手包" #: src/components/moderation/ReportDialog/copy.ts:13 -#: src/components/ReportDialog/SelectReportOptionView.tsx:48 msgid "Report this user" msgstr "檢舉這個用戶" @@ -7241,7 +7343,7 @@ msgstr "轉發" #. Accessibility label for the repost button when the post has not been reposted, verb form followed by number of reposts and noun form #: src/components/PostControls/RepostButton.tsx:77 msgid "Repost ({0, plural, one {# repost} other {# reposts}})" -msgstr "轉發 ({0, plural, one {# 則轉發} other {# 則轉發}})" +msgstr "轉發({0, plural, other {# 則轉發}})" #: src/Navigation.tsx:460 msgid "Repost notifications" @@ -7250,7 +7352,7 @@ msgstr "轉發通知" #: src/components/PostControls/RepostButton.tsx:145 #: src/components/PostControls/RepostButton.web.tsx:44 #: src/components/PostControls/RepostButton.web.tsx:104 -#: src/screens/StarterPack/StarterPackScreen.tsx:565 +#: src/screens/StarterPack/StarterPackScreen.tsx:563 msgid "Repost or quote post" msgstr "轉發或引用貼文" @@ -7277,7 +7379,7 @@ msgstr "由您轉發" msgid "Reposts" msgstr "轉發" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:435 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:436 msgid "Reposts of this post" msgstr "轉發這則貼文" @@ -7291,8 +7393,8 @@ msgstr "轉發您轉發的貼文" msgid "Reposts of your reposts notifications" msgstr "轉發您轉發貼文的通知" -#: src/screens/Settings/components/ChangePasswordDialog.tsx:224 -#: src/screens/Settings/components/ChangePasswordDialog.tsx:230 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:225 +#: src/screens/Settings/components/ChangePasswordDialog.tsx:231 msgid "Request code" msgstr "請求代碼" @@ -7348,7 +7450,7 @@ msgstr "重設入門引導進度" msgid "Reset password" msgstr "重設密碼" -#: src/screens/Login/LoginForm.tsx:324 +#: src/screens/Login/LoginForm.tsx:337 msgid "Retries signing in" msgstr "重試登入" @@ -7360,12 +7462,12 @@ msgstr "重新執行上一個出現錯誤的動作" #: src/components/dms/MessageItem.tsx:322 #: src/components/Error.tsx:65 #: src/components/Lists.tsx:110 -#: src/components/moderation/ReportDialog/index.tsx:232 +#: src/components/moderation/ReportDialog/index.tsx:274 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:55 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoFallback.tsx:58 #: src/components/StarterPack/ProfileStarterPacks.tsx:342 -#: src/screens/Login/LoginForm.tsx:323 -#: src/screens/Login/LoginForm.tsx:330 +#: src/screens/Login/LoginForm.tsx:336 +#: src/screens/Login/LoginForm.tsx:343 #: src/screens/Messages/ChatList.tsx:292 #: src/screens/Messages/components/MessageListError.tsx:25 #: src/screens/Messages/Inbox.tsx:219 @@ -7382,14 +7484,14 @@ msgstr "重新執行上一個出現錯誤的動作" msgid "Retry" msgstr "重試" -#: src/components/moderation/ReportDialog/index.tsx:229 +#: src/components/moderation/ReportDialog/index.tsx:271 #: src/view/screens/Storybook/Admonitions.tsx:60 msgid "Retry loading report options" msgstr "重新載入檢舉選項" #: src/components/Error.tsx:73 #: src/screens/List/ListHiddenScreen.tsx:219 -#: src/screens/StarterPack/StarterPackScreen.tsx:771 +#: src/screens/StarterPack/StarterPackScreen.tsx:769 msgid "Return to previous page" msgstr "返回上一頁" @@ -7399,8 +7501,8 @@ msgstr "返回首頁" #: src/screens/Profile/ProfileFeed/index.tsx:93 #: src/screens/ProfileList/components/ErrorScreen.tsx:35 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:569 -#: src/screens/VideoFeed/index.tsx:1149 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:575 +#: src/screens/VideoFeed/index.tsx:1163 #: src/view/screens/NotFound.tsx:60 msgid "Returns to previous page" msgstr "返回上一頁" @@ -7412,8 +7514,8 @@ msgstr "返回上一步" #: src/components/dialogs/BirthDateSettings.tsx:156 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:292 #: src/components/dialogs/lists/CreateOrEditListDialog.tsx:307 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:496 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:662 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:667 #: src/components/live/EditLiveDialog.tsx:216 #: src/components/live/EditLiveDialog.tsx:223 #: src/components/StarterPack/QrCodeDialog.tsx:204 @@ -7430,7 +7532,7 @@ msgstr "返回上一步" msgid "Save" msgstr "儲存" -#: src/view/com/lightbox/ImageViewing/index.tsx:610 +#: src/view/com/lightbox/ImageViewing/index.tsx:614 msgctxt "action" msgid "Save" msgstr "儲存" @@ -7459,8 +7561,13 @@ msgstr "儲存新的帳號代碼" msgid "Save QR code" msgstr "儲存 QR Code" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:320 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:326 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:643 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:649 +msgid "Save these options for next time" +msgstr "" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:321 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:327 msgid "Save to my feeds" msgstr "儲存到我的動態源" @@ -7487,21 +7594,25 @@ msgstr "成功儲存到您的動態源" #: src/components/dms/ChatEmptyPill.tsx:33 #: src/components/NewskieDialog.tsx:139 -#: src/view/com/notifications/NotificationFeedItem.tsx:751 -#: src/view/com/notifications/NotificationFeedItem.tsx:776 +#: src/view/com/notifications/NotificationFeedItem.tsx:866 +#: src/view/com/notifications/NotificationFeedItem.tsx:891 msgid "Say hello!" msgstr "說句「你好!👋」" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:43 +msgid "Scam" +msgstr "詐騙" + #: src/lib/interests.ts:71 #: src/screens/Onboarding/index.tsx:64 msgid "Science" msgstr "科學" -#: src/components/InterestTabs.tsx:250 +#: src/components/InterestTabs.tsx:255 msgid "Scroll left" msgstr "向左捲動" -#: src/components/InterestTabs.tsx:284 +#: src/components/InterestTabs.tsx:289 msgid "Scroll right" msgstr "向右捲動" @@ -7513,7 +7624,7 @@ msgstr "捲動到頂部" #: src/components/forms/SearchInput.tsx:34 #: src/components/forms/SearchInput.tsx:36 #: src/screens/Search/Shell.tsx:327 -#: src/screens/Search/Shell.tsx:513 +#: src/screens/Search/Shell.tsx:514 #: src/view/shell/bottom-bar/BottomBar.tsx:198 msgid "Search" msgstr "搜尋" @@ -7553,11 +7664,11 @@ msgstr "搜尋「{searchText}」" msgid "Search for feeds that you want to suggest to others." msgstr "搜尋您想推薦給別人的動態源。" -#: src/screens/Search/Explore.tsx:358 +#: src/screens/Search/Explore.tsx:357 msgid "Search for more accounts" msgstr "搜尋更多帳號" -#: src/screens/Search/Explore.tsx:435 +#: src/screens/Search/Explore.tsx:434 msgid "Search for more feeds" msgstr "搜尋更多動態源" @@ -7610,19 +7721,19 @@ msgstr "搜尋個人檔案" msgid "Security step required" msgstr "所需的安全步驟" -#: src/components/RichTextTag.tsx:111 +#: src/components/RichTextTag.tsx:112 msgid "See {tag} posts" msgstr "檢視包含 {tag} 的貼文" -#: src/components/RichTextTag.tsx:124 +#: src/components/RichTextTag.tsx:125 msgid "See {tag} posts by user" msgstr "檢視此用戶包含 {tag} 的貼文" -#: src/components/RichTextTag.tsx:118 +#: src/components/RichTextTag.tsx:119 msgid "See #{tag} posts" msgstr "檢視包含 #{tag} 的貼文" -#: src/components/RichTextTag.tsx:132 +#: src/components/RichTextTag.tsx:133 msgid "See #{tag} posts by user" msgstr "檢視此用戶包含 #{tag} 的貼文" @@ -7648,7 +7759,7 @@ msgid "Seek slider. Use the arrow keys to seek forwards and backwards, and space 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:332 +#: src/components/InterestTabs.tsx:337 msgid "Select \"{interestsDisplayName}\" category" msgstr "選擇「{interestsDisplayName}」類別" @@ -7665,11 +7776,15 @@ msgstr "選擇 {langName}" msgid "Select a color" msgstr "選擇一個顏色" +#: src/components/moderation/ReportDialog/index.tsx:359 +msgid "Select a reason" +msgstr "選擇一個理由" + #: src/screens/Login/ChooseAccountForm.tsx:77 msgid "Select account" msgstr "選擇帳號" -#: src/components/AppLanguageDropdown.tsx:60 +#: src/components/AppLanguageDropdown.tsx:61 msgid "Select an app language" msgstr "選擇應用程式語言" @@ -7701,6 +7816,14 @@ msgstr "選擇時長" msgid "Select from an existing account" msgstr "從現有帳號中選擇" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:547 +msgid "Select from your lists" +msgstr "" + +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:549 +msgid "Select from your lists <0>{numberOfListsSelected, plural, other {(# selected)}}0>" +msgstr "" + #: src/view/com/composer/photos/SelectGifBtn.tsx:35 msgid "Select GIF" msgstr "選擇 GIF" @@ -7727,14 +7850,10 @@ msgstr "選擇語言……" msgid "Select languages" msgstr "選擇語言" -#: src/components/moderation/ReportDialog/index.tsx:313 +#: src/components/moderation/ReportDialog/index.tsx:409 msgid "Select moderation service" msgstr "選擇內容管理服務" -#: src/components/ReportDialog/SelectLabelerView.tsx:28 -msgid "Select moderator" -msgstr "選擇內容管理服務提供者" - #: src/view/com/composer/select-language/PostLanguageSelect.tsx:57 msgid "Select post language" msgstr "選擇貼文語言" @@ -7752,10 +7871,6 @@ msgstr "選擇字幕檔 (.vtt)" msgid "Select the {emojiName} emoji as your avatar" msgstr "選擇 {emojiName} 表情符號作為您的大頭貼照" -#: src/components/ReportDialog/SubmitView.tsx:141 -msgid "Select the moderation service(s) to report to" -msgstr "請選擇您要向哪些內容管理服務提交檢舉" - #: src/view/com/composer/select-language/PostLanguageSelectDialog.tsx:194 msgid "Select up to 3 languages used in this post" msgstr "勾選最多 3 種在這則貼文中使用的語言" @@ -7785,7 +7900,7 @@ msgstr "從下面選擇您感興趣的選項" msgid "Select your preferred language for translations in your feed." msgstr "選擇您在動態中翻譯的偏好目標語言。" -#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:110 +#: src/screens/Settings/NotificationSettings/components/PreferenceControls.tsx:113 msgid "Select your preferred notification channels" msgstr "選擇您偏好的通知類型" @@ -7793,6 +7908,10 @@ msgstr "選擇您偏好的通知類型" msgid "Selecting multiple media types is not supported." msgstr "不支援選擇多種媒體類型。" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:188 +msgid "Self-harm or dangerous behaviors" +msgstr "自殘或其他危險行為" + #: src/components/dms/ChatEmptyPill.tsx:38 msgid "Send a neat website!" msgstr "傳送一個有趣的網站吧!" @@ -7818,7 +7937,7 @@ msgstr "提交意見" msgid "Send message" msgstr "重送訊息" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:122 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:121 msgid "Send post to {name}" msgstr "傳送貼文給 {name}" @@ -7826,18 +7945,7 @@ msgstr "傳送貼文給 {name}" msgid "Send post to..." msgstr "傳送貼文給……" -#: src/components/dms/ReportDialog.tsx:277 -#: src/components/dms/ReportDialog.tsx:280 -#: src/components/ReportDialog/SubmitView.tsx:221 -#: src/components/ReportDialog/SubmitView.tsx:225 -msgid "Send report" -msgstr "提交檢舉" - -#: src/components/ReportDialog/SelectLabelerView.tsx:42 -msgid "Send report to {0}" -msgstr "將檢舉提交至 {0}" - -#: src/components/moderation/ReportDialog/index.tsx:652 +#: src/components/moderation/ReportDialog/index.tsx:800 msgid "Send report to {title}" msgstr "將檢舉提交至 {title}" @@ -7858,7 +7966,7 @@ msgstr "透過私人訊息傳送" msgid "Sends email with confirmation code for account deletion" msgstr "傳送包含帳號刪除確認碼的電子郵件" -#: src/view/com/auth/server-input/index.tsx:167 +#: src/components/dialogs/ServerInput.tsx:177 msgid "Server address" msgstr "伺服器位址" @@ -7874,10 +7982,18 @@ msgstr "設定出生日期" msgid "Set new password" msgstr "設定新密碼" -#: src/screens/Onboarding/Layout.tsx:50 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:475 +msgid "Set precisely which groups of people can reply to your post" +msgstr "" + +#: src/screens/Onboarding/Layout.tsx:49 msgid "Set up your account" msgstr "設定您的帳號" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:425 +msgid "Set who can reply to your post" +msgstr "" + #: src/screens/Login/ForgotPasswordForm.tsx:107 msgid "Sets email for password reset" msgstr "設定用於重設密碼的電子郵件" @@ -7938,7 +8054,7 @@ msgctxt "toast" msgid "Settings saved" msgstr "成功儲存設定" -#: src/view/com/composer/labels/LabelsBtn.tsx:173 +#: src/view/com/composer/labels/LabelsBtn.tsx:168 msgid "Sexual activity or erotic nudity." msgstr "明確的性行為或色情裸體。" @@ -7953,7 +8069,7 @@ msgstr "性暗示" msgid "Share" msgstr "分享" -#: src/view/com/lightbox/ImageViewing/index.tsx:619 +#: src/view/com/lightbox/ImageViewing/index.tsx:623 msgctxt "action" msgid "Share" msgstr "分享" @@ -7996,7 +8112,7 @@ msgstr "分享貼文 at:// 連結" msgid "Share QR code" msgstr "分享 QR Code" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:474 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:471 msgid "Share this feed" msgstr "分享這個動態源" @@ -8012,8 +8128,8 @@ msgstr "分享這個新手包,以協助他人融入您在 Bluesky 上的社群 #: src/components/PostControls/ShareMenu/ShareMenuItems.tsx:120 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:165 #: src/screens/ProfileList/components/MoreOptionsMenu.tsx:171 -#: src/screens/StarterPack/StarterPackScreen.tsx:615 -#: src/screens/StarterPack/StarterPackScreen.tsx:623 +#: src/screens/StarterPack/StarterPackScreen.tsx:613 +#: src/screens/StarterPack/StarterPackScreen.tsx:621 #: src/view/com/profile/ProfileMenu.tsx:251 #: src/view/com/profile/ProfileMenu.tsx:264 msgid "Share via..." @@ -8027,7 +8143,7 @@ msgstr "分享您喜愛的動態源!" msgid "Shared Preferences Tester" msgstr "共用偏好測試器" -#: src/components/moderation/ContentHider.tsx:203 +#: src/components/moderation/ContentHider.tsx:208 #: src/components/moderation/LabelPreference.tsx:142 #: src/components/moderation/PostHider.tsx:137 msgid "Show" @@ -8040,8 +8156,8 @@ msgstr "顯示替代文字" #: src/components/moderation/ScreenHider.tsx:178 #: src/components/moderation/ScreenHider.tsx:181 #: src/screens/List/ListHiddenScreen.tsx:190 -#: src/screens/VideoFeed/index.tsx:633 -#: src/screens/VideoFeed/index.tsx:639 +#: src/screens/VideoFeed/index.tsx:634 +#: src/screens/VideoFeed/index.tsx:640 msgid "Show anyway" msgstr "仍然顯示" @@ -8067,6 +8183,10 @@ msgstr "減少顯示類似內容" msgid "Show list anyway" msgstr "仍然顯示列表" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:528 +msgid "Show lists of users to select from" +msgstr "" + #: src/components/Post/ShowMoreTextButton.tsx:51 msgid "Show More" msgstr "顯示更多" @@ -8080,7 +8200,7 @@ msgstr "顯示更多類似內容" msgid "Show more replies" msgstr "顯示更多回覆" -#: src/screens/Settings/ThreadPreferences.tsx:127 +#: src/screens/Settings/ThreadPreferences.tsx:98 msgid "Show post replies in a threaded tree view" msgstr "使用樹狀介面顯示貼文回覆" @@ -8098,10 +8218,6 @@ msgstr "顯示回覆" msgid "Show replies as" msgstr "顯示回覆為" -#: src/screens/Settings/ThreadPreferences.tsx:104 -msgid "Show replies by people you follow before all other replies" -msgstr "把來自您跟隨的人的回覆顯示在最前面" - #: src/components/PostControls/PostMenu/PostMenuItems.tsx:594 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:604 msgid "Show reply for everyone" @@ -8125,7 +8241,7 @@ msgstr "顯示警告" msgid "Show warning and filter from feeds" msgstr "顯示警告,並從動態中排除內容" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:627 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:629 msgid "Shows information about when this post was created" msgstr "顯示有關此貼文建立時間的資訊" @@ -8133,7 +8249,7 @@ msgstr "顯示有關此貼文建立時間的資訊" msgid "Shows other accounts you can switch to" msgstr "顯示其他您可以切換的帳號" -#: src/components/moderation/ContentHider.tsx:155 +#: src/components/moderation/ContentHider.tsx:160 #: src/components/moderation/PostHider.tsx:91 msgid "Shows the content" msgstr "顯示內容" @@ -8145,7 +8261,7 @@ msgstr "顯示內容" #: src/screens/Hashtag.tsx:225 #: src/screens/Login/index.tsx:136 #: src/screens/Login/index.tsx:157 -#: src/screens/Login/LoginForm.tsx:181 +#: src/screens/Login/LoginForm.tsx:184 #: src/screens/Search/SearchResults.tsx:260 #: src/view/com/auth/SplashScreen.tsx:81 #: src/view/com/auth/SplashScreen.tsx:89 @@ -8160,11 +8276,11 @@ msgstr "顯示內容" msgid "Sign in" msgstr "登入" -#: src/components/AccountList.tsx:129 +#: src/components/AccountList.tsx:136 msgid "Sign in as {0}" msgstr "以 {0} 的身分登入" -#: src/screens/Login/ChooseAccountForm.tsx:80 +#: src/screens/Login/ChooseAccountForm.tsx:81 msgid "Sign in as..." msgstr "登入為……" @@ -8177,7 +8293,7 @@ msgstr "登入或建立帳號" msgid "Sign in or create your account to join the conversation!" msgstr "登入或建立您的帳號即可加入對話!" -#: src/components/AccountList.tsx:68 +#: src/components/AccountList.tsx:70 msgid "Sign in to account that is not listed" msgstr "登入未列出的帳號" @@ -8241,9 +8357,9 @@ msgstr "跳過介紹並開始使用您的帳號" #: src/screens/Onboarding/StepSuggestedAccounts/index.tsx:219 #: src/screens/Onboarding/StepSuggestedStarterpacks/index.tsx:99 msgid "Skip to next step" -msgstr "" +msgstr "略過此步驟" -#: src/screens/Settings/AppearanceSettings.tsx:165 +#: src/screens/Settings/AppearanceSettings.tsx:152 msgid "Smaller" msgstr "更小" @@ -8268,7 +8384,7 @@ msgstr "您目前被授予的部分驗證無效。" msgid "Some other feeds you might like" msgstr "其他您可能喜歡的動態源" -#: src/components/WhoCanReply.tsx:80 +#: src/components/WhoCanReply.tsx:86 msgid "Some people can reply" msgstr "僅部分人可以回覆" @@ -8280,7 +8396,7 @@ msgstr "有人做出了 {0} 反應" msgid "Someone reacted {0} to {1}" msgstr "有人對 {1} 做出了 {0} 反應" -#: src/components/moderation/ReportDialog/index.tsx:76 +#: src/components/moderation/ReportDialog/index.tsx:84 msgid "Something wasn't quite right with the data you're trying to report. Please contact support." msgstr "您目前提交的檢舉內容可能有誤,請聯絡支援以取得協助。" @@ -8289,14 +8405,13 @@ msgid "Something went wrong" msgstr "發生錯誤" #: src/components/ageAssurance/AgeAssuranceInitDialog.tsx:138 -#: src/components/moderation/ReportDialog/index.tsx:224 +#: src/components/moderation/ReportDialog/index.tsx:266 #: src/screens/Deactivated.tsx:94 #: src/screens/Settings/components/DeactivateAccountDialog.tsx:59 #: src/view/screens/Storybook/Admonitions.tsx:55 msgid "Something went wrong, please try again" msgstr "發生錯誤,請再試一次" -#: src/components/ReportDialog/index.tsx:54 #: src/screens/Moderation/index.tsx:112 #: src/screens/Profile/Sections/Labels.tsx:183 msgid "Something went wrong, please try again." @@ -8310,11 +8425,11 @@ msgstr "發生錯誤!" msgid "Something went wrong. Please try again in a moment." msgstr "發生錯誤,請稍待片刻後再試一次。" -#: src/components/moderation/ReportDialog/index.tsx:178 +#: src/components/moderation/ReportDialog/index.tsx:220 msgid "Something went wrong. Please try again." msgstr "發生錯誤,請再試一次。" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:542 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:539 msgid "Something wrong? Let us know." msgstr "看起來有點問題?讓我們知道。" @@ -8327,34 +8442,30 @@ msgstr "很抱歉,我們目前無法載入帳號建議。" msgid "Sorry! Your session expired. Please sign in again." msgstr "抱歉!您的登入階段已過期。請重新登入。" -#: src/screens/Settings/ThreadPreferences.tsx:52 +#: src/screens/Settings/ThreadPreferences.tsx:44 msgid "Sort replies" msgstr "排序回覆" -#: src/screens/Settings/ThreadPreferences.tsx:59 +#: src/screens/Settings/ThreadPreferences.tsx:51 msgid "Sort replies by" msgstr "回覆排序方式" -#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:48 msgid "Sort replies to the same post by:" msgstr "貼文下的回覆顯示順序:" -#: src/components/moderation/LabelsOnMeDialog.tsx:180 +#: src/components/moderation/LabelsOnMeDialog.tsx:182 #: src/components/moderation/ModerationDetailsDialog.tsx:188 msgid "Source: <0>{sourceName}0>" msgstr "來源:<0>{sourceName}0>" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:85 -#: src/lib/moderation/useReportOptions.ts:72 -#: src/lib/moderation/useReportOptions.ts:85 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:39 msgid "Spam" msgstr "垃圾訊息" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:55 -#: src/lib/moderation/useReportOptions.ts:55 -msgid "Spam; excessive mentions or replies" -msgstr "垃圾內容、過多的提及或回覆" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:36 +msgid "Spam or other inauthentic behavior or deception" +msgstr "垃圾內容或其他虛假互動行為" #: src/lib/interests.ts:72 #: src/screens/Onboarding/index.tsx:58 @@ -8362,7 +8473,7 @@ msgstr "垃圾內容、過多的提及或回覆" msgid "Sports" msgstr "運動" -#: src/components/PostControls/ShareMenu/RecentChats.tsx:207 +#: src/components/PostControls/ShareMenu/RecentChats.tsx:206 msgid "Start a conversation, and it will appear here." msgstr "當您與其他人開始聊天後,對話就會出現在這裡。" @@ -8403,11 +8514,11 @@ msgstr "來自 <0/> 的新手包" msgid "Starter pack by you" msgstr "您的新手包" -#: src/screens/StarterPack/StarterPackScreen.tsx:735 +#: src/screens/StarterPack/StarterPackScreen.tsx:733 msgid "Starter pack is invalid" msgstr "無效的新手包" -#: src/screens/Search/Explore.tsx:626 +#: src/screens/Search/Explore.tsx:625 #: src/view/screens/Profile.tsx:231 msgid "Starter Packs" msgstr "新手包" @@ -8436,8 +8547,8 @@ msgstr "故事書" #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:117 #: src/components/ageAssurance/AgeAssuranceAppealDialog.tsx:123 -#: src/components/moderation/LabelsOnMeDialog.tsx:326 -#: src/components/moderation/LabelsOnMeDialog.tsx:327 +#: src/components/moderation/LabelsOnMeDialog.tsx:342 +#: src/components/moderation/LabelsOnMeDialog.tsx:343 #: src/screens/Messages/components/ChatDisabled.tsx:154 #: src/screens/Messages/components/ChatDisabled.tsx:155 msgid "Submit" @@ -8451,9 +8562,9 @@ msgstr "提交申訴" msgid "Submit Appeal" msgstr "提交申訴" -#: src/components/moderation/ReportDialog/index.tsx:390 -#: src/components/moderation/ReportDialog/index.tsx:447 -#: src/components/moderation/ReportDialog/index.tsx:454 +#: src/components/moderation/ReportDialog/index.tsx:487 +#: src/components/moderation/ReportDialog/index.tsx:548 +#: src/components/moderation/ReportDialog/index.tsx:555 msgid "Submit report" msgstr "提交檢舉" @@ -8494,7 +8605,7 @@ msgstr "完成!" msgid "Successfully verified" msgstr "成功驗證" -#: src/screens/Search/Explore.tsx:355 +#: src/screens/Search/Explore.tsx:354 msgid "Suggested Accounts" msgstr "建議帳號" @@ -8506,17 +8617,17 @@ msgstr "建議帳號" msgid "Suggested for you" msgstr "為您推薦" -#: src/view/com/composer/labels/LabelsBtn.tsx:144 -#: src/view/com/composer/labels/LabelsBtn.tsx:147 +#: src/view/com/composer/labels/LabelsBtn.tsx:139 +#: src/view/com/composer/labels/LabelsBtn.tsx:142 msgid "Suggestive" msgstr "性暗示" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:72 msgctxt "Name of app icon variant" msgid "Sunrise" msgstr "日出" -#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:100 +#: src/screens/Settings/AppIconSettings/useAppIconSets.ts:86 msgctxt "Name of app icon variant" msgid "Sunset" msgstr "日落" @@ -8547,10 +8658,10 @@ msgstr "切換帳號" msgid "Switch to {0}" msgstr "切換到 {0}" -#: src/components/dialogs/Embed.tsx:157 -#: src/components/dialogs/Embed.tsx:159 -#: src/screens/Settings/AppearanceSettings.tsx:98 -#: src/screens/Settings/AppearanceSettings.tsx:148 +#: src/components/dialogs/Embed.tsx:158 +#: src/components/dialogs/Embed.tsx:160 +#: src/screens/Settings/AppearanceSettings.tsx:85 +#: src/screens/Settings/AppearanceSettings.tsx:135 msgid "System" msgstr "系統" @@ -8567,7 +8678,7 @@ msgstr "僅限標籤" #: src/components/dialogs/DeviceLocationRequestDialog.tsx:116 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 存取您的位置資訊,我們將使用這些資訊以更精準地確認您所在區域可用的內容和功能。" +msgstr "輕觸下方的「允許」按鈕來讓 Bluesky 存取您的所在位置。我們會利用該資訊來更精確地判斷您所在區域可用的內容和功能。" #: src/view/com/feeds/MissingFeed.tsx:89 msgid "Tap for information" @@ -8591,6 +8702,10 @@ msgstr "輕觸以關閉內容選單" msgid "Tap to dismiss" msgstr "輕觸以跳過" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 +msgid "Targeted harassment" +msgstr "針對性騷擾" + #: src/state/shell/progress-guide.tsx:235 msgid "Task complete - 10 follows!" msgstr "任務完成⸺跟隨 10 個人!" @@ -8620,8 +8735,8 @@ msgstr "跟大家介紹一下自己吧" msgid "Tell us a little more" msgstr "試著簡單說明一下" +#: src/view/shell/desktop/RightNav.tsx:119 #: src/view/shell/desktop/RightNav.tsx:120 -#: src/view/shell/desktop/RightNav.tsx:121 msgid "Terms" msgstr "條款" @@ -8637,26 +8752,11 @@ msgstr "條款" msgid "Terms of Service" msgstr "服務條款" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:60 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:99 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:107 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:115 -#: src/lib/moderation/useReportOptions.ts:60 -#: src/lib/moderation/useReportOptions.ts:99 -#: src/lib/moderation/useReportOptions.ts:107 -#: src/lib/moderation/useReportOptions.ts:115 -msgid "Terms used violate community standards" -msgstr "所使用的言詞違反了社群準則" - #: src/components/dialogs/MutedWords.tsx:271 msgid "Text & tags" msgstr "文字和標籤" -#: src/components/dms/ReportDialog.tsx:235 -msgid "Text field" -msgstr "文字欄位" - -#: src/components/moderation/LabelsOnMeDialog.tsx:290 +#: src/components/moderation/LabelsOnMeDialog.tsx:306 #: src/screens/Messages/components/ChatDisabled.tsx:120 msgid "Text input field" msgstr "文字輸入框" @@ -8665,10 +8765,6 @@ msgstr "文字輸入框" msgid "Thank you for your feedback! It has been sent to the feed operator." msgstr "感謝您的回饋!意見已經提交給動態源維護者。" -#: src/components/ReportDialog/SubmitView.tsx:83 -msgid "Thank you. Your report has been sent." -msgstr "謝謝,已送出您的檢舉。" - #: src/components/intents/VerifyEmailIntentDialog.tsx:82 msgid "Thanks, you have successfully verified your email address. You can close this dialog." msgstr "謝謝,您已成功驗證您的電子郵件地址。現在您可以關閉此對話框。" @@ -8678,7 +8774,7 @@ msgstr "謝謝,您已成功驗證您的電子郵件地址。現在您可以關 msgid "Thanks! You're all set." msgstr "謝謝!一切就緒。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:497 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:498 msgid "That contains the following:" msgstr "其中包含以下內容:" @@ -8699,11 +8795,11 @@ msgstr "這個用戶名稱已被佔用" msgid "That's all, folks!" msgstr "就這些,報告完畢!" -#: src/screens/VideoFeed/index.tsx:1121 +#: src/screens/VideoFeed/index.tsx:1135 msgid "That's everything!" msgstr "就這些了!" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:329 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:332 #: src/view/com/profile/ProfileMenu.tsx:483 msgid "The account will be able to interact with you after unblocking." msgstr "解除封鎖後,該帳號將能夠重新與您進行互動。" @@ -8714,7 +8810,7 @@ msgid "The app will be restarted" msgstr "應用程式將重新啟動" #: src/components/moderation/ModerationDetailsDialog.tsx:121 -#: src/lib/moderation/useModerationCauseDescription.ts:128 +#: src/lib/moderation/useModerationCauseDescription.ts:129 msgid "The author of this thread has hidden this reply." msgstr "此討論串的發布者隱藏了這則回覆。" @@ -8750,11 +8846,11 @@ msgstr "使用應用程式的體驗會更好。現在就下載 Bluesky,我們 msgid "The feed has been replaced with Discover." msgstr "這個動態源已由「Discover」取代。" -#: src/components/moderation/LabelsOnMeDialog.tsx:61 +#: src/components/moderation/LabelsOnMeDialog.tsx:63 msgid "The following labels were applied to your account." msgstr "以下標記已套用到您的帳號。" -#: src/components/moderation/LabelsOnMeDialog.tsx:62 +#: src/components/moderation/LabelsOnMeDialog.tsx:64 msgid "The following labels were applied to your content." msgstr "以下標記已套用到您的內容。" @@ -8772,7 +8868,7 @@ msgstr "您當地的法律要求需要驗證您已成年後,才能存取 Blues #: src/view/com/composer/select-language/SuggestedLanguage.tsx:119 msgid "The post you're replying to was marked as being written in {suggestedLanguageName} by its author. Would you like to reply in <0>{suggestedLanguageName}0>?" -msgstr "您正在回覆的貼文已被發佈者標記為使用 {suggestedLanguageName} 撰寫。要把回覆的語言標記為 <0>{suggestedLanguageName}0> 嗎?" +msgstr "您正在回覆的貼文已被發佈者標示為使用 {suggestedLanguageName} 撰寫。要把回覆語言標示為 <0>{suggestedLanguageName}0> 嗎?" #: src/view/screens/PrivacyPolicy.tsx:38 msgid "The Privacy Policy has been moved to <0/>" @@ -8788,7 +8884,7 @@ msgstr "您選擇的影片檔案大小大於 100 MB。請使用較小的檔案 msgid "The server appears to be experiencing issues. Please try again in a few moments." msgstr "伺服器似乎遇到問題。請稍後再試。" -#: src/screens/StarterPack/StarterPackScreen.tsx:745 +#: src/screens/StarterPack/StarterPackScreen.tsx:743 msgid "The starter pack that you are trying to view is invalid. You may delete this starter pack instead." msgstr "您要檢視的新手包已失效。您可以考慮刪除這個新手包。" @@ -8808,7 +8904,7 @@ msgstr "服務條款已移動到" 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 "您所使用的驗證碼無效。請檢查您是否使用了正確的驗證連結,或重新申請一個新的連結。" -#: src/screens/Settings/AppearanceSettings.tsx:152 +#: src/screens/Settings/AppearanceSettings.tsx:139 msgid "Theme" msgstr "主題" @@ -8827,7 +8923,7 @@ msgstr "連線到 Tenor 時發生問題。" msgid "There was an issue contacting the server" msgstr "連線伺服器時發生問題" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:418 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:419 #: src/screens/Profile/Header/ProfileHeaderLabeler.tsx:109 msgid "There was an issue contacting the server, please check your internet connection and try again." msgstr "連線至伺服器時發生問題,請檢查您的網路連線,然後再試一次。" @@ -8836,7 +8932,7 @@ msgstr "連線至伺服器時發生問題,請檢查您的網路連線,然後 msgid "There was an issue fetching notifications. Tap here to try again." msgstr "取得通知時發生問題,按這裡重試。" -#: src/screens/Search/Explore.tsx:993 +#: src/screens/Search/Explore.tsx:992 #: src/view/com/posts/PostFeed.tsx:712 msgid "There was an issue fetching posts. Tap here to try again." msgstr "取得貼文時發生問題,按這裡重試。" @@ -8845,7 +8941,7 @@ msgstr "取得貼文時發生問題,按這裡重試。" msgid "There was an issue fetching the list. Tap here to try again." msgstr "取得列表時發生問題,按這裡重試。" -#: src/screens/Settings/AppPasswords.tsx:60 +#: src/screens/Settings/AppPasswords.tsx:58 msgid "There was an issue fetching your app passwords" msgstr "取得應用程式專用密碼時發生問題" @@ -8862,11 +8958,6 @@ msgstr "取得您的服務資訊時發生問題" msgid "There was an issue removing this feed. Please check your internet connection and try again." msgstr "刪除動態源時發生問題,請檢查您的網路連線,然後再試一次。" -#: src/components/dms/ReportDialog.tsx:265 -#: src/components/ReportDialog/SubmitView.tsx:88 -msgid "There was an issue sending your report. Please check your internet connection." -msgstr "提交您的檢舉時發生問題,請檢查您的網路連線。" - #: src/screens/Profile/components/ProfileFeedHeader.tsx:138 #: src/view/com/posts/FeedShutdownMsg.tsx:52 #: src/view/com/posts/FeedShutdownMsg.tsx:71 @@ -8878,9 +8969,9 @@ msgstr "更新動態源時發生問題,請檢查您的網路連線,然後再 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:420 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:90 #: src/screens/PostThread/components/ThreadItemAnchorFollowButton.tsx:101 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:104 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:127 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:141 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:105 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:128 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:142 #: src/view/com/profile/ProfileMenu.tsx:136 #: src/view/com/profile/ProfileMenu.tsx:146 #: src/view/com/profile/ProfileMenu.tsx:160 @@ -8890,7 +8981,7 @@ msgstr "更新動態源時發生問題,請檢查您的網路連線,然後再 msgid "There was an issue! {0}" msgstr "發生問題!{0}" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:228 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:238 #: src/screens/List/ListHiddenScreen.tsx:63 #: src/screens/List/ListHiddenScreen.tsx:77 #: src/screens/List/ListHiddenScreen.tsx:99 @@ -8913,9 +9004,13 @@ msgstr "應用程式中發生了意外問題。請告訴我們發生了什麼事 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:654 +msgid "These are your default settings" +msgstr "" + #: src/screens/Settings/FollowingFeedPreferences.tsx:65 msgid "These settings only apply to the Following feed." -msgstr "這些設定只會影響「Following」(跟隨中) 動態源。" +msgstr "這些設定只會影響「Following」(跟隨中)動態源。" #: src/components/moderation/ScreenHider.tsx:117 msgid "This {screenDescription} has been flagged:" @@ -8941,7 +9036,7 @@ msgstr "這個帳號已被您的一個或多個內容管理列表封鎖。如要 msgid "This action can be undone at any time." msgstr "此動作可隨時撤回。" -#: src/components/moderation/LabelsOnMeDialog.tsx:273 +#: src/components/moderation/LabelsOnMeDialog.tsx:284 msgid "This appeal will be sent to <0>{sourceName}0>." msgstr "這份申訴將被提交至 <0>{sourceName}0>。" @@ -8970,7 +9065,7 @@ msgid "This content is hosted by {0}. Do you want to enable external media?" msgstr "該內容託管在 {0} 上。要啟用外部媒體嗎?" #: src/components/moderation/ModerationDetailsDialog.tsx:86 -#: src/lib/moderation/useModerationCauseDescription.ts:84 +#: src/lib/moderation/useModerationCauseDescription.ts:85 msgid "This content is not available because one of the users involved has blocked the other." msgstr "由於他們之中有一人封鎖了對方,導致無法檢視這項內容。" @@ -9006,7 +9101,7 @@ msgstr "使用應用程式專用密碼時,無法使用此功能。請改用您 msgid "This feed is currently receiving high traffic and is temporarily unavailable. Please try again later." msgstr "目前這個動態源的使用人數較多,暫時無法使用。請稍後再試。" -#: src/view/com/posts/CustomFeedEmptyState.tsx:38 +#: src/view/com/posts/CustomFeedEmptyState.tsx:61 msgid "This feed is empty! You may need to follow more users or tune your language settings." msgstr "這個動態源沒有任何動靜。您可能需要再跟隨一些用戶,或檢查您的語言設定。" @@ -9020,7 +9115,7 @@ msgstr "這個動態源空空如也。" msgid "This feed is no longer online. We are showing <0>Discover0> instead." msgstr "這個動態源已經不再提供服務。我們將改為顯示「<0>Discover0>」動態源。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:603 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:609 msgid "This handle is reserved. Please try a different one." msgstr "這個帳號代碼已被保留,請選擇不同的代碼再試一次。" @@ -9037,7 +9132,7 @@ msgstr "這不是有效的連結" msgid "This label was applied by the author." msgstr "這個標記由發布者新增。" -#: src/components/moderation/LabelsOnMeDialog.tsx:167 +#: src/components/moderation/LabelsOnMeDialog.tsx:169 msgid "This label was applied by you." msgstr "這個標記由您新增。" @@ -9065,11 +9160,11 @@ msgstr "這個列表是空的。" msgid "This moderation service is unavailable. See below for more details. If this issue persists, contact us." msgstr "這項內容管理服務目前無法使用,更多資訊請參見下方。如果問題持續發生,請聯絡我們。" -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:667 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:669 msgid "This post claims to have been created on <0>{0}0>, but was first seen by Bluesky on <1>{1}1>." msgstr "這則貼文宣告的發布時間為 <0>{0}0>,但首次出現在 Bluesky 的時間是 <1>{1}1>。" -#: src/components/WhoCanReply.tsx:240 +#: src/components/WhoCanReply.tsx:272 msgid "This post has an unknown type of threadgate on it. Your app may be out of date." msgstr "這則貼文套用了不支援的內容限制。您的應用程式版本可能已經過舊。" @@ -9101,7 +9196,7 @@ msgstr "這則回覆將被折疊到您討論串底部的隱藏部分,並將為 msgid "This service has not provided terms of service or a privacy policy." msgstr "這個服務尚未提供服務條款或隱私權政策。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:466 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:467 msgid "This should create a domain record at:" msgstr "這應該會在下列位置建立一個網域名稱記錄:" @@ -9113,7 +9208,7 @@ msgstr "這應該只需要幾分鐘。" msgid "This user does not have a display name, and therefore cannot be verified." msgstr "這個用戶尚未設定名稱,因此無法授予驗證。" -#: src/view/com/profile/ProfileFollowers.tsx:95 +#: src/view/com/profile/ProfileFollowers.tsx:133 msgid "This user doesn't have any followers." msgstr "這個用戶沒有任何跟隨者。" @@ -9122,7 +9217,7 @@ msgid "This user has blocked you" msgstr "這個用戶已封鎖您" #: src/components/moderation/ModerationDetailsDialog.tsx:81 -#: src/lib/moderation/useModerationCauseDescription.ts:75 +#: src/lib/moderation/useModerationCauseDescription.ts:76 msgid "This user has blocked you. You cannot view their content." msgstr "這個用戶已封鎖您,因此您無法檢視他們的內容。" @@ -9142,7 +9237,7 @@ msgstr "這個用戶包含在您已靜音的 <0>{0}0> 列表中。" msgid "This user is new here. Press for more info about when they joined." msgstr "這個用戶在近期加入了 Bluesky。按一下這裡以瞭解其加入的時間。" -#: src/view/com/profile/ProfileFollows.tsx:95 +#: src/view/com/profile/ProfileFollows.tsx:133 msgid "This user isn't following anyone." msgstr "這個用戶尚未跟隨任何人。" @@ -9168,7 +9263,7 @@ msgstr "討論串選項" msgid "Thread preferences" msgstr "討論串選項" -#: src/screens/Settings/ThreadPreferences.tsx:42 +#: src/screens/Settings/ThreadPreferences.tsx:34 msgid "Thread Preferences" msgstr "討論串選項" @@ -9181,6 +9276,10 @@ msgstr "樹狀模式" msgid "Threads Preferences" msgstr "討論串選項" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:134 +msgid "Threats or incitement" +msgstr "威脅或煽動暴力" + #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/TimeIndicator.tsx:34 msgid "Time remaining: {0, plural, one {# second} other {# seconds}}" msgstr "剩餘時間:{0, plural, one {# 秒} other {# 秒}}" @@ -9198,10 +9297,6 @@ msgstr "如要停用電子郵件雙重驗證,請先驗證您的電子郵件地 msgid "To report a conversation, please report one of its messages via the conversation screen. This lets our moderators understand the context of your issue." msgstr "如要檢舉對話,請透過對話畫面檢舉其中一則訊息。這可以讓我們的內容審查員瞭解問題的來龍去脈。" -#: src/components/ReportDialog/SelectLabelerView.tsx:31 -msgid "To whom would you like to send this report?" -msgstr "您希望向誰提交這份檢舉?" - #: src/components/dms/DateDivider.tsx:44 msgid "Today" msgstr "今天" @@ -9222,8 +9317,8 @@ msgstr "熱門" #: src/screens/PostThread/components/HeaderDropdown.tsx:73 #: src/screens/PostThread/components/HeaderDropdown.tsx:78 -#: src/screens/Settings/ThreadPreferences.tsx:64 -#: src/screens/Settings/ThreadPreferences.tsx:67 +#: src/screens/Settings/ThreadPreferences.tsx:56 +#: src/screens/Settings/ThreadPreferences.tsx:59 msgid "Top replies first" msgstr "熱門回覆優先" @@ -9231,17 +9326,17 @@ msgstr "熱門回覆優先" msgid "Topic" msgstr "話題" -#: src/components/dms/MessageContextMenu.tsx:137 #: src/components/dms/MessageContextMenu.tsx:139 +#: src/components/dms/MessageContextMenu.tsx:141 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:476 #: src/components/PostControls/PostMenu/PostMenuItems.tsx:478 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:589 -#: src/screens/PostThread/components/ThreadItemAnchor.tsx:592 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:591 +#: src/screens/PostThread/components/ThreadItemAnchor.tsx:594 msgid "Translate" msgstr "翻譯" -#: src/screens/Settings/ThreadPreferences.tsx:115 -#: src/screens/Settings/ThreadPreferences.tsx:120 +#: src/screens/Settings/ThreadPreferences.tsx:86 +#: src/screens/Settings/ThreadPreferences.tsx:91 msgid "Tree view" msgstr "樹狀介面" @@ -9253,6 +9348,10 @@ msgstr "流行趨勢" msgid "Trending Videos" msgstr "熱門影片" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:103 +msgid "Trolling" +msgstr "引戰" + #: src/components/dialogs/nuxs/InitialVerificationAnnouncement.tsx:138 msgid "Trust emerges from relationships, communities, and shared context, so we’re also enabling <0>trusted verifiers0>: organizations that can directly issue verification." msgstr "信任源自於人際關係、社群及共享環境,因此我們也引入了<0>受信任的驗證者0>:可以直接為其他帳號授予驗證的組織。" @@ -9274,7 +9373,7 @@ msgstr "雙重驗證 (2FA)" msgid "Type your message here" msgstr "在這裡輸入訊息" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:442 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:443 msgid "Type:" msgstr "類型:" @@ -9294,13 +9393,13 @@ msgstr "無法連線到您的服務,請檢查您的網路連線,然後再試 #: src/screens/Login/ForgotPasswordForm.tsx:68 #: src/screens/Login/index.tsx:93 -#: src/screens/Login/LoginForm.tsx:169 +#: src/screens/Login/LoginForm.tsx:172 #: src/screens/Login/SetNewPasswordForm.tsx:81 #: src/screens/Signup/index.tsx:77 msgid "Unable to contact your service. Please check your Internet connection." msgstr "無法連線到服務,請檢查您的網路連線。" -#: src/screens/StarterPack/StarterPackScreen.tsx:677 +#: src/screens/StarterPack/StarterPackScreen.tsx:675 msgid "Unable to delete" msgstr "無法刪除" @@ -9324,27 +9423,27 @@ msgstr "無法取得動態源資訊" #: src/components/dms/MessagesListBlockedFooter.tsx:104 #: src/components/dms/MessagesListBlockedFooter.tsx:112 #: src/components/dms/MessagesListBlockedFooter.tsx:119 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:213 -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:333 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:214 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:336 #: src/screens/ProfileList/components/Header.tsx:171 #: src/screens/ProfileList/components/Header.tsx:178 #: src/view/com/profile/ProfileMenu.tsx:495 msgid "Unblock" msgstr "解除封鎖" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:218 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:219 msgctxt "action" msgid "Unblock" msgstr "解除封鎖" -#: src/components/dms/ConvoMenu.tsx:247 -#: src/components/dms/ConvoMenu.tsx:250 +#: src/components/dms/ConvoMenu.tsx:261 +#: src/components/dms/ConvoMenu.tsx:264 #: src/view/com/profile/ProfileMenu.tsx:400 #: src/view/com/profile/ProfileMenu.tsx:406 msgid "Unblock account" msgstr "解除封鎖帳號" -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:327 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:330 #: src/view/com/profile/ProfileMenu.tsx:477 msgid "Unblock Account?" msgstr "要解除封鎖嗎?" @@ -9367,14 +9466,9 @@ msgstr "取消轉發" #. Accessibility label for the repost button when the post has been reposted, verb followed by number of reposts and noun #: src/components/PostControls/RepostButton.tsx:67 msgid "Undo repost ({0, plural, one {# repost} other {# reposts}})" -msgstr "取消轉發 ({0, plural, one {# 則轉發} other {# 則轉發}})" +msgstr "取消轉發({0, plural, other {# 則轉發}})" -#: src/view/com/profile/FollowButton.tsx:63 -msgctxt "action" -msgid "Unfollow" -msgstr "取消跟隨" - -#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:241 +#: src/screens/Profile/Header/ProfileHeaderStandard.tsx:242 msgid "Unfollow {0}" msgstr "取消跟隨 {0}" @@ -9383,7 +9477,7 @@ msgstr "取消跟隨 {0}" msgid "Unfollow account" msgstr "取消跟隨帳號" -#: src/screens/VideoFeed/index.tsx:837 +#: src/screens/VideoFeed/index.tsx:838 msgid "Unfollows the user" msgstr "取消跟隨用戶" @@ -9391,7 +9485,7 @@ msgstr "取消跟隨用戶" msgid "Unfortunately, Bluesky is unavailable in Mississippi right now." msgstr "抱歉,Bluesky 目前無法在密西西比州提供服務。" -#: src/components/moderation/ReportDialog/index.tsx:375 +#: src/components/moderation/ReportDialog/index.tsx:471 msgid "Unfortunately, none of your subscribed labelers supports this report type." msgstr "抱歉,您訂閱的內容管理服務皆不支援此檢舉類型。" @@ -9399,14 +9493,22 @@ msgstr "抱歉,您訂閱的內容管理服務皆不支援此檢舉類型。" msgid "Unknown verifier" msgstr "未知的驗證者" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:518 +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:72 +msgid "Unlabeled adult content" +msgstr "未標記的成人內容" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:68 +msgid "Unlabeled, abusive, or non-consensual adult content" +msgstr "未標記、具騷擾性,或非自願的成人內容" + +#: src/screens/Profile/components/ProfileFeedHeader.tsx:515 msgid "Unlike" msgstr "取消喜歡" #. Accessibility label for the like button when the post has been liked, verb followed by number of likes and noun -#: src/components/PostControls/index.tsx:259 +#: src/components/PostControls/index.tsx:260 msgid "Unlike ({0, plural, one {# like} other {# likes}})" -msgstr "取消喜歡 ({0, plural, one {# 個喜歡} other {# 個喜歡}})" +msgstr "取消喜歡({0, plural, other {# 個喜歡}})" #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/VideoEmbedInnerNative.tsx:152 #: src/components/Post/Embed/VideoEmbed/VideoEmbedInner/web-controls/VolumeControl.tsx:94 @@ -9419,8 +9521,8 @@ msgstr "取消靜音" msgid "Unmute" msgstr "取消靜音" -#: src/components/RichTextTag.tsx:140 -#: src/components/RichTextTag.tsx:153 +#: src/components/RichTextTag.tsx:141 +#: src/components/RichTextTag.tsx:154 msgid "Unmute {tag}" msgstr "取消靜音 {tag}" @@ -9431,7 +9533,7 @@ msgstr "取消靜音 {tag}" msgid "Unmute account" msgstr "取消靜音帳號" -#: src/components/dms/ConvoMenu.tsx:236 +#: src/components/dms/ConvoMenu.tsx:250 msgid "Unmute conversation" msgstr "取消靜音對話" @@ -9454,8 +9556,8 @@ msgstr "取消靜音影片" msgid "Unpin" msgstr "取消釘選" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:523 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:530 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:520 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:527 #: src/screens/SavedFeeds.tsx:351 msgid "Unpin feed" msgstr "取消釘選動態源" @@ -9464,8 +9566,8 @@ msgstr "取消釘選動態源" msgid "Unpin Feed" msgstr "取消釘選動態源" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:310 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:312 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:311 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:313 msgid "Unpin from home" msgstr "從首頁取消釘選" @@ -9517,13 +9619,6 @@ msgstr "成功取消套用列表" msgid "Unsupported video type: {mimeType}" msgstr "不支援的影片類型:{mimeType}" -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:77 -#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:90 -#: src/lib/moderation/useReportOptions.ts:77 -#: src/lib/moderation/useReportOptions.ts:90 -msgid "Unwanted Sexual Content" -msgstr "不受歡迎的成人內容" - #: src/screens/Settings/components/OTAInfo.tsx:58 #: src/screens/Settings/components/OTAInfo.tsx:74 msgid "Update" @@ -9540,8 +9635,8 @@ msgstr "要把 <0> {displayName} 0> 新增到或刪除自哪些列表?" msgid "Update email" msgstr "更新電子信箱" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:536 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:557 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:542 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:563 msgid "Update to {domain}" msgstr "變更至 {domain}" @@ -9567,7 +9662,7 @@ msgstr "更新中……" msgid "Upload a photo instead" msgstr "或是上傳圖片" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:482 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:483 msgid "Upload a text file to:" msgstr "上傳文字檔案至:" @@ -9603,11 +9698,11 @@ msgstr "正在上傳連結縮圖……" msgid "Uploading video..." msgstr "正在上傳影片……" -#: src/screens/Settings/AppPasswords.tsx:67 +#: src/screens/Settings/AppPasswords.tsx:65 msgid "Use app passwords to sign in to other Bluesky clients without giving full access to your account or password." msgstr "使用應用程式專用密碼來登入其他 Bluesky 用戶端,而不必提供完整的帳號權限或密碼。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:568 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:574 msgid "Use default provider" msgstr "使用預設服務提供者" @@ -9638,17 +9733,17 @@ msgstr "使用這個和您的帳號代碼一起登入其他應用程式。" msgid "Use your account email address, or another real email address you control, in case KWS or Bluesky needs to contact you." msgstr "使用您帳號的電子郵件地址,或另外一個您擁有的電子郵件地址,以防 KWS 或 Bluesky 需要與您聯絡。" -#: src/components/dms/ReportDialog.tsx:330 +#: src/components/dms/AfterReportDialog.tsx:152 msgctxt "toast" msgid "User blocked" msgstr "成功封鎖用戶" #: src/components/moderation/ModerationDetailsDialog.tsx:73 -#: src/lib/moderation/useModerationCauseDescription.ts:63 +#: src/lib/moderation/useModerationCauseDescription.ts:64 msgid "User Blocked" msgstr "已封鎖該用戶" -#: src/lib/moderation/useModerationCauseDescription.ts:55 +#: src/lib/moderation/useModerationCauseDescription.ts:56 msgid "User Blocked by \"{0}\"" msgstr "用戶已被「{0}」封鎖" @@ -9660,7 +9755,7 @@ msgstr "用戶已被列表封鎖" msgid "User Blocked by List" msgstr "用戶已被列表封鎖" -#: src/lib/moderation/useModerationCauseDescription.ts:73 +#: src/lib/moderation/useModerationCauseDescription.ts:74 msgid "User Blocking You" msgstr "該用戶已把您封鎖" @@ -9698,15 +9793,15 @@ msgstr "用戶名稱不能以連字號 (-) 開頭或結尾" msgid "Username must only contain letters (a-z), numbers, and hyphens" msgstr "用戶名稱只能包含字母 (a-z)、數字、連字號 (-)" -#: src/screens/Login/LoginForm.tsx:201 +#: src/screens/Login/LoginForm.tsx:205 msgid "Username or email address" msgstr "用戶名稱或電子郵件地址" -#: src/components/WhoCanReply.tsx:303 +#: src/components/WhoCanReply.tsx:335 msgid "users followed by <0>@{0}0>" msgstr "被 <0>@{0}0> 跟隨的用戶" -#: src/components/WhoCanReply.tsx:290 +#: src/components/WhoCanReply.tsx:322 msgid "users following <0>@{0}0>" msgstr "正在跟隨 <0>@{0}0> 的用戶" @@ -9715,15 +9810,7 @@ msgstr "正在跟隨 <0>@{0}0> 的用戶" msgid "Users I follow" msgstr "我跟隨的用戶" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:467 -msgid "Users in \"{0}\"" -msgstr "「{0}」中的用戶" - -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:444 -msgid "Users you follow" -msgstr "您跟隨的用戶" - -#: src/screens/Settings/components/ChangeHandleDialog.tsx:448 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:449 msgid "Value:" msgstr "值:" @@ -9767,8 +9854,8 @@ msgctxt "action" msgid "Verify code" msgstr "驗證代碼" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:538 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:559 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:544 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:565 msgid "Verify DNS Record" msgstr "驗證 DNS 紀錄" @@ -9786,8 +9873,8 @@ msgstr "驗證電子信箱對話框" msgid "Verify now" msgstr "開始驗證" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:539 -#: src/screens/Settings/components/ChangeHandleDialog.tsx:561 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:545 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:567 msgid "Verify Text File" msgstr "驗證文字檔案" @@ -9841,15 +9928,15 @@ msgstr "影片來自 {0}:{text}" msgid "Video Games" msgstr "電子遊戲" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is paused" msgstr "影片已暫停" -#: src/screens/VideoFeed/index.tsx:1079 +#: src/screens/VideoFeed/index.tsx:1093 msgid "Video is playing" msgstr "影片正在播放" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:237 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:219 msgid "Video not found." msgstr "找不到影片。" @@ -9882,11 +9969,11 @@ msgstr "檢視" msgid "View {0}'s avatar" msgstr "檢視 {0} 的大頭貼照" -#: src/components/ProfileCard.tsx:124 -#: src/screens/Profile/components/ProfileFeedHeader.tsx:454 +#: src/components/ProfileCard.tsx:136 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:456 #: src/screens/Search/components/SearchProfileCard.tsx:36 -#: src/screens/VideoFeed/index.tsx:796 -#: src/view/com/notifications/NotificationFeedItem.tsx:599 +#: src/screens/VideoFeed/index.tsx:797 +#: src/view/com/notifications/NotificationFeedItem.tsx:606 msgid "View {0}'s profile" msgstr "檢視 {0} 的個人檔案" @@ -9906,16 +9993,11 @@ msgstr "閱讀部落格文章以瞭解更多資訊" msgid "View debug entry" msgstr "檢視偵錯項目" -#: src/components/ReportDialog/SelectReportOptionView.tsx:140 -#: src/screens/VideoFeed/index.tsx:661 -#: src/screens/VideoFeed/index.tsx:679 +#: src/screens/VideoFeed/index.tsx:662 +#: src/screens/VideoFeed/index.tsx:680 msgid "View details" msgstr "檢視詳細資訊" -#: src/components/ReportDialog/SelectReportOptionView.tsx:135 -msgid "View details for reporting a copyright violation" -msgstr "檢視檢舉侵害著作權的具體步驟" - #: src/view/com/posts/ViewFullThread.tsx:59 msgid "View full thread" msgstr "檢視完整討論串" @@ -9960,7 +10042,7 @@ msgstr "檢視由 @{0} 提供的標記服務" msgid "View this user's verifications" msgstr "檢視此用戶的驗證" -#: src/screens/Profile/components/ProfileFeedHeader.tsx:489 +#: src/screens/Profile/components/ProfileFeedHeader.tsx:486 msgid "View users who like this feed" msgstr "檢視喜歡這個動態源的用戶" @@ -9993,8 +10075,8 @@ msgstr "檢視您靜音的帳號" msgid "View your verifications" msgstr "檢視您的驗證" -#: src/view/com/util/images/AutoSizedImage.tsx:206 -#: src/view/com/util/images/AutoSizedImage.tsx:229 +#: src/view/com/util/images/AutoSizedImage.tsx:205 +#: src/view/com/util/images/AutoSizedImage.tsx:232 msgid "Views full image" msgstr "檢視完整圖片" @@ -10002,6 +10084,14 @@ msgstr "檢視完整圖片" msgid "Views video in immersive mode" msgstr "進入沉浸模式觀看影片" +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:126 +msgid "Violence" +msgstr "暴力" + +#: src/components/moderation/ReportDialog/utils/useReportOptions.ts:127 +msgid "Violent or threatening content" +msgstr "暴力或威脅性內容" + #: src/components/dialogs/LinkWarning.tsx:96 #: src/components/dialogs/LinkWarning.tsx:106 msgid "Visit site" @@ -10222,11 +10312,12 @@ msgstr "在按下驗證標記後,您會看到哪些組織已為其授予驗證 msgid "Which languages would you like to see in your algorithmic feeds?" msgstr "您想在演算法動態源中看到哪些語言?" -#: src/components/WhoCanReply.tsx:192 +#: src/components/WhoCanReply.tsx:224 msgid "Who can interact with this post?" msgstr "哪些人可以參與這則貼文的互動?" -#: src/components/WhoCanReply.tsx:97 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:421 +#: src/components/WhoCanReply.tsx:114 msgid "Who can reply" msgstr "哪些人可以回覆" @@ -10249,39 +10340,37 @@ msgstr "唉呀!無法載入熱門影片。" msgid "Why are you appealing?" msgstr "為什麼您要申請上訴?" -#: src/components/ReportDialog/SelectReportOptionView.tsx:45 -msgid "Why should this content be reviewed?" -msgstr "為什麼這項內容需要被審查?" +#: src/components/moderation/ReportDialog/copy.ts:46 +msgid "Why should this conversation be reviewed?" +msgstr "此對話為何應接受審查?" #: src/components/moderation/ReportDialog/copy.ts:32 -#: src/components/ReportDialog/SelectReportOptionView.tsx:58 msgid "Why should this feed be reviewed?" -msgstr "為什麼這個動態源需要被審查?" +msgstr "此動態源為何應接受審查?" #: src/components/moderation/ReportDialog/copy.ts:26 -#: src/components/ReportDialog/SelectReportOptionView.tsx:55 msgid "Why should this list be reviewed?" -msgstr "為什麼這個列表需要被審查?" +msgstr "此列表為何應接受審查?" -#: src/components/moderation/ReportDialog/copy.ts:44 -#: src/components/ReportDialog/SelectReportOptionView.tsx:64 +#: src/components/moderation/ReportDialog/copy.ts:52 msgid "Why should this message be reviewed?" -msgstr "為什麼這則訊息需要被審查?" +msgstr "此訊息為何應接受審查?" #: src/components/moderation/ReportDialog/copy.ts:20 -#: src/components/ReportDialog/SelectReportOptionView.tsx:52 msgid "Why should this post be reviewed?" -msgstr "為什麼這則貼文需要被審查?" +msgstr "此貼文為何應接受審查?" #: src/components/moderation/ReportDialog/copy.ts:38 -#: src/components/ReportDialog/SelectReportOptionView.tsx:61 msgid "Why should this starter pack be reviewed?" -msgstr "為什麼這個新手包需要被審查?" +msgstr "此新手包為何應接受審查?" #: src/components/moderation/ReportDialog/copy.ts:14 -#: src/components/ReportDialog/SelectReportOptionView.tsx:49 msgid "Why should this user be reviewed?" -msgstr "為什麼這個用戶需要被審查?" +msgstr "此用戶為何應接受審查?" + +#: src/components/dms/AfterReportDialog.tsx:49 +msgid "Would you like to block this user and/or delete this conversation?" +msgstr "需要封鎖此帳號、刪除整個對話,或兩者一併執行嗎?" #: src/screens/Messages/components/MessageInput.tsx:154 #: src/screens/Messages/components/MessageInput.web.tsx:214 @@ -10320,7 +10409,7 @@ msgstr "是" msgid "Yes, deactivate" msgstr "是,停用帳號" -#: src/screens/StarterPack/StarterPackScreen.tsx:689 +#: src/screens/StarterPack/StarterPackScreen.tsx:687 msgid "Yes, delete this starter pack" msgstr "是,刪除這個新手包" @@ -10373,7 +10462,7 @@ msgstr "您沒有開始直播的權限" msgid "You are not allowed to upload videos." msgstr "您沒有上傳影片的權限。" -#: src/view/com/profile/ProfileFollows.tsx:94 +#: src/view/com/profile/ProfileFollows.tsx:132 msgid "You are not following anyone." msgstr "您還沒有跟隨任何人。" @@ -10445,17 +10534,13 @@ msgstr "您可以登入以重新啟用帳號。其他用戶將可以重新看到 msgid "You can select up to {MAX_IMAGES, plural, other {# images}} in total." msgstr "您最多只能選擇 {MAX_IMAGES, plural, other {# 張圖片}}。" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:89 -msgid "You can set default interaction settings in <0>Settings → Moderation → Interaction settings0>." -msgstr "您可以在 <0>設定 → 內容管理 → 互動設定0> 中調整預設互動設定。" - #: src/components/interstitials/Trending.tsx:130 #: src/components/interstitials/TrendingVideos.tsx:137 #: src/view/shell/desktop/SidebarTrendingTopics.tsx:110 msgid "You can update this later from your settings." msgstr "您可以稍後在設定中變更。" -#: src/view/com/profile/ProfileFollowers.tsx:94 +#: src/view/com/profile/ProfileFollowers.tsx:132 msgid "You do not have any followers." msgstr "您還沒有任何跟隨者。" @@ -10467,6 +10552,10 @@ msgstr "您沒有跟隨任何也跟隨 @{name} 的用戶。" msgid "You don't have any chat requests at the moment." msgstr "您目前沒有任何對話邀請。" +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:583 +msgid "You don't have any lists yet." +msgstr "" + #: src/screens/SavedFeeds.tsx:149 msgid "You don't have any pinned feeds." msgstr "您目前還沒有任何釘選的動態源。" @@ -10480,8 +10569,8 @@ msgid "You have blocked this user" msgstr "您已封鎖該用戶" #: src/components/moderation/ModerationDetailsDialog.tsx:75 -#: src/lib/moderation/useModerationCauseDescription.ts:57 -#: src/lib/moderation/useModerationCauseDescription.ts:65 +#: src/lib/moderation/useModerationCauseDescription.ts:58 +#: src/lib/moderation/useModerationCauseDescription.ts:66 msgid "You have blocked this user. You cannot view their content." msgstr "您封鎖了此用戶,因此無法檢視他們發布的內容。" @@ -10495,7 +10584,7 @@ msgstr "您已完全停用回覆、引用以及提及的通知,因此這個頁 msgid "You have entered an invalid code. It should look like XXXXX-XXXXX." msgstr "您輸入的代碼無效。它應該看起來像 XXXXX-XXXXX。" -#: src/lib/moderation/useModerationCauseDescription.ts:116 +#: src/lib/moderation/useModerationCauseDescription.ts:117 msgid "You have hidden this post" msgstr "您已隱藏這則貼文" @@ -10504,11 +10593,11 @@ msgid "You have hidden this post." msgstr "您已隱藏這則貼文。" #: src/components/moderation/ModerationDetailsDialog.tsx:106 -#: src/lib/moderation/useModerationCauseDescription.ts:99 +#: src/lib/moderation/useModerationCauseDescription.ts:100 msgid "You have muted this account." msgstr "您已隱藏這個帳號。" -#: src/lib/moderation/useModerationCauseDescription.ts:93 +#: src/lib/moderation/useModerationCauseDescription.ts:94 msgid "You have muted this user" msgstr "您已靜音這個用戶" @@ -10558,7 +10647,7 @@ msgid "You haven't muted any words or tags yet" msgstr "您還沒有隱藏任何文字或標籤" #: src/components/moderation/ModerationDetailsDialog.tsx:120 -#: src/lib/moderation/useModerationCauseDescription.ts:127 +#: src/lib/moderation/useModerationCauseDescription.ts:128 msgid "You hid this reply." msgstr "您隱藏了這則回覆。" @@ -10574,11 +10663,11 @@ msgstr "您在 {timeAgoString}前加入了 Bluesky" msgid "You joined Bluesky using a starter pack {timeAgoString} ago" msgstr "您在 {timeAgoString}前使用新手包加入了 Bluesky" -#: src/components/moderation/LabelsOnMeDialog.tsx:81 +#: src/components/moderation/LabelsOnMeDialog.tsx:83 msgid "You may appeal non-self labels if you feel they were placed in error." msgstr "如果您覺得任何標記有誤,且並非由您自行新增,可以隨時提出申訴。" -#: src/components/moderation/LabelsOnMeDialog.tsx:86 +#: src/components/moderation/LabelsOnMeDialog.tsx:88 msgid "You may appeal these labels if you feel they were placed in error." msgstr "如果您對任何標記有異議,可以隨時提出申訴。" @@ -10614,10 +10703,6 @@ msgstr "您必須完成年齡驗證以存取這個介面。" msgid "You must grant access to your photo library to save a QR code" msgstr "您必須授予相簿權限才能儲存 QR Code" -#: src/components/ReportDialog/SubmitView.tsx:211 -msgid "You must select at least one labeler for a report" -msgstr "您必須至少選擇一個標記服務來提交檢舉" - #: src/screens/PostThread/components/ThreadItemAnchorNoUnauthenticated.tsx:27 #: src/screens/PostThread/components/ThreadItemPostNoUnauthenticated.tsx:47 msgid "You must sign in to view this post." @@ -10717,8 +10802,12 @@ msgstr "您已完成設定!" msgid "You're signed in with an App Password. Please sign in with your main password to continue deactivating your account." msgstr "您正在使用應用程式專用密碼登入。請改用您的主密碼登入,以繼續停用您的帳號。" +#: src/components/moderation/LabelsOnMeDialog.tsx:261 +msgid "You've already appealed this label and it's being reviewed by our moderation team." +msgstr "您已對此標記提出過申訴,目前正由我們的內容審查團隊審閱中。" + #: src/components/moderation/ModerationDetailsDialog.tsx:110 -#: src/lib/moderation/useModerationCauseDescription.ts:108 +#: src/lib/moderation/useModerationCauseDescription.ts:109 msgid "You've chosen to hide a word or tag within this post." msgstr "這則貼文內容中包含您的靜音字詞或標籤。" @@ -10744,13 +10833,13 @@ msgstr "您已到達內容的開頭。" #: src/view/com/composer/state/video.ts:422 msgid "You've reached your daily limit for video uploads (too many bytes)" -msgstr "您已達到每日影片上傳限制 (位元組過多)" +msgstr "您已達到每日影片上傳限制(位元組過多)" #: src/view/com/composer/state/video.ts:426 msgid "You've reached your daily limit for video uploads (too many videos)" -msgstr "您已達到每日影片上傳限制 (影片數過多)" +msgstr "您已達到每日影片上傳限制(影片數過多)" -#: src/screens/VideoFeed/index.tsx:1130 +#: src/screens/VideoFeed/index.tsx:1144 msgid "You've run out of videos to watch. Maybe it's a good time to take a break?" msgstr "您已經看完了所有影片。也許是時候休息一下?" @@ -10772,7 +10861,7 @@ msgstr "您的帳號註冊時間太短,暫時無法上傳影片。請稍後再 #: src/screens/Settings/components/ExportCarDialog.tsx:67 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」檔案。但請注意,這不包括嵌入媒體 (如圖片和影片) 或私人資料,這些資料需要另外擷取。" +msgstr "您可以將帳號的所有公開資料匯出為一個「CAR」檔案。但請注意,這不包括嵌入媒體(如圖片及影片)或私人資料,這些資料需要另外擷取。" #: src/screens/Takendown.tsx:223 msgid "Your account was found to be in violation of the <0>Bluesky Social Terms of Service0>. 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." @@ -10786,7 +10875,7 @@ msgstr "已提交您的申訴。如果上訴成功,我們會透過電子郵件 msgid "Your birth date" msgstr "您的出生日期" -#: src/components/Post/Embed/VideoEmbed/index.web.tsx:241 +#: src/components/Post/Embed/VideoEmbed/index.web.tsx:223 msgid "Your browser does not support the video format. Please try a different browser." msgstr "您的瀏覽器不支援該影片格式。請嘗試使用其他瀏覽器。" @@ -10798,7 +10887,7 @@ msgstr "您的對話功能已被停用" msgid "Your choice will be remembered for future links. You can change it at any time in settings." msgstr "您的選項將會套用於今後開啟的連結。隨時都可以在設定中變更開啟方式。" -#: src/screens/Settings/components/ChangeHandleDialog.tsx:523 +#: src/screens/Settings/components/ChangeHandleDialog.tsx:529 msgid "Your current handle <0>{0}0> will automatically remain reserved for you. You can switch back to it at any time from this account." msgstr "您現在使用的帳號代碼 <0>{0}0> 將自動為您保留。您可以在日後隨時切換回來。" @@ -10827,7 +10916,7 @@ msgstr "您的電子信箱尚未驗證。請驗證您的電子信箱以便享有 msgid "Your first like!" msgstr "您的第一個喜歡!" -#: src/components/dialogs/PostInteractionSettingsDialog.tsx:454 +#: src/components/dialogs/PostInteractionSettingsDialog.tsx:490 msgid "Your followers" msgstr "您的跟隨者" @@ -10905,14 +10994,10 @@ msgstr "其他 Bluesky 用戶將無法再看到您的個人檔案、貼文、動 msgid "Your reply was sent" msgstr "已發布您的回覆" -#: src/components/moderation/ReportDialog/index.tsx:397 +#: src/components/moderation/ReportDialog/index.tsx:498 msgid "Your report will be sent to <0>{0}0>." msgstr "您的檢舉將提交至 <0>{0}0>。" -#: src/components/dms/ReportDialog.tsx:205 -msgid "Your report will be sent to the Bluesky Moderation Service" -msgstr "您的檢舉將傳送至 Bluesky 內容管理服務" - #: src/screens/Settings/InterestsSettings.tsx:60 msgid "Your selected interests help us serve you content you care about." msgstr "您選擇的興趣主題可以協助我們提供更多您想看到的內容。" diff --git a/src/logger/metrics.ts b/src/logger/metrics.ts index 01af4b5afa..cbdb442e95 100644 --- a/src/logger/metrics.ts +++ b/src/logger/metrics.ts @@ -204,6 +204,16 @@ export type MetricEvents = { 'composer:gif:select': {} 'postComposer:click': {} + 'composer:threadgate:open': { + nudged: boolean + } + 'composer:threadgate:save': { + replyOptions: string + quotesEnabled: boolean + persist: boolean + hasChanged: boolean + } + // Data events 'account:create:begin': {} 'account:create:success': { @@ -257,9 +267,12 @@ export type MetricEvents = { 'bookmarks:view': {} 'bookmarks:post-clicked': {} 'profile:follow': { + contextProfileDid?: string didBecomeMutual: boolean | undefined followeeClout: number | undefined + followeeDid: string followerClout: number | undefined + position?: number logContext: | 'RecommendedFollowsItem' | 'PostThreadItem' @@ -277,6 +290,11 @@ export type MetricEvents = { | 'ExploreSuggestedAccounts' | 'OnboardingSuggestedAccounts' } + 'profileCard:seen': { + contextProfileDid?: string + profileDid: string + position?: number + } 'suggestedUser:follow': { logContext: | 'Explore' @@ -374,6 +392,10 @@ export type MetricEvents = { } 'feed:interstitial:feedCard:press': {} + 'desktopFeeds:feed:click': { + feedUri: string + feedDescriptor: string + } 'profile:header:suggestedFollowsCard:press': {} 'profile:addToStarterPack': {} @@ -503,6 +525,8 @@ export type MetricEvents = { [key: string]: any } 'thread:click:headerMenuOpen': {} + 'thread:click:editOwnThreadgate': {} + 'thread:click:viewSomeoneElsesThreadgate': {} 'activitySubscription:enable': { setting: 'posts' | 'posts_and_replies' } diff --git a/src/screens/Login/LoginForm.tsx b/src/screens/Login/LoginForm.tsx index b6a528e42b..212059986e 100644 --- a/src/screens/Login/LoginForm.tsx +++ b/src/screens/Login/LoginForm.tsx @@ -18,10 +18,11 @@ import {isNetworkError} from '#/lib/strings/errors' import {cleanError} from '#/lib/strings/errors' import {createFullHandle} from '#/lib/strings/handles' import {logger} from '#/logger' +import {isIOS} from '#/platform/detection' import {useSetHasCheckedForStarterPack} from '#/state/preferences/used-starter-packs' import {useSessionApi} from '#/state/session' import {useLoggedOutViewControls} from '#/state/shell/logged-out' -import {atoms as a, useTheme} from '#/alf' +import {atoms as a, ios, useTheme} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import {FormError} from '#/components/forms/FormError' import {HostingProvider} from '#/components/forms/HostingProvider' @@ -69,7 +70,9 @@ export const LoginForm = ({ const identifierValueRef = useRef(initialHandle || '') const passwordValueRef = useRef('') const authFactorTokenValueRef = useRef('') + const identifierRef = useRef(null) const passwordRef = useRef(null) + const hasFocusedOnce = useRef(false) const {_} = useLingui() const {login} = useSessionApi() const requestNotificationsPermission = useRequestNotificationsPermission() @@ -198,9 +201,10 @@ export const LoginForm = ({ { passwordValueRef.current = v @@ -241,6 +244,16 @@ export const LoginForm = ({ blurOnSubmit={false} // HACK: https://github.com/facebook/react-native/issues/21911#issuecomment-558343069 Keyboard blur behavior is now handled in onSubmitEditing editable={!isProcessing} accessibilityHint={_(msg`Enter your password`)} + onLayout={ios(() => { + if (hasFocusedOnce.current) return + hasFocusedOnce.current = true + // kinda dumb, but if we use `autoFocus` to focus + // the username input, it happens before the password + // input gets rendered. this breaks the password autofill + // on iOS (it only does the username part). delaying + // it until both inputs are rendered fixes the autofill -sfn + identifierRef.current?.focus() + })} /> - {niceDate(i18n, post.indexedAt)} + {niceDate(i18n, post.indexedAt, 'medium')} {isRootPost && ( diff --git a/src/screens/Settings/AppearanceSettings.tsx b/src/screens/Settings/AppearanceSettings.tsx index 5d597ff8e2..658434c03f 100644 --- a/src/screens/Settings/AppearanceSettings.tsx +++ b/src/screens/Settings/AppearanceSettings.tsx @@ -15,8 +15,8 @@ import { import {isNative} from '#/platform/detection' import {useSetThemePrefs, useThemePrefs} from '#/state/shell' import {SettingsListItem as AppIconSettingsListItem} from '#/screens/Settings/AppIconSettings/SettingsListItem' -import {atoms as a, native, useAlf, useTheme} from '#/alf' -import * as ToggleButton from '#/components/forms/ToggleButton' +import {type Alf, atoms as a, native, useAlf, useTheme} from '#/alf' +import * as SegmentedControl from '#/components/forms/SegmentedControl' import {type Props as SVGIconProps} from '#/components/icons/common' import {Moon_Stroke2_Corner0_Rounded as MoonIcon} from '#/components/icons/Moon' import {Phone_Stroke2_Corner0_Rounded as PhoneIcon} from '#/components/icons/Phone' @@ -36,42 +36,29 @@ export function AppearanceSettingsScreen({}: Props) { const {setColorMode, setDarkTheme} = useSetThemePrefs() const onChangeAppearance = useCallback( - (keys: string[]) => { - const appearance = keys.find(key => key !== colorMode) as - | 'system' - | 'light' - | 'dark' - | undefined - if (!appearance) return - setColorMode(appearance) + (value: 'light' | 'system' | 'dark') => { + setColorMode(value) }, - [setColorMode, colorMode], + [setColorMode], ) const onChangeDarkTheme = useCallback( - (keys: string[]) => { - const theme = keys.find(key => key !== darkTheme) as - | 'dim' - | 'dark' - | undefined - if (!theme) return - setDarkTheme(theme) + (value: 'dim' | 'dark') => { + setDarkTheme(value) }, - [setDarkTheme, darkTheme], + [setDarkTheme], ) const onChangeFontFamily = useCallback( - (values: string[]) => { - const next = values[0] === 'system' ? 'system' : 'theme' - fonts.setFontFamily(next) + (value: 'system' | 'theme') => { + fonts.setFontFamily(value) }, [fonts], ) const onChangeFontScale = useCallback( - (values: string[]) => { - const next = values[0] || ('0' as any) - fonts.setFontScale(next) + (value: Alf['fonts']['scale']) => { + fonts.setFontScale(value) }, [fonts], ) @@ -107,7 +94,7 @@ export function AppearanceSettingsScreen({}: Props) { name: 'dark', }, ]} - values={[colorMode]} + value={colorMode} onChange={onChangeAppearance} /> @@ -128,7 +115,7 @@ export function AppearanceSettingsScreen({}: Props) { name: 'dark', }, ]} - values={[darkTheme ?? 'dim']} + value={darkTheme ?? 'dim'} onChange={onChangeDarkTheme} /> @@ -153,7 +140,7 @@ export function AppearanceSettingsScreen({}: Props) { name: 'theme', }, ]} - values={[fonts.family]} + value={fonts.family} onChange={onChangeFontFamily} /> @@ -174,7 +161,7 @@ export function AppearanceSettingsScreen({}: Props) { name: '1', }, ]} - values={[fonts.scale]} + value={fonts.scale} onChange={onChangeFontScale} /> @@ -192,12 +179,12 @@ export function AppearanceSettingsScreen({}: Props) { ) } -export function AppearanceToggleButtonGroup({ +export function AppearanceToggleButtonGroup({ title, description, icon: Icon, items, - values, + value, onChange, }: { title: string @@ -205,10 +192,10 @@ export function AppearanceToggleButtonGroup({ icon: React.ComponentType items: { label: string - name: string + name: T }[] - values: string[] - onChange: (values: string[]) => void + value: T + onChange: (value: T) => void }) { const t = useTheme() return ( @@ -227,16 +214,22 @@ export function AppearanceToggleButtonGroup({ {description} )} - + {items.map(item => ( - - {item.label} - + value={item.name}> + + {item.label} + + ))} - + > ) diff --git a/src/screens/Settings/components/ChangeHandleDialog.tsx b/src/screens/Settings/components/ChangeHandleDialog.tsx index 2187c5fcc4..accbf41c86 100644 --- a/src/screens/Settings/components/ChangeHandleDialog.tsx +++ b/src/screens/Settings/components/ChangeHandleDialog.tsx @@ -29,8 +29,8 @@ import {atoms as a, native, useBreakpoints, useTheme} from '#/alf' import {Admonition} from '#/components/Admonition' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' +import * as SegmentedControl from '#/components/forms/SegmentedControl' import * as TextField from '#/components/forms/TextField' -import * as ToggleButton from '#/components/forms/ToggleButton' import { ArrowLeft_Stroke2_Corner0_Rounded as ArrowLeftIcon, ArrowRight_Stroke2_Corner0_Rounded as ArrowRightIcon, @@ -395,21 +395,22 @@ function OwnHandlePage({goToServiceHandle}: {goToServiceHandle: () => void}) { /> - setDNSPanel(values[0] === 'dns')}> - - + type="tabs" + value={dnsPanel ? 'dns' : 'file'} + onChange={values => setDNSPanel(values === 'dns')}> + + DNS Panel - - - - + + + + No DNS Panel - - - + + + {dnsPanel ? ( <> diff --git a/src/screens/Settings/components/ChangePasswordDialog.tsx b/src/screens/Settings/components/ChangePasswordDialog.tsx index 4b09dffa65..463aa2fbe2 100644 --- a/src/screens/Settings/components/ChangePasswordDialog.tsx +++ b/src/screens/Settings/components/ChangePasswordDialog.tsx @@ -211,6 +211,7 @@ function Inner() { secureTextEntry autoCapitalize="none" autoComplete="new-password" + passwordRules="minlength: 8;" /> diff --git a/src/screens/Settings/components/SettingsList.tsx b/src/screens/Settings/components/SettingsList.tsx index 14e341de21..5010d42fca 100644 --- a/src/screens/Settings/components/SettingsList.tsx +++ b/src/screens/Settings/components/SettingsList.tsx @@ -194,6 +194,7 @@ export function ItemIcon({ * also so that we can calculate transforms. */ const iconSize = { + '2xs': 8, xs: 12, sm: 16, md: 20, diff --git a/src/state/cache/profile-shadow.ts b/src/state/cache/profile-shadow.ts index 168661e0d1..e1cff94092 100644 --- a/src/state/cache/profile-shadow.ts +++ b/src/state/cache/profile-shadow.ts @@ -12,6 +12,7 @@ import {findAllProfilesInQueryData as findAllProfilesInListMembersQueryData} fro import {findAllProfilesInQueryData as findAllProfilesInListConvosQueryData} from '#/state/queries/messages/list-conversations' import {findAllProfilesInQueryData as findAllProfilesInMyBlockedAccountsQueryData} from '#/state/queries/my-blocked-accounts' import {findAllProfilesInQueryData as findAllProfilesInMyMutedAccountsQueryData} from '#/state/queries/my-muted-accounts' +import {findAllProfilesInQueryData as findAllProfilesInNotifsQueryData} from '#/state/queries/notifications/feed' import {findAllProfilesInQueryData as findAllProfilesInFeedsQueryData} from '#/state/queries/post-feed' import {findAllProfilesInQueryData as findAllProfilesInPostLikedByQueryData} from '#/state/queries/post-liked-by' import {findAllProfilesInQueryData as findAllProfilesInPostQuotesQueryData} from '#/state/queries/post-quotes' @@ -176,4 +177,5 @@ function* findProfilesInCache( yield* findAllProfilesInKnownFollowersQueryData(queryClient, did) yield* findAllProfilesInExploreFeedPreviewsQueryData(queryClient, did) yield* findAllProfilesInActivitySubscriptionsQueryData(queryClient, did) + yield* findAllProfilesInNotifsQueryData(queryClient, did) } diff --git a/src/state/global-gesture-events/index.tsx b/src/state/global-gesture-events/index.tsx index 8941d9ef46..2f0d652210 100644 --- a/src/state/global-gesture-events/index.tsx +++ b/src/state/global-gesture-events/index.tsx @@ -1,5 +1,5 @@ import {createContext, useContext, useMemo, useRef, useState} from 'react' -import {View} from 'react-native' +import {type StyleProp, View, type ViewStyle} from 'react-native' import { Gesture, GestureDetector, @@ -29,8 +29,10 @@ Context.displayName = 'GlobalGestureEventsContext' export function GlobalGestureEventsProvider({ children, + style, }: { children: React.ReactNode + style?: StyleProp }) { const refCount = useRef(0) const events = useMemo(() => new EventEmitter(), []) @@ -73,7 +75,9 @@ export function GlobalGestureEventsProvider({ return ( - {children} + + {children} + ) diff --git a/src/state/queries/notifications/feed.ts b/src/state/queries/notifications/feed.ts index 6010f11b40..7959c67a76 100644 --- a/src/state/queries/notifications/feed.ts +++ b/src/state/queries/notifications/feed.ts @@ -18,7 +18,6 @@ import {useCallback, useEffect, useMemo, useRef} from 'react' import { - type AppBskyActorDefs, AppBskyFeedDefs, AppBskyFeedPost, AtUri, @@ -36,6 +35,7 @@ import {useModerationOpts} from '#/state/preferences/moderation-opts' import {STALE} from '#/state/queries' import {useAgent} from '#/state/session' import {useThreadgateHiddenReplyUris} from '#/state/threadgate-hidden-replies' +import type * as bsky from '#/types/bsky' import { didOrHandleUriMatches, embedViewRecordToPostView, @@ -309,7 +309,7 @@ export function* findAllPostsInQueryData( export function* findAllProfilesInQueryData( queryClient: QueryClient, did: string, -): Generator { +): Generator { const queryDatas = queryClient.getQueriesData>({ queryKey: [RQKEY_ROOT], }) @@ -319,7 +319,9 @@ export function* findAllProfilesInQueryData( } for (const page of queryData?.pages) { for (const item of page.items) { - if ( + if (item.type === 'follow' && item.notification.author.did === did) { + yield item.notification.author + } else if ( item.type !== 'starterpack-joined' && item.subject?.author.did === did ) { diff --git a/src/state/queries/post-interaction-settings.ts b/src/state/queries/post-interaction-settings.ts index 6f2b7d9088..af178d7f8b 100644 --- a/src/state/queries/post-interaction-settings.ts +++ b/src/state/queries/post-interaction-settings.ts @@ -4,7 +4,13 @@ import {useMutation, useQueryClient} from '@tanstack/react-query' import {preferencesQueryKey} from '#/state/queries/preferences' import {useAgent} from '#/state/session' -export function usePostInteractionSettingsMutation() { +export function usePostInteractionSettingsMutation({ + onError, + onSettled, +}: { + onError?: (error: Error) => void + onSettled?: () => void +} = {}) { const qc = useQueryClient() const agent = useAgent() return useMutation({ @@ -16,5 +22,7 @@ export function usePostInteractionSettingsMutation() { queryKey: preferencesQueryKey, }) }, + onError, + onSettled, }) } diff --git a/src/state/queries/profile.ts b/src/state/queries/profile.ts index eb65fef7c2..9d30288d40 100644 --- a/src/state/queries/profile.ts +++ b/src/state/queries/profile.ts @@ -242,12 +242,19 @@ export function useProfileFollowMutationQueue( profile: Shadow, logContext: LogEvents['profile:follow']['logContext'] & LogEvents['profile:follow']['logContext'], + position?: number, + contextProfileDid?: string, ) { const agent = useAgent() const queryClient = useQueryClient() const did = profile.did const initialFollowingUri = profile.viewer?.following - const followMutation = useProfileFollowMutation(logContext, profile) + const followMutation = useProfileFollowMutation( + logContext, + profile, + position, + contextProfileDid, + ) const unfollowMutation = useProfileUnfollowMutation(logContext) const queueToggle = useToggleMutationQueue({ @@ -314,6 +321,8 @@ export function useProfileFollowMutationQueue( function useProfileFollowMutation( logContext: LogEvents['profile:follow']['logContext'], profile: Shadow, + position?: number, + contextProfileDid?: string, ) { const {currentAccount} = useSession() const agent = useAgent() @@ -336,7 +345,10 @@ function useProfileFollowMutation( 'followersCount' in profile ? toClout(profile.followersCount) : undefined, + followeeDid: did, followerClout: toClout(ownProfile?.followersCount), + position, + contextProfileDid, }) return await agent.follow(did) }, diff --git a/src/storage/hooks/threadgate-nudged.ts b/src/storage/hooks/threadgate-nudged.ts new file mode 100644 index 0000000000..b1786d35dd --- /dev/null +++ b/src/storage/hooks/threadgate-nudged.ts @@ -0,0 +1,9 @@ +import {device, useStorage} from '#/storage' + +export function useThreadgateNudged() { + const [threadgateNudged = false, setThreadgateNudged] = useStorage(device, [ + 'threadgateNudged', + ]) + + return [threadgateNudged, setThreadgateNudged] as const +} diff --git a/src/storage/schema.ts b/src/storage/schema.ts index d562d9fae4..02923436a5 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -37,6 +37,7 @@ export type Device = { devMode: boolean demoMode: boolean activitySubscriptionsNudged?: boolean + threadgateNudged?: boolean /** * Policy update overlays. New IDs are required for each new announcement. diff --git a/src/view/com/composer/labels/LabelsBtn.tsx b/src/view/com/composer/labels/LabelsBtn.tsx index 592d954a44..95a93490cd 100644 --- a/src/view/com/composer/labels/LabelsBtn.tsx +++ b/src/view/com/composer/labels/LabelsBtn.tsx @@ -10,11 +10,12 @@ import { type SelfLabel, } from '#/lib/moderation' import {isWeb} from '#/platform/detection' -import {atoms as a, native, useTheme, web} from '#/alf' +import {atoms as a, useTheme, web} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' import * as Toggle from '#/components/forms/Toggle' import {Check_Stroke2_Corner0_Rounded as Check} from '#/components/icons/Check' +import {TinyChevronBottom_Stroke2_Corner0_Rounded as TinyChevronIcon} from '#/components/icons/Chevron' import {Shield_Stroke2_Corner0_Rounded} from '#/components/icons/Shield' import {Text} from '#/components/Typography' @@ -49,7 +50,6 @@ export function LabelsBtn({ return ( <> + )}> {labels.length > 0 ? ( @@ -75,6 +69,7 @@ export function LabelsBtn({ Labels )} + diff --git a/src/view/com/composer/threadgate/ThreadgateBtn.tsx b/src/view/com/composer/threadgate/ThreadgateBtn.tsx index 4f46351b27..572e356075 100644 --- a/src/view/com/composer/threadgate/ThreadgateBtn.tsx +++ b/src/view/com/composer/threadgate/ThreadgateBtn.tsx @@ -1,17 +1,31 @@ +import {useEffect, useMemo, useState} from 'react' import {Keyboard, type StyleProp, type ViewStyle} from 'react-native' import {type AnimatedStyle} from 'react-native-reanimated' import {type AppBskyFeedPostgate} from '@atproto/api' -import {msg} from '@lingui/macro' +import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' +import deepEqual from 'lodash.isequal' +import {isNetworkError} from '#/lib/strings/errors' +import {logger} from '#/logger' import {isNative} from '#/platform/detection' -import {type ThreadgateAllowUISetting} from '#/state/queries/threadgate' -import {native} from '#/alf' +import {usePostInteractionSettingsMutation} from '#/state/queries/post-interaction-settings' +import {createPostgateRecord} from '#/state/queries/postgate/util' +import {usePreferencesQuery} from '#/state/queries/preferences' +import { + type ThreadgateAllowUISetting, + threadgateAllowUISettingToAllowRecordValue, + threadgateRecordToAllowUISetting, +} from '#/state/queries/threadgate' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import * as Dialog from '#/components/Dialog' import {PostInteractionSettingsControlledDialog} from '#/components/dialogs/PostInteractionSettingsDialog' -import {Earth_Stroke2_Corner0_Rounded as Earth} from '#/components/icons/Globe' -import {Group3_Stroke2_Corner0_Rounded as Group} from '#/components/icons/Group' +import {TinyChevronBottom_Stroke2_Corner0_Rounded as TinyChevronIcon} from '#/components/icons/Chevron' +import {Earth_Stroke2_Corner0_Rounded as EarthIcon} from '#/components/icons/Globe' +import {Group3_Stroke2_Corner0_Rounded as GroupIcon} from '#/components/icons/Group' +import * as Tooltip from '#/components/Tooltip' +import {Text} from '#/components/Typography' +import {useThreadgateNudged} from '#/storage/hooks/threadgate-nudged' export function ThreadgateBtn({ postgate, @@ -29,15 +43,87 @@ export function ThreadgateBtn({ }) { const {_} = useLingui() const control = Dialog.useDialogControl() + const [threadgateNudged, setThreadgateNudged] = useThreadgateNudged() + const [showTooltip, setShowTooltip] = useState(false) + const [tooltipWasShown] = useState(!threadgateNudged) + + useEffect(() => { + if (!threadgateNudged) { + const timeout = setTimeout(() => { + setShowTooltip(true) + }, 1000) + return () => clearTimeout(timeout) + } + }, [threadgateNudged]) + + const onDismissTooltip = (visible: boolean) => { + if (visible) return + setThreadgateNudged(true) + setShowTooltip(false) + } + + const {data: preferences} = usePreferencesQuery() + const [persist, setPersist] = useState(false) const onPress = () => { + logger.metric('composer:threadgate:open', { + nudged: tooltipWasShown, + }) + if (isNative && Keyboard.isVisible()) { Keyboard.dismiss() } + setShowTooltip(false) + setThreadgateNudged(true) + control.open() } + const prefThreadgateAllowUISettings = threadgateRecordToAllowUISetting({ + $type: 'app.bsky.feed.threadgate', + post: '', + createdAt: new Date().toISOString(), + allow: preferences?.postInteractionSettings.threadgateAllowRules, + }) + const prefPostgate = createPostgateRecord({ + post: '', + embeddingRules: + preferences?.postInteractionSettings?.postgateEmbeddingRules || [], + }) + + const isDirty = useMemo(() => { + const everybody = [{type: 'everybody'}] + return ( + !deepEqual( + threadgateAllowUISettings, + prefThreadgateAllowUISettings ?? everybody, + ) || + !deepEqual(postgate.embeddingRules, prefPostgate?.embeddingRules ?? []) + ) + }, [ + prefThreadgateAllowUISettings, + prefPostgate, + threadgateAllowUISettings, + postgate, + ]) + + const {mutate: persistChanges, isPending: isSaving} = + usePostInteractionSettingsMutation({ + onError: err => { + if (!isNetworkError(err)) { + logger.error('Failed to persist threadgate settings', { + safeMessage: err, + }) + } + }, + onSettled: () => { + control.close(() => { + setPersist(false) + }) + }, + }) + const anyoneCanReply = threadgateAllowUISettings.length === 1 && threadgateAllowUISettings[0].type === 'everybody' @@ -45,39 +131,59 @@ export function ThreadgateBtn({ !postgate.embeddingRules || postgate.embeddingRules.length === 0 const anyoneCanInteract = anyoneCanReply && anyoneCanQuote const label = anyoneCanInteract - ? _(msg`Anybody can interact`) + ? _(msg`Anyone can interact`) : _(msg`Interaction limited`) return ( <> - - - {label} - + + + + + {label} + + + + + + Psst! You can edit who can interact with this post. + + + + { - control.close() + if (persist) { + persistChanges({ + threadgateAllowRules: threadgateAllowUISettingToAllowRecordValue( + threadgateAllowUISettings, + ), + postgateEmbeddingRules: postgate.embeddingRules ?? [], + }) + } else { + control.close() + } }} + isSaving={isSaving} postgate={postgate} onChangePostgate={onChangePostgate} threadgateAllowUISettings={threadgateAllowUISettings} onChangeThreadgateAllowUISettings={onChangeThreadgateAllowUISettings} + isDirty={isDirty} + persist={persist} + onChangePersist={setPersist} /> > ) diff --git a/src/view/com/home/HomeHeader.tsx b/src/view/com/home/HomeHeader.tsx index 4ae3445499..4a2cf881f3 100644 --- a/src/view/com/home/HomeHeader.tsx +++ b/src/view/com/home/HomeHeader.tsx @@ -61,6 +61,7 @@ export function HomeHeader( items={items} dragProgress={props.dragProgress} dragState={props.dragState} + transparent /> ) diff --git a/src/view/com/home/HomeHeaderLayoutMobile.tsx b/src/view/com/home/HomeHeaderLayoutMobile.tsx index a0d7b3e785..ef1e938379 100644 --- a/src/view/com/home/HomeHeaderLayoutMobile.tsx +++ b/src/view/com/home/HomeHeaderLayoutMobile.tsx @@ -77,6 +77,7 @@ export function HomeHeaderLayoutMobile({ style={[ a.justify_center, {marginRight: -Layout.BUTTON_VISUAL_ALIGNMENT_OFFSET}, + a.bg_transparent, ]}> diff --git a/src/view/com/notifications/NotificationFeedItem.tsx b/src/view/com/notifications/NotificationFeedItem.tsx index 5809e71065..f78b9650e1 100644 --- a/src/view/com/notifications/NotificationFeedItem.tsx +++ b/src/view/com/notifications/NotificationFeedItem.tsx @@ -42,23 +42,28 @@ import {sanitizeHandle} from '#/lib/strings/handles' import {niceDate} from '#/lib/strings/time' import {s} from '#/lib/styles' import {logger} from '#/logger' +import {useProfileShadow} from '#/state/cache/profile-shadow' import {type FeedNotification} from '#/state/queries/notifications/feed' +import {useProfileFollowMutationQueue} from '#/state/queries/profile' import {unstableCacheProfileView} from '#/state/queries/unstable-profile-cache' -import {useAgent} from '#/state/session' +import {useAgent, useSession} from '#/state/session' import {FeedSourceCard} from '#/view/com/feeds/FeedSourceCard' import {Post} from '#/view/com/post/Post' import {formatCount} from '#/view/com/util/numeric/format' import {TimeElapsed} from '#/view/com/util/TimeElapsed' +import * as Toast from '#/view/com/util/Toast' import {PreviewableUserAvatar, UserAvatar} from '#/view/com/util/UserAvatar' import {atoms as a, platform, useTheme} from '#/alf' -import {Button, ButtonText} from '#/components/Button' +import {Button, ButtonIcon, ButtonText} from '#/components/Button' import {BellRinging_Filled_Corner0_Rounded as BellRingingIcon} from '#/components/icons/BellRinging' +import {Check_Stroke2_Corner0_Rounded as CheckIcon} from '#/components/icons/Check' import { ChevronBottom_Stroke2_Corner0_Rounded as ChevronDownIcon, ChevronTop_Stroke2_Corner0_Rounded as ChevronUpIcon, } from '#/components/icons/Chevron' import {Heart2_Filled_Stroke2_Corner0_Rounded as HeartIconFilled} from '#/components/icons/Heart2' import {PersonPlus_Filled_Stroke2_Corner0_Rounded as PersonPlusIcon} from '#/components/icons/Person' +import {PlusLarge_Stroke2_Corner0_Rounded as PlusIcon} from '#/components/icons/Plus' import {Repost_Stroke2_Corner2_Rounded as RepostIcon} from '#/components/icons/Repost' import {StarterPack} from '#/components/icons/StarterPack' import {VerifiedCheck} from '#/components/icons/VerifiedCheck' @@ -180,6 +185,32 @@ let NotificationFeedItem = ({ firstAuthor.profile.displayName || firstAuthor.profile.handle, ) + // Calculate if this is a follow-back notification + const isFollowBack = useMemo(() => { + if (item.type !== 'follow') return false + if ( + item.notification.author.viewer?.following && + bsky.dangerousIsType( + item.notification.record, + AppBskyGraphFollow.isRecord, + ) + ) { + let followingTimestamp + try { + const rkey = new AtUri(item.notification.author.viewer.following).rkey + followingTimestamp = TID.fromStr(rkey).timestamp() + } catch (e) { + return false + } + if (followingTimestamp) { + const followedTimestamp = + new Date(item.notification.record.createdAt).getTime() * 1000 + return followedTimestamp > followingTimestamp + } + } + return false + }, [item]) + if (item.subjectUri && !item.subject && item.type !== 'feedgen-like') { // don't render anything if the target post was deleted or unfindable return @@ -309,30 +340,6 @@ let NotificationFeedItem = ({ ) icon = } else if (item.type === 'follow') { - let isFollowBack = false - - if ( - item.notification.author.viewer?.following && - bsky.dangerousIsType( - item.notification.record, - AppBskyGraphFollow.isRecord, - ) - ) { - let followingTimestamp - try { - const rkey = new AtUri(item.notification.author.viewer.following).rkey - followingTimestamp = TID.fromStr(rkey).timestamp() - } catch (e) { - // For some reason the following URI was invalid. Default to it not being a follow back. - console.error('Invalid following URI') - } - if (followingTimestamp) { - const followedTimestamp = - new Date(item.notification.record.createdAt).getTime() * 1000 - isFollowBack = followedTimestamp > followingTimestamp - } - } - if (isFollowBack && !hasMultipleAuthors) { /* * Follow-backs are ungrouped, grouped follow-backs not supported atm, @@ -663,6 +670,9 @@ let NotificationFeedItem = ({ + {item.type === 'follow' && !hasMultipleAuthors && !isFollowBack ? ( + + ) : null} {item.type === 'post-like' || item.type === 'repost' || item.type === 'like-via-repost' || @@ -732,6 +742,111 @@ function ExpandListPressable({ } } +function FollowBackButton({profile}: {profile: AppBskyActorDefs.ProfileView}) { + const {_} = useLingui() + const {currentAccount, hasSession} = useSession() + const profileShadow = useProfileShadow(profile) + const [queueFollow, queueUnfollow] = useProfileFollowMutationQueue( + profileShadow, + 'ProfileCard', + ) + + // Don't show button if not logged in or for own profile + if (!hasSession || profile.did === currentAccount?.did) { + return null + } + + const onPressFollow = async (e: GestureResponderEvent) => { + e.preventDefault() + e.stopPropagation() + + try { + await queueFollow() + Toast.show( + _( + msg`Following ${sanitizeDisplayName( + profile.displayName || profile.handle, + )}`, + ), + ) + } catch (err: any) { + if (err?.name !== 'AbortError') { + Toast.show(_(msg`An issue occurred, please try again.`), 'xmark') + } + } + } + + const onPressUnfollow = async (e: GestureResponderEvent) => { + e.preventDefault() + e.stopPropagation() + + try { + await queueUnfollow() + Toast.show( + _( + msg`No longer following ${sanitizeDisplayName( + profile.displayName || profile.handle, + )}`, + ), + ) + } catch (err: any) { + if (err?.name !== 'AbortError') { + Toast.show(_(msg`An issue occurred, please try again.`), 'xmark') + } + } + } + + // Don't show button if viewer data is missing or user is blocked + if (!profileShadow.viewer) { + return null + } + if ( + profileShadow.viewer.blockedBy || + profileShadow.viewer.blocking || + profileShadow.viewer.blockingByList + ) { + return null + } + + const isFollowing = profileShadow.viewer.following + const followingLabel = _( + msg({ + message: 'Following', + comment: 'User is following this account, click to unfollow', + }), + ) + + return ( + + {isFollowing ? ( + + + + Following + + + ) : ( + + + + Follow back + + + )} + + ) +} + function SayHelloBtn({profile}: {profile: AppBskyActorDefs.ProfileView}) { const {_} = useLingui() const agent = useAgent() diff --git a/src/view/com/pager/TabBar.tsx b/src/view/com/pager/TabBar.tsx index 70358fd102..c07f44ac8b 100644 --- a/src/view/com/pager/TabBar.tsx +++ b/src/view/com/pager/TabBar.tsx @@ -30,6 +30,7 @@ export interface TabBarProps { onPressSelected?: (index: number) => void dragProgress: SharedValue dragState: SharedValue<'idle' | 'dragging' | 'settling'> + transparent?: boolean } const ITEM_PADDING = 10 @@ -46,6 +47,7 @@ export function TabBar({ onPressSelected, dragProgress, dragState, + transparent, }: TabBarProps) { const t = useTheme() const scrollElRef = useAnimatedRef() @@ -313,7 +315,7 @@ export function TabBar({ return ( ) diff --git a/src/view/com/profile/ProfileFollowers.tsx b/src/view/com/profile/ProfileFollowers.tsx index dfb63909e4..b5838f0c19 100644 --- a/src/view/com/profile/ProfileFollowers.tsx +++ b/src/view/com/profile/ProfileFollowers.tsx @@ -16,15 +16,19 @@ import {ProfileCardWithFollowBtn} from './ProfileCard' function renderItem({ item, index, + contextProfileDid, }: { item: ActorDefs.ProfileView index: number + contextProfileDid: string | undefined }) { return ( ) } @@ -83,6 +87,40 @@ export function ProfileFollowers({name}: {name: string}) { } }, [isFetchingNextPage, hasNextPage, error, fetchNextPage]) + const renderItemWithContext = React.useCallback( + ({item, index}: {item: ActorDefs.ProfileView; index: number}) => + renderItem({item, index, contextProfileDid: resolvedDid}), + [resolvedDid], + ) + + // track seen items + const seenItemsRef = React.useRef>(new Set()) + React.useEffect(() => { + seenItemsRef.current.clear() + }, [resolvedDid]) + const onItemSeen = React.useCallback( + (item: ActorDefs.ProfileView) => { + if (seenItemsRef.current.has(item.did)) { + return + } + seenItemsRef.current.add(item.did) + const position = followers.findIndex(p => p.did === item.did) + 1 + if (position === 0) { + return + } + logger.metric( + 'profileCard:seen', + { + profileDid: item.did, + position, + ...(resolvedDid !== undefined && {contextProfileDid: resolvedDid}), + }, + {statsig: false}, + ) + }, + [followers, resolvedDid], + ) + if (followers.length < 1) { return ( ) } @@ -83,6 +87,40 @@ export function ProfileFollows({name}: {name: string}) { } }, [error, fetchNextPage, hasNextPage, isFetchingNextPage]) + const renderItemWithContext = React.useCallback( + ({item, index}: {item: ActorDefs.ProfileView; index: number}) => + renderItem({item, index, contextProfileDid: resolvedDid}), + [resolvedDid], + ) + + // track seen items + const seenItemsRef = React.useRef>(new Set()) + React.useEffect(() => { + seenItemsRef.current.clear() + }, [resolvedDid]) + const onItemSeen = React.useCallback( + (item: ActorDefs.ProfileView) => { + if (seenItemsRef.current.has(item.did)) { + return + } + seenItemsRef.current.add(item.did) + const position = follows.findIndex(p => p.did === item.did) + 1 + if (position === 0) { + return + } + logger.metric( + 'profileCard:seen', + { + profileDid: item.did, + position, + ...(resolvedDid !== undefined && {contextProfileDid: resolvedDid}), + }, + {statsig: false}, + ) + }, + [follows, resolvedDid], + ) + if (follows.length < 1) { return ( (() => { - const ratio = - isNative || !gtMobile - ? Math.min(1 / aspectRatio, minMobileAspectRatio ?? 16 / 9) // 9:16 bounding box - : Math.min(1 / aspectRatio, 1) // 1:1 bounding box + const ratio = isNative + ? Math.min(1 / aspectRatio, minMobileAspectRatio ?? 16 / 9) // 9:16 bounding box + : Math.min(1 / aspectRatio, 1) // 1:1 bounding box return `${ratio * 100}%` - }, [aspectRatio, gtMobile, minMobileAspectRatio]) + }, [aspectRatio, minMobileAspectRatio]) return ( diff --git a/src/view/screens/Storybook/Forms.tsx b/src/view/screens/Storybook/Forms.tsx index 45a1d9aa00..a29aa70ab7 100644 --- a/src/view/screens/Storybook/Forms.tsx +++ b/src/view/screens/Storybook/Forms.tsx @@ -4,6 +4,7 @@ import {type TextInput, View} from 'react-native' import {atoms as a} from '#/alf' import {Button, ButtonText} from '#/components/Button' import {DateField, LabelText} from '#/components/forms/DateField' +import * as SegmentedControl from '#/components/forms/SegmentedControl' import * as TextField from '#/components/forms/TextField' import * as Toggle from '#/components/forms/Toggle' import * as ToggleButton from '#/components/forms/ToggleButton' @@ -15,6 +16,9 @@ export function Forms() { const [toggleGroupBValues, setToggleGroupBValues] = React.useState(['a', 'b']) const [toggleGroupCValues, setToggleGroupCValues] = React.useState(['a', 'b']) const [toggleGroupDValues, setToggleGroupDValues] = React.useState(['warn']) + const [segmentedControlValue, setSegmentedControlValue] = React.useState< + 'hide' | 'warn' | 'show' + >('warn') const [value, setValue] = React.useState('') const [date, setDate] = React.useState('2001-01-01') @@ -155,6 +159,15 @@ export function Forms() { + + + Click me + + + + Click me + + Show + - - - - Hide - - - Warn - - - Show - - - + + SegmentedControl + + + + Hide + + + Warn + + + Show + + ) diff --git a/src/view/shell/Composer.ios.tsx b/src/view/shell/Composer.ios.tsx index 393b8f80e6..8a0ee60055 100644 --- a/src/view/shell/Composer.ios.tsx +++ b/src/view/shell/Composer.ios.tsx @@ -3,8 +3,9 @@ import {Modal, View} from 'react-native' import {useDialogStateControlContext} from '#/state/dialogs' import {useComposerState} from '#/state/shell/composer' +import {ComposePost, useComposerCancelRef} from '#/view/com/composer/Composer' import {atoms as a, useTheme} from '#/alf' -import {ComposePost, useComposerCancelRef} from '../com/composer/Composer' +import {SheetCompatProvider as TooltipSheetCompatProvider} from '#/components/Tooltip' export function Composer({}: {winHeight: number}) { const {setFullyExpandedCount} = useDialogStateControlContext() @@ -33,17 +34,19 @@ export function Composer({}: {winHeight: number}) { animationType="slide" onRequestClose={() => ref.current?.onPressCancel()}> - + + + ) diff --git a/src/view/shell/desktop/Feeds.tsx b/src/view/shell/desktop/Feeds.tsx index df89d95cad..641b90f3e3 100644 --- a/src/view/shell/desktop/Feeds.tsx +++ b/src/view/shell/desktop/Feeds.tsx @@ -5,6 +5,7 @@ import {useNavigation, useNavigationState} from '@react-navigation/native' import {getCurrentRoute} from '#/lib/routes/helpers' import {type NavigationProp} from '#/lib/routes/types' +import {logger} from '#/logger' import {emitSoftReset} from '#/state/events' import {usePinnedFeedsInfos} from '#/state/queries/feed' import {useSelectedFeed, useSetSelectedFeed} from '#/state/shell/selected-feed' @@ -75,6 +76,14 @@ export function DesktopFeeds() { key={feedInfo.uri} label={feedInfo.displayName} {...createStaticClick(() => { + logger.metric( + 'desktopFeeds:feed:click', + { + feedUri: feedInfo.uri, + feedDescriptor: feed, + }, + {statsig: false}, + ) setSelectedFeed(feed) navigation.navigate('Home') if (route.name === 'Home' && feed === selectedFeed) { diff --git a/yarn.lock b/yarn.lock index 57b8930398..345b999698 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11348,10 +11348,10 @@ expo-haptics@~15.0.7: resolved "https://registry.yarnpkg.com/expo-haptics/-/expo-haptics-15.0.7.tgz#384bb873d7eca7b141f85e4f300b75eab68ebfe9" integrity sha512-7flWsYPrwjJxZ8x82RiJtzsnk1Xp9ahnbd9PhCy3NnsemyMApoWIEUr4waPqFr80DtiLZfhD9VMLL1CKa8AImQ== -expo-image-crop-tool@^0.1.8: - version "0.1.8" - resolved "https://registry.yarnpkg.com/expo-image-crop-tool/-/expo-image-crop-tool-0.1.8.tgz#3e9f34825cf5d7dad1ef2786615571b078ece4e7" - integrity sha512-UlS1zV7JewUzuZzVT9aA0vFD1+dt+pU60ILgt3ntQl4G9SeDJ9bB/+ylz9dzn6BjZecUQkGJmbCQ3H7jGZeZMA== +expo-image-crop-tool@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/expo-image-crop-tool/-/expo-image-crop-tool-0.4.0.tgz#c376b0695e8b2bf6b38fff5595ce30aaf9cddd64" + integrity sha512-2KZI016tb2i0yb0ZRMdH8h1I4YofD78fG/l6KrQTFzy4DtKaQlmJwU2VSJ8AYV5/nxusbHxgro7RQnr1BQ5lJg== expo-image-loader@~6.0.0: version "6.0.0"
+ {isFirstTimeUser ? ( If you're a developer, you can host your own server. @@ -219,18 +224,23 @@ function DialogInner({ to="https://atproto.com/guides/self-hosting"> Learn more. -